@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/ }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1; }

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

/* clear */
.clear,
.clearfix {
  zoom: 100%; }

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.t-ind {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.b {
  font-weight: bold; }

.break {
  word-wrap: break-word; }

.bl {
  display: block; }

.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #222;
  line-height: 23px;
  font-size: 13px;
  min-width: 920px;
  height: 100%;
  background: url(../img/im_bgtileA.gif); }

.f1l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

body > svg {
  display: none; }

svg + .fallback {
  display: none !important;
  background: none !important; }

.fade1,
.fade2 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: 20px; }

.page-title {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  margin: 50px auto 0; }

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%; }
  #wrapper #contents {
    padding-bottom: 353px; }
  #wrapper footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    background: url(../img/im_bgtileB.gif);
    text-align: center; }
    #wrapper footer .logo {
      display: block;
      width: 380px;
      margin: 0 auto; }
    #wrapper footer #copyright {
      font-size: 10px;
      margin-top: 35px;
      line-height: 1;
      padding-bottom: 28px; }
    #wrapper footer #pagetop {
      position: absolute;
      right: 20px;
      top: -60px;
      width: 30px;
      text-align: center;
      font-size: 11px;
      line-height: 13px;
      color: #222; }
      #wrapper footer #pagetop img {
        position: relative;
        display: block;
        margin: 0 auto;
        -webkit-transition: all .2s linear;
                transition: all .2s linear; }
      #wrapper footer #pagetop:hover img {
        -webkit-transform: translate(0, -5px);
            -ms-transform: translate(0, -5px);
                transform: translate(0, -5px); }

header {
  height: 450px;
  background: url(../img/header_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 100; }
  header h1 {
    position: absolute;
    width: 968px;
    height: 276px;
    top: 70px;
    left: 50%;
    margin: 0 0 0 -484px; }
  header nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: url(../img/menu_bg.png); }
    header nav.fix {
      top: 0;
      bottom: auto;
      position: fixed; }
    header nav ul {
      text-align: center;
      height: 100%;
      font-size: 0; }
      header nav ul li {
        display: inline-block;
        margin: 0 15px;
        line-height: 70px; }
        header nav ul li a {
          position: relative; }
          header nav ul li a:after {
            position: absolute;
            width: 100%;
            bottom: -5px;
            left: 0;
            height: 2px;
            background: #222;
            content: '';
            display: none; }
          header nav ul li a:hover:after, header nav ul li a.current:after {
            display: block; }

.pagenation {
  margin-top: 100px; }
  .pagenation .prev {
    float: left; }
    .pagenation .prev .p {
      width: 104px;
      height: 22px; }
      .pagenation .prev .p.fallback {
        background: url(../img/prev3.png); }
  .pagenation .next {
    float: right; }
    .pagenation .next .n {
      width: 114px;
      height: 22px; }
      .pagenation .next .n.fallback {
        background: url(../img/next3.png); }
  .pagenation path {
    -webkit-transition: fill .2s linear;
            transition: fill .2s linear; }
  .pagenation polyline {
    -webkit-transition: stroke .2s linear;
            transition: stroke .2s linear; }
  .pagenation a:hover path {
    fill: #AA9966; }
  .pagenation a:hover polyline {
    stroke: #AA9966; }
  .pagenation span {
    opacity: .2;
    filter: alpha(opacity=20); }

#maparea {
  height: 455px;
  margin-top: 50px; }
  #maparea #map {
    height: 100%; }

#info {
  width: 784px;
  margin: 65px auto 75px; }
  #info dl {
    font-size: 18px;
    line-height: 34px; }
    #info dl.under {
      margin-top: 30px; }
    #info dl dt {
      width: 90px;
      float: left; }
    #info dl dd {
      margin-left: 90px; }
      #info dl dd .more {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px; }
  #info a {
    color: #AA9966;
    text-decoration: underline; }
  #info .text {
    margin-top: 35px;
    font-size: 18px;
    line-height: 34px; }
    #info .text p {
      margin-top: 15px; }
  #info .text2 {
    margin-top: 90px;
    font-size: 18px;
    line-height: 26px; }
