@charset "UTF-8";
/* size
 ------------------------------------------------------------------------ */
/* font
 ------------------------------------------------------------------------ */
/* color
 ------------------------------------------------------------------------ */
/* reset
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
}

dl dt {
  font-weight: bold;
}

strong, em {
  font-weight: bold;
}

section, article {
  position: relative;
}

img, svg {
  vertical-align: top;
}

input, textarea, select, button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  background: #fff;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

#wrapper {
  /* header
   ----------------------------------------------------------------------------------------------------- */
  /* global menu
   ----------------------------------------------------------------------------------------------------- */
  /* footer
   ----------------------------------------------------------------------------------------------------- */
  /* medium
   ----------------------------------------------------------------------------------------------------- */
  /* map
   ----------------------------------------------------------------------------------------------------- */
}
#wrapper #header {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 0 0;
  width: 980px;
}
#wrapper #header h1.logo {
  background: transparent url("../../images/logo.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0 0 0 10px;
  overflow: hidden;
  width: 200px;
}
#wrapper #header h1.logo a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -200%;
  width: 100%;
}
#wrapper #header .contact {
  float: right;
  margin: 0 10px 0 0;
  width: 580px;
}
#wrapper #header .contact .phone {
  background: transparent url("../../images/header-phone.png") no-repeat;
  background-size: cover;
  display: block;
  float: right;
  height: 30px;
  overflow: hidden;
  margin: 0 -10px 0 0;
  text-indent: -200%;
  width: 270px;
}
#wrapper #header .contact a.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #DA1709;
  display: block;
  color: #fff;
  cursor: pointer;
  float: right;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-weight: 200;
  height: auto;
  margin: 0 0 0 28px;
  padding: 11px 0 10px 0;
  text-align: center;
  text-decoration: none;
  width: 122px;
}
#wrapper #header .contact a.button:hover {
  opacity: 0.95;
}
#wrapper #menu {
  margin: 30px 0 16px 0;
  width: 100%;
}
#wrapper #menu ul {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
#wrapper #menu ul li {
  cursor: pointer !important;
  float: left;
  margin: 0 32px 0 0;
  overflow: hidden;
}
#wrapper #menu ul li span.icon {
  color: #333;
  display: block;
  font-size: 22px;
  float: left;
  margin: 0 4px 0 0;
}
#wrapper #menu ul li span.icon.icon-home3 {
  font-size: 22px;
  margin: 0 3px 0 0;
}
#wrapper #menu ul li span.icon.icon-newspaper {
  font-size: 22px;
  margin: 1px 8px 0 0;
}
#wrapper #menu ul li span.icon.icon-office {
  font-size: 21px;
  margin: 0 7px 0 0;
}
#wrapper #menu ul li span.icon.icon-mail3 {
  font-size: 21px;
  margin: 1px 6px 0 0;
}
#wrapper #menu ul li a {
  color: #333;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 6px 0 0 0;
}
#wrapper #menu ul li.active span.icon, #wrapper #menu ul li:hover span.icon {
  color: #DA1709;
}
#wrapper #menu ul li.active a, #wrapper #menu ul li:hover a {
  color: #DA1709;
}
#wrapper #footer {
  background: #DA1709;
  padding: 25px 0 15px 0;
  width: 100%;
}
#wrapper #footer .container {
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
#wrapper #footer .container ul li {
  display: inline-block;
  padding: 0 0 60px 0;
}
#wrapper #footer .container ul li a {
  color: #fff;
}
#wrapper #footer .container ul li a:hover {
  text-decoration: underline;
}
#wrapper #footer .container #copyright {
  font-size: 12px;
}
#wrapper .medium {
  background: #F4FAFE;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#wrapper .medium .container {
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
#wrapper .medium .container .title {
  color: #333;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 30px;
  padding: 60px 0 35px 0;
  font-weight: 600;
}
#wrapper .medium .container ul {
  margin: 0 auto 70px auto;
  overflow: hidden;
  text-align: center;
  width: 980px;
}
#wrapper .medium .container ul li {
  background: #fff;
  border: #333 6px solid;
  display: inline-block;
  height: 80px;
  margin: 0 15px 18px 0;
  text-align: center;
  width: 310px;
}
#wrapper .medium .container ul li:hover {
  opacity: 0.8;
}
#wrapper .medium .container ul li:nth-child(even) {
  margin-right: 0;
}
#wrapper .medium .container ul li:last-child {
  margin-right: 0;
}
#wrapper .medium .container ul li img {
  height: 100%;
}
#wrapper .map {
  background: #222;
  width: 100%;
}
#wrapper .map .container {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  width: 980px;
}
#wrapper .map .container .title {
  color: #fff;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 0 15px 0;
}
#wrapper .map .container .access {
  color: #fff;
  font-family: "Meiryo", "メイリオ", "Yu Gothic", YuGothic, "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0 0 0;
}
#wrapper .map .container #googleMap {
  height: 320px;
  margin: 0 auto 20px auto;
  width: 960px;
}

#wrapper .map .container #googleMap iframe {
  height: 320px;
  width: 960px;
}