@charset "UTF-8";
/* text color */
/* parts color */
/* header */
/*wrap*/
/* etc */
/* media */
/* IDs */
/* Slider */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/parts/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 50;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: 'slick';
  font-size: 3rem;
  line-height: 1;
  color: #222;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease-out;
}

.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: '\00d7';
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::after,
::before {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy='true'] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/* wrapper */
/* text */
/* img */
/* styles */
/* title */
/* base */
/* toggle */
@media (max-width: 1023px) {
  #menu-toggle {
    display: block;
  }
  #menu-toggle span {
    display: block;
    background: #fafafa;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #menu-toggle span:first-child {
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
  }
  #menu-toggle span:nth-child(2) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #menu-toggle span:last-child {
    -webkit-transform: translate(-50%, 7px);
    -moz-transform: translate(-50%, 7px);
    -ms-transform: translate(-50%, 7px);
    -o-transform: translate(-50%, 7px);
    transform: translate(-50%, 7px);
  }
  .active#menu-toggle {
    background-color: #dddddd;
  }
  .active#menu-toggle span {
    background-color: #111;
  }
  .active#menu-toggle span:first-child {
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
  .active#menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .active#menu-toggle span:last-child {
    transform: translateX(-50%) translateY(0) rotate(-45deg);
  }
}

/* animate */
.-fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.-horizon {
  animation: horizontal 2s ease infinite;
}

.btn.-next a:before {
  animation: horizontal 5s ease infinite;
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* nav */
* {
  box-sizing: border-box;
}

main {
  display: block;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  font-size: 90%;
}
table td,
table th {
  vertical-align: top;
  border: solid 1px #dbdbdb;
  font-weight: normal;
  text-align: left;
  padding: 1rem;
}
table th {
  background-color: #f6f2e6;
  font-weight: bold;
}
table thead th {
  text-align: center;
}
table tbody th {
  min-width: 25%;
}
table tbody td {
  background-color: #fff;
}

@media (max-width: 767px) {
  table:not(.scroll) td,
  table:not(.scroll) th,
  table:not(.scroll) tr {
    display: block;
    width: 100%;
  }
  table:not(.scroll) td,
  table:not(.scroll) th {
    margin-top: -1px;
  }
  table:not(.scroll).sp-half tr {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table:not(.scroll).sp-half tr td {
    position: relative;
    width: 50%;
  }
  table:not(.scroll).sp-half tr td:before {
    content: attr(aria-label);
    display: block;
    margin: -1rem -1rem 1rem;
    padding: 0.75em 1rem;
    color: #111;
    background-color: #f6f2e6;
    border-bottom: 1px solid #dbdbdb;
    font-size: 85%;
    font-weight: bold;
  }
  table:not(.scroll).sp-half tr th {
    display: none;
  }
  table:not(.scroll).sp-half tr.sp-half-horizon td {
    width: 100%;
  }
  table:not(.scroll).sp-half tr:not(.sp-half-horizon) td:nth-of-type(2n) {
    border-left: none;
  }
}

p {
  margin: 0;
}

a {
  color: #f77c00;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^='tel:'] {
    cursor: default;
  }
}

ul {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

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

img[src$='svg'] {
  width: 100%;
}

@media (min-width: 768px) {
  br.-sp {
    display: none;
  }
}

form input[type='email'],
form input[type='text'],
form textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form input[type='email']:focus,
form input[type='text']:focus,
form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

blockquote {
  background-color: #f0f0f0;
  margin: 0;
  padding: 2em;
  position: relative;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  blockquote {
    padding: 3em;
  }
}
blockquote + * {
  margin-top: 1em;
}
blockquote:after,
blockquote:before {
  font-size: 400%;
  font-family: sans-serif;
  color: #ccc;
  position: absolute;
}
@media (min-width: 768px) {
  blockquote:after,
  blockquote:before {
    font-size: 600%;
  }
}
blockquote:before {
  content: '\201C';
  line-height: 1em;
  left: 1rem;
  top: 1rem;
}
blockquote:after {
  content: '\201D';
  line-height: 0;
  right: 1rem;
  bottom: 0.5rem;
}
blockquote .original {
  font-size: 90%;
  text-align: right;
  margin: 1.5em 0 0;
}
blockquote .original:before {
  content: '引用：';
}
blockquote .original a {
  color: #2d88b3;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 70%;
  text-align: right;
  font-weight: bold;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
#header-tel a:before,
.kataoka-contact-list p.tel .-title:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after,
.sidebar-title:before,
.remodal .widget .inner ul li a:before,
#page-top a:before,
#pageTop--site a:before,
.sNav a:before,
.remodal .widget .inner ul li ul li a:before,
ul.list li:before,
.btn.-next a:before,
.kataoka-contact-list p.email .-title:before {
  display: inline-block;
  margin-right: 0.5em;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header-tel a:before,
.kataoka-contact-list p.tel .-title:before {
  content: '';
}

.post-navigation .nav-previous a:before {
  content: '';
}

.post-navigation .nav-next a:after {
  content: '';
}

.sidebar-title:before,
.remodal .widget .inner ul li a:before {
  content: '';
}

#page-top a:before,
#pageTop--site a:before {
  content: '';
}

.sNav a:before,
.remodal .widget .inner ul li ul li a:before,
ul.list li:before,
.btn.-next a:before {
  content: '';
}

.kataoka-contact-list p.email .-title:before {
  content: '';
}

/*@import "base_style.scss";*/
#siteHeader-wrap {
  position: relative;
}
@media (max-width: 1023px) {
  #siteHeader-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 90;
  }
  #siteHeader-wrap header {
    padding-right: 5rem;
    min-height: 5rem;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #siteHeader-wrap header .inner {
    margin: inherit;
  }
}

#menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #f77c00;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 1024px) {
  #menu-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  #menu-body {
    z-index: 10;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
}

body {
  color: #666;
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', Verdana, Geneva, Arial, Helvetica;
  font-weight: 500;
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.in-active {
  height: 100%;
  overflow: hidden;
}
body.in-active #site-contents {
  opacity: 0.3;
  zoom: 1;
}

#coffin {
  overflow: hidden;
}

.-inner,
#site-mainbody {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1023px) {
  .-inner,
  #site-mainbody {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .-inner,
  #site-mainbody {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .-inner,
  #site-mainbody {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .-inner,
  #site-mainbody {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* header */
#site-header-wrap {
  position: relative;
  background-color: #20315e;
  z-index: 10;
}
@media (max-width: 767px) {
  #site-header-wrap .sNav {
    display: none;
  }
}
@media (min-width: 768px) {
  #site-header-wrap .sNav {
    position: absolute;
    top: 2rem;
    right: 5vh;
    transition: all 0.5s ease-out;
  }
}
@media (min-width: 1024px) {
  #site-header-wrap {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  #site-header-wrap .-inner,
  #site-header-wrap #site-mainbody {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #site-header-wrap .-inner #site-header,
  #site-header-wrap #site-mainbody #site-header {
    width: 20%;
  }
  #site-header-wrap .-inner #menu-body,
  #site-header-wrap #site-mainbody #menu-body {
    width: 70%;
    margin-left: auto;
  }
  #site-header-wrap .sNav {
    position: absolute;
    top: -5rem;
    right: 2rem;
    transition: all 0.5s ease-out;
  }
  #site-header-wrap #gNav {
    transition: all 0.5s ease-out;
  }
  #site-header-wrap:not(.fixed) .sNav {
    top: 1rem;
  }
  #site-header-wrap:not(.fixed) #gNav {
    transform: translateY(4.5rem);
  }
}

#site-header {
  max-width: 20rem;
}
@media (max-width: 1023px) {
  #site-header {
    padding: 2rem 0 0;
    max-width: 15rem;
  }
  #site-header a {
    display: block;
  }
}

/* footer */
#map {
  min-height: 25rem;
  height: 50vh;
}
@media (min-width: 1024px) {
  #map {
    height: 60vh;
  }
}

#site-footer--wrap {
  position: relative;
  z-index: 1;
}

#site-footer {
  position: relative;
  color: #fff;
  background: #20315e;
  z-index: 1;
}

.site-footer-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .site-footer-main > .-inner,
  .site-footer-main > #site-mainbody {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .site-footer-main > .-inner .-left,
  .site-footer-main > #site-mainbody .-left {
    width: 30%;
  }
  .site-footer-main > .-inner .-right,
  .site-footer-main > #site-mainbody .-right {
    width: 60%;
    margin-left: auto;
  }
}

.company-info .-title {
  width: 60%;
  max-width: 15rem;
}
.company-info address {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .company-info {
    text-align: center;
  }
  .company-info .-title {
    margin: 0 auto;
  }
}

.copyright {
  position: relative;
  padding: 1rem 0;
  text-align: center;
  background-color: #000;
  font-size: 75%;
}

.site-info-footer {
  padding: 4rem 0;
  text-align: center;
}
.site-info-footer .logo {
  width: 40%;
  max-width: 12rem;
  margin: auto;
  opacity: 0.8;
  zoom: 1;
}
.site-info-footer address {
  margin: 4em 0 0;
  font-style: normal;
  font-size: 85%;
}
.site-info-footer address span {
  display: block;
  margin: 1em 0 0;
  color: #000;
}

.companyName {
  margin: 0 0 0.5em;
}

/* nav */
#header-tel {
  position: absolute;
  top: 0;
  right: 0;
}
#header-tel a {
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #f77c00;
  cursor: pointer;
  z-index: 99;
}
#header-tel a:before {
  color: #fff;
  font-size: 3rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #header-tel {
    display: none;
  }
}

@media (max-width: 1023px) {
  #menu-body {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  #menu-body {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  #menu-body {
    padding: 2rem 0;
  }
}

nav a {
  text-decoration: none;
}

#gNav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
}
#gNav strong {
  font-size: 150%;
  color: #fff;
  margin-right: 0.5rem;
}
#gNav a {
  display: block;
  color: #fff;
  padding: 0.75em 1em;
  font-weight: bold;
}
#gNav a:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
#gNav > * {
  flex: 1;
  -webkit-flex: 1;
}
@media (max-width: 767px) {
  #gNav {
    font-size: 50%;
    text-align: center;
    line-height: 1.2;
  }
  #gNav strong {
    display: block;
    font-size: 350%;
  }
  #gNav a {
    position: relative;
    text-align: center;
  }
  #gNav a:before {
    display: block;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;
    opacity: 0.3;
    zoom: 1;
    background-position: center;
  }
}
@media (min-width: 768px) {
  #gNav a {
    display: block;
    color: #fff;
    padding: 0.75em 1em;
    background-position: 13px center;
    font-weight: bold;
  }
  #gNav a:before {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: 1em;
    vertical-align: sub;
  }
}

.sb-line {
  background-color: #65c3df;
}
.sb-line > a:before {
  background-image: url('../images/icons/icon-train.png');
}

.sb-area {
  background-color: #ff6b6b;
}
.sb-area > a:before {
  background-image: url('../images/icons/icon-house.png');
}

.sb-term {
  background-color: #45b7ae;
}
.sb-term > a:before {
  background-image: url('../images/icons/icon-search.png');
}

.sNav {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sNav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.sNav > * {
  position: relative;
}
@media (max-width: 767px) {
  .sNav > * {
    border-top: 1px solid #334f97;
  }
  .sNav > *:last-child {
    border-bottom: 1px solid #334f97;
  }
}
@media (min-width: 768px) {
  .sNav > *:after,
  .sNav > *:before {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #334f97;
  }
  .sNav > *:after {
    right: 0;
  }
  .sNav > *:not(:last-child):after {
    display: none;
  }
}
.sNav a {
  display: block;
  padding: 0.25em 2em;
  color: #f0f0f0;
}
@media (max-width: 767px) {
  .sNav {
    text-align: center;
  }
  .sNav a {
    padding: 0.5em 1em;
  }
  .sNav a:before {
    display: none;
  }
}

/* main */
#site-mainbody {
  padding-bottom: 2vh;
}
@media (min-width: 1024px) {
  #site-mainbody {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  #site-mainbody #sidebar {
    width: 25%;
  }
  #site-mainbody #site-contents {
    width: 70%;
    margin-right: auto;
  }
}

#site-contents {
  position: relative;
}

/* sidebar */
#sidebar .widget_fudo_cat a {
  display: block;
  padding: 0.5em;
  border-bottom: 1px dashed #dbdbdb;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar {
    margin: 5rem 0 0;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #sidebar > * {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  #sidebar {
    position: sticky;
    top: 12rem;
    align-self: flex-start;
    padding-bottom: 1px;
  }
}

.sidebar-inner {
  padding: 1em;
  border: 1px solid #dbdbdb;
}

.sidebar-widget {
  padding-left: 2rem;
}
.sidebar-widget:not(:first-child) {
  margin-top: 3rem;
}

.sidebar-title {
  margin: 0 0 1rem -2rem;
  font-size: 95%;
  font-weight: bold;
  color: #389e70;
}

.fc-kamei {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fc-kamei img {
  border: 1px solid #d9002e;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .fc-kamei img {
    width: 6rem;
  }
}
.fc-kamei p {
  font-size: 90%;
}
@media (min-width: 1024px) {
  .fc-kamei {
    margin-top: 2rem;
  }
}

.remodal .widget h3 {
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0 10px 0 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 13px center;
  cursor: pointer;
  font-weight: bold;
  font-size: 125%;
}
.remodal .widget a {
  display: block;
  padding: 0.5em 1em;
  color: #222;
  text-decoration: none;
}
.remodal .widget .inner {
  padding: 2rem;
}
.remodal .widget .inner form,
.remodal .widget .inner ul {
  background-color: #f0f0f0;
}
.remodal .widget .inner ul {
  padding: 0;
}
.remodal .widget .inner ul li ul {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 1.5em;
}
.remodal .widget .inner ul li ul li {
  min-width: 50%;
}
@media (min-width: 1024px) {
  .remodal .widget .inner ul li ul li {
    width: 20%;
  }
}
.remodal .widget .inner ul li ul li a {
  border: none;
}
.remodal .widget form > div {
  padding: 2em;
  background-color: #fff;
}
.remodal .widget form .widget-title {
  display: block;
  margin: -2em -2em 2em;
  padding: 1rem;
  color: #666;
  font-weight: bold;
  background: url('../_images/bg-li-green.png') no-repeat 10px 50% #f0f0f0 !important;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 1024px) {
  .remodal .widget form br {
    display: none;
  }
}

.submit {
  margin: 2rem 0 0;
  text-align: center;
}
.submit input {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #f77c00;
  border: none;
}

.jsearch_caution1,
.jsearch_caution2,
.shubetsu {
  display: none;
}

.madori_cb span:not(:first-child),
.setsubi_cb span:not(:first-child) {
  margin-left: 1em;
}

.remodal {
  padding: 0;
  max-width: 95rem;
  text-align: left;
}

.remodal-close {
  right: 0;
  left: auto;
  background: white;
}

.widget_fudo_r_r {
  background-color: #65c3df;
}
.widget_fudo_r_r h3 {
  background-image: url('../images/icons/icon-train.png');
}
.widget_fudo_r_r .inner {
  background-color: #65c3df;
}
.widget_fudo_r_r *:before {
  color: #65c3df;
}

.widget_fudo_r_c {
  background-color: #ff6b6b;
}
.widget_fudo_r_c h3 {
  background-image: url('../images/icons/icon-house.png');
}
.widget_fudo_r_c .inner {
  background-color: #ff6b6b;
}
.widget_fudo_r_c *:before {
  color: #ff6b6b;
}

.widget_fudo_b_k {
  background-color: #45b7ae;
}
.widget_fudo_b_k .inner {
  background-color: #45b7ae;
}
.widget_fudo_b_k h3 {
  background-image: url('../images/icons/icon-search.png');
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#page-top a {
  position: relative;
  background: #389e70;
  text-decoration: none;
  color: #fff;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page-top a:before {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* base */
strong {
  color: #bb4646;
}

section + section {
  margin-top: 5vh;
}

/* styles */
.catchCopy {
  font-size: 135%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.catchCopy + * {
  margin-top: 4vh;
}
@media (min-width: 1024px) {
  .catchCopy {
    font-size: 160%;
  }
  .catchCopy + * {
    margin-top: 8vh;
  }
}

.-title {
  font-size: 110%;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.-thumbnail {
  position: relative;
  background-color: #ccc;
  overflow: hidden;
}
.-thumbnail:before {
  display: block;
  content: '';
  padding-top: 71%;
}
.-thumbnail > img {
  max-width: inherit;
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.credit {
  text-align: right;
}

.tableScroll-wrapper {
  position: relative;
  padding: 0 0 1rem;
  overflow: auto;
  white-space: nowrap;
}
.tableScroll-wrapper table {
  width: 100%;
}
.tableScroll-wrapper::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.tableScroll-wrapper::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #f1f1f1;
}
.tableScroll-wrapper::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #bcbcbc;
}

.scroll-notice {
  padding: 0.5em 0;
  text-align: right;
  font-size: 80%;
}
.scroll-notice:before {
  content: '左右にスクロールできます';
}

/* lists */
ul.list {
  list-style: none;
  padding: 0;
}
ul.list li {
  position: relative;
  margin: 1em 0;
  padding-left: 1.5em;
}
ul.list li:before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0.1em;
  left: 0.5em;
  color: #20315e;
}

/* caution */
.caution {
  margin: 2rem 0 0;
  font-size: 80%;
  text-align: right;
  line-height: 1.3;
  color: #ca5656;
}
.caution > *:not(:first-child) {
  margin-top: 0.5em;
}
.caution > *:before {
  content: '※';
  margin-right: 0.5em;
}

/* btn */
.btn {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 3rem 0 0;
}
.btn a {
  padding: 1em 1.5em;
  color: #fafafa;
  background-color: #f77c00;
  font-size: 95%;
  font-weight: bold;
  line-height: 1;
  vertical-align: bottom;
  text-decoration: none;
  text-shadow: 1px 1px 2px #111;
}
.btn.-next a:before {
  display: inline-block;
  margin-right: 1em;
}
.btn.-center {
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn {
    padding: 0 10%;
    text-align: center;
  }
  .btn a:not(:first-child) {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .btn {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .btn a:not(:first-child) {
    margin-left: 0.5em;
  }
}
@media (max-width: 1023px) {
  .btn {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* bootstrap alerts */
.alert-success,
.alert-info,
.alert-warning,
.alert-error {
  padding: 1em;
  margin: 1rem 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 90%;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success a {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info a {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning a {
  color: #66512c;
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-error a {
  color: #843534;
}

#pageTop--site {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
#pageTop--site a {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  background-color: #20315e;
}
#pageTop--site a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 2.5rem !important;
  color: rgba(255, 255, 255, 0.4);
}
#pageTop--site a span {
  display: none;
}
@media (min-width: 1024px) {
  #pageTop--site a {
    width: 4vw;
    height: 4vw;
  }
  #pageTop--site a:before {
    font-size: 2vw !important;
  }
}

/* WordPress */
.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

.wp-pagenavi {
  margin: 3rem auto;
  text-align: center;
  font-size: 85%;
}
.wp-pagenavi > * {
  margin: 0 0.5rem;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #fff;
  border: 1px solid #f77c00;
}
.wp-pagenavi .current:hover,
.wp-pagenavi a:hover {
  color: #fafafa;
  background-color: #f77c00;
}
.wp-pagenavi .current {
  color: #fafafa;
  background-color: #f77c00;
}
.wp-pagenavi .pages {
  margin-right: 1em;
}

/* move to next article */
.post-navigation {
  margin: 3rem 0 0;
}
.post-navigation .nav-links {
  overflow: hidden;
}
.post-navigation .nav-links a {
  display: block;
  padding: 0.5em 1em;
  font-size: 90%;
  color: #fff;
  background-color: #f77c00;
}
.post-navigation .nav-next {
  float: right;
}
.post-navigation .nav-next a:after {
  margin: 0 0 0 0.5em;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .screen-reader-text {
  display: none;
}

section {
  margin-top: 3rem;
}

.-img img {
  width: 100%;
}

.bukken-title {
  font-weight: bold;
  font-size: 110%;
}

.grid-content > * {
  position: relative;
  transition: all 0.5s ease-out;
}
.grid-content .gotodetail a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-content > * {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    padding: 2rem 0;
  }
  .grid-content > * .grid-content-img {
    width: 25%;
    margin-right: 2rem;
  }
  .grid-content > * .grid-content-body {
    flex: 1;
    -webkit-flex: 1;
  }
  .grid-content .bukken-title {
    margin: 0 0 5vh;
  }
}
@media (min-width: 768px) {
  .grid-content {
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5%;
  }
  .grid-content > * {
    width: 30.33%;
    margin: 0 1.5%;
  }
  .grid-content > *:hover {
    background-color: #f0f0f0;
  }
}

.grid-content-body span {
  margin: 0.5em 0 0;
  font-size: 80%;
}
.grid-content-body .top_title {
  margin: 0 0 0.5em;
  display: inline-block;
  font-size: 105%;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .grid-content-body .top_title {
    font-size: 120%;
  }
}
.grid-content-body .top_madori,
.grid-content-body .top_price {
  display: inline-block;
  font-weight: bold;
  font-size: 105%;
}
@media (min-width: 1024px) {
  .grid-content-body .top_madori,
  .grid-content-body .top_price {
    font-size: 120%;
  }
}
.grid-content-body .top_price {
  margin-right: 2rem;
  color: #bb4646;
}
@media (min-width: 768px) {
  .grid-content-body {
    margin: 0.5em 0 0;
  }
}

/* single */
.bukken-title {
  padding: 0.5em;
  color: #fff;
  background-color: #20315e;
}

.bukken-meta .-col p {
  display: inline-block;
}
.bukken-meta .kakaku strong {
  font-size: 140%;
}
.bukken-meta .shikirei div {
  display: inline-block;
}

@media (min-width: 1024px) {
  #detail .info .address th {
    width: 33.33%;
  }
}

@media (min-width: 1024px) {
  #detail .main td {
    width: 33.33%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #c0c0c0;
  }
}

.bx-wrapper {
  position: relative;
  width: 100%;
}

.bx-next,
.bx-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: #20315e;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0.8;
  zoom: 1;
}
@media (min-width: 1024px) {
  .bx-next,
  .bx-prev {
    width: 4rem;
    height: 4rem;
  }
}

.bx-prev {
  left: 1rem;
  background-image: url('../images/p-prev.svg');
}

.bx-next {
  right: 1rem;
  background-image: url('../images/p-next.svg');
}

.detail-img {
  margin: 3rem 0 0;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
}
.detail-img .slider {
  max-height: 50vh;
  height: 100%;
}
.detail-img figure {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .detail-img figure img {
    margin: auto;
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .detail-img figure {
    padding: 2rem 4rem;
  }
}
.detail-img figure img {
  margin: auto;
}

.detail-info {
  margin: 5rem 0 0;
}

#map-canvas {
  width: 100%;
  height: 350px;
  margin: 2rem 0 0;
}

.detail-info-more {
  margin: 5rem 0;
}

.section-title {
  margin: 0 0 1em;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #20315e;
  font-weight: bold;
  font-size: 125%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.detail-info-more table {
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .detail-info-more table {
    font-size: 90%;
  }
  .detail-info-more table th {
    width: 20%;
  }
  .detail-info-more table td {
    width: 30%;
  }
}

.submit img {
  width: auto;
}

.news-list li a {
  display: block;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #dbdbdb;
  text-decoration: none;
  color: #333;
}
.news-list li .date {
  margin-right: 2em;
  font-size: 80%;
}
@media (max-width: 767px) {
  .news-list li .date {
    display: block;
  }
}

#slider-home img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider-home {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  #slider-home {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  #slider-home {
    margin: 0 0 3rem;
  }
}

/* archive */
.nav-previous {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nav-previous > * {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border: 1px solid #dbdbdb;
}
.nav-previous > *:not(:last-child) {
  border-right: none;
}
.nav-previous a {
  display: block;
  padding: 0.75em;
}
.nav-previous a img {
  display: inline-block;
  margin-right: 0.5em;
}
.nav-previous > *:hover,
.nav-previous b {
  background: #20315e;
}
.nav-previous > *:hover a,
.nav-previous b a {
  color: #fff !important;
}

.nav-next {
  margin: 2rem 0 0;
  text-align: center;
}
.nav-next > a,
.nav-next > b {
  display: inline-block;
  border: 1px solid #dbdbdb;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  transition: all 0.6s ease-out;
}
.nav-next > a:hover,
.nav-next > b {
  color: #fff;
  background-color: #20315e;
}

.bukken-list-box:not(:first-child) {
  border-top: 1px solid #dbdbdb;
}
.bukken-list-box .inner {
  display: -webkit-flex;
  display: flex;
  -js-display: flex;
  padding: 3rem 0;
}
.bukken-list-box .inner > .-img {
  margin-right: 2rem;
}
.bukken-list-box .inner > .-body {
  flex: 1;
  -webkit-flex: 1;
}
.bukken-list-box a {
  color: #666;
}
.bukken-list-box .bukken-title {
  margin: 0 0 2rem;
}

.bukken-maininfo td,
.bukken-maininfo th {
  padding: 0;
  border: none;
  background: none;
}
.bukken-maininfo .info-title,
.bukken-maininfo th {
  color: #333;
  font-size: 90%;
  font-weight: bold;
}
.bukken-maininfo td {
  padding: 0.25em 0.5em 0;
  font-size: 120%;
}

.bukken-address {
  margin: 2rem 0 0;
}
.bukken-address dd {
  font-size: 90%;
}

.page-header {
  margin: 0 0 3rem;
  text-align: center;
}

.page-title {
  font-size: 160%;
  font-weight: bold;
}
.page-title span {
  margin-left: 1em;
  font-size: 85%;
}

.company-profile dt {
  font-weight: bold;
  color: #111;
  font-size: 90%;
}
.company-profile dd {
  padding: 0.5em 0 1em;
}

.kataoka-contact-list {
  margin: 3rem 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.kataoka-contact-list p {
  display: block;
  border: 1px solid #20315e;
}
.kataoka-contact-list p:not(:first-child) {
  margin-top: 1em;
}
.kataoka-contact-list p .-title {
  display: block;
  font-size: 90%;
  padding: 0.5em;
  color: #fafafa;
  background-color: #20315e;
  font-family: 'Noto Sans JP', sans-serif;
}
.kataoka-contact-list p a {
  display: block;
  padding: 1em;
  text-align: center;
  font-size: 115%;
}

/*# sourceMappingURL=default.css.map */
.wpcf7-form input {
  margin: 1em 0 0;
  font-size: 120%;
}
.wpcf7-form input[disabled] {
  background-color: #ccc;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 0.5em auto;
}
