@charset "UTF-8";


/*! 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).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  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)
   =================================================s
/**
 * 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.
 */
/* 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 {
  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: -.25em; }

sup {
  top: -.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).
 */
audio,
canvas,
iframe,
/*img, */
svg,
video {
  vertical-align: middle; }

/**
 * 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 */
  border-style: none;
  /* 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: .35em .625em .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: .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.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -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; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?32676966");
  src: url("../font/fontello.eot?32676966#iefix") format("embedded-opentype"), url("../font/fontello.woff2?32676966") format("woff2"), url("../font/fontello.woff?32676966") format("woff"), url("../font/fontello.ttf?32676966") format("truetype"), url("../font/fontello.svg?32676966#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
/*!
 * animate.css -https://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }

.animated.anfadeIn {
  -webkit-animation-duration: .25s;
  animation-duration: .25s; }

.animated.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.anfadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes anfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes anfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.anfadeIn {
  -webkit-animation-name: anfadeIn;
  animation-name: anfadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(0.2); } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

/* ==========================================================================*/
/* 全体の設定
/* ==========================================================================*/
*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

body {
  color: #333;
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif; }

body.noscroll {
  overflow: hidden;
  padding-right: 17px; }

a {
  color: #262626;
  text-decoration: none;
  transition: 0.3s ease-in-out; }
  a img {
    transition: 0.3s ease-in-out; }
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: 0.3s ease-in-out;
    text-decoration: none; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out; }

a.splink:hover, a.splink img:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (max-width: 487px) {
  body {
    padding-top: 50px; }

  body.home {
    padding-top: 0; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  body {
    padding-top: 100px; }

  body.home {
    padding-top: 0; } }
/* ==========================================================================*/
/* ヘッダー
/* ==========================================================================*/
#g-header {
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
  transition: 0.3s ease-in-out; }

#site-title {
  margin: 0;
  line-height: 0; }

@media screen and (max-width: 487px) {
  #header-sp {
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    width: 100%; }
    #header-sp #sp-site-title {
      width: 102px;
      margin-left: 15px; }
      #header-sp #sp-site-title img {
        width: 100%;
        height: auto; }

  .tcon.sp {
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 9999; }

  #g-header {
    display: none; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  #header-sp {
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
    width: 100%; }
    #header-sp #sp-site-title {
      width: 160px;
      margin-left: 15px; }
      #header-sp #sp-site-title img {
        width: 100%;
        height: auto; }

  .tcon.sp {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 9999; }

  #g-header {
    display: none; } }
@media screen and (min-width: 768px) {
  #g-header {
    height: 66px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative; }
    #g-header .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      width: 1000px;
      margin: 0 auto; }
    #g-header #site-title {
      width: 354px; }

  #g-header.is-fixed {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
    width: 100%; }

  #header-sp,
  .tcon.sp {
    display: none; } }
/* ナビ切り替えボタン
==========================================================================*/
.tcon {
  appearance: none;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.2s;
  user-select: none;
  width: 20px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  padding: 10px; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 2px;
  width: 20px;
  width: 20px;
  transition: 0.2s;
  background: #434343;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 2px;
    width: 20px;
    width: 20px;
    transition: 0.2s;
    background: #434343;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 1.42857px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 9px; }
  .tcon-menu__lines::after {
    top: -9px; }
  .tcon-transform .tcon-menu__lines {
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly {
  width: auto; }
  .tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    transform-origin: 50% 50%;
    transition: top .2s .2s ease, transform .2s ease; }
  .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      top: 0;
      transition: top .2s ease, transform .2s .2s ease;
      width: 20px; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
      transform: rotate3d(0, 0, 1, 45deg);
      background-color: #434343; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      transform: rotate3d(0, 0, 1, -45deg);
      background-color: #434343; }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* ==========================================================================*/
/* ナビゲーションパネル
/* ==========================================================================*/
.navigation-wrap {
  background-color: #f0efe9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 8888;
  overflow-y: scroll; }
  .navigation-wrap .tcon {
    border: none; }
  .navigation-wrap .logo {
    text-align: center;
    margin-top: 50px; }
  .navigation-wrap .nav a {
    color: #000; }
  .navigation-wrap .gnav {
    font-weight: bold; }
    .navigation-wrap .gnav dt:before {
      content: "\f105";
      font-family: "fontello";
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: normal;
      padding-right: 10px; }
    .navigation-wrap .gnav dd ul, .navigation-wrap .gnav dd ol {
      margin-left: 20px; }
  .navigation-wrap .copy {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem; }

.navigation-wrap.anfadeIn,
.navigation-wrap.fadeOut {
  display: inherit; }

.navigation-wrap.anfadeIn {
  z-index: 7777; }

.navigation-wrap.fadeOut {
  z-index: -1; }

@media screen and (max-width: 487px) {
  .navigation-wrap .nav {
    margin: 30px auto 0 auto;
    padding: 0 25px; }
  .navigation-wrap .menu {
    margin: 0 auto;
    width: 100vw;
    position: relative; }
    .navigation-wrap .menu button {
      position: absolute;
      top: 15px;
      right: 15px; }
  .navigation-wrap .gnav dt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px; }
  .navigation-wrap .gnav dd {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    margin-left: 15px;
    margin-bottom: 10px; }
    .navigation-wrap .gnav dd ul {
      margin-left: 20px; }
  .navigation-wrap .gnav dd + dt {
    margin-top: 25px; }
  .navigation-wrap .copy {
    margin-top: 25px; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .navigation-wrap .nav {
    display: flex;
    margin: 50px auto 0 auto;
    padding: 0 15px; }
  .navigation-wrap .menu {
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .navigation-wrap .menu button {
      position: absolute;
      top: 20px;
      right: 20px; }
  .navigation-wrap .gnav {
    flex: 1; }
    .navigation-wrap .gnav dt {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px; }
    .navigation-wrap .gnav dd {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2;
      margin-left: 20px; }
    .navigation-wrap .gnav dd + dt {
      margin-top: 36px; }
    .navigation-wrap .gnav:nth-child(2) {
      margin-left: 60px; }
  .navigation-wrap .copy {
    margin-top: 30px; } }
@media screen and (min-width: 768px) {
  .navigation-wrap .nav {
    width: 780px;
    display: flex;
    margin: 80px auto 0 auto; }
  .navigation-wrap .menu {
    margin: 0 auto;
    width: 1000px;
    position: relative; }
    .navigation-wrap .menu button {
      position: absolute;
      top: 20px;
      right: 0; }
  .navigation-wrap .gnav {
    flex: 1; }
    .navigation-wrap .gnav dt {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 20px; }
    .navigation-wrap .gnav dd {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 2.5;
      margin-left: 20px; }
    .navigation-wrap .gnav dd + dt {
      margin-top: 36px; }
    .navigation-wrap .gnav:nth-child(2) {
      margin-left: 80px; }
  .navigation-wrap .copy {
    margin-top: 50px; } }
/* ==========================================================================*/
/* フッター
/* ==========================================================================*/
#g-footer {
  border-top: 1px solid #d7d7d7; }
  #g-footer .f-menu {
    border-top: 1px solid #d7d7d7; }

.f-address dt {
  font-weight: bold; }

.f-btn li {
  list-style-type: none; }
.f-btn a {
  border: 1px solid #ddd;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 12px 15px 12px 40px;
  transition: 0.3s;
  position: relative; }
  .f-btn a:before {
    font-family: "fontello";
    content: "\f0a9";
    position: absolute;
    left: 14px;
    top: 13px; }
  .f-btn a:hover {
    border: 1px solid #ddd;
    background-color: #222;
    color: #fff; }
    .f-btn a:hover:before {
      position: absolute;
      left: 17px;
      top: 13px; }

.f-link {
  font-size: 13px;
  font-size: 0.8125rem; }
  .f-link li {
    list-style-type: none;
    display: inline;
    font-weight: bold;
    line-height: 1;
    margin-right: .5em; }
    .f-link li:not(:last-child) {
      border-right: 1px solid #000;
      padding-right: .5em; }

.copyright {
  font-size: 13px;
  font-size: 0.8125rem; }

.pagetop {
  width: 34px; }
  .pagetop span {
    font-size: 10px;
    font-size: 0.625rem;
    border-bottom: 1px solid #000;
    display: block; }

@media screen and (max-width: 487px) {
  #g-footer {
    margin-top: 70px;
    position: relative; }

  .f-inner {
    padding: 30px 20px 35px 20px;
    margin: 0 auto; }

  .f-title {
    text-align: center;
    margin-bottom: 25px; }

  .f-address {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 auto 25px auto;
    text-align: center; }
    .f-address dt {
      margin-bottom: 10px; }

  .f-link {
    text-align: left;
    margin: 0 0 25px 0; }

  .f-btn, .f-bnr {
    margin: 30px auto 0 auto;
    text-align: center; }
    .f-btn li, .f-bnr li {
      display: inline-block; }
    .f-btn li:first-child, .f-bnr li:first-child {
      margin-right: 20px; }

  .f-bnr {
    padding-top: 30px;
    border-top: 1px solid #ddd; }

  .copyright {
    border-top: 1px solid #d7d7d7;
    padding-top: 25px;
    text-align: center; }

  .pagetop {
    position: absolute;
    right: 20px;
    top: 20px; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  #g-footer {
    margin-top: 70px;
    position: relative; }

  .f-inner {
    padding: 30px 0 35px 0;
    margin: 0 auto; }

  .f-title {
    text-align: center;
    margin-bottom: 25px; }

  .f-address {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    width: 380px;
    margin: 0 auto 25px auto; }
    .f-address dt {
      margin-bottom: 10px; }

  .f-link {
    text-align: center;
    margin: 0 0 25px 0; }

  .f-btn, .f-bnr {
    margin: 30px auto 0 auto;
    text-align: center; }
    .f-btn li, .f-bnr li {
      display: inline-block;
      list-style-type: none; }
    .f-btn li:first-child, .f-bnr li:first-child {
      margin-right: 20px; }

  .f-bnr {
    padding-top: 30px;
    border-top: 1px solid #ddd; }

  .copyright {
    border-top: 1px solid #d7d7d7;
    padding-top: 25px;
    text-align: center; }

  .pagetop {
    position: absolute;
    right: 20px;
    top: 24px; } }
@media screen and (min-width: 768px) {
  #g-footer {
    margin-top: 60px; }

  .f-inner {
    overflow: hidden;
    *zoom: 1;
    padding: 30px 0 35px 0;
    width: 1000px;
    margin: 0 auto; }

  .f-title {
    float: left;
    width: 160px;
    margin-right: 40px; }

  .f-address {
    float: left;
    width: 370px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; }
    .f-address dd {
      font-size: 13px;
      font-size: 0.8125rem; }
    .f-address dd.holiday {
      margin-top: 5px; }

  .f-menu .f-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .f-btn {
    width: 159px;
    float: left;
    padding-right: 19px;
    border-right: 1px solid #ddd; }
    .f-btn li:first-child {
      margin-bottom: 14px; }

  .f-bnr {
    float: right;
    overflow: hidden;
    *zoom: 1; }
    .f-bnr li {
      list-style-type: none;
      margin: 0;
      float: left; }
      .f-bnr li:first-child {
        margin-right: 10px; }

  .copyright {
    margin-left: 380px; } }
/* ==========================================================================*/
/* 共通
/* ==========================================================================*/
/* パンくずリスト
=============================================================================*/
#topicpath {
  color: #393939; }
  #topicpath a {
    color: #393939; }

@media screen and (max-width: 767px) {
  #topicpath {
    margin: 0 auto 20px auto;
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    padding: 10px 15px; }
    #topicpath span {
      list-style-type: none;
      font-size: 11px;
      font-size: 0.6875rem;
      float: left; }
      #topicpath span:not(:last-child):after {
        content: " > ";
        padding: 0 5px; }
      #topicpath span:last-child {
        max-width: 10em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
@media screen and (min-width: 768px) {
  #topicpath {
    margin: 0 auto 20px auto;
    overflow: hidden;
    *zoom: 1;
    width: 1000px;
    padding: 10px 0; }
    #topicpath span {
      list-style-type: none;
      font-size: 12px;
      font-size: 0.75rem;
      float: left; }
      #topicpath span:not(:last-child):after {
        content: " > ";
        padding: 0 5px; }
      #topicpath span:last-child {
        max-width: 15em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
/* ページ目次
=============================================================================*/
.contnav li {
  display: inline; }

@media screen and (max-width: 767px) {
  .contnav {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding: 30px 15px;
    margin: -40px auto 50px auto; }
    .contnav li {
      font-weight: bold;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 2; }
      .contnav li a {
        display: inline-block;
        padding: 2px 12px; }
        .contnav li a:hover {
          background-color: #221815;
          color: #fff; }
      .contnav li a.current {
        background-color: #221815;
        color: #fff; } }
@media screen and (min-width: 768px) {
  .contnav {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding: 30px 0;
    margin: -45px auto 50px auto;
    width: 1000px; }
    .contnav li {
      font-weight: bold;
      font-size: 15px;
      font-size: 0.9375rem; }
      .contnav li a {
        display: inline-block;
        padding: 2px 12px; }
        .contnav li a:hover {
          background-color: #221815;
          color: #fff; }
      .contnav li a.current {
        background-color: #221815;
        color: #fff; } }
.post-type-archive-blog .contnav,
.single-blog .contnav {
  border-bottom: none;
  margin-bottom: 0px; }

/* ==========================================================================*/
/* 見出し・リード
/* ==========================================================================*/
.pagetitle {
  color: #262626;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }
  .pagetitle:after {
    content: " ";
    background-color: #d7d7d7;
    width: 244px;
    height: 1px;
    display: block;
    margin: 20px auto 0 auto; }

.lead {
  color: #333;
  font-weight: bold; }

.lead-text {
  margin: 40px auto;
  line-height: 1.8; }
  .lead-text .notice {
    font-weight: bold; }

.sublead {
  font-weight: bold;
  line-height: 1.8; }

.section-title {
  color: #222;
  position: relative; }
  .section-title:after {
    background-color: #d7d7d7;
    content: " ";
    display: block;
    height: 1px; }

@media screen and (max-width: 487px) {
  .pagetitle {
    margin-bottom: 30px; }

  .lead {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.5;
    margin: 25px auto;
    padding: 0 15px; }
    .lead .small {
      font-size: 16px;
      font-size: 1rem; }

  .sublead {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 30px auto; }

  .section-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 0 15px 40px 15px; }
    .section-title:after {
      margin: 15px auto 0 auto; }

  .lead-text {
    padding: 0 10px; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .pagetitle {
    margin-bottom: 45px; }

  .lead {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    line-height: 2.5;
    margin: 25px auto; }
    .lead .small {
      font-size: 20px;
      font-size: 1.25rem; }

  .sublead {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 30px auto; }

  .section-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 15px 40px 15px; }
    .section-title:after {
      margin: 20px auto 0 auto; }

  .lead-text {
    padding: 0 10px; } }
@media screen and (min-width: 768px) {
  .pagetitle {
    margin-bottom: 45px; }

  .lead {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    line-height: 2.5;
    margin: 25px auto; }
    .lead .small {
      font-size: 20px;
      font-size: 1.25rem; }

  .sublead {
    font-size: 15px;
    font-size: 0.9375rem;
   /*  text-align: center;*/
    margin: 30px auto; }

  .section-title {
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1.0;
    /*  text-align: center;*/
    margin: 10px auto;
    width: 1000px;}
    
    
    .section-title:after {
      width: 705px;
      margin: 20px auto 0 auto; }

  .section-title.plan:after,
  .section-title.mh-title:after,
  .section-title.full:after {
    width: 1000px; }

  .lead-text {
    width: 1000px; } }
/* ==========================================================================*/
/* ボタン
/* ==========================================================================*/
.btn-m {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block; }
  .btn-m:not(:last-child) {
    margin-right: 20px; }
  .btn-m a {
    background-color: #222;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 12px 20px 12px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    transition: 0.2s ease-in-out; }
    .btn-m a:before {
      font-family: "fontello";
      content: "\f105";
      position: absolute;
      top: 11px;
      left: 12px;
      transition: 0.2s ease-in-out; }
    .btn-m a:hover {
      background-color: #c3c1b8;
      color: #222; }
      .btn-m a:hover:before {
        position: absolute;
        top: 11px;
        left: 15px; }

.bcenter {
  text-align: center; }

@media screen and (max-width: 767px) {
  .bcenter .btn-m {
    margin: 0 auto 20px auto; } }
/* ==========================================================================*/
/* レイアウト
/* ==========================================================================*/
/* 1カラム
==========================================================================*/
.pic {
  margin: 35px auto; }

.col-wide {
  background-color: #f0efe9; }
  .col-wide h2, .col-wide p {
    text-align: center; }

@media screen and (max-width: 767px) {
  .col, .s1 {
    padding: 0 15px;
    margin: 40px auto; }

  .col-wide {
    padding: 40px 0; }

  .pic img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 768px) {
  .col {
    width: 1000px;
    margin: 50px auto;
    padding: 25px; }

  .s1 {
    width: 700px;
    margin: 40px auto; }

  .col-wide {
    padding: 40px 0; } }
/* 2カラム
==========================================================================*/
.col2 {
  display: flex; }

@media screen and (max-width: 767px) {
  .col2 {
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column; }
    .col2 .box:nth-child(1) {
      margin-bottom: 30px; } }
@media screen and (min-width: 768px) {
  .col2 {
    width: 1000px;
    margin: 0 auto; }
    .col2 .box {
      flex: 1; }
      .col2 .box:nth-child(1) {
        margin-right: 20px; } }
/* 3カラム
==========================================================================*/
@media screen and (max-width: 650px) {
  .col3 {
    width: 300px;
    margin-right: auto;
    margin-left: auto; }
    .col3 .box {
      margin: 0 0 30px 0; } }
@media screen and (max-width: 767px) and (min-width: 651px) {
  .col3 {
    margin: 0 auto;
    width: 650px;
    zoom: 1; }
    .col3:after {
      content: "";
      display: block;
      clear: both; }
    .col3 .box {
      float: left;
      width: 300px;
      margin: 0 auto 30px auto; }
      .col3 .box:nth-child(odd) {
        margin-right: 50px; } }
@media screen and (min-width: 768px) {
  .col3 {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
    display: flex; }
    .col3 .box {
      width: 300px;
      margin-bottom: 45px; }
      .col3 .box:not(:nth-child(3n)) {
        margin-right: 49px; }
    .col3:before, .col3:after {
      content: "";
      display: table; }
    .col3:after {
      clear: both; } }
/* ボーダー付きボックス
==========================================================================*/
.bbox {
  border: 1px solid #d7d7d7; }

.btitle {
  border-bottom: 1px solid #d7d7d7;
 /* text-align: center; */}

@media screen and (max-width: 767px) {
  .bbox {
    padding: 20px; }
    .bbox p {
      line-height: 1.8; }

  .bbbox.np {
    padding-bottom: 0; }

  .btitle {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 20px;
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) {
  .bbox {
    padding: 25px; }
    .bbox p {
      line-height: 1.8; }

  .bbbox.np {
    padding-bottom: 0; }

  .btitle {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 24px;
    margin-bottom: 24px; } }
/* フリー固定ページ
==========================================================================*/
@media screen and (max-width: 767px) {
  #page {
    padding: 0 15px; }
    #page img {
      max-width: 100%;
      height: auto; } }
@media screen and (min-width: 768px) {
  #page {
    width: 1000px;
    margin: 0 auto; } }
/* ==========================================================================*/
/* 投稿リスト
/* ==========================================================================*/
/* サムネイル付き投稿リスト
==========================================================================*/
.single-thum {
  position: relative; }
  .single-thum .thum {
    margin-bottom: 15px;
    display: block;
    width: 300px;
    height: 190px; }
    .single-thum .thum a {
      background-size: cover;
      background-position: center center;
      display: block;
      width: 100%;
      height: 100%; }
    .single-thum .thum img {
      width: 100%;
      height: auto; }
  .single-thum .meta {
    display: table;
    margin-bottom: 15px;
    width: 100%; }
    .single-thum .meta .p-title,
    .single-thum .meta .date {
      display: table-cell; }
  .single-thum .p-title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; }
    .single-thum .p-title .jirei {
      font-size: 13px;
      font-size: 0.8125rem;
      padding-left: 7px; }
  .single-thum .date {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right; }
  .single-thum .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 0; }

.new {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 5555; }

/* 施工事例リスト
==========================================================================*/
.single-work .thum {
  margin-bottom: 15px;
  width: 300px;
  height: 190px;
  display: block; }
  .single-work .thum a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .single-work .thum img {
    width: 100%;
    height: auto; }
.single-work .p-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold; }
.single-work .desc {
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left; }
.single-work .date {
  font-size: 14px;
  font-size: 0.875rem; }

/* ==========================================================================*/
/* テキスト・リンク
/* ==========================================================================*/

@media screen and (max-width: 487px) {
  .spc {
    text-align: left;
    padding: 0 15px; }
    .spc br {
      display: none; } }
/* ==========================================================================*/
/* 投稿記事本文のテキスト
/* ==========================================================================*/
.post-body {
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  /*align*/ }
  .post-body img {
    max-width: 100% !important;
    height: auto !important; }
  .post-body p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin: 0 0 1.75em 0;
    text-align: justify; }
  .post-body h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 30px 0; }
  .post-body h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    margin: 0 0 20px 0; }
  .post-body h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 15px 0; }
  .post-body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 10px 0; }
  .post-body h5 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 5px 0; }
  .post-body h6 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 5px 0; }
  .post-body ul {
    margin: 0 0 20px 0;
    padding: 0; }
    .post-body ul li {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.65;
      margin: 0 0 5px 1.5em; }
  .post-body ol {
    margin: 0 0 20px 1.5em;
    padding: 0; }
    .post-body ol li {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.65;
      list-style-type: decimal;
      margin: 0 0 4px 0; }
  .post-body li ul {
    margin: 4px 0 4px 20px; }
  .post-body li ol {
    margin: 4px 0 4px 22px; }
  .post-body li ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 2px 0;
    list-style-type: circle; }
  .post-body li ol li {
    font-size: 15px;
    font-size: 0.9375rem;
    list-style-type: decimal;
    margin: 0 0 2px 0; }
  .post-body dl {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 20px 0; }
  .post-body dt {
    font-weight: bold;
    margin: 0 0 10px 0; }
  .post-body dd {
    margin: 0 0 15px 20px; }
  .post-body table {
    border-collapse: collapse;
    margin: 0 0 30px 0; }
    .post-body table th {
      background-color: #f2f2f2; }
    .post-body table th, .post-body table td {
      font-size: 15px;
      font-size: 0.9375rem;
      border: 1px solid #d7d7d7;
      padding: 8px 10px;
      line-height: 1.65; }
  .post-body .alignleft {
    display: inline;
    float: left;
    padding: 0 30px 30px 0; }
  .post-body .alignright {
    display: inline;
    float: right;
    padding: 0 0 30px 30px; }
  .post-body .aligncenter {
    display: block;
    margin: 0 auto; }
  .post-body .wp-caption-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    padding-top: 10px; }
  .post-body blockquote {
    background-color: #f2f2f2;
    padding: 15px; }
    .post-body blockquote *:last-child {
      margin-bottom: 0; }

/* ==========================================================================*/
/* wp-pagenavi
/* ==========================================================================*/
.wp-pagenavi {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px 0 0 0;
  margin: 0 auto; }
  .wp-pagenavi a {
    color: #333;
    text-decoration: none;
    padding: 0 5px;
    line-height: 1.5;
    display: inline-block;
    padding: 0 12px 2px 12px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-family: "fontello"; }
  .wp-pagenavi .previouspostslink {
    margin-right: 10px; }
    .wp-pagenavi .previouspostslink:before {
      content: "\f104"; }
  .wp-pagenavi .nextpostslink {
    margin-left: 10px; }
    .wp-pagenavi .nextpostslink:after {
      content: "\f105"; }
  .wp-pagenavi .current {
    color: #333;
    font-weight: bold;
    padding: 0 5px 4px 5px;
    margin: 0 4px; }

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    width: 1000px; } }
/* ==========================================================================*/
/* 前後の記事
/* =========================================================================*/
.postlink {
  width: 100%; }
  .postlink a {
    background-color: #222;
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px; }
    .postlink a:hover {
      background-color: #c3c1b8; }
  .postlink ul {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .postlink li {
    flex: 1;
    list-style-type: none;
    text-align: center; }
  .postlink li.prev a:before {
    font-family: "fontello";
    content: "\f104";
    padding-right: 4px; }
  .postlink li.next a:after {
    font-family: "fontello";
    content: "\f105";
    padding-left: 4px; }

.post-type-archive-blog .postlink,
.single-blog .postlink {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px; }

@media screen and (max-width: 487px) {
  .postlink {
    margin: 0 auto 50px auto; }
    .postlink li {
      font-size: 12px;
      font-size: 0.75rem;
      width: 3em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .postlink li:not(:last-child) {
        margin-right: 10px; }

  .postlink.mh {
    padding: 0 20px; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .postlink {
    margin: 0 auto 50px auto; }
    .postlink li {
      font-size: 15px;
      font-size: 0.9375rem; }
      .postlink li:not(:last-child) {
        margin-right: 20px; } }
@media screen and (min-width: 768px) {
  .postlink {
    width: 670px;
    margin: 0 auto 80px auto; }
    .postlink li {
      font-size: 15px;
      font-size: 0.9375rem; }
      .postlink li:not(:last-child) {
        margin-right: 20px; } }
/* CF */
.cf {
  zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

/* ==========================================================================*/
/* TOP
/* ==========================================================================*/
/* MV
=============================================================================*/
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes mv-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
#top-panel {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100vh; }

#mv {
  background: url(../img/mv01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  #mv .topcopy {
    height: 100%;
    margin: 0 auto; }
    #mv .topcopy .copy {
      opacity: 0;
      filter: alpha(opacity=0); }
      #mv .topcopy .copy:nth-child(1) {
        -webkit-animation: mv-fade 0.5s 1s ease-out forwards;
        animation: mv-fade 0.5s 1s ease-out forwards; }
      #mv .topcopy .copy:nth-child(2) {
        -webkit-animation: mv-fade 0.5s 1.5s ease-out forwards;
        animation: mv-fade 0.5s 1.5s ease-out forwards; }
  #mv .arrow {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin: -68px auto 0 auto;
    text-align: center;
    width: 30px; }
    #mv .arrow:before {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      content: " ";
      display: block;
      width: 20px;
      height: 20px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin: -10px 0 12px 6px; }
  #mv イベントバナー
  .mvbnr {
    display: none; }

@media screen and (max-width: 487px) {
  #top-panel {
    height: 100vh; }

  #mv {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden; }
    #mv .topcopy {
      /*
      display: flex;
      justify-content: center;
      align-items: center;
      */
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    #mv .copy {
      position: absolute;
      display: block; }
      #mv .copy:nth-child(1) {
        display: none; }
      #mv .copy:nth-child(2) {
        width: 86%;
        margin: 0 5%; }
      #mv .copy img {
        width: 100%;
        height: auto; }
    #mv .mvbnr {
      display: none;
      position: absolute;
      bottom: 30px;
      width: 100%;
      text-align: center; }
      #mv .mvbnr img {
        width: 300px;
        height: auto;
        margin: 0 20px 0 auto; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  #top-panel {
    height: 100vh; }

  #mv {
    width: 100%;
    height: 100%; }
    #mv .topcopy {
      display: flex;
      justify-content: center;
      align-items: center; }
    #mv .copy {
      display: block; }
      #mv .copy:nth-child(1) {
        display: none; }
      #mv .copy:nth-child(2) {
        width: 70%; }
      #mv .copy img {
        width: 100%;
        height: auto; }
    #mv .mvbnr {
      display: none;
      position: absolute;
      bottom: 100px;
      width: 100%;
      text-align: center; } }
@media screen and (min-width: 768px) {
  #top-panel {
    height: 100vh;
    padding-bottom: 66px; }

  #mv {
    width: 100%;
    height: 100%; }
    #mv .topcopy {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #mv .copy:nth-child(1) {
      top: 15%;
      left: 15%;
      text-align: left; }
    #mv .copy:nth-child(2) {
      top: 17%;
      right: 0;
      width: 770px;
      display: block;
      text-align: right; }
    #mv .mvbnr {
      display: none;
      position: absolute;
      bottom: 54px;
      right: 60px; } }
/* NEWS
=============================================================================*/
.top-info .pl-header h3 {
  font-size: 18px;
  font-size: 1.125rem; }
.top-info .pl-header .list {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold; }
  .top-info .pl-header .list a {
    color: #000; }
    .top-info .pl-header .list a:before {
      font-family: "fontello";
      content: "\f105";
      padding-right: 6px; }
.top-info .single-post {
  display: block;
  padding: 0; }
  .top-info .single-post .meta {
    margin-bottom: 5px; }
  .top-info .single-post .cat a {
    display: inline-block;
    color: #fff;
    background-color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 3px; }
  .top-info .single-post .date {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 5px; }
  .top-info .single-post .p-title {
    font-size: 15px;
    font-size: 0.9375rem; }
    .top-info .single-post .p-title a {
      color: #222; }

@media screen and (max-width: 767px) {
  .top-info {
    margin: 50px auto;
    padding: 0 15px; }
    .top-info .box {
      border-bottom: 1px solid #d7d7d7;
      width: 100%; }
      .top-info .box:first-child {
        margin-bottom: 40px; }
    .top-info .pl-header {
      border-bottom: 1px solid #d7d7d7;
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      margin: 0 0 15px 0; }
      .top-info .pl-header h3 {
        font-size: 18px;
        font-size: 1.125rem; }
      .top-info .pl-header .list {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold; }
        .top-info .pl-header .list a {
          color: #000; }
          .top-info .pl-header .list a:before {
            font-family: "fontello";
            content: "\f105";
            padding-right: 6px; }
    .top-info .single-post {
      margin-bottom: 25px; } }
@media screen and (min-width: 768px) {
  .top-info {
    margin: 50px auto;
    display: flex; }
    .top-info .box {
      border-bottom: 1px solid #d7d7d7;
      display: flex;
      justify-content: space-between;
      flex: 1; }
      .top-info .box:first-child {
        margin-right: 40px; }
    .top-info .pl-header {
      width: 108px; }
    .top-info .post-list {
      width: 370px; }
    .top-info .single-post {
      margin-bottom: 25px; } }
/* 35 STORY
=============================================================================*/
.top-story {
  background-color: #f0efe9; }
  .top-story h2, .top-story h3, .top-story p {
    text-align: center; }

.reported {
  text-align: center;
  margin: -50px 0 23px 0;
  font-size: 16px;
  font-size: 1rem; }

.pastworks {
  margin: 30px auto; }

@media screen and (max-width: 767px) {
  .top-story {
    padding: 40px 0; }
    .top-story h2 {
      border-bottom: 1px solid #d7d7d7;
      font-size: 24px;
      font-size: 1.5rem;
      width: 244px;
      margin: 0 auto 20px auto;
      padding-bottom: 20px; }
    .top-story p {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 50px;
      padding: 0 15px; }

  .story-list {
    margin: 0 auto 30px auto; }

  .pastworks {
    text-align: center; } }
@media screen and (min-width: 768px) {
  .top-story {
    padding: 40px 0; }
    .top-story h2 {
      border-bottom: 1px solid #d7d7d7;
      font-size: 24px;
      font-size: 1.5rem;
      width: 244px;
      margin: 0 auto 20px auto;
      padding-bottom: 20px; }
    .top-story p {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 50px; }

  .story-list {
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }

  .pastworks {
    width: 1000px; } }
/* ==========================================================================*/
/* いごこちのいい暮らし
/* ==========================================================================*/
.idea li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.75em; }

.concept-policy dt {
  font-weight: bold;
  margin-bottom: 5px; }
.concept-policy dd {
  line-height: 1.8; }
  .concept-policy dd:not(:last-child) {
    margin-bottom: 30px; }

.typelist .typeitem {
  background-color: #f7f6f2; }
.typelist h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px; }
.typelist img {
  line-height: 0;
  margin-bottom: 10px; }
.typelist ul {
  margin-top: 10px; }
.typelist li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  list-style-type: none;
  display: inline-block; }
  .typelist li:not(:last-child) {
    margin-right: 14px; }

@media screen and (max-width: 767px) {
  .idea {
    margin-left: 1em; }

  .s1.type {
    margin-top: 140px; }

  .s1 p.center {
    text-align: left; }

  .typelist {
    margin: 0 auto; }
    .typelist .typeitem {
      margin: 0 auto 28px auto;
      padding: 20px 35px;
      width: 100%;
      max-width: 336px; }
      .typelist .typeitem img {
        width: 100%;
        height: auto; }

  .work-list {
    margin: 40px auto; } }
@media screen and (min-width: 768px) {
  .idea {
    margin-left: 1em; }

  .s1.type {
    margin-top: 140px; }

  .typelist {
    display: flex;
    flex-wrap: wrap; }
    .typelist .typeitem {
      width: 336px;
      margin-bottom: 28px;
      padding: 20px 35px; }
      .typelist .typeitem:nth-child(odd) {
        margin-right: 28px; }

  .work-list {
    margin: 40px auto; } }
/* ==========================================================================*/
/* 家づくり
/* ==========================================================================*/
@media screen and (max-width: 767px) {
  .concept-box {
    border-bottom: 1px solid #d7d7d7;
    margin: 50px auto;
    padding: 0 15px 50px 15px; }
    .concept-box .fig {
      width: 382px;
      max-width: 100%;
      text-align: center;
      margin: 0 auto 30px auto; }
      .concept-box .fig img {
        width: 100%;
        height: auto; } }
@media screen and (min-width: 768px) {
  .concept-box {
    border-bottom: 1px solid #d7d7d7;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    padding-bottom: 50px; }
    .concept-box .fig {
      width: 382px;
      margin: 0; }
    .concept-box .text {
      width: 584px; } }
/* 共通
==============================================================*/
.section-mv .text .mv-title,
.section-mv-plan .text .mv-title,
.section-mv-renov .text .mv-title {
  text-align: center;
  border-bottom: 1px solid #d7d7d7; }
.section-mv .text p,
.section-mv-plan .text p,
.section-mv-renov .text p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2; }
  .section-mv .text p:not(:last-child),
  .section-mv-plan .text p:not(:last-child),
  .section-mv-renov .text p:not(:last-child) {
    margin-bottom: 1em; }

/* 注文住宅
==============================================================*/
.section-mv {
  background: url(../img/concept-mv01.jpg) no-repeat right top; }

@media screen and (max-width: 767px) {
  .section-mv {
    background-position: center center;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 auto 60px auto;
    padding-bottom: 60px;
    height: 591px;
    display: flex;
    justify-content: center;
    align-items: center; } }
@media screen and (min-width: 768px) {
  .section-mv {
    border-bottom: 1px solid #d7d7d7;
    width: 1000px;
    margin: 0 auto 60px auto;
    padding-bottom: 60px;
    height: 591px;
    position: relative; }
    .section-mv .text {
      top: 88px; } }
.pf-box {
  border: 1px solid #d7d7d7; }

.pf-pane {
  display: flex; }

.pf-header {
  background-color: #f0efe9; }
  .pf-header .num {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #262626; }
  .pf-header .cap {
    font-weight: bold;
    text-align: center; }

.pf-text p {
  text-align: justify; }

@media screen and (max-width: 487px) {
  .pf-box {
    padding: 25px 35px;
    margin: 50px 15px 80px 15px; }
    .pf-box .btitle {
      margin: 0 auto; }

  .pf-pane {
    flex-direction: column;
    margin: 30px auto 0 auto; }
    .pf-pane .pf-header {
      width: 100%;
      padding: 20px 0;
      margin-bottom: 30px; }
      .pf-pane .pf-header .num {
        font-size: 48px;
        font-size: 3rem;
        margin: 0 auto 24px auto;
        width: 184px; }
      .pf-pane .pf-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
        .pf-pane .pf-header .cap br {
          display: none; }
    .pf-pane .pf-text p {
      line-height: 1.8;
      margin-bottom: 1em; }

  .sp-arrow.sp-previous-arrow {
    left: -30px !important; }

  .sp-arrow.sp-next-arrow {
    right: -30px !important; }

  .sp-buttons {
    bottom: -75px !important; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .pf-box {
    padding: 25px 60px 0 60px;
    margin: 50px 15px; }
    .pf-box .btitle {
      margin: 0 auto; }

  .pf-pane {
    flex-direction: column;
    margin: 30px auto 0 auto; }
    .pf-pane .pf-header {
      width: 100%;
      padding: 20px 0;
      margin-bottom: 30px; }
      .pf-pane .pf-header .num {
        font-size: 48px;
        font-size: 3rem;
        margin: 0 auto 24px auto;
        width: 184px; }
      .pf-pane .pf-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
        .pf-pane .pf-header .cap br {
          display: none; }
    .pf-pane .pf-text p {
      line-height: 1.8;
      margin-bottom: 1em; } }
@media screen and (min-width: 768px) {
  .pf-box {
    padding: 25px 0 0 0;
    margin: 50px auto;
    width: 1000px; }
    .pf-box .btitle {
      width: 850px;
      margin: 0 auto; }

  .pf-pane {
    justify-content: space-between;
    width: 850px;
    margin: 30px auto 0 auto; }
    .pf-pane .pf-header {
      min-height: 270px;
      width: 250px; }
      .pf-pane .pf-header .num {
        font-size: 48px;
        font-size: 3rem;
        margin: 24px auto 24px auto;
        width: 214px; }
      .pf-pane .pf-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
    .pf-pane .pf-text {
      width: 530px; }
      .pf-pane .pf-text p {
        line-height: 1.8;
        margin-bottom: 1em; } }
/* 企画型住宅
==============================================================*/
.section-mv-plan {
  background: url(../img/plan-mv01.jpg) no-repeat right top; }

.plan-section {
  display: flex; }
  .plan-section p {
    line-height: 1.8;
    margin-bottom: 36px; }
  .plan-section p.question {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
    padding-left: 52px; }
    .plan-section p.question:before {
      background-color: #333;
      content: " ";
      display: block;
      height: 1px;
      width: 34px;
      position: absolute;
      left: 0;
      top: 14px; }
  .plan-section .reason {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }
    .plan-section .reason dt {
      display: block;
      width: 50px;
      clear: left;
      float: left; }
    .plan-section .reason dd {
      display: block;
      width: calc(100% - 50px);
      float: left;
      margin-bottom: 20px; }
  .plan-section .fig img {
    margin-bottom: 8px; }

.plan-header {
  position: relative; }
  .plan-header .plantitle {
    border-bottom: 1px solid #d7d7d7;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px; }
  .plan-header .pnav {
    background-color: #fff;
    border: 1px solid #d7d7d7; }
    .plan-header .pnav li {
      list-style-type: none;
      font-weight: bold; }
      .plan-header .pnav li:before {
        content: "\f105";
        font-family: "fontello";
        padding-right: 4px; }

.tricoro-exp {
  padding: 0 15px; }
  .tricoro-exp h4 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 45px 0;
    text-align: center; }
  .tricoro-exp p {
    text-align: center;
    margin-bottom: 30px; }

.plan-box {
  background-color: #f0efe9;
  padding: 17px;
  margin: 50px auto; }
  .plan-box .list-inner {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 25px; }
  .plan-box .btitle {
    font-size: 20px;
    font-size: 1.25rem; }
  .plan-box p {
    margin-bottom: 0; }

.plan-list .pbox {
  position: relative;
  width: 200px; }
.plan-list .thum {
  background-color: #f0efe9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 200px;
  height: 140px;
  margin-bottom: 15px; }
  .plan-list .thum a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
.plan-list .ptitle {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px; }
  .plan-list .ptitle:before {
    content: "\f105";
    font-family: "fontello";
    margin-right: 4px; }
.plan-list p {
  font-size: 13px;
  font-size: 0.8125rem; }

.planimg {
  margin: 0 auto 20px auto; }

.plan-floor {
  position: relative; }
  .plan-floor .fnum {
    background-color: #f0efe9;
    font-size: 24px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }

.appearance h4 {
  margin-bottom: 20px; }
.appearance img {
  margin: 0 auto;
  display: block; }

.apr-exp {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 3; }
  .apr-exp span.p {
    font-weight: bold; }

.price-lead {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  text-align: center; }

.plan-price {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold; }
  .plan-price .yen {
    font-size: 20px;
    font-size: 1.25rem; }

.plan-box.spec p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  text-align: center; }

/* モデルハウス
=============================================================================*/
.single-model .thum {
  margin-bottom: 15px; }
.single-model .m-title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px; }
  .single-model .m-title a {
    color: #333; }
.single-model a {
  color: #3281a7; }

.mh-title {
  font-size: 22px;
  font-size: 1.375rem; }

#mh-slide {
  margin: 30px auto 60px auto; }
  #mh-slide .slider {
    background-color: #f0efea;
    text-align: center; }
    #mh-slide .slider li {
      background-color: #f0efea; }
    #mh-slide .slider img {
      display: inline; }

.mh-box {
  margin: 50px auto;
  align-items: flex-start; }
  .mh-box h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px; }
  .mh-box .map p {
    margin-bottom: 5px; }
  .mh-box .access-map {
    margin: 20px auto; }
    .mh-box .access-map img {
      width: 100%;
      height: auto; }

/* リノベ型住宅・リフォーム
==============================================================*/
.section-mv-renov {
  background: url(../img/renov-mv02.jpg) no-repeat right top; }

.renov-box {
  display: flex; }
  .renov-box .box-header h4 {
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
    padding-bottom: 30px; }

.renov-box.first {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 60px; }

@media screen and (max-width: 650px) {
  .plan-list {
    width: 200px;
    margin: 50px auto 25px auto; }
    .plan-list .pbox {
      margin-bottom: 30px; }

  .tricoro-exp {
    padding: 0 15px; }
    .tricoro-exp h4 {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 0 45px 0;
      text-align: center; }
    .tricoro-exp p {
      text-align: left;
      margin-bottom: 30px; }
      .tricoro-exp p br {
        display: none; }

  .plan-floor {
    padding-top: 60px; }
    .plan-floor .fnum {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 15px; }

  #mh-slide {
    width: 100%;
    padding: 0 15px; }
    #mh-slide .slider img {
      display: inline;
      max-width: 100%;
      max-height: 400px; }
    #mh-slide .bx-wrapper .bx-prev {
      left: 15px; }
    #mh-slide .bx-wrapper .bx-next {
      right: 15px; } }
@media screen and (max-width: 767px) and (min-width: 651px) {
  .plan-list {
    width: 450px;
    margin: 50px auto 25px auto;
    zoom: 1; }
    .plan-list:after {
      content: "";
      display: block;
      clear: both; }
    .plan-list .pbox {
      float: left;
      margin-bottom: 30px; }
      .plan-list .pbox:nth-child(odd) {
        margin-right: 50px; }

  .plan-floor {
    padding: 0 15px; }
    .plan-floor .fnum {
      width: 70px;
      height: 70px;
      position: absolute;
      top: 0;
      left: 15px; }

  #mh-slide {
    width: 100%;
    padding: 0 15px; }
    #mh-slide .slider img {
      display: inline;
      max-width: 100%;
      max-height: 400px; }
    #mh-slide .bx-wrapper .bx-prev {
      left: 30px; }
    #mh-slide .bx-wrapper .bx-next {
      right: 30px; } }
@media screen and (max-width: 767px) {
  .section-mv .text,
  .section-mv-plan .text,
  .section-mv-renov .text {
    background-color: rgba(255, 255, 255, 0.8);
    width: 86%;
    padding: 25px; }
  .section-mv .mv-title,
  .section-mv-plan .mv-title,
  .section-mv-renov .mv-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 24px;
    margin-bottom: 24px; }

  .section-mv-plan {
    background-position: center center;
    margin: 0 auto 100px auto;
    height: 392px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .section-mv-renov {
    background-position: center center;
    margin: 0 auto 60px auto;
    height: 392px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .plan-section {
    flex-direction: column;
    justify-content: space-between;
    margin: 60px auto;
    padding: 0 15px; }
    .plan-section .fig {
      width: 100%;
      max-width: 382px;
      margin-right: 35px;
      margin: 40px auto 0 auto; }
      .plan-section .fig img {
        width: 100%;
        height: auto; }

  .plan-header {
    margin: 30px 15px 40px 15px; }
    .plan-header .plantitle {
      font-size: 24px;
      font-size: 1.5rem; }
    .plan-header p {
      margin-bottom: 30px; }
      .plan-header p .sp {
        display: none; }
    .plan-header .pnav {
      padding: 20px 35px;
      overflow: hidden;
      *zoom: 1; }
      .plan-header .pnav li {
        float: left;
        width: 50%; }
        .plan-header .pnav li:nth-child(-n+2) {
          margin-bottom: 15px; }
    .plan-header .awards {
      text-align: center;
      margin: 20px 0; }
    .plan-header .badge, .plan-header .badge2 {
      display: inline-block; }

  .planimg {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 15px; }

  .contlink {
    margin: 0 auto 40px auto;
    text-align: center; }

  .plan-floor {
    margin: 40px auto; }

  .appearance, .apr-exp {
    margin: 40px auto;
    padding: 0 15px; }

  .planimg img,
  .plan-floor img,
  .appearance img {
    width: 100%;
    height: auto; }

  .renov-box {
    margin: 0 auto 60px auto;
    padding: 0 15px;
    flex-direction: column; }
    .renov-box .box-header {
      margin-bottom: 30px; }
      .renov-box .box-header h4 {
        margin-bottom: 38px; }
      .renov-box .box-header img {
        display: block;
        margin: 0 auto; }
    .renov-box .detail p:last-of-type {
      margin-bottom: 50px; }

  .mh-box .bbox {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%; } }
@media screen and (min-width: 768px) {
  .section-mv-plan {
    width: 1000px;
    margin: 0 auto 100px auto;
    height: 392px;
    position: relative; }
    .section-mv-plan .text {
      top: 58px; }

  .section-mv .text,
  .section-mv-plan .text {
    background-color: #fff;
    width: 310px;
    padding: 25px;
    position: absolute; }
  .section-mv .mv-title,
  .section-mv-plan .mv-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 24px;
    margin-bottom: 24px; }

  .section-mv-renov {
    width: 1000px;
    margin: 0 auto 60px auto;
    padding-bottom: 60px;
    height: 392px;
    position: relative; }
    .section-mv-renov .text {
      background-color: #fff;
      width: 352px;
      padding: 25px;
      position: absolute;
      top: 52px;
      width: 352px; }
    .section-mv-renov .mv-title {
      font-size: 24px;
      font-size: 1.5rem;
      padding-bottom: 24px;
      margin-bottom: 24px; }

  .plan-section {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1000px;
    margin: 60px auto; }
    .plan-section .fig {
      width: 382px;
      margin-right: 35px; }
    .plan-section .text {
      width: 583px; }

  .plan-header {
    width: 1000px;
    margin: 30px auto 70px auto; }
    .plan-header .plantitle {
      font-size: 24px;
      font-size: 1.5rem; }
    .plan-header p {
      text-align: center;
      padding: 0 220px 0 190px; }
    .plan-header .pnav {
      padding: 20px 35px;
      position: absolute;
      left: 0;
      top: 0; }
      .plan-header .pnav li:not(:last-child) {
        margin-bottom: 15px; }
    .plan-header .badge {
      position: absolute;
      right: 0;
      bottom: 0; }
    .plan-header .badge2 {
      position: absolute;
      right: 115px;
      bottom: 5px; }

  .tricoro-exp {
    width: 1000px;
    margin: 0 auto 50px auto; }
    .tricoro-exp p {
      text-align: center; }

  .plan-box {
    width: 1000px; }

  .plan-list {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 25px auto; }

  .planimg {
    width: 841px;
    margin: 0 auto 20px auto; }

  .contlink {
    width: 1000px;
    margin: 0 auto 40px auto;
    text-align: center; }

  .plan-floor {
    width: 850px;
    margin: 40px auto;
    text-align: center; }
    .plan-floor .fnum {
      width: 85px;
      height: 85px;
      position: absolute;
      top: 0;
      left: 0; }

  .appearance, .apr-exp {
    width: 850px;
    margin: 40px auto; }

  .renov-box {
    width: 1000px;
    margin: 0 auto 60px auto;
    justify-content: space-between; }
    .renov-box .box-header {
      width: 332px; }
      .renov-box .box-header h4 {
        margin-bottom: 38px; }
    .renov-box .detail {
      width: 584px; }
      .renov-box .detail p:last-of-type {
        margin-bottom: 50px; }

  #mh-slide {
    width: 840px; }
    #mh-slide li {
      width: 840px;
      height: 550px; }
    #mh-slide .bx-wrapper .bx-prev {
      left: -58px; }
    #mh-slide .bx-wrapper .bx-next {
      right: -58px; }

  .mh-box .bbox {
    padding-left: 50px;
    padding-right: 50px; } }
/* ==========================================================================*/
/* 会社概要
/* ==========================================================================*/
.outline-lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 60px auto;
  padding: 0 15px; }

/*代表あいさつ
=============================================================================*/
.section-mv-msg {
  margin: 50px auto; }

.msg-box {
  display: flex; }
  .msg-box h5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px; }
  .msg-box p {
    margin-bottom: 7px; }

/*スタッフ
=============================================================================*/
.staff-lead .text p {
  line-height: 1.8;
  margin-bottom: 1em; }

.staff-list {
  display: flex;
  flex-wrap: wrap; }
  .staff-list li {
    list-style-type: none;
    width: 210px; }
  .staff-list img {
    margin-bottom: 15px; }
  .staff-list .name,
  .staff-list .af {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 0 3px 0; }
  .staff-list .af {
    color: #888; }
    .staff-list .af span {
      font-size: 12px;
      font-size: 0.75rem;
      display: block; }

.profile {
  background-color: #fff;
  display: flex; }
  .profile .photo img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto; }
  .profile .photo .soci img {
    margin-right: 8px;
    max-width: 34px; }
  .profile .detail h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 40px; }
    .profile .detail h3 .en {
      font-size: 13px;
      font-size: 0.8125rem;
      padding-left: 20px; }
  .profile .detail dt {
    border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .profile .detail dd {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 25px;
    line-height: 1.8; }

.staff-cp-sub {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.staff-box {
 /* background-color: #efead5;
  background-color: #f0efe9; */}

  .staff-box .list-inner {
    background-color: #fff;
    border: 1px solid #d7d7d7; }
  .staff-box .text p {
    line-height: 1.8;
    margin-bottom: 0; }

/*採用情報
=============================================================================*/
.recruit-title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: -25px; }

table.recruit th,
table.outline th {
  text-align: left; }
table.recruit th, table.recruit td,
table.outline th,
table.outline td {
  vertical-align: top;
  line-height: 2; }
table.recruit a,
table.outline a {
  color: #3281a7; }
table.recruit .affiliated,
table.outline .affiliated {
  border: 1px solid #ddd;
  padding: 10px;
  display: table; }
  table.recruit .affiliated dt, table.recruit .affiliated dd,
  table.outline .affiliated dt,
  table.outline .affiliated dd {
    display: table-cell;
    vertical-align: middle; }
  table.recruit .affiliated dt,
  table.outline .affiliated dt {
    text-align: center; }
  table.recruit .affiliated dd,
  table.outline .affiliated dd {
    border-left: 1px solid #ddd;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 20px; }
  table.recruit .affiliated .name,
  table.outline .affiliated .name {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    margin-bottom: 3px; }

.btn-m.recruit {
  font-size: 20px;
  font-size: 1.25rem; }
  .btn-m.recruit a:before {
    content: "";
    padding: 0; }

/*会社概要
=============================================================================*/
.policy-lead {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 20px; }

.company-policy {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px;
  margin-bottom: 40px; }
  .company-policy .box {
    background-color: #f0efe9;
    padding: 10px 30px; }
    .company-policy .box .btitle {
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .company-policy .box p {
      margin-bottom: 0; }

table.history {
  margin-bottom: 40px; }
  table.history th {
    font-weight: normal;
    text-align: left; }
  table.history th, table.history td {
    vertical-align: top;
    line-height: 2; }

#staff-slider {
  border: 1px solid #d7d7d7; }
  #staff-slider .btitle {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 10px;
    margin: 30px auto 10px auto; }

.sp-top-thumbnails {
  width: 100% !important; }

#staff-cat {
  text-align: center;
  margin-bottom: 20px;
  width: 100% !important; }
  #staff-cat .sp-thumbnail {
    cursor: pointer;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    list-style-type: none;
    display: inline-block; }
  #staff-cat .sp-thumbnail-container {
    width: auto !important;
    padding: 1px 8px; }
  #staff-cat .sp-selected-thumbnail {
    background-color: #222;
    color: #fff; }

.staff-pane {
  display: flex; }

.staff-header {
  background-color: #f0efe9; }
  .staff-header .num {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #262626; }
  .staff-header .detail {
    position: relative; }
    .staff-header .detail:before {
      content: "[";
      font-size: 38px;
      font-size: 2.375rem;
      position: absolute;
      left: -34px;
      top: -5px; }
    .staff-header .detail:after {
      content: "]";
      font-size: 38px;
      font-size: 2.375rem;
      position: absolute;
      right: -24px;
      top: -5px; }
  .staff-header .cap {
    font-weight: bold;
    text-align: center; }
  .staff-header .cap-type {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto; }
    .staff-header .cap-type th, .staff-header .cap-type td {
      font-size: 13px;
      font-size: 0.8125rem;
      padding-top: 3px;
      padding-bottom: 3px;
      line-height: 1; }
    .staff-header .cap-type th {
      font-weight: normal;
      padding-right: 10px;
      min-width: 80px; }
    .staff-header .cap-type th.bis {
      text-align: left; }
    .staff-header .cap-type td {
      text-align: right;
      padding-left: 10px; }
    .staff-header .cap-type .member {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: bold; }
  .staff-header .member.g {
    color: #62b080; }
  .staff-header .member.b {
    color: #6b94b2; }
  .staff-header .member.y {
    color: #cccc52; }
  .staff-header .member.yg {
    color: #99cc01; }
  .staff-header .member.wb {
    color: #50cacb; }

.staff-text p {
  text-align: justify; }

.work-staff {
  display: flex; }
  .work-staff .box {
    display: flex;
    align-items: flex-end; }
  .work-staff img {
    margin-right: 20px; }
  .work-staff p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    align-self: flex-end;
    margin-bottom: 0;
    line-height: 1; }
    .work-staff p .num {
      font-size: 35px;
      font-size: 2.1875rem;
      padding-left: .5em; }

@media screen and (max-width: 487px) {
  .work-staff {
    margin: 40px auto;
    flex-direction: column;
    padding: 0 15px; }
    .work-staff .box {
      align-items: center;
      flex-direction: column;
      margin-bottom: 30px; }
      .work-staff .box p {
        align-self: center;
        margin-top: 20px; }

  #staff-slider {
    margin: 100px auto 50px auto;
    padding: 0 20px 20px 20px !important; }
    #staff-slider .sp-arrow.sp-previous-arrow {
      left: -15px !important; }
    #staff-slider .sp-arrow.sp-next-arrow {
      right: -15px !important; }

  .staff-pane {
    flex-direction: column;
    margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
      width: 100%;
      padding: 25px 0px;
      margin-bottom: 30px; }
      .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 0 auto 20px auto;
        padding-bottom: 15px;
        width: 214px;
        line-height: 1.5; }
      .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
      .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
      .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
      display: flex;
      justify-content: center; }
      .staff-pane .staff-text img {
        width: 100%;
        height: 100%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .work-staff {
    margin: 40px auto;
    flex-direction: column;
    max-width: 440px;
    padding: 0 15px; }
    .work-staff .box {
      justify-content: center;
      margin-bottom: 30px; }

  #staff-slider {
    margin: 100px auto 50px auto;
    padding: 0 30px 30px 30px !important; }
    #staff-slider .sp-arrow.sp-previous-arrow {
      left: -20px !important; }
    #staff-slider .sp-arrow.sp-next-arrow {
      right: -20px !important; }

  .staff-pane {
    flex-direction: column;
    margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
      width: 100%;
      padding: 20px 0;
      margin-bottom: 30px; }
      .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 24px auto 20px auto;
        padding-bottom: 15px;
        max-width: 214px;
        line-height: 1.5; }
      .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
      .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
      .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
      display: flex;
      justify-content: center; }
      .staff-pane .staff-text img {
        display: inline; } }
@media screen and (max-width: 391px) {
  .staff-list {
    margin: 0 auto 20px auto;
    width: 160px; }
    .staff-list li {
      margin-bottom: 25px; }

  .profile {
    padding: 20px;
    position: relative; }
    .profile .prof-inner {
      padding-top: 40px; }
    .profile .photo {
      margin-bottom: 30px; } }
@media screen and (max-width: 650px) and (min-width: 400px) {
  .staff-list {
    margin: 0 auto 20px auto;
    width: 370px; }
    .staff-list li {
      margin-bottom: 25px; }
      .staff-list li:not(:nth-child(2n)) {
        margin-right: 50px; }

  .profile {
    padding: 40px;
    position: relative; }
    .profile .prof-inner {
      padding-top: 40px;
      width: 100%; }
    .profile .photo {
      margin-bottom: 30px; } }
@media screen and (max-width: 767px) and (min-width: 651px) {
  .staff-list {
    margin: 0 auto 20px auto;
    width: 580px; }
    .staff-list li {
      margin-bottom: 25px; }
      .staff-list li:not(:nth-child(3n)) {
        margin-right: 50px; }

  .profile {
    padding: 40px;
    position: relative; }
    .profile .prof-inner {
      display: flex;
      justify-content: space-between;
      padding-top: 40px;
      width: 100%; }
    .profile .photo {
      width: 200px; }
    .profile .detail {
      width: calc(100% - 240px); }
      .profile .detail h3 .en {
        display: block;
        padding: 0; } }
@media screen and (max-width: 767px) {
  .section-mv-msg {
    padding: 0 15px; }
    .section-mv-msg img {
      width: 100%;
      height: auto; }

  .msg-box {
    margin: 50px auto;
    flex-direction: column;
    padding: 0 15px; }
    .msg-box .fig {
      text-align: center;
      margin-bottom: 30px; }
      .msg-box .fig img {
        display: inline;
        width: 100%;
        max-width: 475px;
        height: auto; }

  .staff-lead {
    margin: 45px auto 60px auto;
    padding: 0 15px; }
    .staff-lead .text br {
      display: none; }

  .staff-box {
    padding: 17px;
    margin: 45px auto; }
    .staff-box .list-inner {
      padding: 25px; }
    .staff-box .cp-sup .text .sp {
      display: none; }
    .staff-box .cp-sup .fig {
      margin: 30px; }

  .staff-lead .fig,
  .staff-box .fig,
  .cp-photo {
    text-align: center; }
    .staff-lead .fig img,
    .staff-box .fig img,
    .cp-photo img {
      max-width: 100%;
      height: auto; }

  .staff-cp-lead,
  .staff-cp-sub,
  .cp-photo {
    padding: 0 15px; }

  .staff-cp-lead {
    margin: 40px auto; }

  .staff-cp-sub {
    margin: 30px 0; }

  table.recruit,
  table.outline {
    margin: 40px auto;
    border-collapse: separate;
    border-spacing: 10px; }
    table.recruit tr:not(:last-child) td,
    table.outline tr:not(:last-child) td {
      border-bottom: 1px solid #d7d7d7; }
    table.recruit th, table.recruit td,
    table.outline th,
    table.outline td {
      display: block;
      padding: 7px 0; }

  table.outline .affiliated {
    display: inline-block;
    width: 100%; }
    table.outline .affiliated dt {
      width: 100px; }
    table.outline .affiliated dd {
      width: calc(100% - 120px); }

  table.history {
    margin: 40px 15px;
    width: calc(100% - 30px); }
    table.history tr:not(:last-child) td {
      border-bottom: 1px solid #d7d7d7; }
    table.history th, table.history td {
      display: block; }
    table.history th {
      font-weight: bold; }
    table.history td {
      padding-bottom: 4px; }

  .company-map {
    padding: 0 15px; }
    .company-map .gmap {
      position: relative;
      padding-bottom: 50%;
      height: 0;
      overflow: hidden; }
    .company-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }
@media screen and (min-width: 768px) {
  .section-mv-msg {
    width: 1000px; }

  .msg-box {
    width: 1000px;
    margin: 50px auto;
    justify-content: space-between; }
    .msg-box .fig, .msg-box .text {
      width: 475px; }
    .msg-box:nth-child(odd) {
      flex-direction: row; }
    .msg-box:nth-child(even) {
      flex-direction: row-reverse; }

  .staff-lead {
    width: 1000px;
    margin: 45px auto 60px auto;
    display: flex;
    justify-content: space-between; }
    .staff-lead .text {
      width: 580px; }
    .staff-lead .fig {
      width: 388px; }

  .staff-list {
    width: 1000px;
    margin: 0 auto 20px auto; }
    .staff-list li {
      margin-bottom: 25px; }
      .staff-list li:not(:nth-child(4n)) {
        margin-right: 50px; }

  .profile {
    padding: 60px;
    position: relative; }
    .profile .prof-inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 1000px; }
    .profile .photo {
      width: 300px; }
    .profile .detail {
      width: calc(100% - 360px); }

  .staff-cp-lead {
    width: 1000px;
    margin: 40px auto;
    text-align: center; }

  .staff-cp-sub {
    text-align: center;
    margin: 30px 0; }

  .staff-box {
    padding: 0px;
    width: 1000px;
    margin: 45px auto; }
    .staff-box .list-inner {
      padding: 25px; }
    .staff-box .cp-sup {
      display: flex;
      justify-content: space-between; }
      .staff-box .cp-sup .text {
        width: 580px; }
      .staff-box .cp-sup fig {
        width: 283px; }

  table.recruit,
  table.outline {
    width: 930px;
    margin: 40px auto;
    border-collapse: separate;
    border-spacing: 10px; }
    table.recruit tr:not(:last-child) th, table.recruit tr:not(:last-child) td,
    table.outline tr:not(:last-child) th,
    table.outline tr:not(:last-child) td {
      border-bottom: 1px solid #d7d7d7; }
    table.recruit th,
    table.outline th {
      width: 126px; }
    table.recruit th, table.recruit td,
    table.outline th,
    table.outline td {
      padding-bottom: 5px; }
    table.recruit td,
    table.outline td {
      padding-left: 30px; }
    table.recruit br.sp,
    table.outline br.sp {
      display: none; }

  table.outline .affiliated {
    display: inline-block; }
    table.outline .affiliated:nth-child(1) {
      width: 300px;
      margin-right: 20px; }
    table.outline .affiliated:nth-child(2) {
      width: 410px; }

  table.history {
    width: 516px;
    margin: 40px auto;
    border-collapse: separate;
    border-spacing: 10px; }
    table.history tr:not(:last-child) th, table.history tr:not(:last-child) td {
      border-bottom: 1px solid #d7d7d7; }

  #staff-slider {
    margin: 100px auto 50px auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 0 !important; }

  .staff-pane {
    justify-content: space-between;
    width: 850px;
    margin: 30px auto 0 auto; }
    .staff-pane .staff-header {
      min-height: 270px;
      width: 250px; }
      .staff-pane .staff-header .num {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 20px auto;
        padding-bottom: 10px;
        width: 214px;
        line-height: 1.5; }
      .staff-pane .staff-header .cap {
        font-size: 18px;
        font-size: 1.125rem; }
      .staff-pane .staff-header .member {
        font-size: 30px;
        font-size: 1.875rem; }
      .staff-pane .staff-header .detail {
        font-weight: normal;
        font-size: 18px;
        font-size: 1.125rem; }
    .staff-pane .staff-text {
      width: 530px;
      display: flex;
      align-items: center; }

  .work-staff {
    width: 780px;
    margin: 40px auto;
    justify-content: space-between; }
    .work-staff .box:first-child {
      width: 340px; }
    .work-staff .box:nth-child(2) {
      width: 406px; }

  .company-map {
    width: 1000px;
    margin: 50px auto; } }
/* ==========================================================================*/
/* 35STORY
/* ==========================================================================*/
/*一覧・共通
=============================================================================*/
.p-title .ig {
  font-weight: normal;
  padding-left: 10px; }

.wp-pagenavi.story {
  border-top: 1px solid #d7d7d7;
  padding-top: 0; }

.story-lead {
  margin: -20px auto 0 auto;
  text-align: center; }

.catnav {
  font-weight: bold; }
  .catnav dl {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 40px auto; }
    .catnav dl dd, .catnav dl dt {
      display: inline-block; }
    .catnav dl dd {
      padding: 0 5px; }
      .catnav dl dd a {
        display: inline-block;
        padding: 2px 5px; }
      .catnav dl dd .jirei {
        font-size: 13px;
        font-size: 0.8125rem;
        padding-left: 7px; }
    .catnav dl .current a {
      color: #fff;
      background-color: #333; }

.catnav.story {
  margin-bottom: 80px; }

/*個別 
=============================================================================*/
.story-wrap .story-header {
  text-align: center; }
  .story-wrap .story-header .cattitle {
    font-size: 22px;
    font-size: 1.375rem; }
  .story-wrap .story-header .meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .story-wrap .story-header .date {
    padding: 5px 0;
    display: block; }
  .story-wrap .story-header .view a {
    background-color: #333;
    color: #fff;
    display: block; }
    .story-wrap .story-header .view a:hover {
      background-color: #c3c1b8; }
.story-wrap .story-body a {
  color: #3281a7; }
.story-wrap .story-mv {
  margin: 0 0 20px 0; }
  .story-wrap .story-mv img {
    width: 100%;
    height: auto; }
.story-wrap .ig-head {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.8; }
  .story-wrap .ig-head .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px; }
  .story-wrap .ig-head .name {
    font-size: 14px;
    font-size: 0.875rem; }
.story-wrap .dlog {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8; }
  .story-wrap .dlog dt {
    color: #2d8a8d;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px; }
    .story-wrap .dlog dt:before {
      background-color: #2d8a8d;
      content: " ";
      display: block;
      width: 30px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0; }
  .story-wrap .dlog dd:not(:last-child) {
    margin-bottom: 30px; }
.story-wrap .ig-footer {
  margin-top: 60px; }
  .story-wrap .ig-footer h4 {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative; }
    .story-wrap .ig-footer h4:after {
      background-color: #d7d7d7;
      content: " ";
      display: block;
      width: calc(100% - 70px);
      height: 1px;
      position: absolute;
      top: 50%;
      left: 70px; }
  .story-wrap .ig-footer .box {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    padding: 30px 0; }
  .story-wrap .ig-footer .name {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .story-wrap .ig-footer .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px; }
  .story-wrap .ig-footer p {
    margin-bottom: 0; }
.story-wrap .profile {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.8;
  padding: 0;
  display: block; }
  .story-wrap .profile .title {
    font-size: 16px;
    font-size: 1rem; }
  .story-wrap .profile .name {
    font-size: 20px;
    font-size: 1.25rem; }
.story-wrap .people-lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px; }
.story-wrap .people-lead-text {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 40px; }
.story-wrap .story-body.people h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 30px; }
.story-wrap .story-body.people p {
  margin-bottom: 50px; }
.story-wrap .story-body.people .q, .story-wrap .story-body.people em {
  color: #2d8a8d;
  font-style: normal; }
.story-wrap .story-body.people p > em {
  margin-bottom: 20px; }
.story-wrap .km-lead {
  margin: 40px auto; }
  .story-wrap .km-lead .prelead {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 5px; }
  .story-wrap .km-lead h4 {
    font-size: 20px;
    font-size: 1.25rem; }
.story-wrap table.karamatsu {
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%; }
  .story-wrap table.karamatsu caption {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
    padding-left: 10px; }
  .story-wrap table.karamatsu th {
    text-align: left;
    padding-left: 10px; }
  .story-wrap table.karamatsu td {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    padding: 20px 10px;
    vertical-align: top; }
  .story-wrap table.karamatsu .bg {
    background-color: #f0efe9; }
.story-wrap .km-footer .sub {
  margin-bottom: 30px; }
.story-wrap .km-footer .sig {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }
.story-wrap .sug-lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 40px auto; }
.story-wrap .kk-header {
  margin: 50px auto 40px auto; }
  .story-wrap .kk-header .k-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 15px; }
  .story-wrap .kk-header .k-name {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }
  .story-wrap .kk-header .sig {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px 0 0 0; }
.story-wrap .k-pic:first-child {
  margin-top: 0; }
.story-wrap .story-body.kurashi p {
  text-indent: 1em;
  margin-bottom: 0; }
.story-wrap .kk-text {
  margin: 0 auto 60px auto; }
.story-wrap .notice-bottom {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin: -20px 0 35px 0; }
.story-wrap .story-body.km p {
  margin-bottom: 20px; }
.story-wrap .story-body.km h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .story-wrap {
    margin: 0 auto;
    padding: 0 15px; }
    .story-wrap img {
      max-width: 100%;
      height: auto; }

  .story-lead {
    padding: 0 15px; }

  .story-header {
    margin-bottom: 40px; }
    .story-header .cattitle {
      margin-bottom: 20px; }
    .story-header .date {
      margin-bottom: 15px; }
    .story-header .view {
      width: 200px;
      margin-left: auto;
      margin-right: auto; }

  .people-mv {
    width: 100%; }

  .ig-footer .box {
    flex-direction: column; }
  .ig-footer .fig {
    width: 181px;
    margin: 0 auto 20px auto; }

  table.karamatsu {
    width: 100%;
    margin-bottom: 5px; }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 40px; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }

  .k-pic {
    margin: 35px auto; }
    .k-pic img {
      display: block;
      margin: 0 auto; }
    .k-pic .caption {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.9;
      padding: 10px 0; }

  .postlink-story {
    display: none; }

  .postlink-story-sp {
    padding: 0 15px; }
    .postlink-story-sp ul {
      display: flex;
      justify-content: space-between; }
    .postlink-story-sp li {
      list-style-type: none;
      width: 36%;
      text-align: center; }
      .postlink-story-sp li a {
        background-color: #333;
        display: block;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 15px; }
    .postlink-story-sp li.prev a:before {
      content: "\f104";
      font-family: "fontello";
      padding-right: 10px; }
    .postlink-story-sp li.next a:after {
      content: "\f105";
      font-family: "fontello";
      padding-left: 10px; } }
@media screen and (min-width: 768px) {
  .story-wrap {
    overflow: hidden;
    *zoom: 1;
    width: 850px;
    margin: 0 auto; }

  .people-mv {
    width: 850px; }

  .story-header {
    float: left;
    width: 90px;
    min-height: 231px; }
    .story-header .cattitle {
      -ms-font-feature-settings: "normal";
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
      writing-mode: vertical-rl;
      margin-bottom: 25px;
      display: inline; }

  .story-body {
    float: right;
    width: 700px; }

  .ig-footer .box {
    justify-content: space-between; }
  .ig-footer .fig {
    width: 181px; }
  .ig-footer .text {
    width: 478px; }

  .k-pic {
    display: table;
    width: 500px;
    margin: 35px auto; }
    .k-pic img {
      display: block;
      margin: 0 auto; }
    .k-pic .caption {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.9;
      padding: 10px 0; }

  table.karamatsu {
    margin: 35px 0; }

  .postlink-story li {
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: 0.3s ease-in-out;
    overflow: hidden; }
    .postlink-story li a {
      color: #fff;
      background-color: #333;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: bold;
      display: inline-block;
      width: 100%;
      height: 40px; }
      .postlink-story li a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .postlink-story li.prev {
    position: fixed;
    left: 0;
    top: 50%; }
    .postlink-story li.prev a {
      background-image: url(../img/story-prev.png);
      background-position: 15px 12px;
      background-size: 10px 17px;
      padding-left: 40px; }
    .postlink-story li.prev:hover {
      width: 120px; }
  .postlink-story li.next {
    position: fixed;
    right: 0;
    top: 50%; }
    .postlink-story li.next a {
      background-image: url(../img/story-next.png);
      background-position: 15px 12px;
      background-size: 10px 17px;
      padding-left: 22px; }
    .postlink-story li.next:hover {
      width: 120px; }
      .postlink-story li.next:hover a {
        background-position: 92px 50%; }

  .postlink-story-sp {
    display: none; } }
/* ==========================================================================*/
/* お知らせ
/* ==========================================================================*/
/*共通
=============================================================================*/
.news-content .single-post {
  list-style-type: none;
  border-bottom: 1px solid #ebe9e9; }
.news-content .archive-title {
  border-top: 1px solid #ebe9e9;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 20px; }
.news-content .archive-list {
  list-style-type: none;
  margin: 20px auto; }
  .news-content .archive-list li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2; }
  .news-content .archive-list ul.children {
    margin-left: 20px; }
    .news-content .archive-list ul.children li {
      list-style-type: none; }
      .news-content .archive-list ul.children li:before {
        content: "- "; }

.blog-list {
  list-style-type: none;
  margin: 20px auto; }
  .blog-list li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    margin-bottom: 15px; }
    .blog-list li a {
      background-color: #222;
      color: #fff;
      display: inline-block;
      padding: 2px 5px;
      line-height: 1; }
  .blog-list ul.children {
    margin-left: 15px; }
    .blog-list ul.children li {
      list-style-type: none;
      margin-bottom: 5px; }
      .blog-list ul.children li:before {
        content: "−"; }
    .blog-list ul.children a {
      background-color: transparent;
      color: #333;
      padding: 0; }

.single-post .thum,
.post-header .thum {
  width: 211px;
  height: 131px;
  display: block; }
  .single-post .thum a,
  .post-header .thum a {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 211px;
    height: 131px; }
.single-post .meta,
.single-post .post-title,
.single-post .desc,
.post-header .meta,
.post-header .post-title,
.post-header .desc {
  display: block; }
.single-post .meta,
.post-header .meta {
  margin-bottom: 4px; }
.single-post .date,
.post-header .date {
  padding-right: 8px; }
.single-post .cat,
.post-header .cat {
  font-size: 12px;
  font-size: 0.75rem; }
  .single-post .cat a,
  .post-header .cat a {
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 1px 2px; }
.single-post .subcat,
.post-header .subcat {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 5px; }
.single-post .post-title,
.post-header .post-title {
  font-weight: bold; }

/*個別
=============================================================================*/
.post-header {
  border-top: 1px solid #ebe9e9; }

.post-body {
  margin-bottom: 50px; }
  .post-body img {
    max-width: 100%;
    height: auto; }

.blog-header {
  background-color: #837b6f;
  background-size: auto 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog-header h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 15px; }
    .blog-header h3:after {
      background-color: #c6c4c1;
      content: " ";
      display: block;
      width: 244px;
      height: 1px;
      margin: 15px auto 0 auto; }

.blog-header.sekkei {
  background-image: url(../img/blog-sekkei.jpg); }

.blog-header.kouji {
  background-image: url(../img/blog-kouji.jpg); }

.blog-header.daiku {
  background-image: url(../img/blog-daiku.jpg); }

@media screen and (max-width: 487px) {
  .news-content {
    margin: 0 auto 50px auto; }
    .news-content .newsmain, .news-content .sidebar {
      padding: 0 10px; }

  .single-post .thum, .post-header .thum {
    display: block;
    width: 211px;
    margin: 0 auto 20px auto; }
  .single-post .meta, .post-header .meta {
    font-size: 13px;
    font-size: 0.8125rem; }
  .single-post .post-title, .post-header .post-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px; }
  .single-post .desc, .post-header .desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.65; }

  .single-post {
    padding: 42px 0; }

  .post-header {
    padding: 28px 0; }
    .post-header .post-title {
      font-size: 24px;
      font-size: 1.5rem; }

  .sidebar {
    margin-top: 40px; }

  .blog-header {
    height: 180px; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .news-content {
    justify-content: space-between;
    margin: 0 auto 50px auto; }
    .news-content .newsmain, .news-content .sidebar {
      padding: 0 10px; }

  .single-post .thum, .post-header .thum {
    width: 211px;
    margin-left: 30px; }
  .single-post .meta, .post-header .meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .single-post .post-title, .post-header .post-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px; }
  .single-post .desc, .post-header .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.65; }

  .single-post {
    padding: 42px 0;
    display: flex;
    flex-direction: row-reverse; }

  .post-header {
    padding: 28px 0; }
    .post-header .post-title {
      font-size: 24px;
      font-size: 1.5rem; }

  .sidebar {
    margin-top: 40px; }

  .blog-header {
    height: 200px; } }
@media screen and (min-width: 768px) {
  .news-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px auto;
    width: 1000px; }
    .news-content .newsmain {
      width: 670px; }
    .news-content .sidebar {
      width: 200px; }

  .single-post .thum, .post-header .thum {
    width: 211px;
    margin-left: 30px; }
  .single-post .cont, .post-header .cont {
    width: 430px; }
  .single-post .meta, .post-header .meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .single-post .post-title, .post-header .post-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px; }
  .single-post .desc, .post-header .desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.65; }

  .single-post {
    padding: 42px 0;
    display: flex;
    flex-direction: row-reverse; }

  .post-header {
    padding: 28px 0; }
    .post-header .post-title {
      font-size: 24px;
      font-size: 1.5rem; }

  .blog-header {
    height: 200px; } }
/* ==========================================================================*/
/* お問い合わせ
/* ==========================================================================*/
::-webkit-input-placeholder {
  opacity: 1; }

.contact-header {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }
  .contact-header .call p {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0; }
  .contact-header .call .number {
    background: url(../img/icon-tel.png) no-repeat left center;
    background-size: 31px 31px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31px;
    padding-left: 50px;
    margin: 5px 0 0 0; }
  .contact-header .call .hours {
    font-weight: bold; }
  .contact-header .time dl {
    display: table; }
  .contact-header .time dt, .contact-header .time dd {
    display: table-cell;
    font-size: 15px;
    font-size: 0.9375rem; }
  .contact-header .time dt {
    width: 110px; }
  .contact-header .time .small {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    margin: 8px 0; }

.contact-form .notice {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0; }
.contact-form .sep {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0; }
  .contact-form .sep .label {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block; }
.contact-form .sep.w .wpcf7-list-item {
  display: block; }
.contact-form .hl {
  font-weight: bold;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px 0; }
.contact-form ul.cinfo {
  list-style-type: none; }
  .contact-form ul.cinfo li:not(:last-child) {
    margin-bottom: 24px; }
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
.contact-form .wpcf7-list-item {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  text-align: left;
  margin-left: 0; }
.contact-form .wpcf7-list-item-label {
  cursor: pointer; }
.contact-form .wpcf7-radio label {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  margin-right: 10px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
  top: 5px; }
.contact-form .wpcf7-radio label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  left: 0;
  top: 4px;
  content: '';
  z-index: 3; }
.contact-form .wpcf7-radio label:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #8d8d8d;
  z-index: 1; }
.contact-form input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #FFF; }
.contact-form input[type="radio"]:checked {
  box-shadow: none; }
.contact-form input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF; }
.contact-form input[type="checkbox"] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  background: transparent;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.contact-form input[type="checkbox"]:checked {
  opacity: 1;
  position: relative; }
  .contact-form input[type="checkbox"]:checked:before {
    background-color: #8d8d8d;
    border-radius: 50%;
    content: ' ';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px; }
.contact-form .PostMenuList {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: url(../img/postnav-icon@2x.png) no-repeat 78px center;
  background-size: 11px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 110px;
  padding: 5px; }
  .contact-form .PostMenuList .PostMenuListInner {
    width: 60px !important; }
.contact-form .sendfile {
  margin: 10px 0 0 0;
  position: relative; }
  .contact-form .sendfile .fileselect {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    transition: 0.3s ease-in-out;
    width: 160px; }
    .contact-form .sendfile .fileselect:hover {
      background-color: #666; }
  .contact-form .sendfile input[type="button"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact-form .sendfile input[type="file"] {
    border: none;
    background-color: #fff;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    left: 30px;
    top: 0;
    left: 46px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem; }
  .contact-form .sendfile p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.65;
    margin: 10px 0 0 0; }
  .contact-form .sendfile .filename {
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    left: 175px;
    bottom: 8px; }
.contact-form .check-confirm input[type="checkbox"] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #262626;
  background: transparent;
  opacity: 1;
  margin-right: 10px;
  vertical-align: middle; }
.contact-form .check-confirm input[type="checkbox"]:checked {
  opacity: 1;
  position: relative; }
  .contact-form .check-confirm input[type="checkbox"]:checked:before {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #262626;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px; }
.contact-form .second {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.form-check {
  color: #262626;
  font-size: 13px;
  font-size: 0.8125rem; }
  .form-check a {
    text-decoration: underline; }

.submit {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }
  .submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icon-right.png) no-repeat #262626 15px 50%;
    background-size: 5px 9px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "fontello";
    -webkit-appearance: none;
    padding: 12px 20px 12px 28px;
    transition: 0.3s ease-in-out; }
    .submit input:hover {
      background-color: #c3c1b8; }
  .submit .wpcf7c-btn-confirm {
    background-color: #262626; }
  .submit .wpcf7-submit {
    background-color: #262626; }
  .submit input.wpcf7c-btn-reset,
  .submit input.wpcf7c-btn-back {
    margin-right: 15px; }
  .submit input.wpcf7c-btn-reset,
  .submit input.wpcf7c-btn-back {
    background-color: #666; }

@media screen and (max-width: 767px) {
  .contact-header {
    align-items: center;
    margin: 0 auto 40px auto;
    padding: 20px 0;
    margin: 0 10px 40px 10px; }
    .contact-header .call {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
    .contact-header .hours {
      margin: 15px 0 0 0; }
      .contact-header .hours .small {
        display: inline-block; }

  .contact-form {
    margin: 0 auto;
    padding: 0 10px; }
    .contact-form .forminner {
      margin-bottom: 50px; }
    .contact-form .sep.type .label {
      display: block;
      margin-bottom: 15px; }
    .contact-form .sep.rel {
      position: relative; }
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea {
      width: 100%; }
    .contact-form textarea {
      height: 90px; }
    .contact-form .wpcf7-list-item {
      margin-bottom: 20px; }
    .contact-form .plan-area-wrap {
      position: relative;
      padding-bottom: 40px; }
      .contact-form .plan-area-wrap .wpcf7-list-item {
        margin-bottom: 24px; }
    .contact-form .wpcf7-checkbox.options .wpcf7-list-item:nth-child(2) {
      margin-bottom: 4em; }
    .contact-form span.planarea {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 30px;
      position: absolute;
      top: 80px;
      left: 0; }
    .contact-form span.planarea2 {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 30px;
      position: absolute;
      top: 155px;
      left: 0; }
    .contact-form .wpcf7-form-control-wrap.planned-site input[type="text"],
    .contact-form .wpcf7-form-control-wrap.planned-site2 input[type="text"] {
      width: 150px;
      padding: 0; }
    .contact-form .wpcf7-form-control-wrap.check-plantype {
      position: absolute;
      top: 6em;
      padding-left: 34px; }
    .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item {
      display: inline-block;
      margin-bottom: 10px; }
      .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item:not(:last-child) {
        margin-right: 10px; }
      .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item input[type="checkbox"] {
        margin-right: 5px; }
    .contact-form .sendfile input[type="file"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      left: 46px;
      font-size: 12px;
      font-size: 0.75rem; }
    .contact-form .sendfile .file {
      margin: 0 auto 30px auto; }
    .contact-form .sendfile .fileselect {
      font-size: 13px;
      font-size: 0.8125rem;
      height: 34px;
      width: 158px; }
    .contact-form .sendfile p {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 10px 0; }

  .form-check {
    margin: 40px auto;
    text-align: center; }
    .form-check p {
      margin-top: 20px;
      text-align: center; }
    .form-check .wpcf7-list-item-label {
      padding-right: 0; } }
@media screen and (max-width: 487px) {
  .contact-form .your-plan .wpcf7-list-item.first label {
    margin-bottom: 4em; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .contact-form .your-plan .wpcf7-list-item.first label {
    margin-bottom: 2em; } }
@media screen and (min-width: 768px) {
  .contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto 40px auto;
    padding: 20px 0; }
    .contact-header .call {
      width: 580px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .contact-header .time {
      width: 400px; }
    .contact-header .hours {
      display: flex;
      margin-top: 20px; }

  .contact-form {
    width: 1000px;
    margin: 0 auto;
    /*
    .label {
    	width: 120px;
    }
    */
    /*
    .wpcf7-list-item {
    	margin-right: 40px;
    }
    */ }
    .contact-form .forminner {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      .contact-form .forminner .box {
        width: 460px;
        display: flex;
        flex-direction: column; }
    .contact-form .sep.type {
      display: flex; }
      .contact-form .sep.type .label {
        width: 140px;
        padding-top: 6px; }
      .contact-form .sep.type .inq-type {
        width: calc(100% - 160px); }
    .contact-form .sep.rel {
      position: relative; }
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea {
      width: 460px; }
    .contact-form textarea {
      height: 90px; }
    .contact-form .plan-area-wrap {
      position: relative;
      padding-bottom: 20px; }
      .contact-form .plan-area-wrap .wpcf7-list-item {
        margin-bottom: 10px; }
    .contact-form .wpcf7-checkbox.options .wpcf7-list-item:nth-child(2) {
      margin-bottom: 2em; }
    .contact-form span.planarea {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 30px;
      position: absolute;
      top: 48px;
      left: 0; }
    .contact-form span.planarea2 {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 30px;
      position: absolute;
      top: 96px;
      left: 0; }
    .contact-form .wpcf7-form-control-wrap.planned-site input[type="text"],
    .contact-form .wpcf7-form-control-wrap.planned-site2 input[type="text"] {
      width: 200px;
      padding: 0; }
    .contact-form .your-plan .wpcf7-list-item.first label {
      margin-bottom: 2em; }
    .contact-form .wpcf7-form-control-wrap.check-plantype {
      position: absolute;
      top: 5.5em; }
    .contact-form .wpcf7-checkbox.plantype {
      margin-left: 34px; }
      .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item {
        display: inline-block; }
        .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item:not(:last-child) {
          margin-right: 10px; }
        .contact-form .wpcf7-checkbox.plantype .wpcf7-list-item input[type="checkbox"] {
          margin-right: 5px; }
    .contact-form .form-check {
      text-align: center; }
      .contact-form .form-check p {
        text-align: center; }
    .contact-form .sendfile {
      overflow: hidden;
      *zoom: 1; }
      .contact-form .sendfile .file {
        width: 160px;
        float: left; }
      .contact-form .sendfile .fileselect {
        width: 160px;
        height: 34px; }
      .contact-form .sendfile p {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0 0 10px 0; } }
/* ==========================================================================*/
/* プライバシーポリシー
/* ==========================================================================*/
.privacy .pv {
  line-height: 1.8;
  margin: 50px 0; }
  .privacy .pv dt {
    color: #666666;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; }
  .privacy .pv dd {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 30px; }
.privacy h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000; }
.privacy p {
  line-height: 1.8; }
.privacy hr {
  height: 0;
  margin: 45px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d7d7d7; }

@media screen and (max-width: 767px) {
  .privacy {
    margin: 0 auto 50px auto;
    padding: 0 15px; }
    .privacy .pv ol {
      margin: -20px 0 0 30px; } }
@media screen and (min-width: 768px) {
  .privacy {
    width: 1000px;
    margin: 0 auto 50px auto; }
    .privacy .pv ol {
      margin: -20px 0 0 70px; } }