@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif);
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Poppins:500);
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 57, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 78, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 256, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

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

/* line 12, ../sass/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../sass/_icomoon.scss */
.icon-minus:before {
  content: "\e906";
}

/* line 32, ../sass/_icomoon.scss */
.icon-plus:before {
  content: "\e907";
}

/* line 35, ../sass/_icomoon.scss */
.icon-icon1:before {
  content: "\e900";
}

/* line 38, ../sass/_icomoon.scss */
.icon-icon2:before {
  content: "\e901";
}

/* line 41, ../sass/_icomoon.scss */
.icon-icon3:before {
  content: "\e902";
}

/* line 44, ../sass/_icomoon.scss */
.icon-icon4:before {
  content: "\e903";
}

/* line 47, ../sass/_icomoon.scss */
.icon-icon5:before {
  content: "\e904";
}

/* line 50, ../sass/_icomoon.scss */
.icon-icon6:before {
  content: "\e905";
}

/* line 1, ../sass/_hoverEff.scss */
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 8, ../sass/_hoverEff.scss */
figure img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 14, ../sass/_hoverEff.scss */
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

/* line 26, ../sass/_hoverEff.scss */
figcaption h3 {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  color: #ffffff;
}

/* line 33, ../sass/_hoverEff.scss */
figure:hover figcaption {
  opacity: 1;
}

/* line 36, ../sass/_hoverEff.scss */
figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* =================================== */
/*	Basic Style 
/* =================================== */
/* line 20, ../sass/style.scss */
html {
  position: relative;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 27, ../sass/style.scss */
body {
  font-family: 'Noto Sans JP',  Meiryo,  sans-serif;
  color: #513527;
  background: white;
  text-align: justify;
}

/* line 36, ../sass/style.scss */
.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "ＭＳ Ｐ明朝","ＭＳ 明朝", Meiryo, serif;
}

/* line 39, ../sass/style.scss */
.oswald {
  font-family: 'Oswald';
}

/* line 42, ../sass/style.scss */
.noto100 {
  font-weight: 100;
}

/* line 43, ../sass/style.scss */
.noto200 {
  font-weight: 200;
}

/* line 44, ../sass/style.scss */
.noto300 {
  font-weight: 300;
}

/* line 45, ../sass/style.scss */
.noto400 {
  font-weight: 400;
}

/* line 46, ../sass/style.scss */
.noto500 {
  font-weight: 500;
}

/* line 47, ../sass/style.scss */
.noto600 {
  font-weight: 600;
}

/* line 48, ../sass/style.scss */
.noto700 {
  font-weight: 700;
}

/* line 49, ../sass/style.scss */
.noto800 {
  font-weight: 800;
}

/* line 50, ../sass/style.scss */
.noto900 {
  font-weight: 900;
}

/* line 52, ../sass/style.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 55, ../sass/style.scss */
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

/* line 59, ../sass/style.scss */
.notoserif {
  font-family: 'Noto Serif', serif;
}

/* line 64, ../sass/style.scss */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

/* line 69, ../sass/style.scss */
.clear:after {
  clear: both;
}

/* line 73, ../sass/style.scss */
.clear {
  *zoom: 1;
}

/* line 76, ../sass/style.scss */
.text-red {
  color: #9D110B;
}

/* line 79, ../sass/style.scss */
.text-yellow {
  color: #f0bb00;
}

/* line 82, ../sass/style.scss */
.text-purple {
  color: #8464a9;
}

/* line 85, ../sass/style.scss */
.text-orange {
  color: #ed6d29;
}

/* line 88, ../sass/style.scss */
.text-blue {
  color: #2f91cf;
}

/* line 91, ../sass/style.scss */
.text-green {
  color: #6bba4c;
}

/* line 94, ../sass/style.scss */
.text-gray {
  color: #999999;
}

/* line 97, ../sass/style.scss */
.text-white {
  color: #ffffff;
}

/* line 100, ../sass/style.scss */
h2 {
  font-family: 'Noto Sans JP',  Meiryo,  sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 100, ../sass/style.scss */
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* line 110, ../sass/style.scss */
h3 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 110, ../sass/style.scss */
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 118, ../sass/style.scss */
h4 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 118, ../sass/style.scss */
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 126, ../sass/style.scss */
p {
  margin: 5px 0px;
  font-weight: 300;
  line-height: 2.6rem;
  color: #513527;
}

/* line 132, ../sass/style.scss */
dt, dd, li, table {
  font-weight: 200;
}

/* line 135, ../sass/style.scss */
.hiline {
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 135, ../sass/style.scss */
  .hiline {
    line-height: 22px;
  }
}

/* line 141, ../sass/style.scss */
a {
  color: inherit;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

/* line 149, ../sass/style.scss */
a:hover, a:focus {
  color: #999999;
  text-decoration: none;
  outline: none;
}

/* line 154, ../sass/style.scss */
.caption {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  /* line 154, ../sass/style.scss */
  .caption {
    font-size: 1rem;
  }
}

/* line 161, ../sass/style.scss */
.text_l {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 161, ../sass/style.scss */
  .text_l {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* line 171, ../sass/style.scss */
.text_m {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 171, ../sass/style.scss */
  .text_m {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/* line 181, ../sass/style.scss */
.t_small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}

/* line 186, ../sass/style.scss */
.text_lead {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  /* line 186, ../sass/style.scss */
  .text_lead {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

/* line 195, ../sass/style.scss */
.lead {
  width: 300px;
  text-align: center;
  font-family: "Poppins";
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #AA142D solid;
  color: #513527;
}
@media (max-width: 480px) {
  /* line 195, ../sass/style.scss */
  .lead {
    font-size: 13px;
  }
}

/* line 212, ../sass/style.scss */
.text-center {
  text-align: center;
}

/* line 216, ../sass/style.scss */
strong {
  font-weight: 400 !important;
}

/* line 219, ../sass/style.scss */
.shadow {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

/* line 224, ../sass/style.scss */
.hr {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

/* line 228, ../sass/style.scss */
.hr_dot {
  margin: 40px 0px 20px;
  border-top: 1px dotted #e5e5e5;
}

/* line 232, ../sass/style.scss */
.hr_dot_u {
  margin: 40px 0px 20px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #e5e5e5;
}

/* line 237, ../sass/style.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 240, ../sass/style.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 243, ../sass/style.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 246, ../sass/style.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 249, ../sass/style.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 252, ../sass/style.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 255, ../sass/style.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 258, ../sass/style.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 261, ../sass/style.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 264, ../sass/style.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 267, ../sass/style.scss */
.mt100 {
  margin-top: 100px !important;
}

/* line 270, ../sass/style.scss */
.padd_l30 {
  padding-left: 70px;
}
@media (max-width: 480px) {
  /* line 270, ../sass/style.scss */
  .padd_l30 {
    padding-left: 0px;
  }
}

/* line 276, ../sass/style.scss */
.padd_l20 {
  padding-left: 40px;
}
@media (max-width: 480px) {
  /* line 276, ../sass/style.scss */
  .padd_l20 {
    padding-left: 0px;
  }
}

/* line 282, ../sass/style.scss */
.padd_l10 {
  padding-left: 10px;
}
@media (max-width: 480px) {
  /* line 282, ../sass/style.scss */
  .padd_l10 {
    padding-left: 5px;
  }
}

/* line 288, ../sass/style.scss */
.padd_r10 {
  padding-right: 10px;
}
@media (max-width: 480px) {
  /* line 288, ../sass/style.scss */
  .padd_r10 {
    padding-right: 5px;
  }
}

/* line 294, ../sass/style.scss */
.f_left {
  float: left;
  margin-right: 30px;
}

/* line 298, ../sass/style.scss */
.letter1 {
  letter-spacing: 0.1rem;
}

/* line 301, ../sass/style.scss */
.letter2 {
  letter-spacing: 0.5rem;
}

/* line 304, ../sass/style.scss */
.btn {
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px #cecece solid;
}

/* line 310, ../sass/style.scss */
.img-responsive {
  width: 100%;
}

/* line 313, ../sass/style.scss */
.img-responsive100 {
  max-width: 100%;
}

/* line 316, ../sass/style.scss */
.btn-block {
  width: 80%;
  margin: 0px auto 0px;
  border-radius: 0px;
}

/* line 321, ../sass/style.scss */
.btn-sm {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  height: 16px;
  border: none;
  margin: 0px 2px;
}

/* line 329, ../sass/style.scss */
.btn-lg {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 0;
}
@media (max-width: 767px) {
  /* line 329, ../sass/style.scss */
  .btn-lg {
    font-size: 1.4rem;
  }
}

/* line 340, ../sass/style.scss */
a.btn-black {
  background: #000000;
  color: white;
}

/* line 344, ../sass/style.scss */
.btn-brown {
  background: #3e312c;
  color: #ffffff !important;
  margin: 10px auto 0px;
  z-index: 99999;
}

/* line 350, ../sass/style.scss */
.btn-orange {
  background: #ed6d29;
  color: white;
}

/* line 354, ../sass/style.scss */
.btn-blue {
  background: #2f91cf;
  color: white;
}

/* line 358, ../sass/style.scss */
.btn-green {
  background: #6bba4c;
  color: white;
}

/* line 362, ../sass/style.scss */
.btn-purple {
  background: #8464a9;
  color: white;
}

/* line 366, ../sass/style.scss */
.btn-red {
  background: #e60012;
  color: white;
}

/* line 370, ../sass/style.scss */
.btn-primary {
  padding: 4px 20px;
  background: white;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  margin: 0px auto 0px;
  width: auto;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 383, ../sass/style.scss */
.btn-primary:hover,
.btn-primary:focus {
  background: #119BD9;
  outline: none;
  box-shadow: none;
  color: white;
}

/* line 389, ../sass/style.scss */
a.btn-info {
  padding: 4px 20px;
  background: #119BD9;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  margin: 0px auto 0px;
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 401, ../sass/style.scss */
a.btn-info:hover,
a.btn-info:focus {
  background: #222222;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}

/* line 407, ../sass/style.scss */
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

/* line 412, ../sass/style.scss */
.btn-ghost {
  background: none;
  border: 1px #ffffff solid;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

/* line 420, ../sass/style.scss */
.btn-ghost:hover {
  background-color: #ffffff;
  color: #222222;
}

/* line 424, ../sass/style.scss */
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 428, ../sass/style.scss */
body > section {
  padding: 80px 0;
}
@media (max-width: 480px) {
  /* line 428, ../sass/style.scss */
  body > section {
    padding: 20px 0;
  }
}

/* line 434, ../sass/style.scss */
.section-title {
  text-align: center;
}
/* line 436, ../sass/style.scss */
.section-title h2 {
  color: #513527;
  font-weight: 300;
  margin: 0px;
  font-size: 40px;
  padding-bottom: 0px;
}
/* line 442, ../sass/style.scss */
.section-title h2 span {
  font-size: 70%;
}
@media (max-width: 480px) {
  /* line 436, ../sass/style.scss */
  .section-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 434, ../sass/style.scss */
  .section-title {
    text-align: center;
  }
}

/* line 459, ../sass/style.scss */
.section-title-type2 {
  text-align: left;
}
/* line 461, ../sass/style.scss */
.section-title-type2 h2 {
  color: #513527;
  font-weight: 500;
  margin: 0px;
  font-size: 40px;
  padding-bottom: 10px;
}
/* line 467, ../sass/style.scss */
.section-title-type2 h2 span {
  font-size: 70%;
}
@media (max-width: 480px) {
  /* line 461, ../sass/style.scss */
  .section-title-type2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 459, ../sass/style.scss */
  .section-title-type2 {
    text-align: center;
  }
}

/* line 483, ../sass/style.scss */
.section-padding {
  padding: 40px 0 40px;
}
@media (max-width: 480px) {
  /* line 483, ../sass/style.scss */
  .section-padding {
    padding: 20px 0 20px;
  }
}

/* line 491, ../sass/style.scss */
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

/*************************
*******Header******
**************************/
/* line 499, ../sass/style.scss */
header#headers {
  position: fixed;
  top: -120px;
  left: 0;
  z-index: 1001;
}

/* line 506, ../sass/style.scss */
header {
  padding: 10px 0;
  height: 70px;
  margin: 0px  auto 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}

/* line 515, ../sass/style.scss */
header .container {
  position: relative;
}

/* line 518, ../sass/style.scss */
header a {
  color: #fff;
  font-size: 14px;
}

/* line 522, ../sass/style.scss */
header .logos {
  margin-top: 10px;
}

/* line 525, ../sass/style.scss */
header .logo {
  display: inline-block;
  width: 55px;
  height: 30px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  /* line 525, ../sass/style.scss */
  header .logo {
    margin-left: 0px;
  }
}

/* line 534, ../sass/style.scss */
.brand-logo {
  font-size: 24px;
  vertical-align: middle;
  color: #222222;
}
@media (max-width: 480px) {
  /* line 534, ../sass/style.scss */
  .brand-logo {
    font-size: 20px;
  }
}

/* line 542, ../sass/style.scss */
header ul.primary-nav {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* line 547, ../sass/style.scss */
header ul.primary-nav li {
  display: inline;
  margin-left: 15px;
}

/* line 551, ../sass/style.scss */
header ul.primary-nav li a {
  font-family: 'Noto Sans JP',;
  color: #513527;
  font-weight: 400;
  margin-right: 10px;
}

/* line 557, ../sass/style.scss */
header .header-nav {
  display: inline-block;
}

/* ==========================================================================
Navigation
========================================================================== */
/* line 564, ../sass/style.scss */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 570, ../sass/style.scss */
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 0px 15px 16px 0;
  cursor: pointer;
}

/* line 578, ../sass/style.scss */
.nav-toggle:focus {
  outline: none;
}

/* line 581, ../sass/style.scss */
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #3a3938;
  cursor: pointer;
}

/* line 591, ../sass/style.scss */
.nav-toggle span:before {
  top: -10px;
}

/* line 594, ../sass/style.scss */
.nav-toggle span:after {
  bottom: -10px;
}

/* line 597, ../sass/style.scss */
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 601, ../sass/style.scss */
.nav-toggle.active span {
  background-color: transparent;
}

/* line 604, ../sass/style.scss */
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
}

/* line 607, ../sass/style.scss */
.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 612, ../sass/style.scss */
.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

/* line 618, ../sass/style.scss */
.navicon {
  position: absolute;
  height: 26px;
  right: 20px;
  top: 25px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1200px) {
  /* line 628, ../sass/style.scss */
  header {
    width: 100%;
    margin: 0 auto;
  }
}
/* Responsive nav kicks in */
@media screen and (max-width: 991px) {
  /* line 635, ../sass/style.scss */
  header {
    width: 100%;
    padding-left: 5px;
  }

  /* line 639, ../sass/style.scss */
  .header-nav {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  /* line 652, ../sass/style.scss */
  .navicon {
    visibility: visible;
  }

  /* line 657, ../sass/style.scss */
  header .nav-wrapper {
    display: absolute;
  }

  /* line 661, ../sass/style.scss */
  header nav {
    position: relative;
    top: 10%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
  }

  /* line 671, ../sass/style.scss */
  nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  /* line 681, ../sass/style.scss */
  nav ul li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    border-right: 1px #999999 solid;
  }

  /* line 689, ../sass/style.scss */
  nav ul.primary-nav li {
    display: block;
    width: 100%;
    float: left;
  }

  /* line 695, ../sass/style.scss */
  nav ul.member-actions li {
    display: block;
  }

  /* line 699, ../sass/style.scss */
  nav a.login {
    margin-right: 0px;
  }

  /* line 703, ../sass/style.scss */
  nav ul.primary-nav {
    position: static;
    padding: 0;
    text-align: center;
  }

  /* line 709, ../sass/style.scss */
  nav ul.primary-nav li a {
    padding-right: 0;
    border-right: none;
  }

  /* line 714, ../sass/style.scss */
  nav .member-actions {
    position: static;
    padding: 0;
    text-align: center;
  }
}
/* line 722, ../sass/style.scss */
.navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0px;
  width: 100%;
  z-index: 999;
}

/* line 731, ../sass/style.scss */
.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  width: 100%;
}

/************************
table
*/
/* line 741, ../sass/style.scss */
table {
  width: 90%;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  /* line 741, ../sass/style.scss */
  table {
    width: 100%;
  }
}

/* line 748, ../sass/style.scss */
table tr th {
  padding: 8px 8px 8px 16px;
  text-align: left;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  font-weight: 400;
  color: #555555;
}

/* line 756, ../sass/style.scss */
table tr td {
  padding: 8px 0px;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  font-weight: 200;
  color: #555555;
}

/* line 763, ../sass/style.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EFF2F3;
}

/* line 766, ../sass/style.scss */
.table-striped i {
  font-size: 20px !important;
  color: #757575 !important;
}

/* line 771, ../sass/style.scss */
table.spline th,
table.spline td {
  border-left: 1px  #e5e5e5 dotted;
}

/* line 775, ../sass/style.scss */
table.spline th:first-child,
table.spline td:first-child {
  border-left: none;
}

/*************************
*******Home Page******
**************************/
/* line 782, ../sass/style.scss */
.no-margin {
  margin: 0;
  padding: 0;
}

/* line 786, ../sass/style.scss */
.no-padding {
  padding-left: 15px;
}

/* line 789, ../sass/style.scss */
.news {
  margin: 20px 0 20px;
  padding: 0px;
}

/* line 793, ../sass/style.scss */
.news dl dt {
  float: left;
  margin-right: 30px;
  font-weight: 200;
}
@media (max-width: 480px) {
  /* line 793, ../sass/style.scss */
  .news dl dt {
    float: none;
  }
}

/*************************
********* About Us Page CSS ******
**************************/
/* line 808, ../sass/style.scss */
.items_container {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0px;
  width: 100%;
}

/* line 815, ../sass/style.scss */
.items_container > li {
  position: relative;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
}

@media (max-width: 991px) {
  /* line 829, ../sass/style.scss */
  .items_container > li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}
@media (max-width: 640px) {
  /* line 837, ../sass/style.scss */
  .items_container > li {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    float: none;
  }
}
/* line 845, ../sass/style.scss */
.items_container > li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* line 850, ../sass/style.scss */
.filter-list li {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 22%;
  margin-left: 1%;
  margin-right: 1%;
}
@media (max-width: 992px) {
  /* line 850, ../sass/style.scss */
  .filter-list li {
    font-size: 14px;
    min-width: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 850, ../sass/style.scss */
  .filter-list li {
    font-size: 13px;
    min-width: 50px;
    margin-right: 5px;
  }
}

/* line 868, ../sass/style.scss */
.filter-list li a {
  color: #222222;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
/* line 876, ../sass/style.scss */
.isotope-item {
  z-index: 2;
}

/* line 880, ../sass/style.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* line 887, ../sass/style.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 895, ../sass/style.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 903, ../sass/style.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
/* line 914, ../sass/style.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
/* line 924, ../sass/style.scss */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/***********************
********* Footer ******
************************/
/* line 936, ../sass/style.scss */
#footer {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #4c4c4c;
  color: #E6E6E6;
}

/* line 944, ../sass/style.scss */
#footer a {
  color: #ffffff;
}

/* line 948, ../sass/style.scss */
#footer a:hover {
  color: #ffffff;
}

/* line 952, ../sass/style.scss */
#footer ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}

/* line 960, ../sass/style.scss */
#footer ul.footer-nav > li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 10px;
}

/* line 967, ../sass/style.scss */
#footer ul.document li {
  font-size: 14px;
  font-size: 1.4rem;
  height: 45px;
  line-height: 40px;
  width: 100%;
  border: 1px #efefef solid;
  margin-bottom: 5px;
  padding-left: 10px;
}

/* line 979, ../sass/style.scss */
#back-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #ffffff;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9;
}

/* line 992, ../sass/style.scss */
#map_canvas {
  height: 400px;
  width: 100%;
}

/* line 997, ../sass/style.scss */
.copyright {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  /* line 1010, ../sass/style.scss */
  .banner {
    min-height: 450px;
  }

  /* line 1013, ../sass/style.scss */
  .banner-info {
    margin-top: 4em;
  }

  /* line 1016, ../sass/style.scss */
  .nbs-flexisel-nav-right {
    right: 30em;
  }

  /* line 1019, ../sass/style.scss */
  .nbs-flexisel-nav-left {
    left: 29em;
  }

  /* line 1022, ../sass/style.scss */
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -7.6em;
  }
}
@media (max-width: 800px) {
  /* line 1029, ../sass/style.scss */
  .feature_grid1 {
    width: 100%;
  }

  /* line 1032, ../sass/style.scss */
  .banner-info h1 {
    font-size: 2em;
  }

  /* line 1035, ../sass/style.scss */
  .banner {
    min-height: 400px;
  }

  /* line 1038, ../sass/style.scss */
  .feature_grid2 {
    width: 100%;
  }

  /* line 1041, ../sass/style.scss */
  .nbs-flexisel-nav-right {
    right: 23em;
  }

  /* line 1044, ../sass/style.scss */
  .nbs-flexisel-nav-left {
    left: 22em;
  }

  /* line 1047, ../sass/style.scss */
  .banner-info p {
    font-size: 0.85em;
  }

  /* line 1050, ../sass/style.scss */
  .toggleMenu {
    padding: 0;
  }

  /* line 1053, ../sass/style.scss */
  .service_box {
    margin-bottom: 2em;
  }

  /* line 1056, ../sass/style.scss */
  .contact_details {
    margin-bottom: 2em;
  }

  /* line 1059, ../sass/style.scss */
  .contact-to input[type="text"] {
    width: 32%;
  }
}
@media (max-width: 640px) {
  /* line 1065, ../sass/style.scss */
  .content_white p {
    font-size: 1.3em;
  }

  /* line 1068, ../sass/style.scss */
  .nbs-flexisel-nav-left {
    left: 18.5em;
  }

  /* line 1071, ../sass/style.scss */
  .nbs-flexisel-nav-right {
    right: 18.5em;
  }

  /* line 1074, ../sass/style.scss */
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -5.8em;
  }

  /* line 1077, ../sass/style.scss */
  .service_box h2 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  /* line 1083, ../sass/style.scss */
  .banner {
    min-height: 250px;
  }

  /* line 1086, ../sass/style.scss */
  .banner-info h1 {
    font-size: 1.5em;
  }

  /* line 1089, ../sass/style.scss */
  .banner-info p {
    font-size: 0.8125em;
  }

  /* line 1092, ../sass/style.scss */
  .banner-info {
    margin-top: 2em;
  }

  /* line 1095, ../sass/style.scss */
  .content_white h2 {
    font-size: 1.5em;
  }

  /* line 1098, ../sass/style.scss */
  .content_white p {
    font-size: 1em;
  }

  /* line 1101, ../sass/style.scss */
  .nbs-flexisel-nav-right {
    right: 13.5em;
  }

  /* line 1104, ../sass/style.scss */
  .nbs-flexisel-nav-left {
    left: 13.5em;
  }

  /* line 1107, ../sass/style.scss */
  .contact-to input[type="text"] {
    width: 31%;
  }

  /* line 1110, ../sass/style.scss */
  .nav {
    top: 70px;
  }

  /* line 1113, ../sass/style.scss */
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -5em;
  }
}
@media (max-width: 320px) {
  /* line 1119, ../sass/style.scss */
  .banner-info h1 {
    font-size: 1.2em;
  }

  /* line 1122, ../sass/style.scss */
  .banner-info p {
    font-size: 12px;
  }

  /* line 1125, ../sass/style.scss */
  .banner {
    min-height: 150px;
  }

  /* line 1128, ../sass/style.scss */
  .content_white p {
    font-size: 0.95em;
    line-height: 1em;
    padding: 0 10px;
  }

  /* line 1133, ../sass/style.scss */
  .content_white h2 {
    font-size: 1.3em;
  }

  /* line 1136, ../sass/style.scss */
  .nbs-flexisel-nav-right {
    right: 8.5em;
  }

  /* line 1139, ../sass/style.scss */
  .nbs-flexisel-nav-left {
    left: 8.5em;
  }

  /* line 1142, ../sass/style.scss */
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -4.2em;
  }

  /* line 1145, ../sass/style.scss */
  h3.m_1 {
    padding: 0.5em 0;
  }

  /* line 1148, ../sass/style.scss */
  .contact-to input[type="text"] {
    width: 99%;
  }

  /* line 1151, ../sass/style.scss */
  input.text {
    margin-left: 0 !important;
  }
}
/* line 1155, ../sass/style.scss */
pankuzu {
  margin: 15px 0px 15px;
}

/* line 1158, ../sass/style.scss */
.pankuzu ul li {
  list-style: none;
  display: inline;
  font-size: 12px;
  margin-right: 10px;
}
/* line 1163, ../sass/style.scss */
.pankuzu ul li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

/********************************
アコーディオン
*********************************/
/* line 1173, ../sass/style.scss */
.panel,
.panel-default {
  border: none;
  margin-top: 10px;
}

/* line 1177, ../sass/style.scss */
.panel-group {
  border: none;
}

/* line 1180, ../sass/style.scss */
.panel-heading {
  cursor: pointer;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 1187, ../sass/style.scss */
.panel-title {
  font-size: 1.8rem;
  padding: 0px 0px 20px;
  line-height: 20px;
  background: none;
  font-family: 'Noto Sans JP',  Meiryo,  sans-serif;
  font-weight: 200;
  border: none;
  color: #513527;
}

/* line 1197, ../sass/style.scss */
.panel-collapse {
  border: none;
}

/* line 1200, ../sass/style.scss */
.panel-body {
  border: none !important;
}

/* line 1203, ../sass/style.scss */
.accordion-toggle a:after {
  font-family: 'icomoon';
  content: "\e906";
  color: inherit;
  color: #cccccc;
  position: absolute;
  right: 40px;
  margin-top: -10px;
}

/* line 1212, ../sass/style.scss */
.accordion-toggle a.collapsed:after {
  font-family: 'icomoon';
  content: "\e907";
  float: right;
  color: inherit;
  color: #cccccc;
}

/* line 1221, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-bottom: 1px #efefef dotted;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 1226, ../sass/style.scss */
p.rosen {
  line-height: 24px;
}
/* line 1228, ../sass/style.scss */
p.rosen span {
  font-size: 90%;
}
/* line 1231, ../sass/style.scss */
p.rosen strong {
  font-size: 110%;
  font-weight: 400;
}
@media (max-width: 480px) {
  /* line 1226, ../sass/style.scss */
  p.rosen {
    margin: 0px 15px;
  }
}

/********************************
pagination
*/
/* line 1243, ../sass/style.scss */
.pagination > li > a,
.pagination > li > span {
  color: #4c4c4c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 1253, ../sass/style.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #513527;
  background-color: #eee;
  border-color: #ddd;
}

/* line 1262, ../sass/style.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

/* line 1274, ../sass/style.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/**********************************
問い合わせ
**********************************/
/* line 1284, ../sass/style.scss */
.required2:before {
  content: "必須";
  font-size: 11px;
  color: #ffffff;
  background: #FF5274;
  padding: 1px 6px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
}

/* line 1294, ../sass/style.scss */
.form-horizontal .control-label {
  font-weight: 300;
  text-align: left;
  font-family: 'Noto Sans JP', Meiryo,  sans-serif;
}

/* line 1299, ../sass/style.scss */
.error {
  color: #dd0000;
  font-size: 12px;
  line-height: 1.2;
}

/* line 1305, ../sass/style.scss */
.form-group {
  margin: 20px 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* line 1311, ../sass/style.scss */
input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 200;
}

/* line 1313, ../sass/style.scss */
input:-moz-placeholder {
  font-size: 14px;
  font-weight: 200;
}

/* line 1315, ../sass/style.scss */
input::-moz-placeholder {
  font-size: 14px;
  font-weight: 200;
}

/* line 1318, ../sass/style.scss */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 1319, ../sass/style.scss */
input:focus:-moz-placeholder {
  color: transparent;
}

/* line 1320, ../sass/style.scss */
input:focus::-moz-placeholder {
  color: transparent;
}

/*************************************
footer
*************************************/
/* line 1326, ../sass/style.scss */
#footer {
  background: #1A1A1A;
}

/* line 1329, ../sass/style.scss */
#footer .footerlogo {
  width: 96px;
  height: 50px;
}

/* line 1334, ../sass/style.scss */
.fa-facebook,
.fa-twitter,
.fa-instagram{
  color: #513527;
}

/************************************

CUSTOM

*************************************/
/* fullSlideShow
--------------------------- */
/* line 1344, ../sass/style.scss */
.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}

/* line 1350, ../sass/style.scss */
.fullSlideShow ul {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  /* absolute or fixed */
  overflow: hidden;
}

/* line 1357, ../sass/style.scss */
.fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
}

/* line 1364, ../sass/style.scss */
.fullSlideShow ul li img {
  width: 100%;
}

/* SideNavi
------------------------- */
/* line 1372, ../sass/style.scss */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  /* absolute or fixed */
  z-index: 105;
}

/* line 1380, ../sass/style.scss */
.fullSlideShow .btnPrev {
  left: 10px;
  background: transparent url(../img/btnPrev.png) no-repeat center center;
}

/* line 1384, ../sass/style.scss */
.fullSlideShow .btnNext {
  right: 10px;
  background: transparent url(../img/btnNext.png) no-repeat center center;
}

/* PagiNation
--------------------------- */
/* line 1392, ../sass/style.scss */
.pagiNation {
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  /* absolute or fixed */
  z-index: 110;
  /* 非表示にする場合は「90」以下に */
  visibility: hidden;
  /* 非表示にする場合は「hidden」に */
}

/* line 1403, ../sass/style.scss */
.pagiNation a {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  background: #000;
}

/* line 1411, ../sass/style.scss */
.pagiNation a.pnActive {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}

/* Wrapper
--------------------------- */
/* line 1420, ../sass/style.scss */
#wrapper {
  width: 100%;
  text-align: left;
  background: #000000;
  position: relative;
  z-index: 120;
}

/* line 1428, ../sass/style.scss */
.contents {
  padding: 30px 50px 50px 50px;
  position: absolute;
  width: 100%;
  z-index: 120;
  height: 100%;
  top: 50%;
  margin-top: -220px;
}
/* line 1436, ../sass/style.scss */
.contents h1 {
  color: #ffffff;
  text-align: center;
  font-size: 80px;
  margin-top: 0px;
  margin-bottom: 30px;
}
/* line 1442, ../sass/style.scss */
.contents h1 img {
  width: 190px;
  height: 300px;
  margin: 0px auto 0px;
}
@media (max-width: 480px) {
  /* line 1436, ../sass/style.scss */
  .contents h1 {
    font-size: 30px;
  }
}
/* line 1451, ../sass/style.scss */
.contents p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  /* line 1451, ../sass/style.scss */
  .contents p {
    font-size: 11px;
  }
}
/* line 1459, ../sass/style.scss */
.contents .toplogo {
  width: 160px;
  height: 82px;
}

/* =======================================
	ClearFixElements
======================================= */
/* line 1469, ../sass/style.scss */
.fullSlideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

/* line 1476, ../sass/style.scss */
.fullSlideShow ul {
  display: inline-block;
  overflow: hidden;
}

/* line 1480, ../sass/style.scss */
.fullSlideShow .nextsection {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 60px;
  z-index: 99999;
}

/* line 1488, ../sass/style.scss */
#next-section:before {
  content: '　';
  width: 30px;
  height: 30px;
  margin-left: -15px;
  position: absolute;
  border-bottom: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/************************************
index
************************************/
/* line 1505, ../sass/style.scss */
#information {
  margin-top: 0px;
}

/* line 1508, ../sass/style.scss */
h1.main-text {
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  /* line 1508, ../sass/style.scss */
  h1.main-text {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  /* line 1508, ../sass/style.scss */
  h1.main-text {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

/* line 1523, ../sass/style.scss */
.info-area {
  width: 95%;
  margin-left: 5%;
  background: #FAFAFA;
  border: 1px #E6E6E6 solid;
}
@media (max-width: 767px) {
  /* line 1523, ../sass/style.scss */
  .info-area {
    width: 100%;
    margin-left: 0;
  }
}
/* line 1532, ../sass/style.scss */
.info-area h4 {
  padding: 10px 0px;
  text-align: center;
  background: #4D4D4D;
  color: #ffffff;
  margin: 0px;
}
/* line 1539, ../sass/style.scss */
.info-area .info-detail {
  margin: 20px;
}
/* line 1541, ../sass/style.scss */
.info-area .info-detail ul {
  list-style: none;
  padding-left: 0px;
  font-size: 13px;
}
/* line 1546, ../sass/style.scss */
.info-area .info-detail ul > li {
  padding-left: 1em;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 1550, ../sass/style.scss */
.info-area .info-detail ul > li:before {
  content: "◎";
  font-family: "FontAwesome";
}
/* line 1555, ../sass/style.scss */
.info-area .info-detail ul > li > ul > li {
  padding-left: 1em;
  font-weight: 300;
  margin-bottom: 0px;
}
/* line 1559, ../sass/style.scss */
.info-area .info-detail ul > li > ul > li:before {
  content: none;
}

/* line 1566, ../sass/style.scss */
#specialcolor {
  background: #C69C6D;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  /* line 1566, ../sass/style.scss */
  #specialcolor {
    padding: 20px 0 20px;
  }
}

/* line 1574, ../sass/style.scss */
#secondcolor {
  background: #f4f5f0;
  padding: 20px 0;
}

/* line 1578, ../sass/style.scss */
#secondcolor2 {
  background: #f4f5f0;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  /* line 1578, ../sass/style.scss */
  #secondcolor2 {
    padding: 20px 0 20px;
  }
}

/* line 1586, ../sass/style.scss */
#secondcolor .section-title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 1586, ../sass/style.scss */
  #secondcolor .section-title {
    margin-top: 0px;
  }
}
/* line 1592, ../sass/style.scss */
#secondcolor .section-title .sub {
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 1592, ../sass/style.scss */
  #secondcolor .section-title .sub {
    margin-top: 15px;
  }
}

/* line 1600, ../sass/style.scss */
ul.news {
  list-style: none;
}
/* line 1602, ../sass/style.scss */
ul.news p.date {
  font-size: 12px;
  line-height: 14px;
}
/* line 1606, ../sass/style.scss */
ul.news .more {
  display: block;
  text-align: right;
  font-size: 13px;
}
/* line 1610, ../sass/style.scss */
ul.news .more:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}
/* line 1616, ../sass/style.scss */
ul.news h4 {
  font-size: 20px;
  line-height: 26px;
  color: #513527;
}
@media (max-width: 480px) {
  /* line 1616, ../sass/style.scss */
  ul.news h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
/* line 1625, ../sass/style.scss */
ul.news p {
  font-size: 14px;
}
/* line 1628, ../sass/style.scss */
ul.news li {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px #95989A solid;
}
/* line 1632, ../sass/style.scss */
ul.news li:last-child {
  margin-bottom: 0px;
}

/* line 1637, ../sass/style.scss */
ul.news.all {
  border-left: none;
  padding-right: 30px;
  padding-left: 30px;
}
/* line 1641, ../sass/style.scss */
ul.news.all li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #efefef solid;
}

/* line 1647, ../sass/style.scss */
.exbition {
  margin-top: 30px;
}
/* line 1649, ../sass/style.scss */
.exbition h3 {
  font-size: 16px;
  color: #513527;
  font-weight: 600;
}
/* line 1654, ../sass/style.scss */
.exbition p.date {
  font-size: 13px;
}

/* line 1658, ../sass/style.scss */
.author {
  margin-top: 30px;
}
/* line 1660, ../sass/style.scss */
.author h1 {
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
}
/* line 1664, ../sass/style.scss */
.author h1 span {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 480px) {
  /* line 1660, ../sass/style.scss */
  .author h1 {
    font-size: 30px;
  }
}
/* line 1673, ../sass/style.scss */
.author h3 {
  font-size: 36px;
}
@media (max-width: 480px) {
  /* line 1673, ../sass/style.scss */
  .author h3 {
    font-size: 20px;
  }
}

/* line 1683, ../sass/style.scss */
.service_box {
  border: 1px #e6e6e6 solid;
}

/* line 1686, ../sass/style.scss */
.box-inner {
  margin: 0px 30px 20px;
}
/* line 1688, ../sass/style.scss */
.box-inner .btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  /* line 1688, ../sass/style.scss */
  .box-inner .btn {
    margin-top: 20px;
  }
}

/* line 1696, ../sass/style.scss */
.floorguide {
  margin-top: 40px;
}
/* line 1698, ../sass/style.scss */
.floorguide dl {
  margin-bottom: 30px;
}
/* line 1700, ../sass/style.scss */
.floorguide dl dt {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 20px;
}
/* line 1707, ../sass/style.scss */
.floorguide dl dd h2 {
  font-size: 25px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
/* line 1714, ../sass/style.scss */
.floorguide dl dd .lead {
  font-size: 10px;
  line-height: 12px;
  border: none;
  text-align: left;
}

/* line 1723, ../sass/style.scss */
#image_box ul li {
  list-style: none;
}

/* line 1728, ../sass/style.scss */
h3.kaisai:before {
  content: "開催中";
  padding: 8px 15px;
  background: #A80404;
  color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

/* line 1743, ../sass/style.scss */
h3.yotei:before {
  content: "開催予定";
  padding: 8px 7px;
  background: #00499E;
  color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

/***********************************
セカンド
***********************************/
/* line 1759, ../sass/style.scss */
.mainVisual {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: url(../images/shop/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1765, ../sass/style.scss */
.mainVisual.cafe {
  background: url(../images/cafe/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1769, ../sass/style.scss */
.mainVisual.facility {
  background: url(../images/facility/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1773, ../sass/style.scss */
.mainVisual.shop {
  background: url(../images/shop/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1777, ../sass/style.scss */
.mainVisual.exhibition {
  background: url(../images/exhibition/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1781, ../sass/style.scss */
.mainVisual.new {
  background: url(../images/news/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1785, ../sass/style.scss */
.mainVisual.authors {
  background: url(../images/author/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1789, ../sass/style.scss */
.mainVisual.ticket {
  background: url(../images/ticket/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1793, ../sass/style.scss */
.mainVisual.english {
  background: url(../images/en/mainVisual.jpg) center top;
  background-size: cover;
}
/* line 1797, ../sass/style.scss */
.mainVisual.order {
  background: url(../images/order/mainVisual.jpg) center top;
  background-size: cover;
}
@media (max-width: 480px) {
  /* line 1759, ../sass/style.scss */
  .mainVisual {
    height: 180px;
  }
}
/* line 1804, ../sass/style.scss */
.mainVisual h1 {
  font-family: 'Oswald',  Meiryo,  sans-serif;
  margin: 135px auto 0px;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 480px) {
  /* line 1804, ../sass/style.scss */
  .mainVisual h1 {
    font-size: 30px;
    margin-top: 100px;
  }
}
/* line 1818, ../sass/style.scss */
.mainVisual p {
  font-size: 1.8rem;
  margin-top: 10px;
}

/* line 1823, ../sass/style.scss */
.hirfsidel {
  width: 95%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  /* line 1823, ../sass/style.scss */
  .hirfsidel {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
  }
}

/* line 1832, ../sass/style.scss */
.hirfsider {
  width: 95%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  /* line 1832, ../sass/style.scss */
  .hirfsider {
    width: 90%;
    margin-right: 5%;
    margin-top: 15px;
  }
}

/* line 1841, ../sass/style.scss */
.img-title {
  padding: 80px 0px 60px;
  background: url(../images/ooishipark/bg1.jpg) center bottom;
  background-size: cover;
}
/* line 1845, ../sass/style.scss */
.img-title h2, .img-title p {
  color: #ffffff;
}

/* line 1849, ../sass/style.scss */
.btn-tab {
  width: 100%;
  text-align: center;
  background: #e6e6e6;
  border-radius: 0;
  color: #513527;
  font-size: 18px;
  padding: 15px 0 15px;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

/* line 1863, ../sass/style.scss */
.btn-tab.active,
.btn-tab:hover {
  background: #333333;
  color: #ffffff;
}

/* line 1867, ../sass/style.scss */
#thumbs {
  margin: 0;
  padding: 0;
}

/* line 1872, ../sass/style.scss */
#thumbs li {
  list-style-type: none;
}

/* line 1876, ../sass/style.scss */
.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

/* line 1883, ../sass/style.scss */
.item-thumbs a + img {
  width: 100%;
}

/* line 1887, ../sass/style.scss */
.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

/* line 1909, ../sass/style.scss */
.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

/* line 1920, ../sass/style.scss */
.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5eb5de;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

/* line 1930, ../sass/style.scss */
.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1942, ../sass/style.scss */
.infotext p {
  background: #222222;
  color: #ffffff;
  padding: 3px 10px;
  margin-bottom: 0px;
}

/* line 1948, ../sass/style.scss */
.recommend {
  padding: 30px;
  width: 90%;
  margin: 40px auto 20px;
  border: 3px #AA142D solid;
}
@media (max-width: 480px) {
  /* line 1948, ../sass/style.scss */
  .recommend {
    padding: 10px;
  }
}

/*************************************
作者
*************************************/
/* line 1961, ../sass/style.scss */
.section {
  margin-bottom: 60px;
}
/* line 1963, ../sass/style.scss */
.section h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 0;
  padding: 15px 0px 10px;
  border-top: 2px #513527 solid;
  border-bottom: 1px #513527 solid;
}
@media (max-width: 480px) {
  /* line 1963, ../sass/style.scss */
  .section h3 {
    font-size: 20px;
  }
}
/* line 1975, ../sass/style.scss */
.section .question {
  margin: 2rem 0 1rem;
  font-weight: 500;
}
/* line 1978, ../sass/style.scss */
.section .question:before {
  content: "−−";
}

/* line 1983, ../sass/style.scss */
.rireki {
  width: 85%;
  float: right;
  background: #f4f5f0;
  padding: 10px 20px 20px;
}
/* line 1988, ../sass/style.scss */
.rireki h4 {
  padding: 10px 0px 6px;
  border-top: 2px #513527 solid;
  border-bottom: 1px #513527 solid;
}
/* line 1993, ../sass/style.scss */
.rireki dl {
  font-size: 90%;
  margin-bottom: 10px;
}
/* line 1996, ../sass/style.scss */
.rireki dl dt {
  font-weight: 400;
}
@media (max-width: 1198px) {
  /* line 1996, ../sass/style.scss */
  .rireki dl dt {
    width: 15%;
    float: left;
  }
}
@media (max-width: 800px) {
  /* line 1996, ../sass/style.scss */
  .rireki dl dt {
    width: 100%;
    float: none;
  }
}
/* line 2007, ../sass/style.scss */
.rireki dl dd {
  font-weight: 300;
}
@media (max-width: 1198px) {
  /* line 2007, ../sass/style.scss */
  .rireki dl dd {
    float: right;
    width: 80%;
  }
}
@media (max-width: 800px) {
  /* line 2007, ../sass/style.scss */
  .rireki dl dd {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1198px) {
  /* line 1983, ../sass/style.scss */
  .rireki {
    width: 100%;
    float: none;
  }
}

/*********************************
展覧会
*********************************/
/* line 2027, ../sass/style.scss */
.section-title h4 {
  position: relative;
  text-align: center;
}

/* line 2031, ../sass/style.scss */
.section-title h4:before {
  border-top: 1px #AA142D solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}

/* line 2041, ../sass/style.scss */
.section-title h4 span {
  background-color: #f4f5f0;
  display: inline-block;
  padding: 0 20px;
  /*ラインとテキストの間を調整*/
  position: relative;
  /*水平ラインが突き抜けないように*/
}

/* line 2047, ../sass/style.scss */
.section-title h4.hw span {
  background-color: #ffffff;
}

/* line 2050, ../sass/style.scss */
h2.kaisai {
  font-size: 40px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
}
/* line 2056, ../sass/style.scss */
h2.kaisai span {
  font-size: 18px;
}
/* line 2059, ../sass/style.scss */
h2.kaisai:before {
  content: "開催中";
  padding: 8px 15px;
  background: #A80404;
  color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

/* line 2072, ../sass/style.scss */
h2.yotei {
  font-size: 40px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
}
/* line 2078, ../sass/style.scss */
h2.yotei span {
  font-size: 18px;
}
/* line 2081, ../sass/style.scss */
h2.yotei:before {
  content: "開催予定";
  padding: 8px 7px;
  background: #00499E;
  color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

/* line 2094, ../sass/style.scss */
#past {
  width: 100%;
  padding: 80px 0;
  background: url(../images/exhibition/bg.jpg);
  background-size: cover;
}
/* line 2099, ../sass/style.scss */
#past h2 {
  font-size: 54px;
  line-height: 80px;
  font-weight: 300;
}
/* line 2104, ../sass/style.scss */
#past .btn-ghost {
  padding-left: 100px;
  padding-right: 100px;
  color: #ffffff;
}
/* line 2108, ../sass/style.scss */
#past .btn-ghost:hover {
  color: #222222;
}

/* line 2113, ../sass/style.scss */
.cap-text {
  width: 95%;
  margin: 20px auto 10px;
}
/* line 2116, ../sass/style.scss */
.cap-text h5 {
  margin: 0px 0px 10px;
}

/* line 2121, ../sass/style.scss */
ul.pastex {
  margin-top: 50px;
}

/* line 2124, ../sass/style.scss */
ul.pastex li {
  list-style: none;
}
/* line 2126, ../sass/style.scss */
ul.pastex li a {
  float: left;
  background: #B8B9B6;
  color: #E6E6E6;
  font-weight: 400;
  width: 113px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  margin: 0px 5px 10px;
}
/* line 2137, ../sass/style.scss */
ul.pastex li a:hover {
  background: #000000;
  color: #ffffff;
}

/* line 2144, ../sass/style.scss */
ul.pastex li.active a {
  background: #000000;
  color: #ffffff;
}

/* line 2148, ../sass/style.scss */
.kikaku:before {
  content: "企画展";
  display: block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #ffffff;
  font-family: 'Noto Sans JP',  Meiryo,  sans-serif;
  background: #d3a243;
  margin-bottom: 10px;
}

/* line 2163, ../sass/style.scss */
p span.leaded {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 2163, ../sass/style.scss */
  p span.leaded {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  /* line 2163, ../sass/style.scss */
  p span.leaded {
    font-size: 18px;
  }
}

/* line 2173, ../sass/style.scss */
.gold {
  color: #d3a243;
}

/* line 2176, ../sass/style.scss */
.section-title-type2 h2.gold {
  color: #d3a243;
}

/* line 2179, ../sass/style.scss */
.exhibition-menu {
  list-style: none;
  border-bottom: 1px #eeeeee solid;
  margin-bottom: 20px;
}
/* line 2183, ../sass/style.scss */
.exhibition-menu ul {
  padding: 0px;
}
/* line 2187, ../sass/style.scss */
.exhibition-menu li {
  display: inline;
  margin-right: 20px;
}
/* line 2190, ../sass/style.scss */
.exhibition-menu li:after {
  content: "\f0ab";
  font-family: "FontAwesome";
  margin-left: 5px;
}

/* line 2197, ../sass/style.scss */
.exhibitionimg {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #222222;
  position: relative;
}
/* line 2203, ../sass/style.scss */
.exhibitionimg img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 2213, ../sass/style.scss */
.cap {
  font-size: 90%;
  margin-top: -10px;
  padding-top: 0px;
}

/* line 2218, ../sass/style.scss */
.exhibitioninfo dl {
  margin: 10px 0px 10px;
  border-bottom: 1px #efefef solid;
  padding: 10px 0px 15px;
}
/* line 2222, ../sass/style.scss */
.exhibitioninfo dl dt {
  font-weight: 500;
  width: 300px;
  float: left;
}
/* line 2227, ../sass/style.scss */
.exhibitioninfo dl dd {
  float: left;
}

/* line 2231, ../sass/style.scss */
.lead2 {
  font-family: 'Noto Sans JP', Meiryo,  sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  margin: 10px 0px;
  color: #222222;
  padding-top: 5px;
  border-top: 1px #999999 solid;
}
@media (max-width: 480px) {
  /* line 2231, ../sass/style.scss */
  .lead2 {
    font-size: 14px;
  }
}

/* line 2246, ../sass/style.scss */
#2,
#3 {
  position: relative;
  margin-top: -250px;
  padding-top: 250px;
}

/* line 2251, ../sass/style.scss */
#aa-preloader-area {
  background-color: #1e6db1;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 46, scss/modules/_sections.scss */
/* line 2265, ../sass/style.scss */
.mu-preloader {
  position: relative;
  top: 30%;
  margin: 0px auto 0px;
}

/* line 2271, ../sass/style.scss */
.mu-preloader img {
  max-width: 100%;
}

.insarea {
  margin-bottom: 40px;
  width: 85%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  /* line 1540, ../sass/style.scss */
  .insarea {
    width: 100%;
    margin-left: 0;
  }
}