@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

html, body, div, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline; }

font {
  margin: 0;
  padding: 0;
  outline: 0; }

body {
  line-height: 1; }

ul, menu {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  margin: 0px;
  padding: 0px; }

img, input {
  vertical-align: middle; }

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

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.row, .inner, #page-head header, #nav-main nav, #page-content, #content-heading h1, #breadcrumbs, #banner aside, #site-author, #nav-main ul, .content-navi.clm2, .content-navi.clm3, .content-news .news-body article, #content-detail .box, .zinko-setai dl, .koho-nishiizu, .mobile-qrcode {
  *zoom: 1; }
  .row:after, .inner:after, #page-head header:after, #nav-main nav:after, #page-content:after, #content-heading h1:after, #breadcrumbs:after, #banner aside:after, #site-author:after, #nav-main ul:after, .content-navi.clm2:after, .content-navi.clm3:after, .content-news .news-body article:after, #content-detail .box:after, .zinko-setai dl:after, .koho-nishiizu:after, .mobile-qrcode:after {
    content: ".";
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0; }

a.btn01, a.btn02, a.btn03, #search-from dt, #search-from dd, #nav-main ul li, .content-news .news-links li, #page-top a, #foot-nav .access-link a, #foot-nav .contact-links dt, #foot-nav .contact-links dd, #foot-nav .contact-links dd ul li, #foot-nav .site-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

input[type="submit"], button, .btn01:hover, .btn02:hover, .btn03:hover {
  cursor: pointer; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

@font-face {
  font-family: 'nishiizu';
  src: url("../fonts/nishiizu.eot?7jaqpm");
  src: url("../fonts/nishiizu.eot?#iefix7jaqpm") format("embedded-opentype"), url("../fonts/nishiizu.ttf?7jaqpm") format("truetype"), url("../fonts/nishiizu.woff?7jaqpm") format("woff"), url("../fonts/nishiizu.svg?7jaqpm#nishiizu") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before, #nav-main ul li a:before, #content-detail ul.list-icon li:before, #content-detail ul.blank-links li:before, #content-detail a.blank:before, .side-block.link:before, .side-menu a:before, .side-menu span:before, .icon:after, #nav-main ul li a:after, #content-detail ul.list-icon li:after, #content-detail ul.blank-links li:after, #content-detail a.blank:after, .side-block.link:after, .side-menu a:after, .side-menu span:after, [class^="icon-"], [class*=" icon-"] {
  font-family: 'nishiizu';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-blank:before {
  content: "\e607"; }

.icon-book:before {
  content: "\e608"; }

.icon-cake:before {
  content: "\e609"; }

.icon-babycar:before {
  content: "\e60a"; }

.icon-condolence:before {
  content: "\e60b"; }

.icon-pet:before {
  content: "\e60c"; }

.icon-senior:before {
  content: "\e60d"; }

.icon-track:before {
  content: "\e60e"; }

.icon-trash:before {
  content: "\e60f"; }

.icon-close:before {
  content: "\e605"; }

.icon-menu:before {
  content: "\e606"; }

.icon-arrow_dot_right:before {
  content: "\e600"; }

.icon-arrow_down:before {
  content: "\e601"; }

.icon-arrow_left:before {
  content: "\e602"; }

.icon-arrow_right:before {
  content: "\e603"; }

.icon-arrow_up:before {
  content: "\e604"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-home:before {
  content: "\f015"; }

.icon-image:before {
  content: "\f03e"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-phone:before {
  content: "\f095"; }

.icon-rss:before {
  content: "\f143"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-search:before {
  content: "\f002"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-video-camera:before {
  content: "\f03d"; }

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  color: #333;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: .05em;
  line-height: 1.4; }

input, select, option, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

* html body, * html input, * html select, * html option, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

a, a * {
  -webkit-transition-property: color, border-color, background-color, opacity;
          transition-property: color, border-color, background-color, opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

a {
  color: #861e26;
  text-decoration: underline; }
  a:visited {
    color: #b02732; }
  a:hover {
    color: #5c151a;
    text-decoration: underline; }
  a:active {
    color: #d00; }

::-moz-selection {
  background-color: #da6113;
  color: #fff; }

::selection {
  background-color: #da6113;
  color: #fff; }

* {
  box-sizing: border-box; }
  *:after, *:before {
    box-sizing: border-box; }

img {
  max-width: 100%; }

.zoom-in,
a[href$=".gif"] img,
a[href$=".png"] img,
a[href$=".jpg"] img,
a[href$=".jpeg"] img,
a[href$=".bmp"] img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.hide {
  display: none; }

.mt-20 {
  margin-top: -20px !important; }

.mb-20 {
  margin-bottom: -20px !important; }

.mt-15 {
  margin-top: -15px !important; }

.mb-15 {
  margin-bottom: -15px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mb-10 {
  margin-bottom: -10px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mb-5 {
  margin-bottom: -5px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.p0 {
  padding: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.p5 {
  padding: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.p10 {
  padding: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.p15 {
  padding: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.p20 {
  padding: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.p25 {
  padding: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.p30 {
  padding: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.p35 {
  padding: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.p40 {
  padding: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.p45 {
  padding: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.p50 {
  padding: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.p55 {
  padding: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.p60 {
  padding: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.p65 {
  padding: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.p70 {
  padding: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.p75 {
  padding: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.p80 {
  padding: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.p85 {
  padding: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.p90 {
  padding: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.p95 {
  padding: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.p100 {
  padding: 100px !important; }

.fr,
.img-r {
  float: right;
  margin-left: 10px; }

.fl,
.img-l {
  float: left;
  margin-right: 10px; }

.img-c,
.t-c {
  text-align: center; }

.img-c {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.t-l {
  text-align: left !important; }

.t-r {
  text-align: right !important; }

.clr {
  clear: both; }

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #e5e5e5; }

.color-main {
  color: #853712; }

.color-accent {
  color: #255b8b; }

.color-attention, em {
  color: #d00; }

.color-small {
  color: #595959; }

strong, .fwb {
  font-weight: bold !important; }

em {
  font-weight: bold;
  font-style: normal; }

sup {
  font-size: .5em;
  vertical-align: top; }

sub {
  font-size: .5em;
  vertical-align: bottom; }

.fz10 {
  font-size: 10px !important; }

.fz11 {
  font-size: 11px !important; }

.fz12 {
  font-size: 12px !important; }

.fz13 {
  font-size: 13px !important; }

.fz14 {
  font-size: 14px !important; }

.fz15 {
  font-size: 15px !important; }

.fz16 {
  font-size: 16px !important; }

.fz17 {
  font-size: 17px !important; }

.fz18 {
  font-size: 18px !important; }

.fz19 {
  font-size: 19px !important; }

.fz20 {
  font-size: 20px !important; }

.fz21 {
  font-size: 21px !important; }

.fz22 {
  font-size: 22px !important; }

.fz23 {
  font-size: 23px !important; }

.fz24 {
  font-size: 24px !important; }

.fz25 {
  font-size: 25px !important; }

.fz26 {
  font-size: 26px !important; }

.fz27 {
  font-size: 27px !important; }

.fz28 {
  font-size: 28px !important; }

.fz29 {
  font-size: 29px !important; }

.fz30 {
  font-size: 30px !important; }

.fz31 {
  font-size: 31px !important; }

.fz32 {
  font-size: 32px !important; }

ul.disc li {
  position: relative;
  padding: 0 0 0 1.5em; }
  ul.disc li:before {
    content: '';
    position: absolute;
    top: .3em;
    left: .5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333; }

ul.circle {
  list-style: circle;
  padding: 0 0 0 1.5em; }

ol {
  padding: 0 0 0 1.5em; }

.box40 {
  width: 40px; }

.box50 {
  width: 50px; }

.box60 {
  width: 60px; }

.box70 {
  width: 70px; }

.box80 {
  width: 80px; }

.box90 {
  width: 90px; }

.box100 {
  width: 100px; }

.box110 {
  width: 110px; }

.box120 {
  width: 120px; }

.box130 {
  width: 130px; }

.box140 {
  width: 140px; }

.box150 {
  width: 150px; }

.box160 {
  width: 160px; }

.box170 {
  width: 170px; }

.box180 {
  width: 180px; }

.box190 {
  width: 190px; }

.box200 {
  width: 200px; }

.box210 {
  width: 210px; }

.box220 {
  width: 220px; }

.box230 {
  width: 230px; }

.box240 {
  width: 240px; }

.box250 {
  width: 250px; }

.box260 {
  width: 260px; }

.box270 {
  width: 270px; }

.box280 {
  width: 280px; }

.box290 {
  width: 290px; }

.box300 {
  width: 300px; }

.box310 {
  width: 310px; }

.box320 {
  width: 320px; }

.box330 {
  width: 330px; }

.box340 {
  width: 340px; }

.box350 {
  width: 350px; }

.box360 {
  width: 360px; }

.box370 {
  width: 370px; }

.box380 {
  width: 380px; }

.box390 {
  width: 390px; }

.box400 {
  width: 400px; }

.box410 {
  width: 410px; }

.box420 {
  width: 420px; }

.box430 {
  width: 430px; }

.box440 {
  width: 440px; }

.box450 {
  width: 450px; }

.box460 {
  width: 460px; }

.box470 {
  width: 470px; }

.box480 {
  width: 480px; }

.box490 {
  width: 490px; }

.box500 {
  width: 500px; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w33 {
  width: 33.33%; }

dl.sbs {
  overflow: hidden; }
  dl.sbs dt {
    float: left;
    clear: left; }
  dl.sbs.em1 dd {
    padding-left: 1.5em; }
  dl.sbs.em2 dd {
    padding-left: 2.5em; }
  dl.sbs.em3 dd {
    padding-left: 3.5em; }
  dl.sbs.em4 dd {
    padding-left: 4.5em; }
  dl.sbs.em5 dd {
    padding-left: 5.5em; }
  dl.sbs.em6 dd {
    padding-left: 6.5em; }
  dl.sbs.em7 dd {
    padding-left: 7.5em; }
  dl.sbs.em8 dd {
    padding-left: 8.5em; }
  dl.sbs.em9 dd {
    padding-left: 9.5em; }
  dl.sbs.em10 dd {
    padding-left: 10.5em; }
  dl.sbs.em11 dd {
    padding-left: 11.5em; }
  dl.sbs.em12 dd {
    padding-left: 12.5em; }

textarea, input, select {
  margin: 1px;
  padding: 3px; }

input[type="text"], input[type="password"], select, textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fbfbfb; }

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border-color: #aaa;
  background-color: #fefefe; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.placeholder {
  color: #999; }

/* button */
.btn01, .btn02, .btn03 {
  border-radius: 4px; }

a.btn01, a.btn02, a.btn03 {
  padding: 0.5em 1em 0.35em;
  text-decoration: none !important; }

input.btn01, input.btn02, input.btn03 {
  padding: 0.4em 0.8em 0.2em; }

.btn-l {
  padding: 0.6em 3em 0.5em !important;
  font-size: 108%; }

.btn-m {
  padding: 0.3em 0.3em 0.2em !important;
  font-size: 93%; }

.btn-s {
  padding: 0.3em 0.3em 0.2em !important;
  font-size: 85%; }

.btn01 {
  border: solid 1px #e5e5e5;
  background-color: #f6f6f6;
  box-shadow: 0 3px 0 0 #cccccc;
  color: #333 !important;
  text-align: center; }
  .btn01:hover {
    background-color: #fcfcfc; }
  .btn01:active {
    position: relative;
    top: 3px;
    box-shadow: none; }

.btn02 {
  border: solid 1px #ef8b4b;
  background-color: #fdf7f2;
  box-shadow: 0 3px 0 0 #de7029; }
  .btn02:hover {
    background-color: #fae8db; }
  .btn02:active {
    position: relative;
    top: 3px;
    box-shadow: none; }

.btn03 {
  border: solid 1px #255b8b;
  background-color: #255b8b;
  box-shadow: 0 3px 0 0 #21405c;
  color: #fff !important; }
  .btn03:hover {
    background-color: #3075b3; }
  .btn03:active {
    position: relative;
    top: 3px;
    box-shadow: none; }

body {
  overflow: hidden; }
  body .font-default a {
    background-color: #fdeddb; }
  body.font-medium .font-default a {
    background-color: transparent; }
  body.font-medium .font-medium a {
    background-color: #fdeddb; }
  body.font-medium #page-head {
    font-size: 1.1em; }
  body.font-medium #content-heading {
    font-size: 1.1em; }
  body.font-medium #page-content {
    font-size: 1.1em; }
  body.font-medium #page-foot {
    font-size: 1.1em; }
  body.font-large .font-default a {
    background-color: transparent; }
  body.font-large .font-large a {
    background-color: #fdeddb; }
  body.font-large #page-head {
    font-size: 1.15em; }
  body.font-large #content-heading {
    font-size: 1.2em; }
  body.font-large #page-content {
    font-size: 1.25em; }
  body.font-large #page-foot {
    font-size: 1.15em; }
  body.color-default {
    background-color: #fff; }
  body.color-blue {
    background-color: darkblue;
    color: yellow; }
    body.color-blue * {
      background-color: darkblue !important;
      background-image: none !important;
      color: yellow !important;
      border-color: yellow !important; }
    body.color-blue a {
      color: #fff !important; }
    body.color-blue #logo-main img {
      background-color: #fff !important; }
    body.color-blue #gmap *:not(.gm-style-iw) {
      background-color: transparent !important; }
  body.color-yellow {
    background-color: yellow;
    color: black; }
    body.color-yellow * {
      background-color: yellow !important;
      background-image: none !important;
      color: black !important;
      border-color: black !important; }
    body.color-yellow a {
      color: blue !important; }
    body.color-yellow #logo-main img {
      background-color: #fff !important; }
    body.color-yellow #gmap *:not(.gm-style-iw) {
      background-color: transparent !important; }
  body.color-black {
    background-color: black;
    color: yellow; }
    body.color-black * {
      background-color: black !important;
      background-image: none !important;
      color: yellow !important;
      border-color: yellow !important; }
    body.color-black a {
      color: #fff !important; }
    body.color-black #logo-main img {
      background-color: #fff !important; }
    body.color-black #gmap *:not(.gm-style-iw) {
      background-color: transparent !important; }

#page {
  position: relative;
  min-width: 320px; }

/*----------------------------------------------------
	inner
----------------------------------------------------*/
.inner, #page-head header, #nav-main nav, #page-content, #content-heading h1, #breadcrumbs, #banner aside, #site-author {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1280px;
  min-width: 960px; }

/*----------------------------------------------------
	header
----------------------------------------------------*/
#message-no-js {
  padding: 8px;
  background-color: #111;
  color: #fff; }

#goto-main a {
  -webkit-transition: height 0.2s;
          transition: height 0.2s;
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #ef8b4b;
  color: #000;
  text-align: center; }
  #goto-main a:focus {
    height: 2em;
    line-height: 2; }

#logo-main {
  margin: 24px 0 0;
  float: left; }

#btn-sp-menu {
  display: none; }

#site-useful-menu {
  float: right;
  width: 510px; }

.useful-menu {
  margin: 8px 0 0;
  float: left; }
  .useful-menu dt {
    font-size: 93%; }
    .useful-menu dt i {
      font-size: 14px; }
  .useful-menu dd ul li {
    float: left; }
    .useful-menu dd ul li + li {
      margin: 0 0 0 0.4em; }
  .useful-menu a {
    display: block;
    padding: 0.2em 0.5em 0.1em;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    color: #333;
    text-decoration: none; }

#menu-font-size a.active {
  background-color: #fdeddb; }

#menu-bg-color {
  margin-left: 1em; }

#bg-color-blue {
  background-color: blue;
  color: yellow; }

#bg-color-yellow {
  background-color: yellow;
  color: black; }

#bg-color-black {
  background-color: black;
  color: yellow; }

#link-language {
  position: relative;
  float: left;
  padding: 8px 0 0; }
  #link-language dt {
    width: 210px; }
    #link-language dt a {
      display: block;
      padding: 0.3em 0.5em 0.1em;
      border: 2px solid #e5e5e5;
      color: #333;
      text-decoration: none; }
      #link-language dt a i {
        margin: 2px 0 0;
        float: right;
        color: #999; }
      #link-language dt a:hover {
        background-color: #fcf1e9; }
  #link-language dd ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-top: none; }
    #link-language dd ul li + li {
      border-top: 1px solid #e5e5e5; }
    #link-language dd ul li a {
      display: block;
      padding: 0.5em 0.5em 0.3em;
      text-align: left;
      color: #333;
      text-decoration: none; }
      #link-language dd ul li a:hover {
        background-color: #fcf1e9; }
  #link-language.open dt a {
    background-color: #fcf1e9; }
  #link-language.open dt i:before {
    content: '\e604'; }
  #link-language.open dd ul {
    display: block; }

#useful-links {
  float: left;
  margin: 15px 0 0 8px; }
  #useful-links li {
    float: left;
    font-size: 93%; }
    #useful-links li + li {
      margin: 0 0 0 12px; }
    #useful-links li i {
      color: #999; }

#search-from {
  clear: left;
  margin: 8px 0 0;
  padding: 2px 8px;
  background-color: #e5e5e5;
  text-align: center; }
  #search-from dt, #search-from dd {
    vertical-align: middle; }
  #search-from dt {
    margin: 0 0.5em 0 0;
    padding: .2em 0 0; }
  #search-from .input {
    width: 280px; }
  #search-from .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 2px 16px;
    border: 1px solid #ccc;
    background-color: #444;
    color: #fff;
    box-shadow: inset 0 0 0 1px #fff; }

/*----------------------------------------------------
	global navigation
----------------------------------------------------*/
#nav-main {
  margin: 8px 0 0;
  min-height: 81px;
  background: #f7f7f7 url(../images/common/bg_main_navi.png) repeat-x 0 0; }
  #nav-main ul {
    padding: 24px 0 0;
    text-align: center; }
    #nav-main ul li {
      margin: 0 2px;
      padding: 3px;
      border-radius: 6px;
      background: #ddd;
      background: rgba(0, 0, 0, 0.2); }
      #nav-main ul li a {
        display: block;
        width: 140px;
        padding: 8px 0 4px;
        border: 1px solid #eee;
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
        font-size: 170%;
        color: #333;
        text-decoration: none; }
        #nav-main ul li a.current {
          background-color: #feeddb; }
        #nav-main ul li a:hover {
          background-color: #fcf1e9; }
      #nav-main ul li:first-child {
        margin-left: 0; }
      #nav-main ul li:last-child {
        margin-right: 0; }

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#content-main {
  margin-top: 24px;
  float: left;
  width: 100%;
  margin-right: -340px; }
  #content-main main {
    margin-right: 340px; }
    #content-main main #content-detail:first-child section:first-child {
      margin-top: 0; }

#content-sub {
  margin-top: 24px;
  float: right;
  width: 300px; }

#content-heading {
  background-color: #f7f7f7;
  border-top: 2px solid #f1be98;
  border-bottom: 4px solid #ef8b4b; }
  #content-heading h1 {
    padding-top: 40px;
    padding-bottom: 24px;
    font-size: 277%;
    font-weight: bold; }

#breadcrumbs {
  padding-bottom: 4px;
  font-size: 93%;
  color: #555;
  white-space: nowrap; }
  #breadcrumbs i {
    font-size: 14px;
    color: #ba511f; }

.section-title, #content-detail h2 {
  position: relative;
  margin: 0 16px 32px;
  padding: 0.2em 0.6em;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 185%; }
  .section-title:before, #content-detail h2:before {
    content: '';
    position: absolute;
    height: 45px;
    bottom: -16px;
    left: -16px;
    right: -16px;
    z-index: -1;
    background: url(../images/common/bg_line_heading.png) repeat-x 0 bottom; }
  .section-title:after, #content-detail h2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: -1; }

.content-navi {
  margin: 32px 0 0; }
  .content-navi.clm2 {
    margin-left: -10px;
    margin-right: -10px; }
    .content-navi.clm2 dl {
      width: 50%;
      padding: 0 10px;
      float: left; }
  .content-navi.clm3 {
    margin-left: -10px;
    margin-right: -10px; }
    .content-navi.clm3 dl {
      width: 33.33%;
      padding: 0 10px;
      float: left; }
      .content-navi.clm3 dl dt a, .content-navi.clm3 dl dt span {
        font-size: 124%; }
      .content-navi.clm3 dl dd ul li a {
        font-size: 108%; }
  .content-navi dl dt {
    border: 1px solid #e5e5e5; }
    .content-navi dl dt a, .content-navi dl dt span {
      border-top: 8px solid #ef8b4b;
      font-size: 154%;
      font-weight: bold;
      text-decoration: none; }
    .content-navi dl dt a:hover {
      background-color: #fae8db; }
  .content-navi dl dd ul {
    margin: 8px 0 0; }
    .content-navi dl dd ul li {
      border: 1px solid #e5e5e5; }
      .content-navi dl dd ul li + li {
        margin: 4px 0 0; }
      .content-navi dl dd ul li a {
        font-size: 124%;
        text-decoration: none; }
        .content-navi dl dd ul li a:hover {
          background-color: #fae8db; }
        .content-navi dl dd ul li a i.left {
          font-size: 124%; }
  .content-navi a, .content-navi span {
    display: block;
    position: relative;
    padding: 0.5em 8px 0.4em;
    color: #333; }
    .content-navi a i, .content-navi span i {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -.5em;
      color: #999; }
      .content-navi a i.left, .content-navi span i.left {
        display: inline-block;
        position: static;
        margin: 0 0.2em 0 0;
        color: #ef8b4b;
        font-size: 154%;
        width: 1.2em;
        text-align: center; }

.content-news .news-body article {
  margin: 4px 0;
  font-size: 108%; }
  .content-news .news-body article time {
    float: left;
    width: 10em; }
    .content-news .news-body article time i {
      color: #999; }
  .content-news .news-body article span {
    float: left;
    width: 7em;
    font-size: 77%;
    padding: 0.2em 0.4em 0.1em;
    border-radius: 2px;
    border: 1px solid #ef8b4b;
    background-color: #fcf1e9;
    text-align: center; }
    .content-news .news-body article span.important {
      border-color: #820004;
      background-color: #b50005;
      color: #fff; }
    .content-news .news-body article span.infomation {
      background-color: #eaf4fb;
      border-color: #4882ae; }
    .content-news .news-body article span.recruit {
      background-color: #e8f5df;
      border-color: #51842f; }
    .content-news .news-body article span.tourism {
      background-color: #dbf7f5;
      border-color: #45aca5; }
    .content-news .news-body article span.defend {
      background-color: #fde6e6;
      border-color: #c73e3e; }
  .content-news .news-body article h3 {
    padding: 0 0 0 17em; }

.content-news .news-body.no-date article i {
  float: left;
  color: #999;
  margin: .2em 0 0; }

.content-news .news-body.no-date article h3 {
  padding: 0 0 0 1.5em; }

.content-news .news-links {
  margin: 16px 0 0;
  padding: 4px 8px;
  border-top: 2px solid #f1be98;
  border-bottom: 2px solid #f1be98;
  background-color: #f6f6f6;
  text-align: right; }
  .content-news .news-links li i {
    color: #999; }
    .content-news .news-links li i.icon-rss {
      font-size: 170%;
      color: #ef8b4b; }

#content-detail h3 {
  position: relative;
  margin: 1em 0 0.8em;
  padding: 0.4em 0.5em 0.2em;
  background-color: #fefcfb;
  border-top: 1px solid #f1be98;
  border-bottom: 3px solid #ef8b4b;
  font-size: 139%;
  font-weight: bold; }

#content-detail h4 {
  margin: 1em 0 0.8em;
  padding: 0 0 0.1em 0.5em;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px dotted #666;
  font-size: 124%;
  font-weight: bold; }

#content-detail section, #content-detail article, #content-detail .margin {
  margin: 3em 0 2em; }
  #content-detail section > section, #content-detail section article > section, #content-detail section article, #content-detail article > section, #content-detail article article > section, #content-detail article article, #content-detail .margin > section, #content-detail .margin article > section, #content-detail .margin article {
    margin-top: 2em; }

#content-detail p {
  margin: 0.5em 0 1.5em;
  font-size: 108%; }

#content-detail ol {
  margin: 1em 0 2em;
  padding: 0 0 0 2em;
  font-size: 108%; }
  #content-detail ol li {
    margin: .5em 0; }
    #content-detail ol li * {
      font-size: 100%; }

#content-detail ul {
  margin: 1em 0 2em;
  font-size: 108%;
  padding: 0 0 0 1.2em;
  list-style-type: disc; }
  #content-detail ul li {
    margin: .5em 0; }
    #content-detail ul li * {
      font-size: 100%; }
  #content-detail ul.list-icon li {
    position: relative;
    list-style-type: none; }
    #content-detail ul.list-icon li:before {
      content: "\e600";
      position: absolute;
      left: -1.2em;
      top: .1em;
      font-size: 124%;
      color: #999; }
  #content-detail ul.blank-links li {
    position: relative;
    list-style: none; }
    #content-detail ul.blank-links li:before {
      content: '\e607';
      position: absolute;
      left: -1.2em;
      top: .1em;
      font-size: 124%;
      color: #ba511f; }

#content-detail blockquote {
  margin: 1em 0 2em;
  padding: 1em 0 1em 1em;
  border-left: 5px solid #e5e5e5; }
  #content-detail blockquote footer {
    position: relative;
    margin: 1em 0 0;
    padding: 0 0 0 2.5em;
    color: #555; }
    #content-detail blockquote footer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      width: 2em;
      border-top: 1px solid #999; }

#content-detail dl {
  margin: 1em 0 2em;
  font-size: 108%; }
  #content-detail dl dt {
    font-weight: bold; }
    #content-detail dl dt.line {
      margin: 0 0 0.5em;
      padding: 0 0 2px;
      border-bottom: 1px dashed #999; }
  #content-detail dl dd {
    margin: 0 0 1em; }
    #content-detail dl dd * {
      font-size: 100%; }
  #content-detail dl.sbs dd {
    margin: 0 0 0.4em; }

#content-detail table {
  margin: 1em 0 2em;
  table-layout: fixed;
  max-width: 100%;
  font-size: 108%; }
  #content-detail table.full {
    width: 100%; }
  #content-detail table caption {
    padding: 0 0 0.4em;
    font-weight: bold; }
  #content-detail table th, #content-detail table td {
    padding: 0.5em 0.5em 0.3em;
    border: 1px solid #ccc; }
    #content-detail table th *, #content-detail table td * {
      margin: 0 !important;
      font-size: 100%; }
  #content-detail table th {
    background-color: #eee; }
  #content-detail table tbody th:first-child {
    border-right: 4px solid #ef8b4b;
    text-align: left;
    vertical-align: top; }
  #content-detail table thead th {
    border-bottom: 4px solid #ef8b4b; }

#content-detail .frame-line {
  border: 2px solid #ccc;
  padding: .5em;
  background-color: #f9f9f9; }
  #content-detail .frame-line :first-child {
    margin-top: 0; }
  #content-detail .frame-line :last-child {
    margin-bottom: 0; }

#content-detail hr {
  margin: 60px 0;
  border-top: 1px dashed #ccc; }

#content-detail iframe {
  max-width: 100%; }

#content-detail .align-left {
  text-align: left; }

#content-detail .align-center {
  text-align: center; }

#content-detail .align-right {
  text-align: right; }

#content-detail .left-box {
  float: left;
  padding: 0 16px 8px 0; }

#content-detail .right-box {
  float: right;
  padding: 0 0 8px 16px; }

#content-detail .box {
  margin: 1em 0 0; }

#content-detail img {
  max-width: 100%;
  height: auto; }
  #content-detail img.frame {
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #ddd; }
  #content-detail img.shadow {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2); }

#content-detail code {
  padding: 0.05em 0.4em 0.1em;
  border-radius: 4px;
  background-color: #fae8db;
  color: #7c370b;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

#content-detail a.blank:after {
  content: '\f08e';
  margin: 0 0 0 0.4em; }

#content-detail a.blank.no-icon:after {
  content: none; }

#content-detail a:hover img {
  opacity: .8; }

#content-detail .mymap {
  width: 100%; }

#gmap {
  height: 350px; }
  #gmap img {
    max-width: none; }
  #gmap .gm-style-iw {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

.page-contact {
  margin: 72px 0 0;
  padding: 16px;
  border: 2px solid #e5e5e5; }
  .page-contact h2 {
    padding: 0 0 0.2em;
    border-bottom: 4px solid #ef8b4b;
    font-weight: bold;
    font-size: 139%;
    font-weight: bold; }
  .page-contact dl {
    margin: 12px 0 0; }
    .page-contact dl dt {
      font-weight: bold;
      font-size: 116%; }
    .page-contact dl dd {
      line-height: 1.75; }
      .page-contact dl dd span {
        font-weight: bold; }

.side-block {
  display: block;
  padding: 0.8em 12px 0.6em;
  border: 1px solid #ccc;
  border-top: 12px solid #ef8b4b;
  font-size: 116%;
  font-weight: bold; }
  .side-block.link {
    position: relative;
    color: #333;
    font-size: 154%;
    font-weight: bold;
    text-decoration: none; }
    .side-block.link:after {
      content: "\e603";
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -.5em;
      color: #999;
      font-size: 124%; }
    .side-block.link:hover {
      background-color: #fae8db; }

.about-nishiizu {
  margin: 16px 0 0; }

.side-link-margin, .live-camera {
  margin: 8px 0 0; }

.live-camera a {
  border-top-color: #38a1db; }

.zinko-setai {
  margin: 16px 0 0; }
  .zinko-setai dl dt {
    float: left;
    font-weight: bold;
    font-size: 139%;
    width: 3.2em; }
  .zinko-setai dl dd {
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 139%; }
    .zinko-setai dl dd span {
      display: inline-block;
      margin: 0 0 0 0.4em;
      width: 2.2em;
      font-size: 70%;
      text-align: left; }
  .zinko-setai p {
    margin: 8px 0 0;
    padding: 8px 0 0;
    border-top: 1px dashed #e5e5e5;
    font-size: 85%;
    text-align: right;
    color: #555; }

.koho-nishiizu {
  margin: 16px 0 0;
  position: relative; }
  .koho-nishiizu .koho-image {
    float: right;
    width: 35%;
    text-align: right; }
  .koho-nishiizu h2 {
    font-size: 139%;
    font-weight: bold; }
  .koho-nishiizu .new-link {
    width: 55%;
    position: absolute;
    left: 12px;
    bottom: 10px; }
    .koho-nishiizu .new-link a {
      display: block;
      padding: 4px 0;
      background-color: #f1be98;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
      .koho-nishiizu .new-link a:hover {
        background-color: #eba26b; }

.mobile-qrcode {
  margin: 16px 0 0; }
  .mobile-qrcode p {
    float: left;
    font-size: 124%;
    font-weight: bold; }
  .mobile-qrcode .qrcode {
    float: right; }

.relation-links {
  margin: 32px 0 0;
  padding: 16px;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  background-color: #f7f7f7; }
  .relation-links h2 {
    font-size: 154%;
    font-weight: bold; }
  .relation-links ul {
    margin: 16px 0 0; }
    .relation-links ul li {
      margin: 8px 0 0; }
      .relation-links ul li img {
        border: 4px solid #e5e5e5; }

.side-menu {
  margin: 0 0 40px; }
  .side-menu a, .side-menu span {
    position: relative;
    display: block;
    padding: 0.8em 12px 0.6em;
    border: 1px solid #ccc;
    color: #333;
    font-size: 116%;
    text-decoration: none; }
    .side-menu a i, .side-menu span i {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -.5em;
      color: #999;
      font-size: 124%; }
  .side-menu a:hover {
    background-color: #fae8db; }
  .side-menu dl dt {
    margin: 0 0 8px; }
    .side-menu dl dt a, .side-menu dl dt span {
      border-top: 12px solid #ef8b4b;
      font-size: 139%;
      font-weight: bold; }
  .side-menu ul {
    margin: 0 0 8px; }
    .side-menu ul li + li {
      margin: 8px 0 0; }

.side-banner {
  margin: 0 0 40px; }
  .side-banner ul {
    margin: 0 0 8px; }
    .side-banner ul li a:hover img {
      opacity: .8; }
    .side-banner ul li + li {
      margin: 8px 0 0; }

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#page-foot {
  position: relative;
  margin: 80px 0 0;
  padding: 30px 0 0;
  background: url(../images/common/bg_footer_up.png) repeat-x 0 0; }
  #page-foot footer {
    border-top: 1px solid #ba511f; }

#page-top {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  text-align: center; }
  #page-top a {
    padding: 4px 16px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    text-decoration: none;
    color: #333;
    font-size: 108%; }
    #page-top a:hover {
      background-color: #fae8db; }
    #page-top a i {
      display: block;
      color: #999;
      font-size: 20px; }

#banner {
  padding: 16px 0 32px;
  background-color: #f1f1f1;
  border-bottom: 2px solid #f1be98; }
  #banner aside {
    position: relative; }
    #banner aside h2 {
      font-size: 124%; }
    #banner aside ul li {
      float: left;
      margin: 8px 16px 0 0; }
    #banner aside .about-banner {
      position: absolute;
      right: 8px;
      top: 0; }

#site-author {
  padding-top: 24px;
  padding-bottom: 24px; }

#nishiizu-office {
  float: left; }
  #nishiizu-office dt {
    font-size: 216%; }
  #nishiizu-office dd {
    margin: 4px 0 0;
    line-height: 1.75; }
    #nishiizu-office dd address {
      font-style: normal; }

#foot-nav {
  float: right;
  width: 450px; }
  #foot-nav .access-link a {
    padding: 4px 16px 0;
    background-color: #f1be98;
    font-size: 124%;
    font-weight: bold;
    text-decoration: none;
    color: #861e26; }
    #foot-nav .access-link a i {
      color: #333;
      margin: 0 0.5em 0 0;
      font-size: 18px;
      vertical-align: baseline; }
    #foot-nav .access-link a:hover {
      background-color: #eeb082; }
  #foot-nav .contact-links {
    margin: 16px 0 0; }
    #foot-nav .contact-links dt {
      margin: 0 0.5em 0 0; }
    #foot-nav .contact-links dd ul li + li {
      margin: 0 0 0 0.5em; }
    #foot-nav .contact-links i {
      color: #999; }
  #foot-nav .site-links {
    margin: 8px 0 0; }
    #foot-nav .site-links li + li {
      margin: 0 0 0 0.5em; }
    #foot-nav .site-links i {
      color: #999; }

#copyright {
  padding: 56px 0 8px;
  background: url(../images/common/bg_main_navi.png) repeat-x 0 0;
  text-align: center; }

/*----------------------------------------------------
	media query
----------------------------------------------------*/
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 589px) {
  #page {
    -webkit-transition: left 0.2s;
            transition: left 0.2s; }
  /*----------------------------------------------------
	inner
----------------------------------------------------*/
  .inner, #page-head header, #nav-main nav, #page-content, #content-heading h1, #breadcrumbs, #banner aside, #site-author {
    min-width: 0;
    padding: 0 8px; }
  /*----------------------------------------------------
	header
----------------------------------------------------*/
  #logo-main {
    margin: 8px 0 0;
    width: 60%; }
  #btn-sp-menu {
    display: block;
    float: right;
    margin: 16px 8px 0 0;
    background-color: #ef8b4b;
    padding: 8px;
    border-radius: 2px;
    cursor: pointer; }
    #btn-sp-menu i {
      font-size: 28px;
      color: #fff; }
  #site-useful-menu {
    float: none;
    width: auto;
    text-align: center; }
  .useful-menu {
    display: none; }
  #link-language {
    display: none;
    float: none;
    position: absolute;
    top: 80px;
    left: 16px;
    right: 16px;
    z-index: 601;
    padding: 0; }
    #link-language dt {
      width: auto; }
      #link-language dt a {
        padding: .5em; }
  body.menu-open #link-language {
    display: block; }
  #useful-links {
    margin: 12px 0 0;
    float: none;
    text-align: center; }
    #useful-links li {
      float: none;
      display: inline-block;
      text-align: center; }
  #search-from {
    padding: 2px 4px; }
    #search-from dt {
      width: 28%;
      text-align: right; }
    #search-from dd {
      width: 65%;
      text-align: left; }
    #search-from .input {
      width: 65%; }
    #search-from .button {
      padding: 5px 12px 3px; }
  /*----------------------------------------------------
	global navigation
----------------------------------------------------*/
  #nav-main {
    background-size: auto 30px;
    height: 30px;
    min-height: 0; }
    #nav-main ul {
      display: none;
      position: absolute;
      top: 60px;
      left: 4px;
      right: 4px;
      z-index: 600;
      padding: 72px 4px 24px;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
      #nav-main ul li {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        padding: 4px;
        background: transparent; }
        #nav-main ul li a {
          position: relative;
          width: auto;
          padding: .5em;
          border-radius: 0;
          border: 1px solid #e5e5e5;
          border-top: 4px solid #ef8b4b;
          text-align: left;
          font-size: 154%; }
          #nav-main ul li a:after {
            content: '\e603';
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            color: #999; }
  body.menu-open #btn-sp-menu i:before {
    content: '\e605'; }
  body.menu-open:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer; }
  body.menu-open #nav-main ul {
    display: block; }
  /*----------------------------------------------------
	contents
----------------------------------------------------*/
  #content-main {
    float: none;
    margin: 40px 0 0; }
    #content-main main {
      margin: 0; }
  #content-sub {
    margin-top: 64px;
    float: none;
    width: auto; }
  #content-heading h1 {
    padding-top: 16px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 185%; }
  #breadcrumbs {
    overflow: auto;
    padding-bottom: 6px; }
  .section-title, #content-detail h2 {
    font-size: 154%;
    padding-top: 0; }
  .content-navi.clm2 dl, .content-navi.clm3 dl {
    margin: 32px 0 0;
    width: auto;
    float: none; }
  .content-news .news-body article {
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px dashed #e5e5e5; }
    .content-news .news-body article time, .content-news .news-body article span {
      float: none; }
    .content-news .news-body article h3 {
      padding: 4px 0 0; }
  #content-detail h2 {
    font-size: 20px; }
  #content-detail h3 {
    font-size: 16px; }
  #content-detail h4 {
    font-size: 15px; }
  #content-detail .left-box {
    padding: 0 8px 8px 0; }
  #content-detail .right-box {
    padding: 0 0 8px 8px; }
  #content-detail table {
    font-size: 13px; }
    #content-detail table.sp-block {
      display: block;
      width: 100%; }
      #content-detail table.sp-block tbody, #content-detail table.sp-block thead, #content-detail table.sp-block tfoot, #content-detail table.sp-block caption {
        display: block; }
      #content-detail table.sp-block tr {
        display: block; }
      #content-detail table.sp-block th, #content-detail table.sp-block td {
        display: block; }
      #content-detail table.sp-block th {
        text-align: left; }
      #content-detail table.sp-block td {
        border: none; }
        #content-detail table.sp-block td + td {
          border-top: 1px dashed #ccc; }
      #content-detail table.sp-block tbody th:first-child {
        border-left: none;
        border-right: none;
        border-bottom: 4px solid #ef8b4b; }
      #content-detail table.sp-block tbody td:last-child {
        padding-bottom: 2em; }
  #content-detail .scroll-table {
    overflow-x: auto; }
    #content-detail .scroll-table table {
      white-space: nowrap; }
      #content-detail .scroll-table table caption {
        text-align: left; }
  .page-contact {
    padding: 8px; }
    .page-contact h2 {
      font-size: 16px; }
    .page-contact dl dt {
      font-size: 14px; }
  .mobile-qrcode {
    display: none; }
  /*----------------------------------------------------
	footer
----------------------------------------------------*/
  #banner aside ul {
    margin: 4px 0 0; }
    #banner aside ul li {
      width: 33.33%;
      margin: 0;
      padding: 4px; }
  #nishiizu-office {
    margin: 16px 0 0;
    float: none; }
  #foot-nav {
    float: none;
    width: auto;
    margin: 16px 0 0; }
  #copyright {
    margin: 16px 0 0; } }

/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 590px) and (max-width: 959px) {
  #page {
    -webkit-transition: left 0.2s;
            transition: left 0.2s; }
  /*----------------------------------------------------
	inner
----------------------------------------------------*/
  .inner, #page-head header, #nav-main nav, #page-content, #content-heading h1, #breadcrumbs, #banner aside, #site-author {
    min-width: 0; }
  /*----------------------------------------------------
	header
----------------------------------------------------*/
  #logo-main {
    margin: 16px 0;
    text-align: center;
    float: none; }
    #logo-main img {
      width: 40%; }
  #btn-sp-menu {
    display: none; }
  #site-useful-menu {
    float: none;
    width: auto;
    text-align: center; }
  .useful-menu {
    display: none; }
  #link-language {
    float: none;
    padding: 0;
    display: inline-block; }
  #useful-links {
    margin-top: 0;
    float: none;
    display: inline-block;
    vertical-align: middle; }
  /*----------------------------------------------------
	global navigation
----------------------------------------------------*/
  #nav-main ul {
    padding: 0; }
    #nav-main ul li {
      margin: 2px;
      width: 30%; }
      #nav-main ul li a {
        width: auto;
        font-size: 139%; }
  /*----------------------------------------------------
	contents
----------------------------------------------------*/
  #content-main {
    width: 65%;
    margin-right: 0; }
    #content-main main {
      margin: 0; }
  #content-sub {
    width: 32%; }
  .content-news .news-body article {
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px dashed #e5e5e5; }
    .content-news .news-body article time, .content-news .news-body article span {
      float: none; }
    .content-news .news-body article h3 {
      padding: 4px 0 0; }
  .mobile-qrcode {
    display: none; }
  /*----------------------------------------------------
	footer
----------------------------------------------------*/ }

/* pc
-------------------------------------------------- */
.gsc-control-cse {
  padding: 1em 0 !important; }

.gsc-control-wrapper-cse {
  float: left; }
  .gsc-control-wrapper-cse * {
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
  .gsc-control-wrapper-cse .gsc-results .gsc-result {
    margin: 1em 0 2em; }
  .gsc-control-wrapper-cse .gsc-results .gsc-thumbnail-inside, .gsc-control-wrapper-cse .gsc-results .gsc-url-top {
    padding-left: 0; }
  .gsc-control-wrapper-cse .gsc-results .gs-no-results-result .gs-snippet {
    padding: 10px 0; }
  .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box {
    text-align: left; }
    .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
      display: inline-block;
      margin: 1px;
      padding: 4px 0;
      width: 3em;
      text-align: center;
      border: 1px solid #e5e5e5;
      text-decoration: none; }
      .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        background-color: #ef8b4b;
        border-color: #ef8b4b;
        color: #fff; }
  .gsc-control-wrapper-cse .gsc-table-result .gs-title {
    margin: 0 0 0.4em;
    color: #ef8b4b; }
    .gsc-control-wrapper-cse .gsc-table-result .gs-title * {
      color: #ef8b4b; }
  .gsc-control-wrapper-cse .gsc-table-result .gs-image-box {
    margin: 0 0.5em 0 0; }
  .gsc-control-wrapper-cse .gsc-table-result .gs-snippet {
    font-size: 12px; }
  .gsc-control-wrapper-cse .gsc-table-result .gsc-url-bottom .gs-visibleUrl {
    color: #999; }

/*# sourceMappingURL=maps/common.css.map */