@charset "UTF-8";

/* ========================
 Foundation
======================== */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=94dbef91aadf18a0e05d)
 * Config saved to config.json and https://gist.github.com/94dbef91aadf18a0e05d
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

body,
html {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #323232;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.txt-underline {
  text-decoration: underline;
}

.of-unset {
  overflow: unset !important;
}

/* ========================
 Layout
======================== */
.siteHeader {
  height: 56px;
  background-color: #EEE;
  border-bottom: 2px solid #003f65;
}

.siteHeader__inner {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.siteHeader__logo {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  line-height: 1;
  height: 16px;
  font-size: 16px;
}

.siteHeader__logoImg {
  vertical-align: bottom;
}

.siteHeader__navi {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .siteHeader__inner {
    width: 100%;
  }

  .siteHeader__logo {
    margin-left: 15px;
  }
}

.gnavi {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}

.gnavi__item {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}

@media (max-width: 767) {
  .gnavi {
    display: none;
  }
}

.gnaviInner {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 56px;
  list-style: none;
}

.gnaviInner__item {
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
  cursor: pointer;
}

.gnaviInner__item:hover,
.gnaviInner__item:focus,
.gnaviInner__item:active {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media (max-width: 767) {
  .gnaviInner {
    display: none !important;
  }
}

.siteFooter {
  margin-bottom: 30px;
  padding-top: 16px;
  border-top: 2px solid #003f65;
  width: 100%;
}

.wrapper {
  min-width: 1170px;
}

@media (max-width: 767px) {
  .wrapper {
    min-width: 0;
  }
}

/* ========================
 Modules
======================== */
.expandNav {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}

.expandNav__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.expandNav__item {
  border-bottom: 1px solid #fff;
}

.expandNav__link {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.expandNav__link:hover,
.expandNav__link:active,
.expandNav__link:focus {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}

.expandNav__btn img {
  margin-top: 14px;
  margin-right: 18px;
  cursor: pointer;
}

.hero {
  line-height: 1;
  font-size: 0;
  width: 100%;
  vertical-align: top;
}

.content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lede__heading {
  line-height: 1;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.lede__body {
  position: relative;
  text-align: center;
  margin-bottom: 135px;
  font-size: 2.1rem;
}

.lede__illust {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .lede__heading {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .lede__heading img {
    height: 18px;
  }

  .lede__body {
    font-size: 1.4rem;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.map {
  padding-top: 25px;
  padding-bottom: 30px;
}

.map__heading {
  text-align: center;
  margin-bottom: 26px;
}

.map__heading img {
  vertical-align: top;
}

.map__explain {
  text-align: center;
}

.map__seach {
  list-style: none;
  padding: 0;
}

.map__seach img {
  width: 100%;
  margin-bottom: 20px;
}

.map__under {
  color: #323232;
  text-align: center;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .map__seach img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .map {
    padding-top: 14px;
    padding-bottom: 20px;
  }

  .map__heading {
    margin-top: 0;
    margin-bottom: 8px;
    height: 20px;
    line-height: 20px;
  }

  .map__heading img {
    height: 20px;
  }

  .map__img {
    width: 100%;
  }

  .map__under {
    font-size: 1.4rem;
    padding-top: 8px;
    margin-bottom: 16px;
  }
}

.facilities__heading {
  margin: 0;
  padding-top: 40px;
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
}

.facilities__explain {
  margin: 0;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .facilities__heading {
    padding-top: 20px;
    margin-bottom: 8px;
  }

  .facilities__heading img {
    height: 20px;
  }

  .facilities__explain {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}

.facility__distance {
  margin: 0;
  margin-left: -30px;
  margin-right: -30px;
  height: 65px;
  background-color: #accbdc;
  padding-left: 95px;
  padding-top: 20px;
  line-height: 1;
  cursor: pointer;
  background-image: url("../images/facility/acd_arrow_down.gif");
  background-repeat: no-repeat;
  background-position: 20px 14px;
  border-bottom: 4px solid #fff;
}

.non-border {
  border-bottom: none !important;
}

.facility__distance.is-open {
  background-image: url("../images/facility/acd_arrow_up.gif");
}

.facility__item {
  overflow: hidden;
  margin-bottom: 35px;
}

.facility__item.is-large {
  margin-bottom: 60px;
}

.facility__oneLineContainer {
  margin-left: -30px;
  margin-right: -30px;
}

.facility__oneLine {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}

.facility__oneLine>.row {
  margin-left: 0;
  margin-right: 0;
}

.facility__oneLine .facility__item.is-large {
  margin-bottom: 0;
}

.facility__heading {
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 3px solid #5795bb;
  line-height: 1;
}

.facility__tourism {
  margin: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #aefc99;
}

.facility__tourism.is-blue {
  background-color: #99ccff;
}

.facility__tourism.is-purple {
  background-color: #ccccff;
}

.facility__underFukidashi img {
  float: right;
}

.facility__headingFactories {
  margin: 0;
  margin-bottom: 28px;
  padding-left: 20px;
  border-left: 20px solid #ff9900;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.facility__oneLineUnder {
  padding-left: 30px;
  padding-right: 30px;
}

.facility__badges {
  display: inline-block;
  margin-left: 23px;
}

.facility__badges>img {
  margin-left: 7px;
}

.facility__badges.is-under {
  display: block;
  margin-left: 0;
}

.facility__badges.is-under>img {
  margin-left: 0px;
  margin-right: 6px;
}

.facility__figure {
  margin-top: 28px;
}

.facility__figure img {
  width: 100%;
  height: auto;
}

.facility__body {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 14px;
  margin-bottom: 20px;
}

.is-large .facility__body {
  margin-top: 20px;
  font-size: 18px;
  font-size: 2.1rem;
}

.facility__link {
  float: right;
  color: #323232;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}

.facility__link:hover,
.facility__link:active,
.facility__link:focus {
  text-decoration: none;
  color: #323232;
}

.facility__link:after {
  content: url(../images/facility/icn_blank.png);
  height: 20px;
  margin-left: 7px;
  vertical-align: middle;
}

.is-large .facility__link {
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .facility__distance {
    margin-left: -15px;
    margin-right: -15px;
    height: 33px;
    padding-top: 7px;
    padding-left: 58px;
    line-height: 18px;
    background-image: url("../images/facility/acd_arrow_down_sp.gif");
    background-position: 15px 8px;
  }

  .facility__distance img {
    height: 18px;
  }

  .facility__lede {
    font-size: 1.4rem;
  }

  .facility__distance.is-open {
    background-image: url("../images/facility/acd_arrow_up_sp.gif");
  }

  .facility__heading {
    font-size: 1.6rem;
  }

  .facility__badges>img,
  .facility__badges.is-under>img {
    margin-right: 2px;
    width: 40px;
  }

  .facility__body {
    margin-top: 4px;
    font-size: 1.4rem;
  }

  .facility__link:after {
    content: url(../images/facility/icn_blank_sp.gif);
  }

  .facility__link,
  .is-large .facility__body,
  .is-large .facility__link {
    font-size: 1.4rem;
  }

  .facility__figure {
    margin-top: 14px;
  }

  .facility__oneLineContainer {
    margin-left: -15px;
    margin-right: -15px;
  }

  .facility__oneLine {
    padding-left: 15px;
    padding-right: 15px;
  }

  .facility__oneLineUnder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.facility_reserve {
  z-index: 10;
  position: absolute;
  /*top: 57px;*/
  /* CSS頂いた状態で確認したら表示がうまくいかなかったためコメントアウト */
  left: 10px;
  width: 77px !important;
  height: 77px !important;
}

.footerNav {
  width: 1170px;
  margin: 0 auto;
}

.footerNav__items {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 125px;
}

.footerNav__item {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.footerNav__items .footerNav__item:before {
  content: '|';
  color: #323232;
  margin-left: 8px;
  margin-right: 8px;
}

.footerNav__items .footerNav__item:first-child:before {
  display: none;
}

.footerNav__link {
  color: #323232;
  text-decoration: none;
}

.footerNav__link:hover,
.footerNav__link:active,
.footerNav__link:focus {
  text-decoration: underline;
  color: #323223;
}

@media (max-width: 767px) {
  .footerNav {
    width: 100%;
    padding-left: 15px;
  }

  .footerNav__items {
    float: none;
  }

  .footerNav__item {
    float: none;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .footerNav__link {
    text-decoration: underline;
  }

  .footerNav__link:hover,
  .footerNav__link:active,
  .footerNav__link:focus {
    text-decoration: none;
  }

  .footerNav__items .footerNav__item:before {
    display: none;
  }
}

.tour {
  padding-bottom: 67px;
}

.tour__heading {
  text-align: center;
  line-height: 1;
  padding-top: 50px;
  margin-bottom: 35px;
}

.tour__slider {
  width: 100%;
}

.tour__slider img {
  width: 100%;
  height: auto;
}

.tour__sliderContainer {
  position: relative;
}

.tour__sliderBtn {
  position: absolute;
  top: 37%;
  z-index: 100;
  cursor: pointer;
}

.tour__sliderBtn--next {
  right: 15px;
}

.tour__sliderBtn--prev {
  left: 15px;
}

.tour__pageItem {
  color: #323232;
}

.tour__pageItem a {
  color: #323232;
  text-decoration: underline;
}

.tour__pageItem.is-active,
.tour__pageItem.is-active a {
  color: #5795bb;
}

.tour__sceneContainer {
  height: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.tour__scene {
  display: none;
}

.tour__sceneNum {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 7px;
  text-indent: 9999px;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
}

.tour__sceneNum--1 {
  background-image: url("../images/tour/slider_num_1_off.png");
}

.tour__sceneNum--1.is-active {
  background-image: url("../images/tour/slider_num_1_on.png");
}

.tour__sceneNum--2 {
  background-image: url("../images/tour/slider_num_2_off.png");
}

.tour__sceneNum--2.is-active {
  background-image: url("../images/tour/slider_num_2_on.png");
}

.tour__sceneNum--3 {
  background-image: url("../images/tour/slider_num_3_off.png");
}

.tour__sceneNum--3.is-active {
  background-image: url("../images/tour/slider_num_3_on.png");
}

.tour__sceneNum--4 {
  background-image: url("../images/tour/slider_num_4_off.png");
}

.tour__sceneNum--4.is-active {
  background-image: url("../images/tour/slider_num_4_on.png");
}

.tour__sceneNum--5 {
  background-image: url("../images/tour/slider_num_5_off.png");
}

.tour__sceneNum--5.is-active {
  background-image: url("../images/tour/slider_num_5_on.png");
}

@media(max-width: 767px) {
  .tour__sceneNum {
    width: 26px;
    height: 26px;
    margin-right: 3px;
  }

  .tour__sceneNum--1 {
    background-image: url("../images/tour/slider_num_1_sp_off.png");
  }

  .tour__sceneNum--1.is-active {
    background-image: url("../images/tour/slider_num_1_sp_on.png");
  }

  .tour__sceneNum--2 {
    background-image: url("../images/tour/slider_num_2_sp_off.png");
  }

  .tour__sceneNum--2.is-active {
    background-image: url("../images/tour/slider_num_2_sp_on.png");
  }

  .tour__sceneNum--3 {
    background-image: url("../images/tour/slider_num_3_sp_off.png");
  }

  .tour__sceneNum--3.is-active {
    background-image: url("../images/tour/slider_num_3_sp_on.png");
  }

  .tour__sceneNum--4 {
    background-image: url("../images/tour/slider_num_4_sp_off.png");
  }

  .tour__sceneNum--4.is-active {
    background-image: url("../images/tour/slider_num_4_sp_on.png");
  }

  .tour__sceneNum--5 {
    background-image: url("../images/tour/slider_num_5_sp_off.png");
  }

  .tour__sceneNum--5.is-active {
    background-image: url("../images/tour/slider_num_5_sp_on.png");
  }
}

.tour__btn {
  display: block;
  color: #323232;
  padding-top: 7px;
  padding-left: 65px;
  height: 44px;
  background-color: #ccc;
  text-decoration: none;
  cursor: pointer;
  background-image: url("../images/tour/slider_tri_bottom.png");
  background-repeat: no-repeat;
  background-position: 25px 16px;
}

.tour__btn--all {
  margin-bottom: 7px;
  background-image: url("../images/tour/slider_tri_right.png");
}

.tour__page {
  list-style: none;
  padding-left: 80px;
}

.tour__pageItem {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 17px;
  padding-bottom: 1.7rem;
  text-align: center;
}

.tour__pageItem:after {
  content: '▼';
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 47%;
  color: #323232;
}

.tour__pageItem.is-last {
  padding-bottom: 7px;
}

.tour__pageItem.is-last:after {
  display: none;
}

.tour__pageNum {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -45px;
}

.tour__pageLink {
  display: block;
  cursor: pointer;
}


@media (max-width: 767px) {
  .tour__heading {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 8px;
  }

  .tour__heading img {
    height: 25px;
  }
}

#tour-caution-teacher,
#tour-caution-bus,
#tour-caution-gurdian {
  padding-bottom: 47px;
}

.acd-caution__heading {
  margin: 0;
  margin-left: -30px;
  margin-right: -30px;
  height: 65px;
  background-color: #accbdc;
  border-bottom: 4px solid #fff;
  padding-left: 95px;
  padding-top: 20px;
  line-height: 1;
  cursor: pointer;
  background-image: url("../images/facility/acd_arrow_down.gif");
  background-repeat: no-repeat;
  background-position: 20px 14px;
}

.acd-caution__heading.is-open {
  background-image: url("../images/facility/acd_arrow_up.gif");
}

.acd-caution__body {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 30px;
  margin: 0;
}

.acd-caution__link {
  color: #323232;
}

.caution_big_txt {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .acd-caution__heading {
    margin-left: -15px;
    margin-right: -15px;
    height: 33px;
    padding-top: 7px;
    padding-left: 58px;
    line-height: 18px;
    background-image: url("../images/facility/acd_arrow_down_sp.gif");
    background-position: 15px 8px;
  }

  .acd-caution__heading img {
    height: 18px;
  }

  .acd-caution__heading.is-open {
    background-image: url("../images/facility/acd_arrow_up_sp.gif");
  }
}

.caution__heading {
  margin: 0;
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}

.caution__lede {
  margin: 0;
  font-size: 2.1rem;
  margin-bottom: 40px;
  text-align: center;
}

.caution__imgs {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .caution__heading {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 8px;
  }

  .caution__heading img {
    height: 25px;
  }

  .caution__imgs img {
    width: 100%;
  }

  .caution__lede {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
  }
}


.before_wrapper {
  background-color: #f4f4f4;
  padding-bottom: 96px;
}

.before__heading {
  margin: 0;
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}

.before__lede {
  text-align: center;
  font-size: 2.1rem;
}

.before__caution {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-left: 35px;
  margin-top: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .before__caution {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 11%;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .before__heading img {
    height: 25px;
  }

  .before__heading {
    padding-top: 8px;
  }

  .before__lede {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.specialContents_wrapper {
  background-color: #ddeaf1;
  padding-bottom: 80px;
}

.specialContents__heading {
  margin: 0;
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}

.specialContents__lede {
  font-size: 2.1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .specialContents__heading img {
    height: 25px;
  }

  .specialContents__heading {
    padding-top: 8px;
  }

  .specialContents__lede {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wallpaper {
  margin-left: -15px;
  margin-right: -15px;
}

.wallpaper__head {
  background-color: #ff49a1;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 15px;
}

.wallpaper__title {
  width: 100%;
  border-bottom: 4px solid #ff49a1;
  padding-left: 12px;
  margin: 0;
  margin-bottom: 15px;
}

.wallpaper__lede {
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.wallpaper__year {
  margin: 0;
  margin-bottom: 10px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.wallpaper__img {
  margin-bottom: 20px;
}

.wallpaper__size {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.wallpaper__size li {
  margin-bottom: 11px;
  padding-left: 8px;
  background-color: #fff;
}

.wallpaper__sizeArrow {
  color: #ff49a1;
  margin-right: 30px;
}

.wallpaper__size li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wallpaper__head img {
    height: 16px;
  }

  .wallpaper__img {
    margin-bottom: 20px;
    width: 100%;
  }

  .wallpaper__year {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }

  .wallpaper__lede {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .wallpaper__size li a {
    font-size: 1.2rem;
  }

  .wallpaper__sizeArrow {
    margin-right: 10px;
  }

  .col-xs-6 img {
    width: 100%;
  }
}


/* ========================
 Utility
======================== */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }

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

@media (min-width: 920px) {
  .middle-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }

  .pc-block {
    display: block !important;
  }
}

.ltsp-1 {
  letter-spacing: -1px !important;
}

.ltsp2 {
  letter-spacing: 2px !important;
}

.bgc-brown {
  background-color: #f4f4f4;
}

.bgc-pink {
  background-color: #FBE9FE;
}

.bgc-white-brown {
  background-color: #f2f2f2;
}

.bgc-green {
  background-color: #e4ffe4;
}

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

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

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

.mb8 {
  margin-bottom: 8px !important;
}

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

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

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

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

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

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

.pb80 {
  padding-bottom: 80px;
}

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

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.lh1 {
  line-height: 1 !important;
}

.c-red {
  color: #c50118;
}

.responsiveYoutube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.responsiveYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb_1line {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .mb_1line {
    margin-bottom: 10px !important;
  }
}

.target {
  color: #666;
  font-size: 1.4rem;
  padding-left: 20px;
}

.caution {
  font-size: 1.3rem;
}

/* フローティングメニュー */
#sec-floating {
  bottom: 5px;
  position: fixed;
  right: 0;
  width: 72px;
  z-index: 9999;
}

#sec-floating .floating-btn>* {
  margin-bottom: 1px;
  text-align: left;
}

#sec-floating .floating-btn {
  list-style: outside none none;
  padding-left: 0;
}

@media (max-width: 767px) {
  #sec-floating {
    display: none;
  }
}