<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* setup */
/* h2 〜 h6 */
/* Media Queries */
/* ボタン */
/* 通常使うボタンのデザイン */
/* 次へボタン */
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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 &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("fonts/foundation-icons/foundation-icons.eot");
  src: url("fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("fonts/foundation-icons/foundation-icons.woff") format("woff"), url("fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

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

[class^="jpsns-icons-"], [class*=" jpsns-icons-"] {
  font-family: 'icomoon';
  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; }

.jpsns-icons-evernote:before {
  content: "\e004"; }

.jpsns-icons-feedly:before {
  content: "\e007"; }

.jpsns-icons-pocket:before {
  content: "\e008"; }

.jpsns-icons-line:before {
  content: "\e009"; }

.jpsns-icons-hatena:before {
  content: "\e00a"; }

.jpsns-icons-feedly-square:before {
  content: "\e601"; }

.jpsns-icons-googleplus:before {
  content: "\e608"; }

.jpsns-icons-facebook:before {
  content: "\e60d"; }

.jpsns-icons-instagram:before {
  content: "\e610"; }

.jpsns-icons-twitter:before {
  content: "\e611"; }

.jpsns-icons-feed:before {
  content: "\e614"; }

.jpsns-icons-youtube:before {
  content: "\e617"; }

.jpsns-icons-flickr2:before {
  content: "\e61e"; }

.jpsns-icons-githubmark:before {
  content: "\e626"; }

.jpsns-icons-github:before {
  content: "\e627"; }

.jpsns-icons-wordpress:before {
  content: "\e629"; }

.jpsns-icons-tumblr:before {
  content: "\e62d"; }

.jpsns-icons-yahoo:before {
  content: "\e62f"; }

.jpsns-icons-apple:before {
  content: "\e631"; }

.jpsns-icons-android:before {
  content: "\e633"; }

.jpsns-icons-windows:before {
  content: "\e634"; }

.jpsns-icons-windows8:before {
  content: "\e635"; }

.jpsns-icons-skype:before {
  content: "\e636"; }

.jpsns-icons-delicious:before {
  content: "\e638"; }

.jpsns-icons-pinterest:before {
  content: "\e63a"; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than $mobile */
@media (min-width: 500px) {
  .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than $smartphone */
@media (min-width: 1100px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .map_button, .lineButton, ul.pager li span, ul.pager li a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover, .map_button:hover, .lineButton:hover, ul.pager li span:hover, ul.pager li a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
.map_button:focus,
.lineButton:focus,
ul.pager li span:focus,
ul.pager li a:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary, .button-primary.map_button, .button-primary.lineButton, ul.pager li span.button-primary, ul.pager li a.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover, .button-primary.map_button:hover, .button-primary.lineButton:hover, ul.pager li span.button-primary:hover, ul.pager li a.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
.button-primary.map_button:focus,
.button-primary.lineButton:focus,
ul.pager li span.button-primary:focus,
ul.pager li a.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label &gt; .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre &gt; code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button, .map_button, .lineButton, ul.pager li span, ul.pager li a {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width, .imgsDiv a.lightBox img, .googleMapiFrameBox {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: url(overlays/02.png) center center; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform,opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container &gt; .vegas-overlay, body.vegas-container &gt; .vegas-slide, body.vegas-container &gt; .vegas-timer {
  position: fixed;
  z-index: -1; }

:root body.vegas-container &gt; .vegas-overlay, :root body.vegas-container &gt; .vegas-slide, _::full-page-media, _:future {
  bottom: -76px; }

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px); }

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0); }

.vegas-transition-blur2-out {
  opacity: 0; }

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*# sourceMappingURL=vegas.min.css.map */
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./img/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container &gt; .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* animation */
.blinkHalf {
  animation: blinkHalfKF 1s linear 0s infinite alternate;
  -moz-animation: blinkHalfKF 1s linear 0s infinite alternate;
  -webkit-animation: blinkHalfKF 1s linear 0s infinite alternate;
  -o-animation: blinkHalfKF 1s linear 0s infinite alternate;
  -ms-animation: blinkHalfKF 1s linear 0s infinite alternate; }

@keyframes blinkHalfKF {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blinkHalfKF {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes blinkHalfKF {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-o-keyframes blinkHalfKF {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes blinkHalfKF {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.nextBtnAction, .nextBtn a {
  animation: nextBtnActionKF 4s linear 0s infinite alternate;
  -moz-animation: nextBtnActionKF 4s linear 0s infinite alternate;
  -webkit-animation: nextBtnActionKF 4s linear 0s infinite alternate;
  -o-animation: nextBtnActionKF 4s linear 0s infinite alternate;
  -ms-animation: nextBtnActionKF 4s linear 0s infinite alternate; }

@keyframes nextBtnActionKF {
  0% {
    transform: translate3d(0, 10px, 0); }
  15% {
    transform: translate3d(0, 0, 0); }
  20% {
    transform: translate3d(0, 10px, 0); }
  35% {
    transform: translate3d(0, 0, 0); }
  95% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes nextBtnActionKF {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  15% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  95% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-moz-keyframes nextBtnActionKF {
  0% {
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  15% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20% {
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  35% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  95% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-o-keyframes nextBtnActionKF {
  0% {
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  15% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20% {
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  35% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  95% {
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-ms-keyframes nextBtnActionKF {
  0% {
    transform: translate3d(0, 10px, 0); }
  15% {
    transform: translate3d(0, 0, 0); }
  20% {
    transform: translate3d(0, 10px, 0); }
  35% {
    transform: translate3d(0, 0, 0); }
  95% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 10px, 0); } }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=f6a828&amp;bgTextureHeader=gloss_wave&amp;bgImgOpacityHeader=35&amp;borderColorHeader=e78f08&amp;fcHeader=ffffff&amp;iconColorHeader=ffffff&amp;bgColorContent=eeeeee&amp;bgTextureContent=highlight_soft&amp;bgImgOpacityContent=100&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=222222&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=100&amp;borderColorDefault=cccccc&amp;fcDefault=1c94c4&amp;iconColorDefault=ef8c08&amp;bgColorHover=fdf5ce&amp;bgTextureHover=glass&amp;bgImgOpacityHover=100&amp;borderColorHover=fbcb09&amp;fcHover=c77405&amp;iconColorHover=ef8c08&amp;bgColorActive=ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=fbd850&amp;fcActive=eb8f00&amp;iconColorActive=ef8c08&amp;bgColorHighlight=ffe45c&amp;bgTextureHighlight=highlight_soft&amp;bgImgOpacityHighlight=75&amp;borderColorHighlight=fed22f&amp;fcHighlight=363636&amp;iconColorHighlight=228ef1&amp;bgColorError=b81900&amp;bgTextureError=diagonals_thick&amp;bgImgOpacityError=18&amp;borderColorError=cd0a0a&amp;fcError=ffffff&amp;iconColorError=ffd27a&amp;bgColorOverlay=666666&amp;bgTextureOverlay=diagonals_thick&amp;bgImgOpacityOverlay=20&amp;opacityOverlay=50&amp;bgColorShadow=000000&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=10&amp;opacityShadow=20&amp;thicknessShadow=5px&amp;offsetTopShadow=-5px&amp;offsetLeftShadow=-5px&amp;cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

/* 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Dropzone
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
#image_drop_area {
  background-color: #eee;
  box-shadow: inset 0 0 3px black;
  padding: 75px 0;
  text-align: center;
  font-size: 1rem; }

#preview_area {
  /*
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color:#ccddcc;
	min-height:200px;
*/ }

/* The MIT License */
/* dropzone.css */
.dropzone-custom,
.dropzone-custom *,
.test,
.test * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropzone-custom {
  position: relative;
  /*
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
*/ }

.dropzone-custom.dz-clickable {
  cursor: pointer; }

.dropzone-custom.dz-clickable .dz-message,
.dropzone-custom.dz-clickable .dz-message span {
  cursor: pointer; }

.dropzone-custom.dz-clickable * {
  cursor: default; }

.dropzone-custom .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone-custom.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.dropzone-custom.dz-started .dz-message {
  display: none; }

.dropzone-custom .dz-preview,
.test .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 11px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.dropzone-custom .dz-preview.dz-file-preview [data-dz-thumbnail],
.test .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.dropzone-custom .dz-preview .dz-details,
.test .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.dropzone-custom .dz-preview .dz-details .dz-filename,
.test .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.dropzone-custom .dz-preview .dz-details img,
.test .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.dropzone-custom .dz-preview .dz-details .dz-size,
.test .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.dropzone-custom .dz-preview.dz-error .dz-error-mark,
.test .dz-preview.dz-error .dz-error-mark {
  display: block; }

.dropzone-custom .dz-preview.dz-success .dz-success-mark,
.test .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone-custom .dz-preview:hover .dz-details img,
.test .dz-preview:hover .dz-details img {
  display: none; }

.dropzone-custom .dz-preview .dz-success-mark,
.test .dz-preview .dz-success-mark,
.dropzone-custom .dz-preview .dz-error-mark,
.test .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.dropzone-custom .dz-preview .dz-success-mark,
.test .dz-preview .dz-success-mark {
  color: #8cc657; }

.dropzone-custom .dz-preview .dz-error-mark,
.test .dz-preview .dz-error-mark {
  color: #ee162d; }

.dropzone-custom .dz-preview .dz-progress,
.test .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.dropzone-custom .dz-preview .dz-progress .dz-upload,
.test .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.dropzone-custom .dz-preview.dz-processing .dz-progress,
.test .dz-preview.dz-processing .dz-progress {
  display: block; }

.dropzone-custom .dz-preview .dz-error-message,
.test .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.dropzone-custom .dz-preview:hover.dz-error .dz-error-message,
.test .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

.dropzone-custom {
  /*
  border: 1px solid rgba(0,0,0,0.03);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 5px;
  min-height: 360px;
*/ }

.dropzone-custom .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("img/dropzone/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone-custom .dz-default.dz-message {
    background-image: url("img/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }

.dropzone-custom .dz-default.dz-message span {
  display: none; }

.dropzone-custom.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px; }

.dropzone-custom.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; }

.dropzone-custom.dz-started .dz-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.dropzone-custom .dz-preview,
.test .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px; }

.dropzone-custom .dz-preview.dz-image-preview:hover .dz-details img,
.test .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.dropzone-custom .dz-preview.dz-success .dz-success-mark,
.test .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone-custom .dz-preview.dz-error .dz-error-mark,
.test .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone-custom .dz-preview.dz-error .dz-progress .dz-upload,
.test .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d; }

.dropzone-custom .dz-preview .dz-error-mark,
.test .dz-preview .dz-error-mark,
.dropzone-custom .dz-preview .dz-success-mark,
.test .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("img/dropzone/spritemap.png");
  background-repeat: no-repeat; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone-custom .dz-preview .dz-error-mark,
  .test .dz-preview .dz-error-mark,
  .dropzone-custom .dz-preview .dz-success-mark,
  .test .dz-preview .dz-success-mark {
    background-image: url("img/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }

.dropzone-custom .dz-preview .dz-error-mark span,
.test .dz-preview .dz-error-mark span,
.dropzone-custom .dz-preview .dz-success-mark span,
.test .dz-preview .dz-success-mark span {
  display: none; }

.dropzone-custom .dz-preview .dz-error-mark,
.test .dz-preview .dz-error-mark {
  background-position: -268px -123px; }

.dropzone-custom .dz-preview .dz-success-mark,
.test .dz-preview .dz-success-mark {
  background-position: -268px -163px; }

.dropzone-custom .dz-preview .dz-progress .dz-upload,
.test .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("img/dropzone/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone-custom .dz-preview .dz-progress .dz-upload,
  .test .dz-preview .dz-progress .dz-upload {
    background-image: url("img/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }

.dropzone-custom .dz-preview.dz-success .dz-progress,
.test .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.dropzone-custom .dz-preview .dz-error-message,
.test .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.dropzone-custom .dz-preview:hover.dz-error .dz-error-message,
.test .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone-custom a.dz-remove,
.test a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #eee 100%);
  background-image: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 14px; }

.dropzone-custom a.dz-remove:hover,
.test a.dz-remove:hover {
  color: #666; }

@-moz-keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

@-o-keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

@-ms-keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

@keyframes loading {
  0% {
    background-position: 0 -400px; }
  100% {
    background-position: -7px -400px; } }

/* ==========================================================================================================

	 Form Assist
 
============================================================================================================*/
.formAssist {
  position: relative;
  padding: 0px;
  margin: 0; }

.formAssist a.fa {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  border: 1px solid #000;
  float: left;
  margin: 0 5px 5px 0;
  background: url(./img/formAssistSprites.png) no-repeat; }

.formAssist a.fa:hover {
  border: 1px solid #f39; }

.formAssist a.futozi {
  background-position: 0 -583px; }

.formAssist a.shatai {
  background-position: -30px -583px; }

.formAssist a.kasen {
  background-position: -60px -583px; }

.formAssist a.uchikeshi {
  background-position: -90px -583px; }

.formAssist a.ookisa {
  background-position: -120px -583px; }

.formAssist a.iro {
  background-position: -150px -583px; }

.formAssist a.emozi {
  background-position: -180px -583px; }

.formAssist a.kugiri {
  background-position: -210px -583px; }

.formAssist a.waku {
  background-position: -240px -583px; }

.formAssist a.tukaikata {
  background-position: -270px -583px; }

.formAssist a.formAssistImage {
  background-position: -300px -583px; }

.formAssist a.formAssistMap {
  background-position: -330px -583px; }

.formAssistDivSize, .formAssistDivColor, .formAssistDivEmozi {
  margin: 0;
  padding: 0;
  display: none;
  z-index: 99999;
  position: absolute;
  bottom: 44px;
  left: 0; }

/* その他のウインドウ */
.formAssistDivImage, .formAssistDivMap {
  margin: 0;
  padding: 0;
  display: none;
  z-index: 99999;
  background: url(./img/ajax-loader.gif) center center no-repeat white;
  width: 260px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  left: 0;
  border: 1px solid black; }
  .formAssistDivImage table tr th, .formAssistDivMap table tr th {
    white-space: normal !important; }

/* サイズ変更ウインドウ */
.formAssistDivSize {
  background: url(./img/formAssistSprites.png) -11px -11px no-repeat;
  width: 215px;
  height: 161px;
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  left: 0; }

.formAssistDivSize ul {
  margin: 12px 0 0 11px; }

.formAssistDivSize ul li {
  margin: 0 7px 0 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  list-style: none; }

.formAssistDivSize ul li a {
  background: url(./img/formAssistSprites.png) no-repeat;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  border: none; }

.formAssistDivSize ul li a:hover {
  border: none; }

.formAssistDivSize ul li.fontSize24pxBtn a {
  background-position: -333px -323px; }

.formAssistDivSize ul li.fontSize24pxBtn a:hover {
  background-position: -399px -323px; }

.formAssistDivSize ul li.fontSize34pxBtn a {
  background-position: -333px -388px; }

.formAssistDivSize ul li.fontSize34pxBtn a:hover {
  background-position: -399px -388px; }

.formAssistDivSize ul li.fontSize44pxBtn a {
  background-position: -333px -453px; }

.formAssistDivSize ul li.fontSize44pxBtn a:hover {
  background-position: -399px -453px; }

.formAssistDivSize a.formAssistDivClose, .formAssistDivSize a.formAssistBtnHelp,
.formAssistDivColor a.formAssistDivClose, .formAssistDivColor a.formAssistBtnHelp,
.formAssistDivEmozi a.formAssistDivClose, .formAssistDivImage a.formAssistDivClose, .formAssistDivMap a.formAssistDivClose {
  overflow: hidden;
  display: block;
  text-indent: -999px;
  background: url(./img/formAssistSprites.png) no-repeat;
  float: left;
  border: none; }

.formAssistDivSize a.formAssistDivClose, .formAssistDivColor a.formAssistDivClose, .formAssistDivEmozi a.formAssistDivClose, .formAssistDivImage a.formAssistDivClose, .formAssistDivMap a.formAssistDivClose {
  background-position: -337px -186px;
  width: 59px;
  height: 22px;
  margin: 57px 0 0 9px; }

.formAssistDivImage .formAssistDivCloseBox, .formAssistDivMap .formAssistDivCloseBox {
  background-color: #000;
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 0 4px 10px;
  z-index: 999; }
  .formAssistDivImage .formAssistDivCloseBox a.formAssistDivClose, .formAssistDivMap .formAssistDivCloseBox a.formAssistDivClose {
    margin: 0;
    padding: 0; }

.formAssistDivSize a.formAssistDivClose:hover, .formAssistDivColor a.formAssistDivClose:hover, .formAssistDivEmozi a.formAssistDivClose:hover,
.formAssistDivImage a.formAssistDivClose:hover, .formAssistDivMap a.formAssistDivClose:hover {
  background-position: -401px -186px; }

.formAssistDivSize a.formAssistBtnHelp, .formAssistDivColor a.formAssistBtnHelp, .formAssistDivEmozi a.formAssistBtnHelp {
  background-position: -339px -220px;
  width: 23px;
  height: 23px;
  margin: 57px 0 0 117px; }

.formAssistDivSize a.formAssistBtnHelp:hover, .formAssistDivColor a.formAssistBtnHelp:hover, .formAssistDivEmozi a.formAssistBtnHelp:hover {
  background-position: -368px -220px; }

/* 色変更ウインドウ */
.formAssistDivColor {
  background: url(./img/formAssistSprites.png) -250px -11px no-repeat;
  width: 215px;
  height: 161px;
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  left: 0; }

.formAssistDivColor ul {
  margin: 14px 0 0 11px;
  width: 205px; }

.formAssistDivColor ul li {
  margin: 0 10px 10px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  float: left;
  list-style: none; }

.formAssistDivColor ul li a {
  background-image: none;
  width: 22px;
  height: 22px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  border: 1px solid #fff; }

.formAssistDivColor ul li.white a {
  background-color: #fff; }

.formAssistDivColor ul li.lightGrey a {
  background-color: #ccc; }

.formAssistDivColor ul li.grey a {
  background-color: #999; }

.formAssistDivColor ul li.darkGrey a {
  background-color: #666; }

.formAssistDivColor ul li.thickerGrey a {
  background-color: #333; }

.formAssistDivColor ul li.black a {
  background-color: #000; }

.formAssistDivColor ul li.red a {
  background-color: #ca0909; }

.formAssistDivColor ul li.green a {
  background-color: #2ba82b; }

.formAssistDivColor ul li.blue a {
  background-color: #2121de; }

.formAssistDivColor ul li.yellow a {
  background-color: #fbd60c; }

.formAssistDivColor ul li.lightBlue a {
  background-color: #74a5ff; }

.formAssistDivColor ul li.violet a {
  background-color: #e41192; }

.formAssistDivColor ul li a:hover {
  border: 1px solid #eb1ab2; }

.formAssistDivColor a.formAssistDivClose {
  margin: 48px 0 0 9px; }

.formAssistDivColor a.formAssistBtnHelp {
  margin: 48px 0 0 117px; }

/* 絵文字ウインドウ */
.formAssistDivEmozi {
  background: url(./img/formAssistSprites.png) -12px -183px no-repeat;
  width: 312px;
  height: 385px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: 150px; }

.formAssistDivEmozi ul {
  margin: 13px 0 0 13px;
  width: 288px; }

.formAssistDivEmozi ul li {
  margin: 0 1px 1px 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  float: left; }

.formAssistDivEmozi ul li a {
  width: 15px;
  height: 15px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  border: none; }

.formAssistDivEmozi ul li a:hover {
  border: none; }

.formAssistDivEmozi a.formAssistDivClose {
  margin: 50px 0 0 11px; }

.formAssistDivEmozi a.formAssistBtnHelp {
  margin: 49px 0 0 6px; }

.formAssistDivEmozi a.formAssistDivOtherEmozi {
  background-position: -338px -256px;
  width: 124px;
  height: 22px;
  margin: 50px 0 0 79px;
  float: left; }

.formAssistDivEmozi a.formAssistDivOtherEmozi:hover {
  background-position: -338px -289px; }

/*
	_common.scssは他のサイトでも使用できるような汎用性の高いものを記載。
	また、_skeleton.scssを書き換えたい場合もここに記載するようにする。（他サイトでは使用できないような設定の場合は_base.scss）
*/
/* 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
skeleton 設定変更
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
a {
  color: #002564; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #002564; }

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8em;
  font-weight: normal;
  color: #222;
  background-color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word; }

th, td, p, div {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.map_button {
  height: 38px;
  font-size: 11px;
  line-height: 1em; }

.button, .map_button, .lineButton, ul.pager li span, ul.pager li a {
  text-transform: none;
  vertical-align: top; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: .05em; }

h1 {
  font-size: 3.0rem;
  line-height: 1.2; }

h2 {
  font-size: 2.4rem;
  line-height: 1.25; }

h3 {
  font-size: 2rem;
  line-height: 1.3; }

h4 {
  font-size: 1.4rem;
  line-height: 1.35; }

h5 {
  font-size: 1.2rem;
  line-height: 1.5; }

h6 {
  font-size: 1rem;
  line-height: 1.6; }

/* tabletより小さいの */
@media (min-width: 1100px) {
  h1 {
    font-size: 4.0rem; }
  h2 {
    font-size: 2.8rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 2rem; }
  h5 {
    font-size: 1.4rem; }
  h6 {
    font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem; }

.button.button-primary, .button-primary.map_button, .button-primary.lineButton, ul.pager li span.button-primary, ul.pager li a.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #002564;
  border-color: #002564; }

.button.button-primary:hover, .button-primary.map_button:hover, .button-primary.lineButton:hover, ul.pager li span.button-primary:hover, ul.pager li a.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
.button-primary.map_button:focus,
.button-primary.lineButton:focus,
ul.pager li span.button-primary:focus,
ul.pager li a.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #002564;
  border-color: #002564; }

.button.button-white, .button-white.map_button, .button-white.lineButton, ul.pager li span.button-white, ul.pager li a.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
  color: #000;
  background-color: #FFF;
  border-color: #FFF; }

.button.button-white:hover, .button-white.map_button:hover, .button-white.lineButton:hover, ul.pager li span.button-white:hover, ul.pager li a.button-white:hover,
button.button-white:hover,
input[type="submit"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
.button-white.map_button:focus,
.button-white.lineButton:focus,
ul.pager li span.button-white:focus,
ul.pager li a.button-white:focus,
button.button-white:focus,
input[type="submit"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="button"].button-white:focus {
  background-color: #FFF;
  border-color: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.button.button-alert, .button-alert.map_button, .button-alert.lineButton, ul.pager li span.button-alert, ul.pager li a.button-alert,
button.button-alert,
input[type="submit"].button-alert,
input[type="reset"].button-alert,
input[type="button"].button-alert {
  color: #fff;
  background-color: #f8b500;
  border-color: #f8b500; }

.button.button-alert:hover, .button-alert.map_button:hover, .button-alert.lineButton:hover, ul.pager li span.button-alert:hover, ul.pager li a.button-alert:hover,
button.button-alert:hover,
input[type="submit"].button-alert:hover,
input[type="reset"].button-alert:hover,
input[type="button"].button-alert:hover,
.button.button-alert:focus,
.button-alert.map_button:focus,
.button-alert.lineButton:focus,
ul.pager li span.button-alert:focus,
ul.pager li a.button-alert:focus,
button.button-alert:focus,
input[type="submit"].button-alert:focus,
input[type="reset"].button-alert:focus,
input[type="button"].button-alert:focus {
  color: #fff;
  background-color: #f8b500;
  border-color: #f8b500; }

.button, .map_button, .lineButton, ul.pager li span, ul.pager li a {
  color: #FFF !important;
  font-weight: bold !important;
  background-color: #e99400;
  background-color: #e99400;
  border: 0 !important;
  font-size: 16px !important;
  height: 70px !important;
  line-height: 70px !important;
  padding: 0 90px !important;
  margin: 0 0 !important;
  letter-spacing: 0.1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif; }

.button:hover, .map_button:hover, .lineButton:hover, ul.pager li span:hover, ul.pager li a:hover {
  color: #FFF !important;
  background-color: #e99400;
  background-color: #e99400;
  border: 0 !important;
  opacity: 0.8;
  filter: alpha(opacity=80); }

textarea {
  /* textareaは自由に高さを設定したい */
  height: auto; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 3rem;
  font-size: 100%; }

th:first-child,
td:first-child {
  padding-left: inherit; }

th:last-child,
td:last-child {
  padding-right: inherit; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

p {
  margin-bottom: 1.5rem; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px; }

/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
	2カラムで左右を通常と逆にしたい場合は
	クラス「u-pull-right」、「u-pull-left」を「columns」を指定したDIVにそれぞれ追加する
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
@media (min-width: 1100px) {
  .u-pull-right.columns {
    margin-left: 0;
    margin-right: 0; }
  .u-pull-left.columns {
    margin-left: 0;
    margin-right: 4%; } }

/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Cell
	&lt;div class="cellBox"&gt;
		&lt;div class="cell"&gt;&lt;/div&gt;
		&lt;div class="cell double"&gt;&lt;/div&gt;
	&lt;/div&gt;
	doubleを使うときはcellBoxの背景に何かやるといいかも
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
/* Self Clearing Goodness */
.cellBox:after {
  content: "";
  display: table;
  clear: both; }

.cellBox {
  border-top: 1px #FFF solid;
  border-left: 1px #FFF solid;
  box-sizing: border-box; }
  .cellBox .cell {
    padding: 15px;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px #FFF solid;
    border-right: 1px #FFF solid;
    width: 100%; }
  .cellBox .double.cell {
    width: 100%; }
  @media (min-width: 279px) {
    .cellBox .cell {
      width: 100%; } }
  @media (min-width: 559px) {
    .cellBox .cell {
      width: 50%; }
    .cellBox .double.cell {
      width: 100%; } }
  @media (min-width: 839px) {
    .cellBox .cell {
      width: 33.3333333333%; }
    .cellBox .double.cell {
      width: 66.6666666667%; } }
  @media (min-width: 1119px) {
    .cellBox .cell {
      width: 25%; }
    .cellBox .double.cell {
      width: 50%; } }
  @media (min-width: 1399px) {
    .cellBox .cell {
      width: 20%; }
    .cellBox .double.cell {
      width: 40%; } }
  @media (min-width: 1679px) {
    .cellBox .cell {
      width: 16.6666666667%; }
    .cellBox .double.cell {
      width: 33.3333333333%; } }
  @media (min-width: 1959px) {
    .cellBox .cell {
      width: 14.2857142857%; }
    .cellBox .double.cell {
      width: 28.5714285714%; } }

/* 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
以下はymstr独自css
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
*/
/* h系のタイトル */
h2.type1, h3.type1, h4.type1, h5.type1, h6.type1 {
  padding: 0.8333333333rem 1.25rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #ac8c4b;
  box-sizing: border-box;
  width: 100%; }

/* h系のタイトル */
h2.type2, h3.type2, h4.type2, h5.type2, h6.type2 {
  padding: 0.8333333333rem 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 1.25rem;
  color: #ac8c4b;
  box-sizing: border-box;
  width: 100%; }

h2.type2 {
  margin-bottom: 2.5rem; }

h3.type2, h4.type2, h5.type2, h6.type2 {
  margin-bottom: 1.25rem; }

.imgFrame, .imgsDiv a.lightBox {
  box-sizing: border-box;
  display: inline-block;
  /* Larger than mobile */ }
  @media (min-width: 0px) {
    .imgFrame, .imgsDiv a.lightBox {
      padding: 0 20px; } }
  @media (min-width: 1100px) {
    .imgFrame, .imgsDiv a.lightBox {
      padding: 5px; } }
  .imgFrame img, .imgsDiv a.lightBox img {
    background: #FFF;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.6);
    padding: 6px; }

.imgsDiv {
  padding: 10px; }
  .imgsDiv a.lightBox {
    padding: 10px 10px 3px 10px; }

.imgFrameBox, .googleMapiFrameBox {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.6);
  background: #FFF; }

.poraloidFrame {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.6);
  background: #FFF;
  margin: 10px;
  width: 200px;
  height: 243.4px; }
  .poraloidFrame img {
    width: 180px;
    height: 180px;
    display: block; }
  .poraloidFrame p {
    line-height: 1.2;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    height: 43.4px;
    margin: 0;
    overflow: hidden; }

.kadomaru, #showStatus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.danger {
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  border-radius: 0.4em;
  background: #F3336C;
  border: 1px solid #A30C26;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #FFF; }

.icon, .icon1, .icon2, .icon3 {
  font-weight: bold !important;
  line-height: 1em !important;
  padding: 0.3em 0.4em !important;
  display: inline-block !important;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em; }

.icon {
  color: #222;
  background: #f5f5f5;
  border: 1px solid #ddd; }

.icon1 {
  color: #FFF;
  background: #ac8c4b; }

.icon2 {
  color: #FFF;
  background: #f8b500; }

.icon3 {
  color: #FFF;
  background: #ffffff; }

.btns {
  font-weight: bold !important;
  line-height: 1em !important;
  padding: 0.5em 1em !important;
  display: inline-block !important;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  border-radius: 0.4em;
  margin-bottom: 7px; }

a.btns {
  text-decoration: none; }
  a.btns:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.btns.orange {
  color: white;
  background-color: #f8b500;
  -webkit-text-shadow: 1px 1px 0.2em #a40, -1px -1px 0.2em #a40;
  -moz-text-shadow: 1px 1px 0.2em #a40, -1px -1px 0.2em #a40;
  -ms-text-shadow: 1px 1px 0.2em #a40, -1px -1px 0.2em #a40;
  /* IE 10+ */
  -o-text-shadow: 1px 1px 0.2em #a40, -1px -1px 0.2em #a40;
  text-shadow: 1px 1px 0.2em #a40, -1px -1px 0.2em #a40; }

.btns.mainColor {
  color: white;
  background-color: #ffffff; }

.btns.green {
  color: white;
  background-color: #028760; }

.btns.white {
  color: #000;
  background-color: #FFF;
  text-shadow: none; }

.btns.paleGray {
  color: #000;
  background-color: #f5f5f5;
  text-shadow: none; }

.clearfix:after, #shareBox ul:after, .moreBox .moreBoxContainer ul.btns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, #shareBox ul, .moreBox .moreBoxContainer ul.btns {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix, * html #shareBox ul, #shareBox * html ul, * html .moreBox .moreBoxContainer ul.btns, .moreBox .moreBoxContainer * html ul.btns {
  height: 1%; }

.clearfix, #shareBox ul, .moreBox .moreBoxContainer ul.btns {
  display: block; }

/* End hide from IE-mac */
/* +-+-+-+-+-+-+-+-+-+-+-
	table
+-+-+-+-+-+-+-+-+-+-+- */
table.type1 {
  border-collapse: collapse;
  border: 1px solid #ddd; }
  table.type1 tr.first {
    background: #ac8c4b !important;
    color: #FFF;
    font-weight: bold; }
  table.type1 tr:nth-child(odd) {
    background: #f5f5f5; }
  table.type1 tr:nth-child(even) {
    background: #FFF; }
  table.type1 tr.last td, table.type1 tr.last th {
    border-bottom: 1px solid #ddd; }
  table.type1 th, table.type1 td {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd; }

@media (min-width: 1100px) {
  th {
    white-space: nowrap; } }

table.type2 td, table.type2 th {
  border-bottom-color: #ddd; }

/*
	form用のtable
*/
table.form, table.form2 {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border-top: 20px #FFF solid;
  border-left: 20px #FFF solid;
  border-right: 20px #FFF solid; }
  table.form tr th, table.form2 tr th {
    width: 38%;
    padding-right: 10px;
    padding-left: 10px; }
  table.form tr td, table.form2 tr td {
    width: 62%;
    padding-right: 10px;
    padding-left: 10px; }
  table.form tr th, table.form tr td, table.form2 tr th, table.form2 tr td {
    border: 0;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; }
    table.form tr th input, table.form tr th textarea, table.form tr td input, table.form tr td textarea, table.form2 tr th input, table.form2 tr th textarea, table.form2 tr td input, table.form2 tr td textarea {
      width: 100%;
      padding: 0 0 0 10px;
      margin: 0;
      font-weight: normal; }
  @media (max-width: 1100px) {
    table.form tr, table.form2 tr {
      display: block; }
      table.form tr th, table.form2 tr th {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0; }
      table.form tr td, table.form2 tr td {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 10px; }
      table.form tr th, table.form tr td, table.form2 tr th, table.form2 tr td {
        display: block; } }

table.form2 tr th {
  width: 75%; }

table.form2 tr td {
  width: 25%; }

@media (max-width: 1100px) {
  table.form2 tr {
    display: block; }
    table.form2 tr th {
      width: 100%;
      padding: 0 0 10px 0; }
    table.form2 tr td {
      width: 100%; }
    table.form2 tr th, table.form2 tr td {
      display: block; } }

/*
	【t1】1行目にthがあり、モバイル版だと1行目が削除され各データの1列目の背景色が$subColorとなる。	
*/
table.t1 {
  margin: 0;
  margin-bottom: 1em; }
  table.t1 tr {
    background-color: black !important; }
    table.t1 tr th, table.t1 tr td {
      border: 1px solid #ddd;
      padding: 5px 10px !important; }
    table.t1 tr th {
      background: #ac8c4b;
      color: #FFF; }
    table.t1 tr td {
      background: #FFF; }
  table.t1 tr:nth-child(odd) td {
    background-color: #f5f5f5; }
  table.t1 tr:nth-child(even) td {
    background-color: #FFF; }
  @media (max-width: 1100px) {
    table.t1 tr {
      display: block; }
      table.t1 tr th, table.t1 tr td {
        display: block;
        padding: 5px 10px !important; }
      table.t1 tr th {
        border: none; }
      table.t1 tr td .btns {
        margin-bottom: 0; }
      table.t1 tr td:first-child {
        background-color: #ffffff;
        color: white;
        font-weight: bold;
        border-bottom: none;
        border-top: none; }
      table.t1 tr td:nth-child(3) {
        border-top: none; }
    table.t1 tr:first-child {
      display: none !important; }
      table.t1 tr:first-child th, table.t1 tr:first-child td {
        display: none; }
    table.t1 tr:nth-child(2) td:first-child {
      border-top: 1px solid black !important; }
    table.t1 tr:nth-child(odd) td {
      background-color: #FFF; }
    table.t1 tr:nth-child(odd) td:first-child {
      background-color: #ffffff; } }

/*
	【t2】1行目にthがあり、モバイル版だと1行目が削除され各データの1列目の背景色が$mainColorとなる。
	
*/
table.t2 tr td, table.t2 tr th {
  padding-left: 1rem; }

@media (max-width: 1100px) {
  table.t2 tr {
    display: block;
    box-sizing: border-box; }
    table.t2 tr th, table.t2 tr td {
      display: block;
      border: 0;
      padding-top: 0;
      padding-bottom: 0; }
    table.t2 tr th {
      border: none;
      padding-bottom: 0;
      font-weight: bold;
      padding-top: 1.2em; }
    table.t2 tr td:last-child {
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 1.2em; } }

/*
	【t3】1番目がthで他はtd。モバイル版で削除されない。
	
*/
table.t3 tr td, table.t3 tr th {
  padding-left: 1rem; }

@media (max-width: 1100px) {
  table.t3 tr {
    display: block;
    box-sizing: border-box; }
    table.t3 tr th, table.t3 tr td {
      display: block;
      border: 0;
      padding-top: 0;
      padding-bottom: 0; }
    table.t3 tr th {
      border: none;
      padding-bottom: 0;
      font-weight: bold;
      padding-top: 5px; }
    table.t3 tr td:last-child {
      border-bottom: 1px solid #f5f5f5;
      padding-top: 0;
      padding-bottom: 5px; } }

@media (max-width: 1100px) {
  form table.t3 td input[type="text"] {
    margin-bottom: 6px; } }

@media (min-width: 1101px) {
  form table.t3 td input[type="text"] {
    margin-bottom: 0; } }

form table.t3 td textarea {
  margin-bottom: 0 !important; }

@media (max-width: 1100px) {
  form table.t3 td .formErr {
    margin: 5px 0 6px 0; } }

@media (min-width: 1101px) {
  form table.t3 td .formErr {
    margin: 10px 0 0 0; } }

hr {
  margin-bottom: 5.5rem; }

hr.noBorder {
  margin: 0;
  margin-bottom: 5.5rem;
  border: 0; }

hr.line {
  margin: 0;
  padding: 0 0 5.5rem 0;
  border: 0;
  border-top: 1px solid #f5f5f5; }

hr.mini {
  width: 50%;
  border-style: dashed; }

.columns.center {
  text-align: center; }

/* list */
ul.table li {
  float: left;
  box-sizing: border-box;
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

ul.table li.one {
  width: 100%; }

ul.table li.two {
  width: 50%; }

ul.table li.three {
  width: 33%; }

ul.type1, ol {
  list-style-position: outside;
  padding-left: 2em; }

ul.type1 {
  list-style-type: circle; }
  ul.type1 ul.type1 {
    list-style-type: disc; }

.listStyleNone {
  list-style: none !important; }

.listStyleCircle {
  list-style-position: outside;
  padding-left: 1.5em;
  list-style-type: circle !important; }

.listStyleDecimal {
  list-style-position: outside;
  padding-left: 1.5em;
  list-style-type: decimal !important; }

.listStyleRoman {
  list-style-position: outside;
  padding-left: 1.5em;
  list-style-type: lower-roman !important; }

/* box */
.grayBox, .transparentBox, .colorBox {
  padding: 0.8333333333rem 1.25rem;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  border-radius: 0.4em;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }
  .grayBox .box, .transparentBox .box, .colorBox .box {
    padding: 0.5rem 1rem;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    border-radius: 0.4em;
    background: #FFF;
    border: 1px solid #e0e0e0; }
  .grayBox .listStyleNone, .transparentBox .listStyleNone, .grayBox .listStyleCircle, .transparentBox .listStyleCircle, .grayBox .listStyleDecimal, .transparentBox .listStyleDecimal, .grayBox .listStyleRoman, .transparentBox .listStyleRoman, .colorBox .listStyleNone, .colorBox .listStyleCircle, .colorBox .listStyleDecimal, .colorBox .listStyleRoman {
    margin-bottom: 0; }

ul.grayBox li, ul.transparentBox li, ul.colorBox li {
  margin-bottom: 0; }

.grayBox, .transparentBox {
  background-color: whitesmoke;
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid #ddd;
  color: #222; }
  .grayBox .grayBox, .transparentBox .grayBox, .grayBox .transparentBox, .transparentBox .transparentBox {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    color: #222;
    margin-left: 5px;
    margin-right: 5px; }
    .grayBox .grayBox .grayBox, .transparentBox .grayBox .grayBox, .grayBox .transparentBox .grayBox, .transparentBox .transparentBox .grayBox, .grayBox .grayBox .transparentBox, .transparentBox .grayBox .transparentBox, .grayBox .transparentBox .transparentBox, .transparentBox .transparentBox .transparentBox {
      background-color: #ac8c4b;
      background-color: rgba(172, 140, 75, 0.5);
      border: 1px solid #ac8c4b;
      color: #FFF;
      margin-left: 5px;
      margin-right: 5px; }

ol.grayBox, ol.transparentBox {
  padding-left: 2em; }

.transparentBox {
  background-color: transparent;
  border-color: transparent;
  margin-left: 0;
  margin-right: 0; }
  .transparentBox .grayBox, .transparentBox .transparentBox {
    background-color: whitesmoke;
    background-color: rgba(245, 245, 245, 0.5);
    border: 1px solid #ddd;
    color: #222;
    margin-left: 0;
    margin-right: 0; }
    .transparentBox .grayBox .grayBox, .transparentBox .transparentBox .grayBox, .transparentBox .grayBox .transparentBox, .transparentBox .transparentBox .transparentBox {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid #ffffff;
      color: #222;
      margin-left: 5px;
      margin-right: 5px; }

.colorBox {
  background: #D9FAFF;
  border: 1px solid #69eafe;
  color: #033766; }

/* box */
.whiteBox {
  padding: 0.5rem 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin-bottom: 2.5rem;
  background-color: #FFF; }
  .whiteBox .box {
    padding: 0.5rem 1rem;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    border-radius: 0.4em;
    background: #f0f0f0;
    border: 1px solid #e0e0e0; }
  .whiteBox .grayBox, .whiteBox .transparentBox {
    background: #f5f5f5; }
    .whiteBox .grayBox .grayBox, .whiteBox .transparentBox .grayBox, .whiteBox .grayBox .transparentBox, .whiteBox .transparentBox .transparentBox {
      background: #FFF; }

/* 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
レスポンシブ汎用
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
省略形（mb, sp, tb, dt, bp）で表すと「以下」となり
省略しない（smartphone, tablet, desktop, breakPoint）で表すと「以上」となる
「_inline」「_inline-block」「_block」
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* モバイルのみ表示 */
.mb_inline {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .mb_inline {
      display: inline !important; } }
  @media (min-width: 1100px) {
    .mb_inline {
      display: none !important; } }

.mb_inline-block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .mb_inline-block {
      display: inline-block !important; } }
  @media (min-width: 1100px) {
    .mb_inline-block {
      display: none !important; } }

.mb, .mb_block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .mb, .mb_block {
      display: block !important; } }
  @media (min-width: 1100px) {
    .mb, .mb_block {
      display: none !important; } }

/* スマホ以下のみ表示 */
.sp_inline {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .sp_inline {
      display: inline !important; } }
  @media (min-width: 1100px) {
    .sp_inline {
      display: none !important; } }

.sp_inline-block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .sp_inline-block {
      display: inline-block !important; } }
  @media (min-width: 1100px) {
    .sp_inline-block {
      display: none !important; } }

.sp, .sp_block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .sp, .sp_block {
      display: block !important; } }
  @media (min-width: 1100px) {
    .sp, .sp_block {
      display: none !important; } }

/* タブレット以下のみ表示 */
.tb_inline {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tb_inline {
      display: inline !important; } }
  @media (min-width: 1280px) {
    .tb_inline {
      display: none !important; } }

.tb_inline-block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tb_inline-block {
      display: inline-block !important; } }
  @media (min-width: 1280px) {
    .tb_inline-block {
      display: none !important; } }

.tb, .tb_block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tb, .tb_block {
      display: block !important; } }
  @media (min-width: 1280px) {
    .tb, .tb_block {
      display: none !important; } }

/* デスクトップ以下のみ表示（この上にはdesktopHDがある） */
@media (min-width: 0) {
  .dt_inline {
    display: inline !important; } }

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

@media (min-width: 0) {
  .dt_inline-block {
    display: inline-block !important; } }

@media (min-width: 1300px) {
  .dt_inline-block {
    display: none !important; } }

@media (min-width: 0) {
  .dt, .dt_block {
    display: block !important; } }

@media (min-width: 1300px) {
  .dt, .dt_block {
    display: none !important; } }

/* $breakPoint以下のみ表示 */
@media (min-width: 0) {
  .bp_inline {
    display: inline !important; } }

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

@media (min-width: 0) {
  .bp_inline-block {
    display: inline-block !important; } }

@media (min-width: 1100px) {
  .bp_inline-block {
    display: none !important; } }

@media (min-width: 0) {
  .dt, .bp_block {
    display: block !important; } }

@media (min-width: 1100px) {
  .dt, .bp_block {
    display: none !important; } }

/* スマートフォン以上で表示 */
.smartphone_inline {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .smartphone_inline {
      display: none !important; } }
  @media (min-width: 1100px) {
    .smartphone_inline {
      display: inline !important; } }

.smartphone_inline_block, .smartphone_inline-block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .smartphone_inline_block, .smartphone_inline-block {
      display: none !important; } }
  @media (min-width: 1100px) {
    .smartphone_inline_block, .smartphone_inline-block {
      display: inline-block !important; } }

.smartphone, .smartphone_block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .smartphone, .smartphone_block {
      display: none !important; } }
  @media (min-width: 1100px) {
    .smartphone, .smartphone_block {
      display: block !important; } }

/* タブレット以上で表示 */
.tablet_inline {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tablet_inline {
      display: none !important; } }
  @media (min-width: 1100px) {
    .tablet_inline {
      display: inline !important; } }

.tablet_inline_block, .tablet_inline-block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tablet_inline_block, .tablet_inline-block {
      display: none !important; } }
  @media (min-width: 1100px) {
    .tablet_inline_block, .tablet_inline-block {
      display: inline-block !important; } }

.tablet, .tablet_block {
  /* Larger than tablet */ }
  @media (min-width: 0) {
    .tablet, .tablet_block {
      display: none !important; } }
  @media (min-width: 1100px) {
    .tablet, .tablet_block {
      display: block !important; } }

/* デスクトップ以上で表示 */
.desktop_inline {
  /* Larger than desktop */ }
  @media (min-width: 0) {
    .desktop_inline {
      display: none !important; } }
  @media (min-width: 1280px) {
    .desktop_inline {
      display: inline !important; } }

.desktop_inline-block {
  /* Larger than desktop */ }
  @media (min-width: 0) {
    .desktop_inline-block {
      display: none !important; } }
  @media (min-width: 1280px) {
    .desktop_inline-block {
      display: inline-block !important; } }

.desktop, .desktop_block {
  /* Larger than desktop */ }
  @media (min-width: 0) {
    .desktop, .desktop_block {
      display: none !important; } }
  @media (min-width: 1280px) {
    .desktop, .desktop_block {
      display: block !important; } }

/* デスクトップHD以上で表示 */
.desktopHD_inline {
  /* Larger than desktopHD */ }
  @media (min-width: 0) {
    .desktopHD_inline {
      display: none !important; } }
  @media (min-width: 1300px) {
    .desktopHD_inline {
      display: inline !important; } }

.desktopHD_inline-block {
  /* Larger than desktopHD */ }
  @media (min-width: 0) {
    .desktopHD_inline-block {
      display: none !important; } }
  @media (min-width: 1300px) {
    .desktopHD_inline-block {
      display: inline-block !important; } }

.desktopHD, .desktopHD_block {
  /* Larger than desktopHD */ }
  @media (min-width: 0) {
    .desktopHD, .desktopHD_block {
      display: none !important; } }
  @media (min-width: 1300px) {
    .desktopHD, .desktopHD_block {
      display: block !important; } }

/* $breakPoint以上で表示 */
@media (min-width: 0) {
  .breakPoint_inline {
    display: none !important; } }

@media (min-width: 1100px) {
  .breakPoint_inline {
    display: inline !important; } }

@media (min-width: 0) {
  .breakPoint_inline-block {
    display: none !important; } }

@media (min-width: 1100px) {
  .breakPoint_inline-block {
    display: inline-block !important; } }

@media (min-width: 0) {
  .breakPoint, .breakPoint_block {
    display: none !important; } }

@media (min-width: 1100px) {
  .breakPoint, .breakPoint_block {
    display: block !important; } }

/* 汎用 */
.height1em {
  line-height: 1em;
  height: 1em; }

.displayNone {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

@media (min-width: 0) {
  .spCenter {
    text-align: center; } }

@media (min-width: 1100px) {
  .spCenter {
    text-align: left; } }

.textDecorationNone {
  text-decoration: none; }

.m0 {
  margin: 0px !important; }

.p0 {
  padding: 0px !important; }

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

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

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

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

.m_l0 {
  margin-left: 0px !important; }

.m_r0 {
  margin-right: 0px !important; }

.p_l0 {
  padding-left: 0px !important; }

.p_r0 {
  padding-right: 0px !important; }

.m5 {
  margin: 5px !important; }

.p5 {
  padding: 5px !important; }

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

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

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

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

.m_l5 {
  margin-left: 5px !important; }

.m_r5 {
  margin-right: 5px !important; }

.p_l5 {
  padding-left: 5px !important; }

.p_r5 {
  padding-right: 5px !important; }

.m10 {
  margin: 10px !important; }

.p10 {
  padding: 10px !important; }

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

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

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

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

.m_l10 {
  margin-left: 10px !important; }

.m_r10 {
  margin-right: 10px !important; }

.p_l10 {
  padding-left: 10px !important; }

.p_r10 {
  padding-right: 10px !important; }

.m15 {
  margin: 15px !important; }

.p15 {
  padding: 15px !important; }

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

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

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

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

.m_l15 {
  margin-left: 15px !important; }

.m_r15 {
  margin-right: 15px !important; }

.p_l15 {
  padding-left: 15px !important; }

.p_r15 {
  padding-right: 15px !important; }

.m20 {
  margin: 20px !important; }

.p20 {
  padding: 20px !important; }

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

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

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

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

.m_l20 {
  margin-left: 20px !important; }

.m_r20 {
  margin-right: 20px !important; }

.p_l20 {
  padding-left: 20px !important; }

.p_r20 {
  padding-right: 20px !important; }

.m25 {
  margin: 25px !important; }

.p25 {
  padding: 25px !important; }

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

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

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

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

.m_l25 {
  margin-left: 25px !important; }

.m_r25 {
  margin-right: 25px !important; }

.p_l25 {
  padding-left: 25px !important; }

.p_r25 {
  padding-right: 25px !important; }

.m30 {
  margin: 30px !important; }

.p30 {
  padding: 30px !important; }

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

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

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

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

.m_l30 {
  margin-left: 30px !important; }

.m_r30 {
  margin-right: 30px !important; }

.p_l30 {
  padding-left: 30px !important; }

.p_r30 {
  padding-right: 30px !important; }

.m35 {
  margin: 35px !important; }

.p35 {
  padding: 35px !important; }

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

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

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

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

.m_l35 {
  margin-left: 35px !important; }

.m_r35 {
  margin-right: 35px !important; }

.p_l35 {
  padding-left: 35px !important; }

.p_r35 {
  padding-right: 35px !important; }

.m40 {
  margin: 40px !important; }

.p40 {
  padding: 40px !important; }

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

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

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

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

.m_l40 {
  margin-left: 40px !important; }

.m_r40 {
  margin-right: 40px !important; }

.p_l40 {
  padding-left: 40px !important; }

.p_r40 {
  padding-right: 40px !important; }

.m45 {
  margin: 45px !important; }

.p45 {
  padding: 45px !important; }

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

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

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

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

.m_l45 {
  margin-left: 45px !important; }

.m_r45 {
  margin-right: 45px !important; }

.p_l45 {
  padding-left: 45px !important; }

.p_r45 {
  padding-right: 45px !important; }

.m50 {
  margin: 50px !important; }

.p50 {
  padding: 50px !important; }

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

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

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

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

.m_l50 {
  margin-left: 50px !important; }

.m_r50 {
  margin-right: 50px !important; }

.p_l50 {
  padding-left: 50px !important; }

.p_r50 {
  padding-right: 50px !important; }

.m55 {
  margin: 55px !important; }

.p55 {
  padding: 55px !important; }

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

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

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

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

.m_l55 {
  margin-left: 55px !important; }

.m_r55 {
  margin-right: 55px !important; }

.p_l55 {
  padding-left: 55px !important; }

.p_r55 {
  padding-right: 55px !important; }

.m60 {
  margin: 60px !important; }

.p60 {
  padding: 60px !important; }

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

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

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

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

.m_l60 {
  margin-left: 60px !important; }

.m_r60 {
  margin-right: 60px !important; }

.p_l60 {
  padding-left: 60px !important; }

.p_r60 {
  padding-right: 60px !important; }

.m65 {
  margin: 65px !important; }

.p65 {
  padding: 65px !important; }

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

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

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

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

.m_l65 {
  margin-left: 65px !important; }

.m_r65 {
  margin-right: 65px !important; }

.p_l65 {
  padding-left: 65px !important; }

.p_r65 {
  padding-right: 65px !important; }

.m70 {
  margin: 70px !important; }

.p70 {
  padding: 70px !important; }

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

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

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

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

.m_l70 {
  margin-left: 70px !important; }

.m_r70 {
  margin-right: 70px !important; }

.p_l70 {
  padding-left: 70px !important; }

.p_r70 {
  padding-right: 70px !important; }

.m75 {
  margin: 75px !important; }

.p75 {
  padding: 75px !important; }

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

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

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

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

.m_l75 {
  margin-left: 75px !important; }

.m_r75 {
  margin-right: 75px !important; }

.p_l75 {
  padding-left: 75px !important; }

.p_r75 {
  padding-right: 75px !important; }

.m80 {
  margin: 80px !important; }

.p80 {
  padding: 80px !important; }

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

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

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

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

.m_l80 {
  margin-left: 80px !important; }

.m_r80 {
  margin-right: 80px !important; }

.p_l80 {
  padding-left: 80px !important; }

.p_r80 {
  padding-right: 80px !important; }

.m85 {
  margin: 85px !important; }

.p85 {
  padding: 85px !important; }

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

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

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

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

.m_l85 {
  margin-left: 85px !important; }

.m_r85 {
  margin-right: 85px !important; }

.p_l85 {
  padding-left: 85px !important; }

.p_r85 {
  padding-right: 85px !important; }

.m90 {
  margin: 90px !important; }

.p90 {
  padding: 90px !important; }

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

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

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

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

.m_l90 {
  margin-left: 90px !important; }

.m_r90 {
  margin-right: 90px !important; }

.p_l90 {
  padding-left: 90px !important; }

.p_r90 {
  padding-right: 90px !important; }

.m95 {
  margin: 95px !important; }

.p95 {
  padding: 95px !important; }

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

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

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

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

.m_l95 {
  margin-left: 95px !important; }

.m_r95 {
  margin-right: 95px !important; }

.p_l95 {
  padding-left: 95px !important; }

.p_r95 {
  padding-right: 95px !important; }

.m100 {
  margin: 100px !important; }

.p100 {
  padding: 100px !important; }

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

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

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

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

.m_l100 {
  margin-left: 100px !important; }

.m_r100 {
  margin-right: 100px !important; }

.p_l100 {
  padding-left: 100px !important; }

.p_r100 {
  padding-right: 100px !important; }

.w0 {
  width: 0px !important; }

.w5 {
  width: 5px !important; }

.w10 {
  width: 10px !important; }

.w15 {
  width: 15px !important; }

.w20 {
  width: 20px !important; }

.w25 {
  width: 25px !important; }

.w30 {
  width: 30px !important; }

.w35 {
  width: 35px !important; }

.w40 {
  width: 40px !important; }

.w45 {
  width: 45px !important; }

.w50 {
  width: 50px !important; }

.w55 {
  width: 55px !important; }

.w60 {
  width: 60px !important; }

.w65 {
  width: 65px !important; }

.w70 {
  width: 70px !important; }

.w75 {
  width: 75px !important; }

.w80 {
  width: 80px !important; }

.w85 {
  width: 85px !important; }

.w90 {
  width: 90px !important; }

.w95 {
  width: 95px !important; }

.w100 {
  width: 100px !important; }

.w105 {
  width: 105px !important; }

.w110 {
  width: 110px !important; }

.w115 {
  width: 115px !important; }

.w120 {
  width: 120px !important; }

.w125 {
  width: 125px !important; }

.w130 {
  width: 130px !important; }

.w135 {
  width: 135px !important; }

.w140 {
  width: 140px !important; }

.w145 {
  width: 145px !important; }

.w150 {
  width: 150px !important; }

.w155 {
  width: 155px !important; }

.w160 {
  width: 160px !important; }

.w165 {
  width: 165px !important; }

.w170 {
  width: 170px !important; }

.w175 {
  width: 175px !important; }

.w180 {
  width: 180px !important; }

.w185 {
  width: 185px !important; }

.w190 {
  width: 190px !important; }

.w195 {
  width: 195px !important; }

.w200 {
  width: 200px !important; }

.w205 {
  width: 205px !important; }

.w210 {
  width: 210px !important; }

.w215 {
  width: 215px !important; }

.w220 {
  width: 220px !important; }

.w225 {
  width: 225px !important; }

.w230 {
  width: 230px !important; }

.w235 {
  width: 235px !important; }

.w240 {
  width: 240px !important; }

.w245 {
  width: 245px !important; }

.w250 {
  width: 250px !important; }

.w255 {
  width: 255px !important; }

.w260 {
  width: 260px !important; }

.w265 {
  width: 265px !important; }

.w270 {
  width: 270px !important; }

.w275 {
  width: 275px !important; }

.w280 {
  width: 280px !important; }

.w285 {
  width: 285px !important; }

.w290 {
  width: 290px !important; }

.w295 {
  width: 295px !important; }

.w300 {
  width: 300px !important; }

.w305 {
  width: 305px !important; }

.w310 {
  width: 310px !important; }

.w315 {
  width: 315px !important; }

.w320 {
  width: 320px !important; }

.w325 {
  width: 325px !important; }

.w330 {
  width: 330px !important; }

.w335 {
  width: 335px !important; }

.w340 {
  width: 340px !important; }

.w345 {
  width: 345px !important; }

.w350 {
  width: 350px !important; }

.w355 {
  width: 355px !important; }

.w360 {
  width: 360px !important; }

.w365 {
  width: 365px !important; }

.w370 {
  width: 370px !important; }

.w375 {
  width: 375px !important; }

.w380 {
  width: 380px !important; }

.w385 {
  width: 385px !important; }

.w390 {
  width: 390px !important; }

.w395 {
  width: 395px !important; }

.w400 {
  width: 400px !important; }

.w405 {
  width: 405px !important; }

.w410 {
  width: 410px !important; }

.w415 {
  width: 415px !important; }

.w420 {
  width: 420px !important; }

.w425 {
  width: 425px !important; }

.w430 {
  width: 430px !important; }

.w435 {
  width: 435px !important; }

.w440 {
  width: 440px !important; }

.w445 {
  width: 445px !important; }

.w450 {
  width: 450px !important; }

.w455 {
  width: 455px !important; }

.w460 {
  width: 460px !important; }

.w465 {
  width: 465px !important; }

.w470 {
  width: 470px !important; }

.w475 {
  width: 475px !important; }

.w480 {
  width: 480px !important; }

.w485 {
  width: 485px !important; }

.w490 {
  width: 490px !important; }

.w495 {
  width: 495px !important; }

.w500 {
  width: 500px !important; }

.letterSpacing0 {
  letter-spacing: 0px !important; }

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

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

.letterSpacing3 {
  letter-spacing: 3px !important; }

.letterSpacing4 {
  letter-spacing: 4px !important; }

.letterSpacing5 {
  letter-spacing: 5px !important; }

.letterSpacing6 {
  letter-spacing: 6px !important; }

.letterSpacing7 {
  letter-spacing: 7px !important; }

.letterSpacing8 {
  letter-spacing: 8px !important; }

.letterSpacing9 {
  letter-spacing: 9px !important; }

.letterSpacing10 {
  letter-spacing: 10px !important; }

.letterSpacing11 {
  letter-spacing: 11px !important; }

.letterSpacing12 {
  letter-spacing: 12px !important; }

.letterSpacing13 {
  letter-spacing: 13px !important; }

.letterSpacing14 {
  letter-spacing: 14px !important; }

.letterSpacing15 {
  letter-spacing: 15px !important; }

.letterSpacing16 {
  letter-spacing: 16px !important; }

.letterSpacing17 {
  letter-spacing: 17px !important; }

.letterSpacing18 {
  letter-spacing: 18px !important; }

.letterSpacing19 {
  letter-spacing: 19px !important; }

.letterSpacing20 {
  letter-spacing: 20px !important; }

.sp_spacer0 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer0 {
      display: block;
      height: 0px !important; } }

.sp_spacer2 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer2 {
      display: block;
      height: 2px !important; } }

.sp_spacer4 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer4 {
      display: block;
      height: 4px !important; } }

.sp_spacer6 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer6 {
      display: block;
      height: 6px !important; } }

.sp_spacer8 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer8 {
      display: block;
      height: 8px !important; } }

.sp_spacer10 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer10 {
      display: block;
      height: 10px !important; } }

.sp_spacer12 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer12 {
      display: block;
      height: 12px !important; } }

.sp_spacer14 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer14 {
      display: block;
      height: 14px !important; } }

.sp_spacer16 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer16 {
      display: block;
      height: 16px !important; } }

.sp_spacer18 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer18 {
      display: block;
      height: 18px !important; } }

.sp_spacer20 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer20 {
      display: block;
      height: 20px !important; } }

.sp_spacer22 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer22 {
      display: block;
      height: 22px !important; } }

.sp_spacer24 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer24 {
      display: block;
      height: 24px !important; } }

.sp_spacer26 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer26 {
      display: block;
      height: 26px !important; } }

.sp_spacer28 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer28 {
      display: block;
      height: 28px !important; } }

.sp_spacer30 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer30 {
      display: block;
      height: 30px !important; } }

.sp_spacer32 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer32 {
      display: block;
      height: 32px !important; } }

.sp_spacer34 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer34 {
      display: block;
      height: 34px !important; } }

.sp_spacer36 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer36 {
      display: block;
      height: 36px !important; } }

.sp_spacer38 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer38 {
      display: block;
      height: 38px !important; } }

.sp_spacer40 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer40 {
      display: block;
      height: 40px !important; } }

.sp_spacer42 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer42 {
      display: block;
      height: 42px !important; } }

.sp_spacer44 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer44 {
      display: block;
      height: 44px !important; } }

.sp_spacer46 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer46 {
      display: block;
      height: 46px !important; } }

.sp_spacer48 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer48 {
      display: block;
      height: 48px !important; } }

.sp_spacer50 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer50 {
      display: block;
      height: 50px !important; } }

.sp_spacer52 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer52 {
      display: block;
      height: 52px !important; } }

.sp_spacer54 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer54 {
      display: block;
      height: 54px !important; } }

.sp_spacer56 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer56 {
      display: block;
      height: 56px !important; } }

.sp_spacer58 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer58 {
      display: block;
      height: 58px !important; } }

.sp_spacer60 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer60 {
      display: block;
      height: 60px !important; } }

.sp_spacer62 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer62 {
      display: block;
      height: 62px !important; } }

.sp_spacer64 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer64 {
      display: block;
      height: 64px !important; } }

.sp_spacer66 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer66 {
      display: block;
      height: 66px !important; } }

.sp_spacer68 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer68 {
      display: block;
      height: 68px !important; } }

.sp_spacer70 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer70 {
      display: block;
      height: 70px !important; } }

.sp_spacer72 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer72 {
      display: block;
      height: 72px !important; } }

.sp_spacer74 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer74 {
      display: block;
      height: 74px !important; } }

.sp_spacer76 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer76 {
      display: block;
      height: 76px !important; } }

.sp_spacer78 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer78 {
      display: block;
      height: 78px !important; } }

.sp_spacer80 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer80 {
      display: block;
      height: 80px !important; } }

.sp_spacer82 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer82 {
      display: block;
      height: 82px !important; } }

.sp_spacer84 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer84 {
      display: block;
      height: 84px !important; } }

.sp_spacer86 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer86 {
      display: block;
      height: 86px !important; } }

.sp_spacer88 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer88 {
      display: block;
      height: 88px !important; } }

.sp_spacer90 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer90 {
      display: block;
      height: 90px !important; } }

.sp_spacer92 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer92 {
      display: block;
      height: 92px !important; } }

.sp_spacer94 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer94 {
      display: block;
      height: 94px !important; } }

.sp_spacer96 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer96 {
      display: block;
      height: 96px !important; } }

.sp_spacer98 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer98 {
      display: block;
      height: 98px !important; } }

.sp_spacer100 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer100 {
      display: block;
      height: 100px !important; } }

.sp_spacer102 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer102 {
      display: block;
      height: 102px !important; } }

.sp_spacer104 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer104 {
      display: block;
      height: 104px !important; } }

.sp_spacer106 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer106 {
      display: block;
      height: 106px !important; } }

.sp_spacer108 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer108 {
      display: block;
      height: 108px !important; } }

.sp_spacer110 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer110 {
      display: block;
      height: 110px !important; } }

.sp_spacer112 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer112 {
      display: block;
      height: 112px !important; } }

.sp_spacer114 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer114 {
      display: block;
      height: 114px !important; } }

.sp_spacer116 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer116 {
      display: block;
      height: 116px !important; } }

.sp_spacer118 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer118 {
      display: block;
      height: 118px !important; } }

.sp_spacer120 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer120 {
      display: block;
      height: 120px !important; } }

.sp_spacer122 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer122 {
      display: block;
      height: 122px !important; } }

.sp_spacer124 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer124 {
      display: block;
      height: 124px !important; } }

.sp_spacer126 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer126 {
      display: block;
      height: 126px !important; } }

.sp_spacer128 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer128 {
      display: block;
      height: 128px !important; } }

.sp_spacer130 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer130 {
      display: block;
      height: 130px !important; } }

.sp_spacer132 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer132 {
      display: block;
      height: 132px !important; } }

.sp_spacer134 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer134 {
      display: block;
      height: 134px !important; } }

.sp_spacer136 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer136 {
      display: block;
      height: 136px !important; } }

.sp_spacer138 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer138 {
      display: block;
      height: 138px !important; } }

.sp_spacer140 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer140 {
      display: block;
      height: 140px !important; } }

.sp_spacer142 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer142 {
      display: block;
      height: 142px !important; } }

.sp_spacer144 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer144 {
      display: block;
      height: 144px !important; } }

.sp_spacer146 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer146 {
      display: block;
      height: 146px !important; } }

.sp_spacer148 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer148 {
      display: block;
      height: 148px !important; } }

.sp_spacer150 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer150 {
      display: block;
      height: 150px !important; } }

.sp_spacer152 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer152 {
      display: block;
      height: 152px !important; } }

.sp_spacer154 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer154 {
      display: block;
      height: 154px !important; } }

.sp_spacer156 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer156 {
      display: block;
      height: 156px !important; } }

.sp_spacer158 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer158 {
      display: block;
      height: 158px !important; } }

.sp_spacer160 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer160 {
      display: block;
      height: 160px !important; } }

.sp_spacer162 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer162 {
      display: block;
      height: 162px !important; } }

.sp_spacer164 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer164 {
      display: block;
      height: 164px !important; } }

.sp_spacer166 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer166 {
      display: block;
      height: 166px !important; } }

.sp_spacer168 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer168 {
      display: block;
      height: 168px !important; } }

.sp_spacer170 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer170 {
      display: block;
      height: 170px !important; } }

.sp_spacer172 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer172 {
      display: block;
      height: 172px !important; } }

.sp_spacer174 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer174 {
      display: block;
      height: 174px !important; } }

.sp_spacer176 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer176 {
      display: block;
      height: 176px !important; } }

.sp_spacer178 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer178 {
      display: block;
      height: 178px !important; } }

.sp_spacer180 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer180 {
      display: block;
      height: 180px !important; } }

.sp_spacer182 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer182 {
      display: block;
      height: 182px !important; } }

.sp_spacer184 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer184 {
      display: block;
      height: 184px !important; } }

.sp_spacer186 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer186 {
      display: block;
      height: 186px !important; } }

.sp_spacer188 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer188 {
      display: block;
      height: 188px !important; } }

.sp_spacer190 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer190 {
      display: block;
      height: 190px !important; } }

.sp_spacer192 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer192 {
      display: block;
      height: 192px !important; } }

.sp_spacer194 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer194 {
      display: block;
      height: 194px !important; } }

.sp_spacer196 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer196 {
      display: block;
      height: 196px !important; } }

.sp_spacer198 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer198 {
      display: block;
      height: 198px !important; } }

.sp_spacer200 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer200 {
      display: block;
      height: 200px !important; } }

.sp_spacer202 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer202 {
      display: block;
      height: 202px !important; } }

.sp_spacer204 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer204 {
      display: block;
      height: 204px !important; } }

.sp_spacer206 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer206 {
      display: block;
      height: 206px !important; } }

.sp_spacer208 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer208 {
      display: block;
      height: 208px !important; } }

.sp_spacer210 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer210 {
      display: block;
      height: 210px !important; } }

.sp_spacer212 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer212 {
      display: block;
      height: 212px !important; } }

.sp_spacer214 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer214 {
      display: block;
      height: 214px !important; } }

.sp_spacer216 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer216 {
      display: block;
      height: 216px !important; } }

.sp_spacer218 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer218 {
      display: block;
      height: 218px !important; } }

.sp_spacer220 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer220 {
      display: block;
      height: 220px !important; } }

.sp_spacer222 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer222 {
      display: block;
      height: 222px !important; } }

.sp_spacer224 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer224 {
      display: block;
      height: 224px !important; } }

.sp_spacer226 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer226 {
      display: block;
      height: 226px !important; } }

.sp_spacer228 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer228 {
      display: block;
      height: 228px !important; } }

.sp_spacer230 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer230 {
      display: block;
      height: 230px !important; } }

.sp_spacer232 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer232 {
      display: block;
      height: 232px !important; } }

.sp_spacer234 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer234 {
      display: block;
      height: 234px !important; } }

.sp_spacer236 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer236 {
      display: block;
      height: 236px !important; } }

.sp_spacer238 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer238 {
      display: block;
      height: 238px !important; } }

.sp_spacer240 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer240 {
      display: block;
      height: 240px !important; } }

.sp_spacer242 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer242 {
      display: block;
      height: 242px !important; } }

.sp_spacer244 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer244 {
      display: block;
      height: 244px !important; } }

.sp_spacer246 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer246 {
      display: block;
      height: 246px !important; } }

.sp_spacer248 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer248 {
      display: block;
      height: 248px !important; } }

.sp_spacer250 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer250 {
      display: block;
      height: 250px !important; } }

.sp_spacer252 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer252 {
      display: block;
      height: 252px !important; } }

.sp_spacer254 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer254 {
      display: block;
      height: 254px !important; } }

.sp_spacer256 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer256 {
      display: block;
      height: 256px !important; } }

.sp_spacer258 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer258 {
      display: block;
      height: 258px !important; } }

.sp_spacer260 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer260 {
      display: block;
      height: 260px !important; } }

.sp_spacer262 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer262 {
      display: block;
      height: 262px !important; } }

.sp_spacer264 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer264 {
      display: block;
      height: 264px !important; } }

.sp_spacer266 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer266 {
      display: block;
      height: 266px !important; } }

.sp_spacer268 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer268 {
      display: block;
      height: 268px !important; } }

.sp_spacer270 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer270 {
      display: block;
      height: 270px !important; } }

.sp_spacer272 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer272 {
      display: block;
      height: 272px !important; } }

.sp_spacer274 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer274 {
      display: block;
      height: 274px !important; } }

.sp_spacer276 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer276 {
      display: block;
      height: 276px !important; } }

.sp_spacer278 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer278 {
      display: block;
      height: 278px !important; } }

.sp_spacer280 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer280 {
      display: block;
      height: 280px !important; } }

.sp_spacer282 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer282 {
      display: block;
      height: 282px !important; } }

.sp_spacer284 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer284 {
      display: block;
      height: 284px !important; } }

.sp_spacer286 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer286 {
      display: block;
      height: 286px !important; } }

.sp_spacer288 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer288 {
      display: block;
      height: 288px !important; } }

.sp_spacer290 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer290 {
      display: block;
      height: 290px !important; } }

.sp_spacer292 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer292 {
      display: block;
      height: 292px !important; } }

.sp_spacer294 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer294 {
      display: block;
      height: 294px !important; } }

.sp_spacer296 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer296 {
      display: block;
      height: 296px !important; } }

.sp_spacer298 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer298 {
      display: block;
      height: 298px !important; } }

.sp_spacer300 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer300 {
      display: block;
      height: 300px !important; } }

.sp_spacer302 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer302 {
      display: block;
      height: 302px !important; } }

.sp_spacer304 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer304 {
      display: block;
      height: 304px !important; } }

.sp_spacer306 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer306 {
      display: block;
      height: 306px !important; } }

.sp_spacer308 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer308 {
      display: block;
      height: 308px !important; } }

.sp_spacer310 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer310 {
      display: block;
      height: 310px !important; } }

.sp_spacer312 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer312 {
      display: block;
      height: 312px !important; } }

.sp_spacer314 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer314 {
      display: block;
      height: 314px !important; } }

.sp_spacer316 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer316 {
      display: block;
      height: 316px !important; } }

.sp_spacer318 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer318 {
      display: block;
      height: 318px !important; } }

.sp_spacer320 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer320 {
      display: block;
      height: 320px !important; } }

.sp_spacer322 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer322 {
      display: block;
      height: 322px !important; } }

.sp_spacer324 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer324 {
      display: block;
      height: 324px !important; } }

.sp_spacer326 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer326 {
      display: block;
      height: 326px !important; } }

.sp_spacer328 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer328 {
      display: block;
      height: 328px !important; } }

.sp_spacer330 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer330 {
      display: block;
      height: 330px !important; } }

.sp_spacer332 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer332 {
      display: block;
      height: 332px !important; } }

.sp_spacer334 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer334 {
      display: block;
      height: 334px !important; } }

.sp_spacer336 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer336 {
      display: block;
      height: 336px !important; } }

.sp_spacer338 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer338 {
      display: block;
      height: 338px !important; } }

.sp_spacer340 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer340 {
      display: block;
      height: 340px !important; } }

.sp_spacer342 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer342 {
      display: block;
      height: 342px !important; } }

.sp_spacer344 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer344 {
      display: block;
      height: 344px !important; } }

.sp_spacer346 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer346 {
      display: block;
      height: 346px !important; } }

.sp_spacer348 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer348 {
      display: block;
      height: 348px !important; } }

.sp_spacer350 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer350 {
      display: block;
      height: 350px !important; } }

.sp_spacer352 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer352 {
      display: block;
      height: 352px !important; } }

.sp_spacer354 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer354 {
      display: block;
      height: 354px !important; } }

.sp_spacer356 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer356 {
      display: block;
      height: 356px !important; } }

.sp_spacer358 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer358 {
      display: block;
      height: 358px !important; } }

.sp_spacer360 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer360 {
      display: block;
      height: 360px !important; } }

.sp_spacer362 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer362 {
      display: block;
      height: 362px !important; } }

.sp_spacer364 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer364 {
      display: block;
      height: 364px !important; } }

.sp_spacer366 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer366 {
      display: block;
      height: 366px !important; } }

.sp_spacer368 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer368 {
      display: block;
      height: 368px !important; } }

.sp_spacer370 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer370 {
      display: block;
      height: 370px !important; } }

.sp_spacer372 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer372 {
      display: block;
      height: 372px !important; } }

.sp_spacer374 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer374 {
      display: block;
      height: 374px !important; } }

.sp_spacer376 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer376 {
      display: block;
      height: 376px !important; } }

.sp_spacer378 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer378 {
      display: block;
      height: 378px !important; } }

.sp_spacer380 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer380 {
      display: block;
      height: 380px !important; } }

.sp_spacer382 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer382 {
      display: block;
      height: 382px !important; } }

.sp_spacer384 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer384 {
      display: block;
      height: 384px !important; } }

.sp_spacer386 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer386 {
      display: block;
      height: 386px !important; } }

.sp_spacer388 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer388 {
      display: block;
      height: 388px !important; } }

.sp_spacer390 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer390 {
      display: block;
      height: 390px !important; } }

.sp_spacer392 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer392 {
      display: block;
      height: 392px !important; } }

.sp_spacer394 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer394 {
      display: block;
      height: 394px !important; } }

.sp_spacer396 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer396 {
      display: block;
      height: 396px !important; } }

.sp_spacer398 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer398 {
      display: block;
      height: 398px !important; } }

.sp_spacer400 {
  display: none; }
  @media (max-width: 1100px) {
    .sp_spacer400 {
      display: block;
      height: 400px !important; } }

.eisuuKaigyo {
  word-break: break-all !important; }

.borderNone {
  border: none !important; }

.facebook {
  color: #3b5998 !important; }

.twitter {
  color: #55acee !important; }

.google-plus {
  color: #dd4b39 !important; }

.line-icon {
  color: #00c300 !important; }

.white {
  color: #FFF; }

.black {
  color: #000; }

.orange {
  color: #f8b500; }

.green {
  color: #028760; }

.blue {
  color: #002564; }

.red {
  color: #e50011; }

.mainColor {
  color: #ffffff; }

.subColor {
  color: #ffffff; }

.textColor {
  color: #222; }

.accentColor {
  color: #ac8c4b; }

.strongColor {
  color: #000; }

.anchorColor {
  color: #002564; }

.alertColor {
  color: #f8b500; }

@media (min-width: 1100px) {
  .columnsLeftLine {
    border-left: 1px dotted #e1e1e1;
    padding-left: 8%; } }

.clearBoth {
  clear: both; }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.formErr {
  color: #ac8c4b;
  font-weight: bold;
  border: 2px solid #ac8c4b;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  border-radius: 0.4em; }

.bgCover1 {
  background-size: cover;
  background-position: center center;
  padding: 12rem 0 3rem 0;
  width: 100%; }
  .bgCover1 h2, .bgCover1 p {
    padding: 8px 18px;
    margin-bottom: 1px;
    display: inline-block; }
  .bgCover1 h2 {
    color: #000;
    font-size: 1.8rem;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9); }
  .bgCover1 p {
    color: #FFF;
    font-size: 1.5rem;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9); }
  @media (max-width: 1100px) {
    .bgCover1 {
      width: 100%;
      padding: 12rem 0 0 0; }
      .bgCover1 h2, .bgCover1 p {
        box-sizing: border-box;
        width: 100%;
        padding: 8px 18px;
        display: block;
        margin-bottom: 0; }
      .bgCover1 h2 {
        color: #000;
        font-size: 1.8rem;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.9); }
      .bgCover1 p {
        color: #FFF;
        font-size: 1.5rem;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.9); } }
  .bgCover1 .nextBtn a {
    border: 4px solid #FFF;
    color: #FFF; }
    .bgCover1 .nextBtn a:hover {
      border-color: #ac8c4b;
      color: #ac8c4b; }
  @media (max-width: 1100px) {
    .bgCover1 .nextBtn {
      width: 100%;
      box-sizing: border-box;
      width: 100%;
      padding: 0 0 10px 0;
      display: block;
      margin-bottom: 0;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9); } }

.bgCover2, .bgCover3, .bgCover4 {
  background-size: cover;
  background-position: center center;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  .bgCover2 h2, .bgCover2 h3, .bgCover3 h2, .bgCover3 h3, .bgCover4 h2, .bgCover4 h3 {
    padding-bottom: 4rem;
    text-align: center;
    margin-bottom: 0; }
  .bgCover2 .center, .bgCover3 .center, .bgCover4 .center {
    background: none;
    text-align: center; }
  .bgCover2 .noBg, .bgCover2 .whiteBg, .bgCover2 .blackBg, .bgCover3 .noBg, .bgCover3 .whiteBg, .bgCover3 .blackBg, .bgCover4 .noBg, .bgCover4 .whiteBg, .bgCover4 .blackBg {
    text-align: left;
    padding: 10px 20px; }
    @media (min-width: 0) {
      .bgCover2 .noBg, .bgCover2 .whiteBg, .bgCover2 .blackBg, .bgCover3 .noBg, .bgCover3 .whiteBg, .bgCover3 .blackBg, .bgCover4 .noBg, .bgCover4 .whiteBg, .bgCover4 .blackBg {
        margin: 1rem;
        margin-bottom: 2.5rem; } }
    @media (min-width: 1340px) {
      .bgCover2 .noBg, .bgCover2 .whiteBg, .bgCover2 .blackBg, .bgCover3 .noBg, .bgCover3 .whiteBg, .bgCover3 .blackBg, .bgCover4 .noBg, .bgCover4 .whiteBg, .bgCover4 .blackBg {
        width: 1220px;
        margin: 1rem auto;
        margin-bottom: 2.5rem; } }
  .bgCover2 .nextBtn, .bgCover3 .nextBtn, .bgCover4 .nextBtn {
    padding: 10px 0 20px 0;
    background-color: none; }

.bgCover2 {
  background-color: #ffffff; }
  .bgCover2 h2, .bgCover2 h3 {
    color: #FFF; }
  .bgCover2 .center {
    color: #FFF; }
  .bgCover2 .nextBtn {
    background-color: none; }
  .bgCover2 .tinyLine {
    background-color: #FFF; }
  .bgCover2 .nextBtn a {
    border: 4px solid #FFF;
    color: #FFF; }
    .bgCover2 .nextBtn a:hover {
      border-color: #ac8c4b;
      color: #ac8c4b; }

.blackBg {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem; }

.whiteBg {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem; }

.bgCover3 {
  background-color: #FFF; }
  .bgCover3 h2, .bgCover3 h3 {
    color: #000; }
  .bgCover3 .center {
    color: #000; }
  .bgCover3 .tinyLine {
    background-color: #ac8c4b; }

.nextBtn {
  padding: 10px 0 0 0; }
  .nextBtn a {
    /* アニメーション効果をextend */
    display: block;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    height: 1em;
    line-height: 1em;
    width: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 0.5em;
    color: #f5f5f5;
    border: 4px solid #f5f5f5;
    font-size: 2rem;
    text-decoration: none; }
    .nextBtn a:hover {
      border-color: #ac8c4b;
      color: #ac8c4b; }

.nextBtn.white {
  background: none !important; }
  .nextBtn.white a {
    color: #FFF;
    border: 4px solid #FFF; }
    .nextBtn.white a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.tinyLine {
  width: 100px;
  margin: 0 auto;
  height: 1px;
  background-color: #ac8c4b;
  margin-bottom: 3rem; }

.fi-social-facebook {
  color: #3B5998; }

.fi-social-twitter {
  color: #55acee; }

.fi-social-google-plus {
  color: #dd4b39; }

.fi-social-instagram {
  color: #000000; }

.fi-social-pinterest {
  color: #de002b; }

.jpsns-icons-line {
  color: #00c300; }

.scale img {
  -moz-transition: -moz-transform 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out; }

.scale img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.headerSpacer {
  /* Smaller than tablet */
  /* Larger than tablet */
  padding: 0;
  margin: 0;
  background: none;
  overflow: hidden; }
  @media (max-width: 1099px) {
    .headerSpacer {
      height: 71px; } }
  @media (min-width: 1100px) {
    .headerSpacer {
      height: 81px; } }

#sortList {
  padding: 0.5rem 0; }
  #sortList li {
    list-style: none;
    margin: 2px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    padding: 0.5rem 1rem; }
    #sortList li .posted {
      padding: 0;
      margin: 0;
      font-size: 0.8em;
      color: #aaa; }

.small {
  font-size: 0.9em; }

.xsmall {
  font-size: 0.8em; }

.xxsmall {
  font-size: 0.7em; }

/*
	&lt;a href="#" class="gotoTop"&gt;&lt;i class="fi-arrow-up"&gt;&lt;/i&gt;&lt;/a&gt;
	で表示
*/
.gotoTop, .circleBtn, .gotoNextBtn {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  border: 0;
  color: #FFF;
  background-color: #e99400;
  background-color: #e99400; }
  .gotoTop:hover, .circleBtn:hover, .gotoNextBtn:hover {
    color: #002564;
    border: 0;
    background-color: #e99400;
    background-color: #e99400;
    opacity: 1;
    filter: alpha(opacity=100); }

.gotoTop, .gotoNextBtn {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 2.2rem;
  height: 4rem;
  margin: 0 auto 2rem;
  width: 4rem; }

.gotoTop {
  padding-top: 8px; }

.gotoNextBtn {
  padding-top: 9px; }

.circleBtn {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  font-size: 12px;
  font-weight: bold;
  height: 1.3em;
  width: 1.3em; }

.imgWithTitle {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4);
  border: 6px solid #FFF;
  overflow: hidden; }
  .imgWithTitle:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .imgWithTitle img {
    box-sizing: border-box;
    display: block; }
  .imgWithTitle span.title {
    height: auto;
    line-height: 1.1;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 3px 3px 1px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #FFF;
    text-decoration: none; }

.textWithShadow {
  text-shadow: 0 -1px 0 #FFF, 1px 0 0 #FFF, 0 1px 0 #FFF, -1px 0 0 #FFF, 0 2px 2px #999; }

.marugo {
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Memedical, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

.gothic {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif !important; }

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }

table.destroyTablet tr th input, table.destroyTablet tr th textarea, table.destroyTablet tr th select, table.destroyTablet tr th fieldset, table.destroyTablet tr th label, table.destroyTablet tr td input, table.destroyTablet tr td textarea, table.destroyTablet tr td select, table.destroyTablet tr td fieldset, table.destroyTablet tr td label {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  table.destroyTablet tr {
    display: block; }
    table.destroyTablet tr th, table.destroyTablet tr td {
      display: block; }
    table.destroyTablet tr th {
      border: none;
      padding-bottom: 0; }
    table.destroyTablet tr td, table.destroyTablet tr th:first-child, table.destroyTablet tr td:first-child {
      padding: 1em 1.5em; } }

.firstDiv {
  /* Smaller than tablet */
  /* Larger than tablet */ }
  @media (max-width: 1099px) {
    .firstDiv {
      padding-top: 71px; } }
  @media (min-width: 1100px) {
    .firstDiv {
      padding-top: 81px; } }

.space {
  /* ページ内リンクなど使用時にナビバー分のスペースを作る */
  height: 86px;
  margin: 0;
  border: none; }

.menuType1 {
  /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
		設定
	+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
  /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
  box-sizing: border-box;
  width: 100%;
  list-style: none; }
  .menuType1 li {
    font-size: 15px;
    box-sizing: border-box;
    width: 50%;
    /* Larger than tablet */
    float: left;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    background-color: #FFF;
    margin-bottom: 0; }
    @media (min-width: 1100px) {
      .menuType1 li {
        width: 33%; } }
    .menuType1 li a {
      box-sizing: border-box;
      width: 100%;
      display: inline-block;
      padding: 18px;
      line-height: 1em;
      text-decoration: none;
      font-weight: bold;
      color: #000; }
      .menuType1 li a img {
        position: absolute;
        width: 37px;
        height: 37px;
        top: 7px;
        right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      .menuType1 li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .menuType1 li.black {
    border-left: 5px solid #000; }
  .menuType1 li.blue {
    border-left: 5px solid #002564; }
  .menuType1 li.red {
    border-left: 5px solid #e50011; }
  .menuType1 li.orange {
    border-left: 5px solid #f8b500; }
  .menuType1 li.green {
    border-left: 5px solid #028760; }

.main-gallery {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 5px solid #ffffff;
  /* Larger than tablet */ }
  @media (min-width: 1100px) {
    .main-gallery {
      height: 450px; } }
  .main-gallery .gallery-cell {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: middle;
    position: relative;
    /* Larger than tablet */ }
    @media (min-width: 1100px) {
      .main-gallery .gallery-cell {
        margin-top: -70px; } }
    .main-gallery .gallery-cell span {
      position: absolute;
      right: 0;
      color: #FFF;
      font-size: 1.5rem;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      box-sizing: border-box;
      padding: 8px 18px;
      margin-bottom: 0; }
      @media (max-width: 1099px) {
        .main-gallery .gallery-cell span {
          bottom: 26px;
          display: block;
          width: 100%; } }
      @media (min-width: 1100px) {
        .main-gallery .gallery-cell span {
          top: 410px;
          display: inline-block;
          z-index: 9999; } }
    .main-gallery .gallery-cell img {
      height: auto;
      width: 100%; }
  .main-gallery .flickity-page-dots {
    background-color: #FFF;
    padding: 5px;
    bottom: 0; }
    .main-gallery .flickity-page-dots ol {
      list-style: none; }

strong {
  color: #000; }

.headerHeightPaddingBox {
  padding-top: 93px; }

/*
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
one on one
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
_base.scssも確認！！
one on oneは$startOOOで設定する
*/
/* smaller than smartphone */
@media (max-width: 1100px) {
  html.ooo .headerHeightPaddingBoxForSmartphone {
    padding-top: 80px; } }

/* Larger than smartphone */
@media (min-width: 0px) {
  html.ooo {
    height: 100%;
    width: 100%; }
    html.ooo body {
      height: 100%;
      width: 100%; }
      html.ooo body #breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      html.ooo body .content {
        background-color: #ffffff;
        background-position: center center;
        background-size: cover;
        vertical-align: middle;
        display: table;
        height: 100%;
        width: 100%; }
        html.ooo body .content .row {
          display: table;
          width: 100%;
          height: 100%; }
          html.ooo body .content .row .columns, html.ooo body .content .row .column {
            display: table;
            height: 100%; }
        html.ooo body .content .box {
          display: table-cell;
          padding: 10px;
          vertical-align: middle; }
      html.ooo body .noOoo {
        box-sizing: border-box;
        display: table;
        height: auto;
        width: 100%; } }
      @media (min-width: 0px) and (min-width: 0) {
        html.ooo body .noOoo {
          padding-top: 70px; } }
      @media (min-width: 0px) and (min-width: 1100px) {
        html.ooo body .noOoo {
          padding-top: 80px; } }

@media (min-width: 0px) {
        html.ooo body .noOoo .box {
          box-sizing: border-box;
          display: table-cell;
          height: auto;
          margin: 0;
          padding: 10px; }
      html.ooo body .firstDiv {
        padding-top: 80px; }
        html.ooo body .firstDiv h2 {
          padding-top: 4rem; } }
      @media (min-width: 0px) and (max-width: 1100px) {
        html.ooo body .firstDiv {
          padding-top: 0; } }

@media (min-width: 0px) {
      html.ooo body hr.lastHr {
        margin: 0;
        padding: 0;
        margin-bottom: 4rem;
        height: 0;
        border: none; } }

/*
 / one on one
*/
/*
 / divコンテンツの幅
*/
.c {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0; }
  @media (min-width: 0) {
    .c {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1100px) {
    .c {
      box-sizing: border-box;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1360px) {
    .c {
      width: 1280px;
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto; } }

a:focus, *:focus {
  outline: none; }

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

h2.img img, h3.img img, h4.img img, h5.img img, h6.img img, p.img img {
  width: 100%; }

p.img {
  text-align: center;
  width: 96%; }

p {
  text-align: justify; }

.justify {
  text-align: justify; }

/* hr */
hr {
  height: 0;
  padding: 0;
  border: 0;
  clear: both; }

hr.dotted {
  border-top: 1px dotted #000; }

body .firstDiv h2 {
  text-align: center;
  color: white; }

#footer {
  background-color: #f5f5f5; }

#header {
  /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
		設定
	+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
  /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
  background-color: whitesmoke;
  background-color: whitesmoke;
  /* Smaller than tablet */
  /* Larger than tablet */
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* Smaller than tablet */
  /* Larger than tablet */ }
  @media (max-width: 1099px) {
    #header {
      height: 70px; } }
  @media (min-width: 1100px) {
    #header {
      height: 80px; }
      #header .btns {
        font-size: 11px;
        margin: 5px;
        padding: 0.5em 1em !important; } }
  @media (max-width: 1099px) {
    #header {
      overflow: visible; } }
  @media (min-width: 1100px) {
    #header {
      overflow: hidden; } }
  #header .headerBox {
    /* Smaller than tablet */
    /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
			listBtnを押して表示
		+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
    /* Larger than tablet */
    /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
			ナビバーとして表示
		+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */ }
    #header .headerBox h1 {
      box-sizing: content-box;
      float: left;
      padding: 0 0 0 3rem;
      margin: 0;
      font-size: 30px;
      /* Smaller than tablet */
      /* Larger than tablet */ }
      #header .headerBox h1 img {
        display: block;
        /* Smaller than tablet */
        /*
						@media (max-width: $smartphone - 1px) {
							padding-top: $h1PaddingTop * 1 / 2;
							width: ( $headerHeight - $h1PaddingTop * 6 / 3 ) * $headerLogoImgWidth / $headerLogoImgHeight;
							height: $headerHeight - $h1PaddingTop * 6 / 3;
						}
*/
        /* Larger than tablet */
        /*
						@media (min-width: $smartphone) {
							width: ( $headerHeight - $h1PaddingTop * 4 / 3 ) * $headerLogoImgWidth / $headerLogoImgHeight;
							height: $headerHeight - $h1PaddingTop * 4 / 3;
						}
*/ }
      @media (max-width: 1099px) {
        #header .headerBox h1 {
          width: 275.0704225352px; } }
      @media (min-width: 1100px) {
        #header .headerBox h1 {
          width: 314.3661971831px; } }
    #header .headerBox #listBtn {
      /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
				設定
			+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
      /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
      color: #002564;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      display: block;
      text-align: center;
      /* Smaller than tablet */
      /* Larger than tablet */
      line-height: 1em;
      top: 8px;
      right: 8px;
      z-index: 999;
      padding: 4px 6px !important;
      /* Smaller than tablet */
      /* Larger than tablet */
      /* Larger than tablet */ }
      #header .headerBox #listBtn:hover {
        color: #002564 !important; }
      @media (max-width: 1099px) {
        #header .headerBox #listBtn {
          width: 46px;
          height: 46px; } }
      @media (min-width: 1100px) {
        #header .headerBox #listBtn {
          width: 56px;
          height: 56px; } }
      @media (max-width: 1099px) {
        #header .headerBox #listBtn {
          font-size: 46px; } }
      @media (min-width: 1100px) {
        #header .headerBox #listBtn {
          font-size: 56px; } }
      @media (min-width: 1100px) {
        #header .headerBox #listBtn {
          display: none !important; } }
    @media (max-width: 1099px) {
      #header .headerBox {
        overflow: visible; }
        #header .headerBox .navBoxDesign, #header .headerBox ul#nav {
          box-sizing: border-box;
          list-style: none;
          margin-bottom: 0; }
          #header .headerBox .navBoxDesign li, #header .headerBox ul#nav li {
            box-sizing: border-box;
            background-color: #e9e9f0;
            background-color: #e9e9f0;
            margin-bottom: 0; }
            #header .headerBox .navBoxDesign li a, #header .headerBox ul#nav li a, #header .headerBox .navBoxDesign li span, #header .headerBox ul#nav li span {
              width: 100%;
              text-align: center;
              background: none;
              color: #FFF;
              text-decoration: none;
              text-shadow: none;
              font-size: 24px;
              line-height: 1em;
              border: none;
              display: block !important;
              height: auto !important;
              padding: 1em 0 !important; }
            #header .headerBox .navBoxDesign li span, #header .headerBox ul#nav li span {
              color: #222;
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #header .headerBox .navBoxDesign li a.btns, #header .headerBox ul#nav li a.btns {
              margin-bottom: 0; }
            #header .headerBox .navBoxDesign li div.snsBtns, #header .headerBox ul#nav li div.snsBtns {
              box-sizing: border-box;
              padding-left: 10px;
              padding: 10px 0 !important; }
              #header .headerBox .navBoxDesign li div.snsBtns a, #header .headerBox ul#nav li div.snsBtns a {
                display: inline !important;
                box-sizing: content-box;
                text-align: center;
                background: none;
                color: #FFF;
                text-decoration: none;
                text-shadow: none;
                font-size: 30px;
                line-height: 1em;
                margin: 0 20px;
                vertical-align: middle;
                border: none;
                padding: 0 !important;
                height: 1em !important; }
                #header .headerBox .navBoxDesign li div.snsBtns a i, #header .headerBox ul#nav li div.snsBtns a i {
                  font-size: 30px;
                  color: #FFF; }
                #header .headerBox .navBoxDesign li div.snsBtns a img, #header .headerBox ul#nav li div.snsBtns a img {
                  height: 24px;
                  width: auto; }
              #header .headerBox .navBoxDesign li div.snsBtns span, #header .headerBox ul#nav li div.snsBtns span {
                display: none !important; }
        #header .headerBox ul#nav {
          left: 0;
          width: 100%;
          border-left: 1px solid #f5f5f5; }
          #header .headerBox ul#nav li {
            border-bottom: 1px solid #f5f5f5;
            border-right: 1px solid #f5f5f5;
            float: left;
            width: 50%; }
          #header .headerBox ul#nav li.sns {
            display: none; }
          #header .headerBox ul#nav li.one {
            width: 100%; }
        #header .headerBox #nav {
          position: absolute;
          /* Smaller than tablet */
          /* Larger than tablet */
          display: none;
          box-sizing: border-box;
          z-index: 9999; } }
    @media (max-width: 1099px) and (max-width: 1099px) {
      #header .headerBox #nav {
        top: 71px !important; } }
    @media (max-width: 1099px) and (min-width: 1100px) {
      #header .headerBox #nav {
        top: 81px !important; } }
    @media (max-width: 1099px) {
          #header .headerBox #nav div.sns {
            box-sizing: border-box;
            float: left;
            width: 100%;
            border: 1px solid #f5f5f5;
            border-top: none;
            background-color: white;
            background-color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0;
            color: #ffffff;
            text-align: center;
            overflow: hidden; }
            #header .headerBox #nav div.sns .title {
              margin: 10px;
              background-color: white;
              background-color: rgba(255, 255, 255, 0.9);
              height: 1em !important;
              box-sizing: content-box;
              line-height: 1em;
              font-size: 14px;
              display: inline-block;
              padding: 10px;
              text-shadow: none;
              color: #ffffff; }
            #header .headerBox #nav div.sns a {
              box-sizing: content-box;
              text-align: center;
              background: none;
              color: #FFF;
              text-decoration: none;
              text-shadow: none;
              font-size: 30px;
              line-height: 1em;
              margin: 0 5px;
              vertical-align: middle;
              border: none;
              padding: 0 !important;
              display: inline-block;
              height: 1em !important; }
              #header .headerBox #nav div.sns a i {
                color: #FFF; } }
    @media (min-width: 1100px) {
      #header .headerBox #nav {
        display: block !important; }
      #header .headerBox ul {
        position: absolute;
        height: 80px;
        right: 0;
        box-sizing: content-box;
        padding: 0 3rem 0 0; }
        #header .headerBox ul li {
          overflow: hidden;
          /* Larger than tablet */ } }
    @media (min-width: 1100px) and (min-width: 1100px) {
      #header .headerBox ul li {
        float: none;
        list-style: none;
        display: inline-block;
        height: 80px; } }
    @media (min-width: 1100px) {
          #header .headerBox ul li a, #header .headerBox ul li span {
            display: inline-block;
            text-decoration: none;
            color: #222;
            font-weight: bold;
            /* Larger than tablet */
            /* Larger than desktop */ }
            #header .headerBox ul li a:hover, #header .headerBox ul li span:hover {
              color: #222; } }
      @media (min-width: 1100px) and (min-width: 1100px) {
        #header .headerBox ul li a, #header .headerBox ul li span {
          font-size: 12.8px;
          padding: 33.6px 0.6rem;
          height: 12.8px;
          line-height: 12.8px; } }
      @media (min-width: 1100px) and (min-width: 1280px) {
        #header .headerBox ul li a, #header .headerBox ul li span {
          font-size: 16px;
          padding: 32px 2rem;
          height: 16px;
          line-height: 16px; } }
    @media (min-width: 1100px) {
          #header .headerBox ul li span {
            color: #222;
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #header .headerBox ul li a.btns {
            color: #FFF;
            /* Larger than tablet */
            /* Larger than desktop */ } }
      @media (min-width: 1100px) and (min-width: 1100px) {
        #header .headerBox ul li a.btns {
          margin-top: 12px; } }
      @media (min-width: 1100px) and (min-width: 1280px) {
        #header .headerBox ul li a.btns {
          margin-top: 10px; } }
    @media (min-width: 1100px) {
          #header .headerBox ul li div.snsBtns {
            box-sizing: border-box;
            padding-left: 10px; }
            #header .headerBox ul li div.snsBtns a {
              box-sizing: content-box;
              text-align: center;
              background: none;
              color: #FFF;
              text-decoration: none;
              text-shadow: none;
              font-size: 38px;
              line-height: 1em;
              margin: 0 10px;
              vertical-align: middle;
              border: none;
              padding: 0 !important;
              display: inline-block;
              height: 1em !important; }
              #header .headerBox ul li div.snsBtns a i {
                color: #FFF; }
        #header .headerBox ul li.sns {
          padding-left: 5px;
          padding-right: 10px; }
          #header .headerBox ul li.sns a {
            display: inline-block;
            /* Larger than tablet */
            /* Larger than desktop */ } }
      @media (min-width: 1100px) and (min-width: 1100px) {
        #header .headerBox ul li.sns a {
          box-sizing: content-box;
          font-size: 28px;
          padding: 26px 0.5rem;
          height: 28px;
          line-height: 28px; } }
      @media (min-width: 1100px) and (min-width: 1280px) {
        #header .headerBox ul li.sns a {
          box-sizing: content-box;
          font-size: 32px;
          padding: 24px 0.5rem;
          height: 32px;
          line-height: 32px; } }
    @media (min-width: 1100px) {
      #header .headerBox div.sns {
        display: none; } }

a:focus-ring, *:focus-ring {
  outline: none; }

.movie {
  position: relative;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .movie object, .movie embed, .movie iframe, .movie html, .movie body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
body:placeholder-shown {
  color: #ccc;
  font-weight: normal; }

body::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal; }

body:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: normal; }

body::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: normal; }

body:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal; }

#alertBoxWrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  text-align: center;
  vertical-align: middle;
  display: none;
  padding: 0;
  margin: 0; }
  #alertBoxWrapper #alertBox {
    padding-top: 45vh;
    color: #FFF;
    font-weight: bold; }

label {
  display: inline-block;
  font-weight: normal;
  line-height: 1em;
  height: 1em; }
  label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: middle; }

h2 {
  position: relative; }
  h2 .displayNoneBtn {
    position: absolute;
    right: 12px; }

strong.line, span.line, span.bold {
  background: -webkit-linear-gradient(transparent 60%, #ffcdf7 0%);
  background: linear-gradient(transparent 60%, #ffcdf7 0%);
  padding: 0 3px 3px 3px;
  font-weight: bold;
  color: #000; }

.talkBoxLeft, .talkBoxRight {
  padding: 10px; }
  .talkBoxLeft table, .talkBoxRight table {
    margin: 0 auto;
    box-sizing: border-box; }
    .talkBoxLeft table .talkerBox, .talkBoxLeft table .message, .talkBoxRight table .talkerBox, .talkBoxRight table .message {
      border: none; }
    .talkBoxLeft table .talkerBox, .talkBoxRight table .talkerBox {
      vertical-align: middle;
      box-sizing: border-box; }
      .talkBoxLeft table .talkerBox .img, .talkBoxRight table .talkerBox .img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #f5f5f5;
        overflow: hidden;
        width: 80px;
        height: auto; }
        .talkBoxLeft table .talkerBox .img img, .talkBoxRight table .talkerBox .img img {
          vertical-align: bottom;
          width: 100%;
          height: auto; }
      .talkBoxLeft table .talkerBox .name, .talkBoxRight table .talkerBox .name {
        width: 80px;
        font-size: 0.8em;
        text-align: center;
        font-weight: bold; }
    .talkBoxLeft table .message, .talkBoxRight table .message {
      box-sizing: border-box;
      vertical-align: middle;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      position: relative;
      min-width: 120px;
      max-width: 100%;
      color: #555;
      font-size: 16px;
      background: #f5f5f5; }
      .talkBoxLeft table .message p, .talkBoxRight table .message p {
        margin: 0;
        padding: 0; }
    .talkBoxLeft table .message:before, .talkBoxRight table .message:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -15px;
      border: 15px solid transparent; }

.talkBoxLeft table .talkerBox {
  padding: 0;
  padding-right: 14px; }

.talkBoxLeft table .message:before {
  left: -30px;
  border-right: 15px solid #f5f5f5; }

.talkBoxRight table .talkerBox {
  padding: 0;
  padding-left: 14px; }

.talkBoxRight table .message:before {
  left: 100%;
  border-left: 15px solid #f5f5f5; }

.alertBox {
  border: 2px solid #ac8c4b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 40px 5px 5px 5px;
  position: relative; }

.alertBox:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f101\0020注意！";
  color: #FFF;
  box-sizing: border-box;
  background-color: #ac8c4b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding-top: 7px;
  height: 28px;
  line-height: 1em;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  top: -28px;
  left: 10px;
  display: block; }

.titleBox {
  border: 2px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  margin: 40px 5px 5px 5px;
  position: relative;
  background-color: #FFF; }
  .titleBox .title {
    color: #FFF;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 7px 10px 0;
    height: 28px;
    line-height: 1em;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    top: -28px;
    left: 10px;
    display: block; }

.titleBox.black {
  border: 2px solid #000;
  color: #222; }
  .titleBox.black .title {
    background-color: #000; }

.titleBox.gray {
  border: 2px solid gray;
  color: #222; }
  .titleBox.gray .title {
    background-color: gray; }

.titleBox.red {
  border: 2px solid #e50011;
  color: #222; }
  .titleBox.red .title {
    background-color: #e50011; }

::selection {
  color: #222;
  background: #B6D7FD; }

.pbox {
  padding: 0 10px;
  box-sizing: border-box; }

@media (max-width: 1100px) {
  .snsBtns {
    text-align: center; } }

.snsBtns a {
  margin: 0 20px 0 0; }
  .snsBtns a i {
    font-size: 38px; }
  .snsBtns a img {
    height: 28px;
    width: auto; }

.snsBtns span.space {
  font-size: 38px; }

.buttonBox {
  text-align: left; }
  @media (max-width: 1100px) {
    .buttonBox {
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center; } }

.lineButton {
  font-size: 18px !important;
  padding-left: 56px !important;
  color: #fff !important;
  border: 0 !important;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  background: url(../img/sns/line_w.png) no-repeat #13bf00 20px center !important;
  background-size: 26px auto !important; }
  .lineButton:hover {
    color: #fff !important;
    border: 0 !important; }

.shasenBox {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F4EEE4), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F4EEE4), color-stop(0.75, #F4EEE4), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, #F4EEE4 25%, #FFF 25%, #FFF 50%, #F4EEE4 50%, #F4EEE4 75%, #FFF 75%, #FFF);
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  -ms-background-size: 8px 8px;
  background-size: 8px 8px;
  padding: 8px;
  margin-left: 10px;
  margin-right: 10px; }
  .shasenBox .bgBox {
    padding: 10px;
    background: #FFF; }

/*
	formAssist
*/
.fa_black, .fa_black.bold {
  color: #000 !important; }

.fa_thickerGrey, .fa_thickerGrey.bold {
  color: #333 !important; }

.fa_darkGrey, .fa_darkGrey.bold {
  color: #666 !important; }

.fa_grey, .fa_grey.bold {
  color: #999 !important; }

.fa_lightGrey, .fa_lightGrey.bold {
  color: #ccc !important; }

.fa_white, .fa_white.bold {
  color: #fff !important; }

.fa_red, .fa_red.bold {
  color: #ca0909 !important; }

.fa_green, .fa_green.bold {
  color: #2ba82b !important; }

.fa_blue, .fa_blue.bold {
  color: #2121de !important; }

.fa_yellow, .fa_yellow.bold {
  color: #fbd60c !important; }

.fa_lightBlue, .fa_lightBlue.bold {
  color: #74a5ff !important; }

.fa_violet, .fa_violet.bold {
  color: #e41192 !important; }

@media (min-width: 1100px) {
  .nowrap {
    white-space: nowrap; } }

@media (min-width: 1100px) {
  br.brsp {
    display: none; } }

.blog_postedDate {
  font-size: 14px;
  color: #aaa;
  padding-left: 10px; }

ul.blog_imgsGallery, ul.blog_side_list, .blog_list {
  margin: 0; }
  ul.blog_imgsGallery li, ul.blog_side_list li, .blog_list li {
    position: relative;
    height: auto;
    margin: 0;
    display: block;
    float: left; }
    ul.blog_imgsGallery li:before, ul.blog_side_list li:before, .blog_list li:before {
      content: "";
      display: block;
      padding-top: 100%; }
    ul.blog_imgsGallery li a, ul.blog_side_list li a, .blog_list li a {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background-size: cover;
      background-position: center center;
      overflow: hidden; }

ul.blog_imgsGallery {
  padding: 20px 0 10px 0; }
  ul.blog_imgsGallery li {
    width: 23%;
    padding: 0 1% 0 1%; }
    ul.blog_imgsGallery li a {
      width: 92%;
      height: 92%;
      margin: 0 4%; }

ul.blog_side_list, ul.blog_list {
  padding: 20px 0 10px 0; }
  ul.blog_side_list li a, ul.blog_list li a {
    position: absolute;
    width: 92%;
    height: 92%;
    margin: 0 4%;
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100); }
    ul.blog_side_list li a span, ul.blog_list li a span {
      font-weight: bold;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      font-size: 15px;
      padding: 5px;
      /*
				@media (min-width: $desktop) {
			    	@include alpha-attribute('background-color', rgba($anchorColor, 0.9),$anchorColor);
					top: 75%;
				}
*/ }
      @media (min-width: 0) {
        ul.blog_side_list li a span, ul.blog_list li a span {
          background-color: black;
          background-color: rgba(0, 0, 0, 0.4);
          top: 0;
          background-image: linear-gradient(135deg, transparent 90%, #002564 90%, #002564 100%, transparent); }
          ul.blog_side_list li a span:hover, ul.blog_list li a span:hover {
            background-color: black;
            background-color: rgba(0, 0, 0, 0); } }

ul.blog_side_list li {
  width: 46%;
  padding: 0 2% 0 2%; }

@media (min-width: 0) {
  ul.blog_list li {
    width: 46%;
    padding: 0 2% 0 2%; } }

@media (min-width: 1100px) {
  ul.blog_list li {
    width: 31%;
    padding: 0 1% 0 1%; } }

@media (min-width: 1100px) {
  ul.blog_list li {
    width: 23%;
    padding: 0 1% 0 1%; } }

@media (min-width: 1280px) {
  ul.blog_list li {
    width: 18%;
    padding: 0 1% 0 1%; } }

.blog_tagBox .button, .blog_tagBox .map_button, .blog_tagBox .lineButton, .blog_tagBox ul.pager li span, ul.pager li .blog_tagBox span, .blog_tagBox ul.pager li a, ul.pager li .blog_tagBox a {
  margin-bottom: 7px !important; }

ul.pager li {
  display: inline-block;
  padding-right: 6px; }
  ul.pager li span {
    color: #222 !important;
    background-color: #ffffff;
    border: 1px solid #ddd !important; }
    ul.pager li span:hover {
      cursor: default;
      color: #222 !important;
      background-color: #ffffff;
      border: 1px solid #ddd !important;
      opacity: 1;
      filter: alpha(opacity=100); }

.googleMapiFrameBox {
  margin-top: 10px; }
  .googleMapiFrameBox iframe {
    width: 100%;
    height: 400px;
    display: block; }

.googleMapiFrameTitle {
  text-align: center; }

.blogH3 {
  text-align: left;
  font-weight: bold;
  color: #ac8c4b;
  margin-top: 20px; }

.blog_kiziTagList {
  padding-top: 20px;
  text-align: left; }
  .blog_kiziTagList .button, .blog_kiziTagList .map_button, .blog_kiziTagList .lineButton, .blog_kiziTagList ul.pager li span, ul.pager li .blog_kiziTagList span, .blog_kiziTagList ul.pager li a, ul.pager li .blog_kiziTagList a {
    margin: 0 0 5px 0 !important; }

/*
	_base.scssはサイト内で共通して使用できるようなものを記載。
	他サイトでは使用できる設定の場合は_common.scss
*/
#loadingIconBox {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 63px;
  height: 63px;
  top: 56%; }
  @media (min-width: 1100px) {
    #loadingIconBox {
      top: 52%; } }
  #loadingIconBox #loadingIcon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px; }
  #loadingIconBox #loader,
  #loadingIconBox #loader:after {
    border-radius: 50%;
    width: 51px;
    height: 51px; }
  #loadingIconBox #loader {
    top: 0;
    left: 0;
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 6px solid rgba(255, 255, 255, 0.2);
    border-right: 6px solid rgba(255, 255, 255, 0.2);
    border-bottom: 6px solid rgba(255, 255, 255, 0.2);
    border-left: 6px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#footer {
  padding: 60px 0;
  background: -moz-linear-gradient(left, #0199d2, #0bbfe5);
  background: -webkit-linear-gradient(left, #0199d2, #0bbfe5);
  background: linear-gradient(to right, #0199d2, #0bbfe5); }
  #footer ul {
    width: 100%;
    text-align: center; }
    #footer ul li {
      display: block;
      width: 100%;
      padding: 0; }
      @media (min-width: 1100px) {
        #footer ul li {
          display: inline;
          padding: 0 25px; } }
      #footer ul li a {
        font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
        color: #FFF;
        font-size: 12px;
        text-decoration: none; }
        @media (min-width: 1100px) {
          #footer ul li a {
            font-size: 14px; } }
  #footer img.nami {
    width: 60px;
    height: 11px;
    display: block;
    margin: 0 auto; }
    @media (min-width: 1100px) {
      #footer img.nami {
        width: 74px;
        height: 13px; } }
  #footer h2 {
    padding-top: 26px;
    text-align: center; }
    #footer h2 img {
      width: 190px;
      height: auto; }
      @media (min-width: 1100px) {
        #footer h2 img {
          width: 214px; } }
  #footer p {
    text-align: center;
    font-size: 10px;
    color: #FFF; }
    @media (min-width: 1100px) {
      #footer p {
        font-size: 12px;
        font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif; } }

#shareBox {
  background-color: #f5f5f5;
  padding: 70px 20px; }
  #shareBox h2 {
    text-align: center;
    font-size: 23px; }
    @media (min-width: 1100px) {
      #shareBox h2 {
        font-size: 30px; } }
  #shareBox ul {
    list-style: none;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 600px) {
      #shareBox ul {
        width: 560px;
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      #shareBox ul {
        width: 540px;
        padding-top: 35px; } }
    #shareBox ul li {
      float: left;
      padding: 0 10px;
      box-sizing: border-box;
      width: 33.333%; }
      @media (min-width: 600px) {
        #shareBox ul li {
          padding-left: 25px;
          padding-right: 0;
          width: auto; } }
      @media (min-width: 1100px) {
        #shareBox ul li {
          padding-left: 60px; } }
      #shareBox ul li a img {
        width: 100%;
        height: auto; }
        @media (min-width: 600px) {
          #shareBox ul li a img {
            width: 170px; } }
        @media (min-width: 1100px) {
          #shareBox ul li a img {
            width: 140px; } }
      #shareBox ul li p {
        text-align: center;
        font-size: 13px;
        font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif; }
        @media (min-width: 1100px) {
          #shareBox ul li p {
            font-size: 15px;
            padding-top: 5px; } }
    @media (min-width: 600px) {
      #shareBox ul li.first {
        padding-left: 0; } }

#bannerBox {
  padding: 40px;
  padding-bottom: 25px;
  margin: 0;
  box-sizing: border-box;
  width: 100%; }
  @media (min-width: 1100px) {
    #bannerBox {
      padding: 60px;
      padding-bottom: 45px; } }
  @media (min-width: 1400px) {
    #bannerBox {
      width: 1400px;
      margin: 0 auto; } }
  #bannerBox div.row div.columns {
    padding-bottom: 15px;
    text-align: center; }
    #bannerBox div.row div.columns a {
      width: 100%;
      display: block; }
      #bannerBox div.row div.columns a img {
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
        max-width: 309px;
        margin: 0 auto; }
        @media (min-width: 1100px) {
          #bannerBox div.row div.columns a img {
            max-width: 412px; } }

#wakuwaku {
  margin-top: 80px;
  padding: 80px 20px;
  background-color: #f8f8e6;
  border-top: 5px solid #e99400;
  text-align: center;
  box-sizing: border-box; }
  #wakuwaku img.title_pc, #wakuwaku img.title_sp {
    margin: 0 auto; }
  #wakuwaku img.title_sp {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    box-sizing: border-box; }
    @media (min-width: 348px) {
      #wakuwaku img.title_sp {
        width: 308px; } }
    @media (min-width: 1100px) {
      #wakuwaku img.title_sp {
        display: none; } }
  #wakuwaku img.title_pc {
    width: 592px;
    height: 182px;
    display: none; }
    @media (min-width: 1100px) {
      #wakuwaku img.title_pc {
        display: block; } }
  #wakuwaku p {
    padding-top: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 31px; }
    @media (min-width: 1100px) {
      #wakuwaku p {
        padding-top: 42px;
        font-size: 18px;
        line-height: 38px; } }
  #wakuwaku a.button, #wakuwaku a.map_button, #wakuwaku a.lineButton, #wakuwaku ul.pager li a, ul.pager li #wakuwaku a {
    margin-top: 20px !important; }
    @media (min-width: 1100px) {
      #wakuwaku a.button, #wakuwaku a.map_button, #wakuwaku a.lineButton, #wakuwaku ul.pager li a, ul.pager li #wakuwaku a {
        margin-top: 30px !important; } }
    @media (max-width: 1099px) {
      #wakuwaku a.button, #wakuwaku a.map_button, #wakuwaku a.lineButton, #wakuwaku ul.pager li a, ul.pager li #wakuwaku a {
        padding: 0 40px !important;
        font-size: 15px !important; } }

.moreBox {
  background-color: #f5f5f5;
  padding: 60px 0;
  display: none; }
  .moreBox h2:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat; }
  .moreBox h2 {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 28px;
    color: #222;
    font-weight: normal; }
  .moreBox h2.activity:before {
    background-image: url(../img/h2_activity.png); }
  .moreBox .moreBoxContainer {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px 0;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1100px) {
      .moreBox .moreBoxContainer {
        padding: 40px 70px 0;
        text-align: left; } }
    @media (min-width: 1400px) {
      .moreBox .moreBoxContainer {
        box-sizing: content-box;
        width: 1260px; } }
    .moreBox .moreBoxContainer .row {
      padding-bottom: 60px; }
      .moreBox .moreBoxContainer .row .six {
        text-align: center; }
    .moreBox .moreBoxContainer h3 {
      font-size: 24px;
      font-weight: normal;
      display: inline-block;
      border-bottom: 1px dashed #E99400;
      padding-bottom: 3px;
      margin-bottom: 10px;
      margin-left: 0; }
      @media (min-width: 1100px) {
        .moreBox .moreBoxContainer h3 {
          margin-left: 10px; } }
    .moreBox .moreBoxContainer .photoFrameBox:before {
      padding-top: 57.3770491803%;
      content: "";
      display: block; }
    .moreBox .moreBoxContainer .photoFrameBox {
      position: relative;
      width: 100%; }
      .moreBox .moreBoxContainer .photoFrameBox .photoFrame {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/photoFrame.png);
        background-size: cover;
        width: 100%;
        z-index: 2; }
      .moreBox .moreBoxContainer .photoFrameBox .photoFrame:before {
        padding-top: 57.3770491803%;
        content: "";
        display: block; }
      .moreBox .moreBoxContainer .photoFrameBox img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    .moreBox .moreBoxContainer p {
      font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
      padding: 12px 10px;
      font-size: 13px;
      line-height: 22px; }
      @media (min-width: 1100px) {
        .moreBox .moreBoxContainer p {
          padding: 12px 25px;
          font-size: 15px;
          line-height: 26px;
          margin-bottom: 4px; } }
    .moreBox .moreBoxContainer ul.btns {
      text-align: center;
      list-style: none;
      margin: 0 auto;
      padding: 0 !important; }
      .moreBox .moreBoxContainer ul.btns li {
        padding: 0 18px; }
        @media (min-width: 1100px) {
          .moreBox .moreBoxContainer ul.btns li {
            float: left; } }
        .moreBox .moreBoxContainer ul.btns li a img {
          width: 217px;
          height: auto; }
          @media (min-width: 1100px) {
            .moreBox .moreBoxContainer ul.btns li a img {
              width: 180px; } }
          @media (min-width: 1200px) {
            .moreBox .moreBoxContainer ul.btns li a img {
              width: 217px; } }
  .moreBox #premium {
    padding-top: 18px; }
    .moreBox #premium a {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
      .moreBox #premium a img {
        width: 100%;
        height: auto;
        display: block; }
    @media (min-width: 510px) {
      .moreBox #premium a {
        width: 480px; }
        .moreBox #premium a img {
          width: 480px; } }
    @media (min-width: 1100px) {
      .moreBox #premium a {
        width: 480px; }
        .moreBox #premium a img {
          width: 480px; } }

.island {
  position: relative;
  z-index: 0; }
  .island .movBox {
    position: relative;
    height: 600px; }
    .island .movBox .overlay {
      height: 600px;
      width: 100%; }
      @media (min-width: 1100px) {
        .island .movBox .overlay {
          height: 560px; } }
      @media (min-width: 1400px) {
        .island .movBox .overlay {
          margin: 0 auto;
          height: 560px;
          width: 1385px; } }
      .island .movBox .overlay .messageBox {
        background-color: transparent; }
        .island .movBox .overlay .messageBox .message {
          padding: 40px 20px; }
          .island .movBox .overlay .messageBox .message img.nami {
            display: none; }
          .island .movBox .overlay .messageBox .message img.hune {
            display: none; }
            @media (min-width: 1100px) {
              .island .movBox .overlay .messageBox .message img.hune {
                position: absolute;
                display: block;
                width: auto;
                height: 20px; } }
          .island .movBox .overlay .messageBox .message h2 {
            -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            /* IE 10+ */
            -o-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            background: url(../img/h2_nami.png) no-repeat right center;
            background-size: 57px 10px;
            color: #FFF;
            font-weight: normal;
            font-size: 50px; }
            @media (min-width: 1100px) {
              .island .movBox .overlay .messageBox .message h2 {
                font-size: 60px;
                background: none; } }
          .island .movBox .overlay .messageBox .message h3 {
            -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            /* IE 10+ */
            -o-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            font-weight: bold;
            font-size: 15px;
            line-height: 28px;
            color: #FFF;
            margin-bottom: 12px; }
            @media (min-width: 370px) {
              .island .movBox .overlay .messageBox .message h3 {
                font-size: 18px; } }
            @media (min-width: 1100px) {
              .island .movBox .overlay .messageBox .message h3 {
                font-size: 24px;
                line-height: 36px; } }
          .island .movBox .overlay .messageBox .message p {
            -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            /* IE 10+ */
            -o-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
            text-align: justify;
            font-size: 13px;
            color: #FFF;
            line-height: 22px;
            font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
            margin-bottom: 16px; }
            @media (min-width: 1100px) {
              .island .movBox .overlay .messageBox .message p {
                font-size: 15px;
                line-height: 28px; } }
      .island .movBox .overlay .btnBox {
        padding: 0 20px 20px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box; }
        .island .movBox .overlay .btnBox .moreBtn, .island .movBox .overlay .btnBox .closeBtn {
          background: no-repeat right 15px center #FFF;
          background-size: 11px 11px;
          text-align: center;
          padding: 15px;
          box-sizing: border-box;
          width: 100%;
          display: block; }
          @media (min-width: 1100px) {
            .island .movBox .overlay .btnBox .moreBtn, .island .movBox .overlay .btnBox .closeBtn {
              box-sizing: content-box;
              padding: 15px 72px; } }
          .island .movBox .overlay .btnBox .moreBtn img, .island .movBox .overlay .btnBox .closeBtn img {
            display: block;
            margin: 0 auto; }
        .island .movBox .overlay .btnBox .moreBtn {
          background-image: url(../img/plus.png); }
          @media (min-width: 1100px) {
            .island .movBox .overlay .btnBox .moreBtn {
              width: 45px;
              height: 10px;
              margin: 0 auto; } }
          .island .movBox .overlay .btnBox .moreBtn img {
            width: 45px;
            height: 10px; }
        .island .movBox .overlay .btnBox .closeBtn {
          display: none;
          background-image: url(../img/minus.png); }
          @media (min-width: 1100px) {
            .island .movBox .overlay .btnBox .closeBtn {
              width: 50px;
              height: 10px;
              margin: 0 auto; } }
          .island .movBox .overlay .btnBox .closeBtn img {
            width: 50px;
            height: 10px; }
    @media (min-width: 1100px) {
      .island .movBox {
        height: 560px; }
        .island .movBox .overlay {
          height: 560px; } }
    .island .movBox .embed-container_bg {
      background-size: cover;
      background-position: center center; }

#tusima {
  height: 660px; }
  @media (min-width: 1100px) {
    #tusima {
      height: 620px; } }
  #tusima .movBox .overlay {
    padding-top: 60px;
    background: url(../img/tusima_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 371px) {
      #tusima .movBox .overlay {
        background-size: 371px 281px; } }
    @media (min-width: 1100px) {
      #tusima .movBox .overlay {
        background: url(../img/tusima_map_pc.png) no-repeat left bottom;
        background-size: 752px 618px;
        padding-left: 702px;
        box-sizing: border-box;
        height: 620px; } }
    @media (min-width: 1280px) {
      #tusima .movBox .overlay {
        padding-left: 752px; } }
    @media (min-width: 1100px) {
      #tusima .movBox .overlay .messageBox {
        padding-left: 42px;
        padding-right: 60px;
        background: url(../img/messageBox_dot.png) no-repeat left top;
        box-sizing: content-box; } }
    @media (min-width: 1100px) {
      #tusima .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px; }
        #tusima .movBox .overlay .messageBox .message img.hune {
          top: 100px;
          left: -546px;
          transform: rotate(25deg);
          -ms-transform: rotate(25deg);
          -moz-transform: rotate(25deg);
          -webkit-transform: rotate(25deg);
          -o-transform: rotate(25deg); } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #tusima .movBox .overlay .messageBox .message img.hune {
        left: -596px; } }
    @media (min-width: 1100px) {
        #tusima .movBox .overlay .messageBox .message h2 {
          position: absolute;
          top: 74px;
          left: -160px; }
        #tusima .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #tusima .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
  #tusima .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 60px; }
  #tusima .movBox .embed-container {
    margin-top: 60px; }
  #tusima .movBox .embed-container_bg {
    background-image: url(../img/tusimaBg.jpg);
    margin-top: 60px; }

.mov_spacer {
  height: 0px; }
  @media (min-width: 1100px) {
    .mov_spacer {
      height: 20px; } }

#iki {
  height: 660px; }
  @media (min-width: 1100px) {
    #iki {
      height: 620px; } }
  #iki .movBox .overlay {
    padding-top: 60px;
    background: url(../img/iki_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 342px) {
      #iki .movBox .overlay {
        background-size: 342px 285px; } }
    @media (min-width: 1100px) {
      #iki .movBox .overlay {
        background: url(../img/iki_map_pc.png) no-repeat right -54px bottom;
        background-size: 771px 618px;
        padding-right: 721px;
        box-sizing: border-box;
        height: 620px; } }
    @media (min-width: 1400px) {
      #iki .movBox .overlay {
        background-position: right 0 bottom;
        padding-right: 771px; } }
    @media (min-width: 1100px) {
      #iki .movBox .overlay .messageBox {
        width: 100%;
        margin-left: 190px;
        padding-left: 42px;
        padding-right: 10px;
        background: url(../img/messageBox_dot.png) no-repeat left top;
        box-sizing: border-box; } }
    @media (min-width: 1100px) {
      #iki .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px; }
        #iki .movBox .overlay .messageBox .message img.hune {
          top: 210px;
          right: -90px;
          transform: rotate(-30deg) scale(-1, 1);
          -ms-transform: rotate(-30deg) scale(-1, 1);
          -moz-transform: rotate(-30deg) scale(-1, 1);
          -webkit-transform: rotate(-30deg) scale(-1, 1);
          -o-transform: rotate(-30deg) scale(-1, 1); }
        #iki .movBox .overlay .messageBox .message h2 {
          position: absolute;
          top: 74px;
          left: -162px; }
        #iki .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #iki .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
    @media (min-width: 1100px) {
        #iki .movBox .overlay .messageBox .message img.nami {
          position: absolute;
          top: 270px;
          left: -110px;
          display: block;
          width: 89px;
          height: 16px; } }
  #iki .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 60px; }
  #iki .movBox .embed-container {
    margin-top: 60px; }
  #iki .movBox .embed-container_bg {
    background-image: url(../img/ikiBg.jpg);
    margin-top: 60px; }

#gotou {
  height: 660px; }
  @media (min-width: 1100px) {
    #gotou {
      height: 620px; } }
  #gotou .movBox .overlay {
    padding-top: 60px;
    background: url(../img/gotou_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 374px) {
      #gotou .movBox .overlay {
        background-size: 374px 330px; } }
    @media (min-width: 1100px) {
      #gotou .movBox .overlay {
        background: url(../img/gotou_map_pc.png) no-repeat left bottom -30px;
        background-size: 752px 583px;
        padding-left: 702px;
        box-sizing: border-box;
        height: 620px; } }
    @media (min-width: 1100px) {
      #gotou .movBox .overlay .messageBox {
        padding-top: 8px;
        padding-left: 45px;
        padding-right: 60px;
        background: url(../img/messageBox_dot.png) no-repeat left 10px top;
        box-sizing: content-box; } }
    @media (min-width: 1100px) {
      #gotou .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px; }
        #gotou .movBox .overlay .messageBox .message h2 {
          display: none; }
        #gotou .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #gotou .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
    @media (min-width: 1100px) {
        #gotou .movBox .overlay .messageBox .message img.nami {
          position: absolute;
          top: 300px;
          right: -20px;
          display: block;
          width: 89px;
          height: 16px; } }
  #gotou .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 60px; }
  #gotou .movBox .embed-container {
    margin-top: 60px; }
  #gotou .movBox .embed-container_bg {
    background-image: url(../img/gotouBg.jpg);
    margin-top: 60px; }

#s_gotou {
  height: 680px; }
  @media (min-width: 1100px) {
    #s_gotou {
      height: 640px; } }
  #s_gotou .movBox .overlay {
    padding-top: 80px;
    background: url(../img/s_gotou_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 342px) {
      #s_gotou .movBox .overlay {
        background-size: 342px 285px; } }
    @media (min-width: 1100px) {
      #s_gotou .movBox .overlay {
        background: url(../img/s_gotou_map_pc.png) no-repeat right -170px bottom;
        background-size: 752px 672px;
        padding-right: 702px;
        box-sizing: border-box;
        height: 640px; } }
    @media (min-width: 1400px) {
      #s_gotou .movBox .overlay {
        background-position: right 0 bottom;
        padding-right: 752px; } }
    @media (min-width: 1100px) {
      #s_gotou .movBox .overlay .messageBox {
        width: 100%;
        margin-left: 190px;
        padding-left: 100px;
        padding-right: 20px;
        background: url(../img/messageBox_dot.png) no-repeat left 64px top;
        box-sizing: border-box; } }
    @media (min-width: 1100px) {
      #s_gotou .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px; }
        #s_gotou .movBox .overlay .messageBox .message h2 {
          position: absolute;
          top: 74px;
          left: -274px; }
        #s_gotou .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #s_gotou .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
    @media (min-width: 1100px) {
        #s_gotou .movBox .overlay .messageBox .message img.nami {
          position: absolute;
          top: 270px;
          left: -110px;
          display: block;
          width: 89px;
          height: 16px; } }
  #s_gotou .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 80px; }
  #s_gotou .movBox .embed-container {
    margin-top: 80px; }
  #s_gotou .movBox .embed-container_bg {
    background-image: url(../img/s_gotouBg.jpg);
    margin-top: 80px; }

#ozika {
  height: 660px; }
  @media (min-width: 1100px) {
    #ozika {
      height: 620px; } }
  #ozika .movBox .overlay {
    padding-top: 60px;
    background: url(../img/ozika_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 374px) {
      #ozika .movBox .overlay {
        background-size: 374px 321px; } }
    @media (min-width: 1100px) {
      #ozika .movBox .overlay {
        background: url(../img/ozika_map_pc.png) no-repeat left bottom;
        background-size: 702px 618px;
        padding-left: 652px;
        box-sizing: border-box;
        height: 620px; } }
    @media (min-width: 1280px) {
      #ozika .movBox .overlay {
        padding-left: 702px; } }
    @media (min-width: 1100px) {
      #ozika .movBox .overlay .messageBox {
        padding-left: 42px;
        padding-right: 60px;
        background: url(../img/messageBox_dot.png) no-repeat left 2px top;
        box-sizing: content-box; } }
    @media (min-width: 1100px) {
      #ozika .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px; }
        #ozika .movBox .overlay .messageBox .message h2 {
          position: absolute;
          top: 74px;
          left: -220px; }
        #ozika .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #ozika .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
  #ozika .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 60px; }
  #ozika .movBox .embed-container {
    margin-top: 60px; }
  #ozika .movBox .embed-container_bg {
    background-image: url(../img/ozikaBg.jpg);
    margin-top: 60px; }

#uku {
  height: 660px; }
  @media (min-width: 1100px) {
    #uku {
      height: 620px; } }
  #uku .movBox .overlay {
    padding-top: 60px;
    background: url(../img/uku_map_sp.png) no-repeat right bottom;
    background-size: 100% auto;
    box-sizing: content-box; }
    @media (min-width: 374px) {
      #uku .movBox .overlay {
        background-size: 374px 320px; } }
    @media (min-width: 1100px) {
      #uku .movBox .overlay {
        background: url(../img/uku_map_pc.png) no-repeat right -118px bottom;
        background-size: 837px 615px;
        padding-right: 787px;
        box-sizing: border-box;
        height: 620px; } }
    @media (min-width: 1400px) {
      #uku .movBox .overlay {
        background-position: right 0 bottom;
        padding-right: 837px; } }
    @media (min-width: 1100px) {
      #uku .movBox .overlay .messageBox {
        width: 100%;
        margin-left: 190px;
        padding-left: 42px;
        padding-right: 0px;
        background: url(../img/messageBox_dot.png) no-repeat left top;
        box-sizing: border-box; } }
    @media (min-width: 1100px) {
      #uku .movBox .overlay .messageBox .message {
        position: relative;
        padding-top: 80px;
        padding-right: 0px; }
        #uku .movBox .overlay .messageBox .message h2 {
          position: absolute;
          top: 74px;
          left: -162px; }
        #uku .movBox .overlay .messageBox .message h3 {
          font-size: 22px;
          line-height: 33px; } }
    @media (min-width: 1100px) and (min-width: 1280px) {
      #uku .movBox .overlay .messageBox .message h3 {
        font-size: 24px;
        line-height: 36px; } }
    @media (min-width: 1100px) {
        #uku .movBox .overlay .messageBox .message img.nami {
          position: absolute;
          top: 270px;
          left: -110px;
          display: block;
          width: 89px;
          height: 16px; } }
  #uku .movBox .embed-container_color_bg {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 60px; }
  #uku .movBox .embed-container {
    margin-top: 60px; }
  #uku .movBox .embed-container_bg {
    background-image: url(../img/ukuBg.jpg);
    margin-top: 60px; }

#message p {
  text-align: center;
  font-size: 15px;
  line-height: 32px; }
  @media (min-width: 1100px) {
    #message p {
      font-size: 18px;
      line-height: 38px; } }

hr.nami {
  width: 64px;
  height: 11px;
  display: block;
  padding: 0;
  margin: 50px auto;
  border: 0;
  background-image: url(../img/nami.png);
  background-size: cover; }
  @media (min-width: 1100px) {
    hr.nami {
      margin: 60px auto; } }

a.watchefullmovieBtn {
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  background-image: url(../img/watchfullmovieBtn.png);
  background-size: cover;
  overflow: hidden;
  text-indent: -999px;
  display: block; }
  a.watchefullmovieBtn:hover {
    background-image: url(../img/watchfullmovieBtn_on.png); }

#topMovBox {
  background-image: url(../img/topBg.jpg); }
  #topMovBox .overlay {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2);
    /* HEADER スマホ */
    /* HEADER PC */ }
    #topMovBox .overlay a.watchefullmovieBtn {
      position: absolute;
      left: 50%;
      bottom: 40px;
      transform: translate(-50%, -50%); }
      @media (min-width: 1100px) {
        #topMovBox .overlay a.watchefullmovieBtn {
          bottom: 130px; } }
    #topMovBox .overlay #header {
      /* HEADER スマホ */
      /* HEADER PC */ }
      @media (max-width: 1099px) {
        #topMovBox .overlay #header {
          background: transparent; }
          #topMovBox .overlay #header div.header_container {
            width: 100%; }
            #topMovBox .overlay #header div.header_container h1 {
              margin: 15px 0 0 15px;
              box-sizing: content-box;
              width: 170px;
              height: 40px;
              float: left; }
              #topMovBox .overlay #header div.header_container h1 a {
                background: url(../img/logo_sp.png) no-repeat;
                background-size: cover;
                width: 170px;
                height: 40px;
                display: block;
                overflow: hidden;
                text-indent: -999px; }
            #topMovBox .overlay #header div.header_container #menuBtn {
              display: block;
              margin: 15px 15px 0 0;
              padding: 0;
              box-sizing: content-box;
              width: 40px;
              height: 40px;
              float: right;
              background: url(../img/menuBtn.png) no-repeat;
              background-size: cover; }
            #topMovBox .overlay #header div.header_container #navSpBg {
              display: none;
              z-index: 9999;
              position: fixed;
              height: 100%;
              width: 100%;
              overflow: auto;
              background-color: black;
              background-color: rgba(0, 0, 0, 0.8); }
              #topMovBox .overlay #header div.header_container #navSpBg #menuBtnClose {
                display: block;
                padding: 15px;
                box-sizing: content-box;
                width: 40px;
                height: 40px;
                position: absolute;
                top: 0;
                right: 0; }
                #topMovBox .overlay #header div.header_container #navSpBg #menuBtnClose img {
                  width: 40px;
                  height: 40px; }
              #topMovBox .overlay #header div.header_container #navSpBg ul {
                list-style: none;
                padding-top: 32px;
                width: 100%; }
                #topMovBox .overlay #header div.header_container #navSpBg ul li {
                  width: 250px;
                  text-align: center;
                  padding: 0;
                  margin: 0 auto; }
                  #topMovBox .overlay #header div.header_container #navSpBg ul li a {
                    display: block;
                    padding: 18px 0;
                    width: 100%;
                    text-decoration: none;
                    color: #FFF;
                    font-size: 18px;
                    height: 1em;
                    line-height: 1em;
                    box-sizing: content-box; }
                #topMovBox .overlay #header div.header_container #navSpBg ul li.btn a {
                  padding: 0;
                  width: 250px;
                  height: 60px;
                  overflow: hidden;
                  text-indent: -999px;
                  display: block;
                  margin: 18px auto;
                  background: url(../img/wakuwakuBtn_sp.png) no-repeat;
                  background-size: cover; } }
      @media (min-width: 1100px) {
        #topMovBox .overlay #header {
          position: absolute;
          top: auto;
          right: auto;
          bottom: 0;
          left: 0;
          width: 100%;
          box-sizing: border-box;
          overflow: hidden; }
          #topMovBox .overlay #header div.header_container {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            box-sizing: content-box; } }
    @media (min-width: 1100px) and (min-width: 1400px) {
      #topMovBox .overlay #header div.header_container {
        width: 1400px; } }
      @media (min-width: 1100px) {
            #topMovBox .overlay #header div.header_container h1 {
              margin: 14px 0 0 40px;
              box-sizing: border-box;
              width: 210px;
              height: 50px;
              float: left; }
              #topMovBox .overlay #header div.header_container h1 a {
                width: 210px;
                height: 50px;
                display: block;
                background: url(../img/logo.png) no-repeat;
                background-size: cover;
                overflow: hidden;
                text-indent: -999px; }
            #topMovBox .overlay #header div.header_container #menuBtn {
              display: none !important; }
            #topMovBox .overlay #header div.header_container #navSpBg {
              display: block !important;
              opacity: 1 !important; }
              #topMovBox .overlay #header div.header_container #navSpBg #menuBtnClose {
                display: none !important; }
              #topMovBox .overlay #header div.header_container #navSpBg ul {
                float: left;
                list-style: none;
                height: 80px;
                margin-bottom: 0;
                box-sizing: border-box;
                padding-left: 40px; }
                #topMovBox .overlay #header div.header_container #navSpBg ul li {
                  float: left;
                  width: 155px;
                  background: url(../img/navLiBg.png) left center no-repeat;
                  background-size: 1px 20px;
                  height: 20px;
                  width: 102px;
                  font-size: 17px;
                  padding: 2px 0;
                  text-align: center;
                  height: 80px;
                  box-sizing: border-box; } }
          @media (min-width: 1100px) and (min-width: 1400px) {
            #topMovBox .overlay #header div.header_container #navSpBg ul li {
              width: 155px; } }
      @media (min-width: 1100px) {
                  #topMovBox .overlay #header div.header_container #navSpBg ul li a {
                    box-sizing: border-box;
                    padding: 31px 0 32px 0;
                    font-size: 17px;
                    line-height: 1em;
                    height: 80px;
                    width: 100%;
                    display: block;
                    text-decoration: none;
                    color: #222; }
                #topMovBox .overlay #header div.header_container #navSpBg ul li.btn {
                  background: none;
                  width: 180px;
                  height: 80px;
                  padding: 0;
                  float: inherit;
                  position: absolute;
                  right: 0;
                  top: 0; } }
          @media (min-width: 1100px) and (min-width: 1400px) {
            #topMovBox .overlay #header div.header_container #navSpBg ul li.btn {
              float: left;
              position: inherit;
              right: inherit;
              top: inherit; } }
      @media (min-width: 1100px) {
                  #topMovBox .overlay #header div.header_container #navSpBg ul li.btn a {
                    padding: 0;
                    width: 180px;
                    height: 80px;
                    overflow: hidden;
                    text-indent: -999px;
                    background: url(../img/wakuwakuBtn_pc.png) no-repeat;
                    background-size: cover; } }
    @media (max-width: 1099px) {
      #topMovBox .overlay #header.fixed {
        background-color: #f5f5f5; }
        #topMovBox .overlay #header.fixed div.header_container h1 a {
          background: url(../img/logo_fixed_sp.png) no-repeat;
          background-size: cover; }
        #topMovBox .overlay #header.fixed div.header_container #menuBtn {
          background: url(../img/menuBtnBlack.png) no-repeat;
          background-size: cover; } }
    @media (min-width: 1100px) {
      #topMovBox .overlay #header.fixed {
        position: fixed;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0; } }
    #topMovBox .overlay #topTitle, #topMovBox .overlay #topTitle_sp {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      padding: 0 10px;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      height: auto; }
      @media (min-width: 647px) {
        #topMovBox .overlay #topTitle, #topMovBox .overlay #topTitle_sp {
          width: 627px; } }
    #topMovBox .overlay #topTitle {
      display: none; }
      @media (min-width: 1100px) {
        #topMovBox .overlay #topTitle {
          display: block; } }
    #topMovBox .overlay #topTitle_sp {
      display: block; }
      @media (min-width: 1100px) {
        #topMovBox .overlay #topTitle_sp {
          display: none; } }

/* Youtube 関係 */
/*
.embed-container {
	//@include opacity(0);
	display: none;
}
JavaScriptでPCのみdisplay:none;を行う
*/
#showStatus {
  display: none;
  width: 200px;
  background-color: white;
  border: 3px solid gray;
  padding: 10px;
  z-index: 999;
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 11px;
  line-height: 13px; }

.movBox {
  background-size: cover; }

.embed-container, .embed-container_bg, .embed-container_color_bg {
  background: transparent;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  /* fixed の場合。absolute でも同じ */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.embed-container_color_bg {
  z-index: 3; }

.embed-container {
  z-index: 2; }

.embed-container_bg {
  z-index: 1; }

.embed-container iframe {
  box-sizing: border-box;
  height: 56.25vw;
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  left: 50%;
  min-height: 120%;
  min-width: 120%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300vh;
  /* 177.777だと上下に黒の枠ができる */
  background: #fff; }
  @media (min-width: 1100px) {
    .embed-container iframe {
      width: 200vh;
      /* 16:9 の幅なので 177.77% (= 16 ÷ 9) だが、177.777だと上下に黒の枠ができるので修正 */ } }

.overlay {
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: transparent; }

/* Youtube 関係 */
</pre></body></html>