@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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: 2s;
  animation-duration: 2s; }

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

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swingz {
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  45% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swingz {
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  45% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swingz {
  -webkit-transform-origin: top center 50%;
  -ms-transform-origin: top center 50%;
  transform-origin: top center 50%;
  -webkit-animation-name: swingz;
  animation-name: swingz; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-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; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

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

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

.center {
  text-align: center; }

.mb20 {
  margin-bottom: 20px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }

.ml20 {
  margin-left: 20px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fixed_side {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1000; }

.menu {
  display: none; }

.pc-open .menu {
  position: fixed;
  display: block;
  top: 30px;
  max-width: 400px;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 1000; }

.menu-title {
  font-family: serif;
  font-size: 22px;
  margin-bottom: 20px; }

ul.menu-inner {
  font-size: 16px;
  font-family: serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid #333; }
  ul.menu-inner img {
    margin: auto; }
  ul.menu-inner li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333; }
  ul.menu-inner a, ul.menu-inner span {
    color: #333; }
  ul.menu-inner .request {
    background-color: #00b4ff; }
    ul.menu-inner .request a {
      color: #fff; }
  ul.menu-inner .reserve {
    background-color: #64d411; }
    ul.menu-inner .reserve a {
      color: #fff; }
  ul.menu-inner span {
    opacity: 0.5; }

.pc-open .index, .pc-open footer {
  opacity: 0.1; }

:root body header .menu-button .open .pc-only {
  display: block; }

:root body header .menu-button .close .pc-only {
  display: none; }

:root body.pc-open header .menu-button .open .pc-only {
  display: none; }

:root body.pc-open header .menu-button .close .pc-only {
  display: block; }

.back {
  position: fixed;
  bottom: 20px;
  right: 20px; }

footer {
  background-repeat: repeat-x;
  position: relative;
  background-position: bottom; }

.footer-note {
  padding-top: 20px; }

html {
  line-height: 1; }

.BreadcrumbList {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .BreadcrumbList {
      font-size: 9px; } }
  .BreadcrumbList li {
    display: inline-block; }
  .BreadcrumbList a {
    color: #333; }

@media screen and (max-width: 768px) {
  .BreadcrumbList.mb60 {
    margin-bottom: 30px; } }

.yahootag {
  width: 1;
  height: 1;
  frameborder: 0;
  scrolling: "no";
  marginheight: 0;
  marginwidth: 0; }

@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 0; } }

ol, ul, li {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%; }
    :root .pc-only {
      display: none; }
    :root .sp-only {
      display: block; }
    :root body.is-sp .pc-only {
      display: none; }
    :root body.is-sp .sp-only {
      display: block; } }

:root body .pc-only {
  display: block; }

:root body .sp-only {
  display: none; }

:root html {
  font-size: 62.5%; }

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0; }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); } }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic"); } }

:root :root {
  font-family: serif; }

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

:root a {
  text-decoration: none; }
  :root a:hover img {
    opacity: 0.8; }
  :root a:hover {
    text-decoration: underline; }

:root .link-contents a:hover img, :root .logo a:hover img, :root .logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.hidden {
  display: none; }

.loaded {
  display: block; }

.sp-nav h1, .sp-nav p {
  display: inline-block; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 90px;
  background-color: #fff; }

.gnav .clearfix {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gnav-under-inner li span img {
  opacity: 0.3; }

.line-bg {
  border-top: 1px dotted #fff; }

.gnav-under-inner a {
  display: block;
  position: relative; }

.gheader {
  padding: 2px 0 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #3f4574;
  background-repeat: repeat-x; }
  .gheader h1, .gheader p {
    color: #fff;
    max-width: 1024px;
    margin: auto;
    font-size: 12px;
    font-weight: normal;
    text-align: right; }

.gnav-inner {
  max-width: 1024px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.gnav-inner li.logo {
  display: inline;
  margin-right: auto;
  width: 100%;
  margin-left: 20px; }

.gnav-inner li {
  margin-right: 20px;
  margin-top: 2px; }

.gnav-inner li:nth-child(2), .gnav-inner li:nth-child(3) {
  margin-top: 40px;
  margin-bottom: 8px; }

.gnav-inner li:last-child {
  margin-right: 0px; }

.logo a img {
  max-width: 100%; }

.gnav-under-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .gnav-under-inner li {
    padding: 3px 3%; }
  .gnav-under-inner a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    max-width: 100%; }
  .gnav-under-inner span {
    opacity: 0.5;
    color: #fff; }
  .gnav-under-inner a.current {
    text-decoration: none;
    color: #ffffff; }
  .gnav-under-inner a:hover {
    text-decoration: none;
    color: #ffffff; }
  .gnav-under-inner li:last-child {
    border-right: none; }

.index .gheader.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 110px;
  background: #fff; }

.under-contents {
  padding-top: 165px; }
  @media screen and (max-width: 768px) {
    .under-contents {
      padding-top: 98px; } }

.title img {
  margin: auto; }

.button {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.printbutton {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .printbutton a:first-child {
    margin-right: 20px; }

@media screen and (max-width: 768px) {
  .title.mb60 {
    margin-bottom: 30px; } }

.contents-wrapper {
  padding-top: 119px; }
  @media screen and (max-width: 768px) {
    .contents-wrapper {
      padding-top: 98px; } }

footer .footer-btn-nav {
  max-width: 1024px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  footer .footer-btn-nav img {
    max-width: 100%; }

footer .footer-note {
  max-width: 1024px;
  margin: auto;
  margin-top: 40px;
  font-size: 11px; }
  @media screen and (max-width: 768px) {
    footer .footer-note {
      padding: 10px 15px 0; } }

footer .footer-nav {
  margin: 0 auto;
  color: #000;
  font-size: 1.2rem;
  padding: 15px;
  text-align: center;
  line-height: 1;
  font-family: sans-serif; }
  @media screen and (max-width: 768px) {
    footer .footer-nav {
      min-width: 100%;
      font-size: 0.8rem;
      padding: 10px 2px; } }
  footer .footer-nav li {
    display: inline-block;
    border-right: solid 1px #000;
    padding: 0 1.3%; }
    @media screen and (max-width: 768px) {
      footer .footer-nav li {
        padding: 0 4px;
        line-height: 1;
        margin: 2px 0; } }
    footer .footer-nav li:last-child {
      border-right: none; }
    footer .footer-nav li span {
      color: #aaa; }
      @media screen and (max-width: 768px) {
        footer .footer-nav li span {
          font-size: 10px;
          font-weight: normal; } }
    footer .footer-nav li a {
      color: #000;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        footer .footer-nav li a {
          font-size: 10px;
          font-weight: normal; } }
      footer .footer-nav li a:hover {
        text-decoration: underline; }

footer .footer-info {
  min-height: 202px;
  background: #0f164d; }
  footer .footer-info .footer-info-inner {
    max-width: 1024px;
    padding-top: 40px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer-info .footer-info-inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    @media screen and (max-width: 768px) {
      footer .footer-info .footer-info-inner .footer-contact {
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 10px; } }
  footer .footer-info .footer-developer .footer-develop-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media screen and (max-width: 768px) {
      footer .footer-info .footer-developer .footer-develop-flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center; }
        footer .footer-info .footer-developer .footer-develop-flex a {
          width: 100%;
          text-align: center; }
          footer .footer-info .footer-developer .footer-develop-flex a img {
            margin: 10px 0 20px;
            text-align: center;
            width: auto;
            height: 40px; } }
  footer .footer-info .footer-developer .footer-developer-logo img {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      footer .footer-info .footer-developer .footer-developer-logo img {
        margin-left: 0; } }
  footer .footer-info .footer-developer .footer-links {
    max-width: 540px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    footer .footer-info .footer-developer .footer-links li {
      margin-right: 10px; }
    footer .footer-info .footer-developer .footer-links li:nth-child(3), footer .footer-info .footer-developer .footer-links li:nth-child(5) {
      margin-right: 0px; }
    footer .footer-info .footer-developer .footer-links a {
      color: #fff;
      font-size: 12px; }
    @media screen and (max-width: 768px) {
      footer .footer-info .footer-developer .footer-links {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        footer .footer-info .footer-developer .footer-links li {
          margin-right: 15px; }
        footer .footer-info .footer-developer .footer-links li:nth-child(3), footer .footer-info .footer-developer .footer-links li:nth-child(5) {
          margin-right: 15px; } }

footer .footer-copyright {
  background: #0f164d;
  color: #fff;
  z-index: 100;
  text-align: center;
  padding: 20px 0;
  font-family: serif;
  font-size: 12px; }
  footer .footer-copyright p {
    max-width: 1024px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    footer .footer-copyright {
      font-size: 10px; } }

:root .footer-btn-nav a:hover img {
  opacity: 1; }

@-webkit-keyframes outAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes outAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeAnime {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes fadeAnime {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeOutAnime {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes fadeOutAnime {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-webkit-keyframes fromBack {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes fromBack {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes superY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@keyframes superY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-webkit-keyframes superIeFrontY {
  0% {
    z-index: 10002;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    z-index: 10001;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@keyframes superIeFrontY {
  0% {
    z-index: 10002;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    z-index: 10001;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-webkit-keyframes superIeBackY {
  0% {
    z-index: 10001;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    z-index: 10002;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes superIeBackY {
  0% {
    z-index: 10001;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    z-index: 10002;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

.main-contents .mv {
  background: #0f164d;
  background-repeat: repeat-x;
  height: 58px; }
  .main-contents .mv h2 {
    padding-top: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    font-family: serif;
    text-align: center; }

h3.main-style {
  font-size: 28px;
  text-align: center;
  color: #0f164d;
  font-weight: normal;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h3.main-style {
      font-size: 20px; } }

h4.sub-style {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h4.sub-style {
      font-size: 16px; } }

h4.sub-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

h4.sub-style:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

h4.sub-style:after {
  margin-left: 1rem; }

p.sub-style {
  font-size: 20px;
  line-height: 2.0;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    p.sub-style {
      font-size: 16px; } }

.sp-under-menu {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-under-menu {
      display: block; } }

.new_action img {
  margin: auto;
  margin-bottom: 40px;
  margin-top: 30px; }

.sp-nav {
  height: 59px; }

.flex-sp {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%; }
  .flex-sp li {
    width: 50%;
    height: 40px;
    font-size: 17px;
    padding-top: 5px;
    text-align: center;
    background: #f1f1f1; }
  .flex-sp a {
    margin: auto;
    display: block;
    text-align: center;
    color: #efa433; }
  .flex-sp li.request-flex-sp {
    background: #efa433; }
    .flex-sp li.request-flex-sp a {
      color: #fff; }
  .flex-sp li.reserve-flex-sp {
    background: #812e3f; }
    .flex-sp li.reserve-flex-sp a {
      color: #fff; }

.main-mv img {
  width: 100%; }

.under-mv {
  padding-top: 110px; }
  .under-mv img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .under-mv {
      padding-top: 50px; } }

.main-contents-inner {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .main-contents-inner {
      width: 100%;
      min-width: 100%; } }

.mt20 {
  margin-top: 20px; }

.sub2 {
  margin-left: 40px;
  float: left; }

:root body .logo_fixed img.pc-only {
  display: none; }

:root body .is-animation .logo_fixed img.pc-only {
  display: block; }

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@media screen and (max-width: 768px) {
  .main-contents__inner, .gnav-tiles, .nav, .gfooter {
    width: 100%;
    padding: 0 15px; }
  .nav.pc {
    display: none; }
  .link-contents {
    padding-top: 40px; }
  .top-access-link {
    top: 0; }
  .top-plan-link {
    top: 0; }
  .top-concept img {
    margin: 0 auto 40px; }
  .gnav-tiles__inner.mb60 {
    margin-bottom: 30px; }
  .bg100.sp-footer img {
    padding: 0;
    margin: -20px 0 0 0; }
  .is-animation {
    display: none; }
  .tell {
    float: none;
    margin: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #333; }
  .sub, .sub2 {
    padding-top: 30px;
    float: none;
    margin: auto; }
  .sns-footer-nav {
    width: 100px; }
  .top-concept img {
    padding: 30px;
    background-color: #fff; }
  .top-location-link {
    top: 0; }
  header.sp-only {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background-color: #fff; }
  header .menu-button {
    display: block;
    float: right; }
  header .menu-sp-button {
    display: block;
    float: right; }
  :root body.is-sp header .menu-sp-button .open .sp-only {
    display: block; }
  :root body.is-sp header .menu-sp-button .close .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-sp-button .open .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-sp-button .close .sp-only {
    display: block; }
  header > .sp-nav > a.tel-button {
    display: block;
    float: right; }
  :root body.is-sp .sp-only .sp-nav .logo img {
    margin: 14px 0 0 10px;
    display: inline-block; } }

@media screen and (max-width: 768px) and (max-width: 320px) {
  :root body.is-sp .sp-only .sp-nav .logo img {
    max-width: 48%; } }

@media screen and (max-width: 768px) {
  .sp-menu {
    display: none; }
  .sp-open .sp-menu {
    border-top: 1px solid #000;
    display: block;
    background: #fff;
    height: 326px;
    margin-top: 0px; }
  .sp-pagetop {
    background: #0a1224;
    padding: 20px;
    text-align: center; }
    .sp-pagetop img {
      margin: auto; }
  .sp-menu-inner {
    margin-left: 1px;
    font-size: 16px;
    font-family: serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .sp-menu-inner a {
      color: #333;
      text-align: center; }
    .sp-menu-inner li.sp-request {
      background: #efa433; }
      .sp-menu-inner li.sp-request a {
        color: #fff; }
    .sp-menu-inner li.sp-reserve {
      background: #812e3f; }
      .sp-menu-inner li.sp-reserve a {
        color: #fff; }
    .sp-menu-inner span {
      opacity: 0.2; }
    .sp-menu-inner .blue-text {
      font-family: sans-serif;
      text-align: center;
      color: #0f164d;
      font-size: 14px; }
    .sp-menu-inner li:nth-child(7) {
      -webkit-box-flex: 5;
      -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
      flex-grow: 5; }
  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #d1baba; }
  .auto img {
    margin: auto; }
  .footer-nav {
    padding-bottom: 0; } }
  @media screen and (max-width: 768px) and (max-width: 1024px) {
    .footer-nav {
      padding-bottom: 10px; } }

@media screen and (max-width: 768px) {
  .gcopyright img {
    padding-bottom: 20px; }
  .sns-inner li {
    margin-bottom: 15px; }
  .sp-menu-inner li {
    display: table;
    width: 50%;
    height: 65px;
    border-bottom: 1px solid #000; }
  .sp-menu-inner li a, .sp-menu-inner li span {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: center; }
  .sp-menu-inner li a img, .sp-menu-inner li span img {
    margin: auto; }
  .sp-menu-inner li:nth-child(odd) {
    border-right: 1px solid #000; }
  .sp-menu-inner.sp-menu-one li {
    width: 100%;
    border-right: none; }
  .menu-voice {
    display: block;
    margin-top: 20px; }
    .menu-voice img {
      margin: auto; }
  ul.sp-under-menu {
    border-top: 1px solid #000;
    margin-bottom: 30px; }
  .menu-logo {
    margin-top: 60px;
    margin-bottom: 20px; }
    .menu-logo img {
      margin: auto; }
  .pagetop img {
    margin: auto; } }

@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-nav {
    display: none; } }

html,
body {
  height: 100%; }

#page-index .main-mv {
  position: relative; }

#page-index .main-mv .mv-btn {
  position: absolute;
  left: 40px;
  bottom: 40px; }
  @media screen and (max-width: 1200px) {
    #page-index .main-mv .mv-btn img {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    #page-index .main-mv .mv-btn {
      left: 10px;
      bottom: 20px; }
      #page-index .main-mv .mv-btn img {
        width: 52%; } }

#page-index .pc-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-index .pc-nav li {
    width: 24%; }
    #page-index .pc-nav li img {
      max-width: 100%;
      margin-bottom: 14px; }

#page-index .main-wrap {
  margin: auto;
  position: relative;
  z-index: 10; }

#page-index .info-under {
  margin-top: 40px; }

#page-index .under-mv-action {
  background: #3f4574; }

#page-index .top-img {
  margin: auto;
  position: relative; }

#page-index .under-action {
  background: url("../img/pc/action_bg.png");
  background-repeat: no-repeat;
  background-size: cover; }

#page-index .under-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-index .under-img li {
    width: 48%; }
    @media screen and (max-width: 768px) {
      #page-index .under-img li {
        width: 100%; } }

#page-index .under-img img {
  max-width: 100%;
  margin: 20px auto; }
  @media screen and (max-width: 768px) {
    #page-index .under-img img {
      margin: 10px auto; } }

#page-index .mv-text {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff; }

#page-index .company-info {
  margin-top: 80px; }

#page-index table.top-table {
  padding: 0 10px;
  max-width: 440px;
  margin: auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #page-index table.top-table {
      margin-top: 40px;
      width: 100%; } }
  #page-index table.top-table tbody, #page-index table.top-table tr {
    width: 100%; }
  #page-index table.top-table tr, #page-index table.top-table td {
    padding: 10px 66px 10px 20px; }
    @media screen and (max-width: 768px) {
      #page-index table.top-table tr, #page-index table.top-table td {
        padding: 10px; } }
  @media screen and (max-width: 768px) {
    #page-index table.top-table td {
      padding: 10px;
      padding-right: 33px;
      width: 70%; } }
  #page-index table.top-table th {
    padding: 10px 30px; }
    @media screen and (max-width: 768px) {
      #page-index table.top-table th {
        padding: 10px;
        width: 30%; } }

#page-index .info-box {
  margin-right: 90px; }
  @media screen and (max-width: 768px) {
    #page-index .info-box {
      margin-right: 0;
      margin: 0 15px; } }
  #page-index .info-box img {
    max-width: 100%;
    height: auto; }

#page-index .info-flex {
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media screen and (max-width: 768px) {
    #page-index .info-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }

#page-index .info-contents {
  padding-left: 40px;
  margin-top: -80px;
  margin-bottom: 180px; }
  @media screen and (max-width: 768px) {
    #page-index .info-contents {
      padding-left: 0px;
      margin-top: 20px;
      margin-bottom: 90px; } }

#page-index .information {
  max-width: 600px;
  margin-top: 10px; }
  #page-index .information img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    #page-index .information {
      margin: auto; } }

#page-index .top-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }
  #page-index .top-btns li {
    margin-bottom: 20px; }
  #page-index .top-btns img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    #page-index .top-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      margin: 40px auto 20px; }
      #page-index .top-btns li {
        margin-right: 0;
        margin-bottom: 20px; } }

#page-index .top-title img {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  max-width: 100%; }

#page-index .tiles__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #page-index .tiles__list > li {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-index .tiles__list > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 10px; } }

#page-map {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/ }
  #page-map .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    max-width: 1024px;
    margin: 0 auto; }
  #page-map .tab_item {
    width: calc(80%/2);
    height: 80px;
    background-color: #0a1224;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: -1px;
    border-top: 1px solid #0a1224;
    border-left: 1px solid #0a1224;
    border-right: 1px solid #0a1224; }
    @media screen and (max-width: 768px) {
      #page-map .tab_item {
        width: calc(90%/2);
        height: 60px;
        line-height: 60px;
        font-size: 12px; } }
  #page-map .tab_item2 {
    margin-left: 8%;
    margin-right: 1%; }
    @media screen and (max-width: 768px) {
      #page-map .tab_item2 {
        margin-left: 4%; } }
  #page-map .tab_item:hover {
    opacity: 0.75; }
  #page-map input[name="tab_item"] {
    display: none; }
  #page-map .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: 1px solid #0a1224; }
    @media screen and (max-width: 768px) {
      #page-map .tab_content {
        padding: 20px 20px 0; } }
  #page-map #all:checked ~ #all_content,
  #page-map #programming:checked ~ #programming_content,
  #page-map #design:checked ~ #design_content {
    display: block; }
  #page-map .tabs input:checked + .tab_item {
    background-color: #fff;
    color: #0a1224; }
  #page-map .map-info-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #page-map .map-info-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    #page-map .map-info-flex li {
      width: 48%; }
      @media screen and (max-width: 768px) {
        #page-map .map-info-flex li {
          width: 100%; } }
      #page-map .map-info-flex li img {
        max-width: 100%; }
      #page-map .map-info-flex li p {
        font-size: 18px; }
        @media screen and (max-width: 768px) {
          #page-map .map-info-flex li p {
            margin-top: 10px;
            font-size: 14px; } }
  @media screen and (max-width: 768px) {
    #page-map .under-mv.mb60 {
      margin-bottom: 30px; } }
  #page-map .under-title img {
    margin: auto; }
  #page-map .access-map {
    text-align: center; }
    #page-map .access-map img {
      text-align: center;
      margin: auto;
      max-width: 100%; }
  #page-map .access-map2 {
    margin-top: 40px; }
    #page-map .access-map2 img {
      margin: auto; }
  #page-map .access-thumb {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #page-map .access-thumb {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    #page-map .access-thumb li {
      margin-bottom: 40px; }
    @media screen and (max-width: 378px) {
      #page-map .access-thumb li {
        width: 45%;
        margin-bottom: 20px; } }
  #page-map .map-button img {
    margin: auto; }

@media screen and (max-width: 1024px) {
  #page-outline .button {
    width: 50%;
    margin: auto; } }

#page-outline .section {
  width: 980px;
  margin: 0 auto 3.5rem; }
  @media screen and (max-width: 1024px) {
    #page-outline .section {
      width: 100%;
      padding: 0 10px; } }
  #page-outline .section.table {
    margin-bottom: 5rem; }
  #page-outline .section .subttl {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.6rem; }

#page-outline table.outline-table {
  border: 1px solid #cecece;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    #page-outline table.outline-table {
      border-bottom: none;
      margin-bottom: 2rem; } }
  #page-outline table.outline-table tr {
    border-bottom: 1px solid #cecece; }
  #page-outline table.outline-table th {
    background: #eaeaea;
    font-size: 1.2rem;
    width: 200px;
    vertical-align: middle;
    padding: 24px 29px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
      #page-outline table.outline-table th {
        background: #eaeaea;
        width: 100%;
        padding: 14px 4%;
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid #cecece;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  #page-outline table.outline-table td {
    font-size: 1.2rem;
    padding: 24px 29px; }
    @media screen and (max-width: 1024px) {
      #page-outline table.outline-table td {
        padding: 14px 4%;
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #cecece; } }
  #page-outline table.outline-table td span {
    font-weight: bold;
    padding: 10px 0;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      #page-outline table.outline-table td span {
        font-weight: bold;
        padding: 10px 0;
        display: inline-block; } }
  #page-outline table.outline-table td a {
    color: #002662; }
    @media screen and (max-width: 1024px) {
      #page-outline table.outline-table td a {
        color: #002662; } }

#page-concept {
  background: url(../img/pc/c_bg.jpg); }
  @media screen and (max-width: 768px) {
    #page-concept {
      padding-top: 60px; } }
  #page-concept .mv img {
    margin: auto;
    width: 100%; }
  #page-concept .mb60 {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #page-concept .mb60 {
        margin-bottom: 30px; } }
  #page-concept .under-img img {
    margin: auto; }
  #page-concept .max img {
    width: 100%; }

#page-access .pf img {
  padding-left: 80px; }
  @media screen and (max-width: 768px) {
    #page-access .pf img {
      padding-left: 0;
      padding: 0 15px; } }

#page-access .pr img {
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    #page-access .pr img {
      padding-right: 0;
      padding: 0 15px; } }

#page-access .BreadcrumbList {
  margin-bottom: 30px; }

#page-access .mv img {
  width: 100%; }

#page-access .mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-access .mb60 {
      margin-bottom: 30px; } }

#page-access .mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-access .mb30 {
      margin-bottom: 15px; } }

#page-access .under-img img {
  margin: auto;
  max-width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    #page-access .under-img img {
      padding: 0; } }

#page-access .under-img-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  #page-access .under-img-flex li {
    width: 48%; }
    #page-access .under-img-flex li img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    #page-access .under-img-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      #page-access .under-img-flex li {
        width: 100%;
        margin-bottom: 20px; } }

#page-access .max img {
  width: 100%; }

#page-access .access-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-access .access-flex li {
    width: 49%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-access .access-flex li {
        width: 100%; } }
    #page-access .access-flex li img {
      max-width: 100%; }

#page-access .access-flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-access .access-flex2 li {
    width: 32%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-access .access-flex2 li {
        width: 100%; } }
    #page-access .access-flex2 li img {
      max-width: 100%; }

#page-access .access-flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-access .access-flex3 li {
    width: 25%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-access .access-flex3 li {
        width: 48%; } }
    #page-access .access-flex3 li img {
      max-width: 100%; }

#page-access .access-flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-access .access-flex4 .main-style {
    font-size: 18px;
    text-align: left;
    color: #0f164d;
    font-weight: normal;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #page-access .access-flex4 .main-style {
        font-size: 15px; } }
  #page-access .access-flex4 li {
    width: 49%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-access .access-flex4 li {
        width: 100%; } }
    #page-access .access-flex4 li img {
      max-width: 100%; }

#page-access .access-2-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-access .access-2-flex .access-under {
    width: 49%;
    margin-bottom: 20px; }
    #page-access .access-2-flex .access-under img {
      max-width: 100%; }

#page-plan .mv img {
  width: 100%; }

@media screen and (max-width: 768px) {
  #page-plan .footer-nav {
    display: none; } }

#page-plan .note {
  font-size: 12px;
  margin-bottom: 20px; }

#page-plan .top-btns li {
  list-style: none;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  #page-plan .top-btns {
    width: 350px;
    padding: 15px 15px 0;
    margin: auto; } }

#page-plan .top-btns img {
  max-width: 100%; }

#page-plan .planList .planBox {
  margin-bottom: 10px;
  width: 32%;
  margin: 0px auto 10px;
  margin-right: 2%; }
  @media screen and (max-width: 768px) {
    #page-plan .planList .planBox {
      margin: 0px auto 10px;
      width: 100%; } }

#page-plan .planList .planBox:nth-child(3n) {
  margin-right: 0; }

#page-design section.section-style {
  padding-bottom: 40px; }

#page-design .caption-img {
  position: relative; }

#page-design p.caption {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  right: 5px;
  color: #fff;
  text-shadow: 2px 2px 0 #000; }

#page-design h4.section-style {
  padding: 10px 0;
  margin-bottom: 40px;
  background: url("../img/pc/design_title_bg.png");
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    #page-design h4.section-style {
      font-size: 20px; } }

#page-design .pf img {
  padding-left: 80px; }
  @media screen and (max-width: 768px) {
    #page-design .pf img {
      padding-left: 0;
      padding: 0 15px; } }

#page-design .pr img {
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    #page-design .pr img {
      padding-right: 0;
      padding: 0 15px; } }

#page-design .BreadcrumbList {
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  #page-design .mv {
    margin-bottom: 0px; } }

#page-design .mv img {
  width: 100%; }

#page-design .mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-design .mb60 {
      margin-bottom: 30px; } }

#page-design .mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-design .mb30 {
      margin-bottom: 15px; } }

#page-design .under-img img {
  margin: auto;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    #page-design .under-img img {
      padding: 0; } }

#page-design .design-flex {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media screen and (max-width: 768px) {
    #page-design .design-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  #page-design .design-flex h4.main-color {
    font-family: sans-serif;
    font-size: 22px;
    color: #0f9ae7;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      #page-design .design-flex h4.main-color {
        font-size: 20px; } }
  #page-design .design-flex .sub-li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: sans-serif; }
  #page-design .design-flex h4.other-color {
    color: #3cb34a;
    margin-top: 10px; }

#page-design .design-flex2 {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-design .design-flex2 li {
    width: 23%;
    position: relative;
    margin-bottom: 20px; }
    #page-design .design-flex2 li img {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    #page-design .design-flex2 li {
      width: 48%; } }
  #page-design .design-flex2 h4.main-color {
    font-family: sans-serif;
    font-size: 22px;
    color: #4c330b;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #page-design .design-flex2 h4.main-color {
        font-size: 18px; } }
  #page-design .design-flex2 .sub-li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: sans-serif; }

#page-modelroom .main-style {
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  #page-modelroom .mv {
    margin-bottom: 11px; } }

#page-modelroom .mv img {
  width: 100%; }

@media screen and (max-width: 768px) {
  #page-modelroom h3.main-style {
    white-space: wrap; } }

@media screen and (max-width: 320px) {
  #page-modelroom h3.main-style {
    white-space: wrap; } }

#page-modelroom .mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-modelroom .mb60 {
      margin-bottom: 30px; } }

#page-modelroom .mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-modelroom .mb30 {
      margin-bottom: 15px; } }

#page-modelroom .under-img img {
  margin: auto;
  max-width: 100%;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #page-modelroom .under-img img {
      padding: 0; } }

#page-modelroom .modelroom1 {
  margin-bottom: 40px; }

#page-modelroom .top-btns li {
  list-style: none;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  #page-modelroom .top-btns {
    width: 350px;
    padding: 15px 15px 0;
    margin: auto; } }

#page-modelroom .top-btns img {
  max-width: 100%; }

#page-quality .pf img {
  padding-left: 80px; }
  @media screen and (max-width: 768px) {
    #page-quality .pf img {
      padding-left: 0;
      padding: 0 15px; } }

#page-quality .pr img {
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    #page-quality .pr img {
      padding-right: 0;
      padding: 0 15px; } }

#page-quality .max img {
  width: 100%; }

#page-quality .title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #page-quality .title-flex {
      margin-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    #page-quality .title-flex li {
      margin: 3px; } }
  @media screen and (max-width: 768px) {
    #page-quality .title-flex li {
      width: 48%;
      margin-bottom: 20px; } }

#page-quality .l-img img {
  margin: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #page-quality .l-img img {
      margin-bottom: 15px; } }

#page-quality .l-desc img {
  margin: auto;
  padding-top: 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-quality .l-desc img {
      padding-top: 30px;
      margin-bottom: 20px; } }

#page-quality .l-content {
  margin-bottom: 40px; }

#page-quality .BreadcrumbList {
  margin-bottom: 30px; }

#page-quality .title-flex li {
  text-align: center; }

#page-quality .title-flex img {
  max-width: 100%;
  display: inline-block; }

#page-quality .main-contents img {
  max-width: 100%; }

#page-quality .q_section {
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_section {
      margin-bottom: 45px; } }

#page-quality .q_ttl {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_ttl {
      margin-bottom: 25px; } }
  #page-quality .q_ttl img {
    max-width: 100%;
    margin: 0 auto; }

#page-quality .q_desc .ttl {
  font-family: sans-serif;
  color: #0f164d;
  border: 2px solid #0f164d;
  font-size: 17px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_desc .ttl {
      font-size: 12px; } }

#page-quality .q_desc .txt {
  font-family: sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_desc .txt {
      font-size: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
      flex: 0 1 49%; } }

#page-quality .q_desc .note {
  font-family: sans-serif;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_desc .note {
      font-size: 10px; } }

#page-quality .q_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-quality .q_flex .ttl {
    font-family: sans-serif;
    color: #0f164d;
    border: 2px solid #0f164d;
    font-size: 17px;
    line-height: 1;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_flex .ttl {
        font-size: 12px; } }
  #page-quality .q_flex .txt {
    font-family: sans-serif;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_flex .txt {
        font-size: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%; } }
  #page-quality .q_flex .note {
    font-family: sans-serif;
    font-size: 13px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_flex .note {
        font-size: 10px; } }
  #page-quality .q_flex li {
    width: 31%;
    margin-bottom: 30px; }
    #page-quality .q_flex li img {
      max-width: 100%;
      margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_flex li {
        width: 100%; } }

@media screen and (max-width: 768px) {
  #page-quality .q_img-set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 10px; } }

@media screen and (max-width: 768px) {
  #page-quality .q_img-set .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%; } }

#page-quality .q_img-set .img .caption {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_img-set .img .caption {
      font-size: 12px; } }

#page-quality .q_img-set .ttl {
  font-family: sans-serif;
  color: #0f164d;
  border: 2px solid #0f164d;
  font-size: 17px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_img-set .ttl {
      font-size: 12px; } }

#page-quality .q_img-set .txt {
  font-family: sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_img-set .txt {
      font-size: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
      flex: 0 1 49%; } }

#page-quality .q_img-set .note {
  font-family: sans-serif;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_img-set .note {
      font-size: 10px; } }

#page-quality .q_img-set .thumb {
  margin-top: 10px;
  text-align: center; }
  #page-quality .q_img-set .thumb img {
    max-width: 100%;
    margin: auto; }

@media screen and (max-width: 768px) {
  #page-quality .q_txt-set {
    display: block;
    margin: 0 auto 10px; } }

#page-quality .q_txt-set .caption {
  font-family: sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_txt-set .caption {
      font-size: 12px;
      margin-bottom: 0; } }

#page-quality .q_txt-set .txt {
  font-family: sans-serif;
  font-size: 16px;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_txt-set .txt {
      font-size: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
      flex: 0 1 49%; } }

#page-quality .q_img-set .caption {
  color: #0082cc;
  border: 2px solid #0082cc;
  margin-top: 10px; }

#page-quality .q_1_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_1_1 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_1_1 .q_img-set {
    max-width: 330px;
    padding: 0 3px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_img-set {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_1_1 .q_1_1_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_a {
        margin: 0 auto 10px; } }
  #page-quality .q_1_1 .q_1_1_b {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_b {
        margin: 0 auto 10px;
        max-width: 100%; } }
    #page-quality .q_1_1 .q_1_1_b .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_c {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 340px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_c .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_d {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_d {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_d .q_img-set {
      margin: 0; }
  #page-quality .q_1_1 .q_1_1_e {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_e {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_e .q_img-set {
      margin: auto; }
  #page-quality .q_1_1 .q_1_1_f {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_f {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_f .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_g {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_g {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_g .q_img-set {
      margin: 0; }
  #page-quality .q_1_1 .q_1_1_h {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_h {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_h .q_img-set {
      margin: auto; }
  #page-quality .q_1_1 .q_1_1_i {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_i {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_i .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_j {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_j {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_j .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_k {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_k {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_k .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_1 .q_1_1_l {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_1 .q_1_1_l {
        margin: 0 auto 10px; } }
    #page-quality .q_1_1 .q_1_1_l .q_img-set {
      margin: 0 0 0 auto; }

#page-quality .q_1_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_1_2 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_1_2 .q_img-set {
    max-width: 330px;
    padding: 0 3px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_img-set {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_1_2 .q_1_2_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_a {
        margin: 0 auto 10px; } }
    #page-quality .q_1_2 .q_1_2_a .q_img-set {
      margin: 0; }
  #page-quality .q_1_2 .q_1_2_b {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_b {
        margin: 0 auto 10px; } }
    #page-quality .q_1_2 .q_1_2_b .q_img-set {
      margin: 0; }
  #page-quality .q_1_2 .q_1_2_c {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    max-width: 676px;
    margin: 0 0 20px auto; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_c {
        margin: 0 auto 10px; } }
  #page-quality .q_1_2 .q_1_2_d {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_d {
        margin: 0 auto 10px; } }
    #page-quality .q_1_2 .q_1_2_d .q_img-set {
      margin: 0; }
  #page-quality .q_1_2 .q_1_2_e {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_e {
        margin: 0 auto 10px; } }
    #page-quality .q_1_2 .q_1_2_e .q_img-set {
      margin: auto; }
  #page-quality .q_1_2 .q_1_2_f {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_f {
        margin: 0 auto 10px; } }
    #page-quality .q_1_2 .q_1_2_f .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_2 .q_1_2_g {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_g {
        margin: 0 auto 10px; } }
  #page-quality .q_1_2 .q_1_2_h {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_h {
        margin: 0 auto 10px; } }
  #page-quality .q_1_2 .q_1_2_i {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_2 .q_1_2_i {
        margin: 0 auto 10px; } }

#page-quality .q_1_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_1_3 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_1_3 .q_img-set {
    max-width: 330px;
    padding: 0 3px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_img-set {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_1_3 .q_1_3_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_a {
        margin: 0 auto 10px; } }
  #page-quality .q_1_3 .q_1_3_b {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_b {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_b .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_3 .q_1_3_c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_c {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_c .q_img-set {
      margin: 0; }
  #page-quality .q_1_3 .q_1_3_d {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_d {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_d .q_img-set {
      margin: auto; }
  #page-quality .q_1_3 .q_1_3_e {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_e {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_e .q_img-set {
      margin: 0 0 0 auto; }
  #page-quality .q_1_3 .q_1_3_f {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_f {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_f .q_img-set {
      margin: 0; }
  #page-quality .q_1_3 .q_1_3_g {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_3 .q_1_3_g {
        margin: 0 auto 10px; } }
    #page-quality .q_1_3 .q_1_3_g .q_img-set {
      margin: auto; }

#page-quality .q_1_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_1_4 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_1_4 .q_1_4_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_a {
        margin: 0 auto 10px;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_a img {
        max-width: 100%;
        margin: auto; } }
    #page-quality .q_1_4 .q_1_4_a .q_img-set {
      margin: auto; }
  #page-quality .q_1_4 .q_1_4_c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_c {
        margin: 0 auto 10px;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_c img {
        max-width: 100%;
        margin: auto; } }
    #page-quality .q_1_4 .q_1_4_c .q_img-set {
      margin: auto; }
  #page-quality .q_1_4 .q_1_4_d {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_d {
        margin: 0 auto 10px;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_d img {
        max-width: 100%;
        margin: auto; } }
    #page-quality .q_1_4 .q_1_4_d .q_img-set {
      margin: auto; }
  #page-quality .q_1_4 .q_1_4_b {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    border-top: none;
    margin: 0 3px 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_1_4 .q_1_4_b {
        margin: 0 auto 10px;
        max-width: 100%; } }
    #page-quality .q_1_4 .q_1_4_b .q_txt-set {
      margin: auto; }

#page-quality .q_2_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_2_1 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_2_1 .q_img-set {
    max-width: 330px;
    padding: 0 3px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_img-set {
        max-width: 100%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_2_1 .q_2_1_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_a {
        margin: 0 auto 10px; } }
    #page-quality .q_2_1 .q_2_1_a .q_img-set {
      max-width: inherit;
      margin: 0; }
  #page-quality .q_2_1 .q_2_1_b {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_b {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_c {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_c {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_d {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_d {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_e {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_e {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_f {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_f {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_g {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_g {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_h {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_h {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_i {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_i {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_j {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_j {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_2_1_k {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_2_1_k {
        margin: 0 auto 10px; } }
  #page-quality .q_2_1 .q_img-set {
    position: relative; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_1 .q_img-set {
        display: block; } }
    #page-quality .q_2_1 .q_img-set .inner {
      position: relative; }
      @media screen and (max-width: 768px) {
        #page-quality .q_2_1 .q_img-set .inner {
          min-height: auto; } }
    #page-quality .q_2_1 .q_img-set .thumb {
      width: 100%;
      text-align: center;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #page-quality .q_2_1 .q_img-set .thumb {
          position: relative; } }

#page-quality .q_2_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_2_2 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_2_2 .q_img-set {
    max-width: 505px;
    padding: 0 3px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_img-set {
        max-width: 100%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_2_2 .q_2_2_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_a {
        margin: 0 auto 10px; } }
    #page-quality .q_2_2 .q_2_2_a .q_img-set {
      max-width: inherit;
      margin: 0; }
  #page-quality .q_2_2 .q_2_2_b {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_b {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_2_2_c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_c {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_2_2_d {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_d {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_2_2_e {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_e {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_2_2_f {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_f {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_2_2_g {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_2_2_g {
        margin: 0 auto 10px; } }
  #page-quality .q_2_2 .q_img-set {
    position: relative; }
    @media screen and (max-width: 768px) {
      #page-quality .q_2_2 .q_img-set {
        display: block; } }
    #page-quality .q_2_2 .q_img-set .inner {
      position: relative; }
      @media screen and (max-width: 768px) {
        #page-quality .q_2_2 .q_img-set .inner {
          min-height: auto; } }
    #page-quality .q_2_2 .q_img-set .thumb {
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #page-quality .q_2_2 .q_img-set .thumb {
          position: relative; } }

#page-quality .q_media {
  font-family: sans-serif;
  border: solid 2px #0082cc;
  padding: 30px;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_media {
      margin-bottom: 45px;
      padding: 15px; } }
  #page-quality .q_media .main-ttl {
    font-size: 20px;
    color: #0aae1d;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_media .main-ttl {
        font-size: 16px; } }
  #page-quality .q_media .sub-ttl {
    color: #379ec5; }
  #page-quality .q_media .media-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_media .media-section {
        display: block;
        font-size: 12px; } }
    #page-quality .q_media .media-section:last-child {
      margin-bottom: 0; }
  #page-quality .q_media .inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  #page-quality .q_media .aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_media .aside {
        margin-top: 20px; } }

#page-quality .q_3_1_aa {
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_3_1_aa .q_img-set {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }

#page-quality .q_3_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_3_1 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_3_1 .q_img-set {
    max-width: 330px;
    padding: 0 3px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_img-set {
        max-width: 100%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_3_1 .q_img-set {
    max-width: 330px;
    padding: 0 3px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_img-set {
        display: block;
        max-width: 100%;
        margin-bottom: 10px; } }
    #page-quality .q_3_1 .q_img-set .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #page-quality .q_3_1 .q_img-set .inner {
          min-height: auto; } }
      #page-quality .q_3_1 .q_img-set .inner .main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 55%;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%; }
        #page-quality .q_3_1 .q_img-set .inner .main .thumb {
          text-align: right; }
      #page-quality .q_3_1 .q_img-set .inner .aside {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        text-align: right; }
    #page-quality .q_3_1 .q_img-set .ttl.small {
      letter-spacing: -2px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_3_1 .q_3_1_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a {
        margin: 0 auto 10px; } }
    #page-quality .q_3_1 .q_3_1_a .q_img-set {
      max-width: inherit;
      margin: 0; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a .inner {
        display: block; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a .main {
        margin-bottom: 10px; } }
  #page-quality .q_3_1 .q_3_1_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a {
        margin: 0 auto 10px; } }
    #page-quality .q_3_1 .q_3_1_a .q_img-set {
      max-width: 100%;
      margin: 0; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a .inner {
        display: block; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_a .main {
        margin-bottom: 10px; } }
  #page-quality .q_3_1 .q_3_1_b {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_b {
        margin: 0 auto 10px; } }
  #page-quality .q_3_1 .q_3_1_c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_c {
        margin: 0 auto 10px; } }
    #page-quality .q_3_1 .q_3_1_c .q_img-set {
      max-width: inherit;
      margin: 0; }
    #page-quality .q_3_1 .q_3_1_c .inner {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_c .inner {
        display: block; } }
    #page-quality .q_3_1 .q_3_1_c .thumb {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 44%;
      -ms-flex: 0 1 44%;
      flex: 0 1 44%;
      margin-top: 0;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #page-quality .q_3_1 .q_3_1_c .thumb {
          text-align: center;
          margin-bottom: 10px; } }
    #page-quality .q_3_1 .q_3_1_c .txt-wrap {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 54%;
      -ms-flex: 0 1 54%;
      flex: 0 1 54%; }
      #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt {
        font-size: 12px; }
        @media screen and (max-width: 768px) {
          #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt {
            margin-bottom: 10px; } }
        #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt:nth-child(1) {
          min-height: 109px; }
          @media screen and (max-width: 768px) {
            #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt:nth-child(1) {
              min-height: inherit; } }
        #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt:nth-child(2) {
          min-height: 100px; }
          @media screen and (max-width: 768px) {
            #page-quality .q_3_1 .q_3_1_c .txt-wrap .txt:nth-child(2) {
              min-height: inherit; } }
  #page-quality .q_3_1 .q_3_1_d {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_d {
        margin: 0 auto 10px; } }
    #page-quality .q_3_1 .q_3_1_d .inner {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #page-quality .q_3_1 .q_3_1_d .txt {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 68%;
      -ms-flex: 0 1 68%;
      flex: 0 1 68%; }
    #page-quality .q_3_1 .q_3_1_d .thumb {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
      flex: 0 1 30%;
      margin-top: 0;
      text-align: left; }
  #page-quality .q_3_1 .q_3_1_e {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_3_1 .q_3_1_e {
        margin: 0 auto 10px; } }

#page-quality .q_service {
  font-family: sans-serif;
  border: solid 2px #1e90d3;
  padding: 30px;
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    #page-quality .q_service {
      margin-bottom: 45px;
      padding: 15px; } }
  #page-quality .q_service .main-ttl {
    font-size: 22px;
    color: #1e90d3;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_service .main-ttl {
        font-size: 16px; } }
  #page-quality .q_service .lead-ttl {
    background: -webkit-gradient(linear, left top, left bottom, from(#0082cc), to(#56addf));
    background: -webkit-linear-gradient(top, #0082cc, #56addf);
    background: linear-gradient(to bottom, #0082cc, #56addf);
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_service .lead-ttl {
        font-size: 14px; } }
  #page-quality .q_service .sub-ttl {
    font-size: 22px;
    color: #1e90d3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_service .sub-ttl {
        font-size: 16px; } }
  #page-quality .q_service .main-txt {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_service .main-txt {
        font-size: 13px; } }
  #page-quality .q_service .service-section {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_service .service-section {
        display: block;
        font-size: 12px; } }
    #page-quality .q_service .service-section .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #page-quality .q_service .service-section .inner {
          display: block; } }
      #page-quality .q_service .service-section .inner .img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          #page-quality .q_service .service-section .inner .img {
            margin-right: 0;
            text-align: center; } }
      #page-quality .q_service .service-section .inner .txt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }

#page-quality .q_4_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr; }
  @media screen and (max-width: 768px) {
    #page-quality .q_4_1 {
      display: block;
      margin: 0 auto 20px; } }
  #page-quality .q_4_1 .q_img-set {
    max-width: 330px;
    padding: 0 3px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_img-set {
        max-width: 100%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_img-set .img {
        max-width: 330px; } }
  #page-quality .q_4_1 .q_4_1_a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_a {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_b {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_b {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_c {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_c {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_d {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_d {
        margin: 0 auto 10px; } }
    #page-quality .q_4_1 .q_4_1_d .q_img-set {
      max-width: 100%; }
  #page-quality .q_4_1 .q_4_1_e {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_e {
        margin: 0 auto 10px; } }
    #page-quality .q_4_1 .q_4_1_e .q_img-set {
      max-width: 100%; }
  #page-quality .q_4_1 .q_4_1_f {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_f {
        margin: 0 auto 10px; } }
    #page-quality .q_4_1 .q_4_1_f .q_img-set {
      max-width: 100%; }
  #page-quality .q_4_1 .q_4_1_g {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_g {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_h {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_h {
        margin: 0 auto 10px; } }
    #page-quality .q_4_1 .q_4_1_h .q_img-set {
      max-width: inherit;
      margin: 0; }
  #page-quality .q_4_1 .q_4_1_i {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_i {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_j {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_j {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_k {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_k {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_4_1_l {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_4_1_l {
        margin: 0 auto 10px; } }
  #page-quality .q_4_1 .q_img-set {
    position: relative; }
    @media screen and (max-width: 768px) {
      #page-quality .q_4_1 .q_img-set {
        display: block; } }
    #page-quality .q_4_1 .q_img-set .inner {
      position: relative;
      min-height: 380px; }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        #page-quality .q_4_1 .q_img-set .inner {
          min-height: 360px; } }
      @media screen and (max-width: 768px) {
        #page-quality .q_4_1 .q_img-set .inner {
          min-height: auto; } }
    #page-quality .q_4_1 .q_img-set .thumb {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #page-quality .q_4_1 .q_img-set .thumb {
          position: relative; } }

#page-location #location-style {
  background: url("../img/pc/location_bg.jpg");
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px; }
  #page-location #location-style h3.main-style {
    color: #000; }
  #page-location #location-style p.sub-style.left {
    text-align: left;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #page-location #location-style p.sub-style.left {
        font-size: 16px; } }

#page-location h4.section-style {
  padding: 10px 0;
  margin-bottom: 0;
  color: #e29966;
  font-size: 28px;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    #page-location h4.section-style {
      font-size: 20px; } }

#page-location h3.main-style.left-style {
  text-align: left; }

#page-location h4.section-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#page-location h4.section-style:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

#page-location h4.section-style:after {
  margin-left: 1rem; }

#page-location h4.section-style.section-style2 {
  color: #71a5bc; }

#page-location h4.section-style.section-style3 {
  color: #7abc71; }

#page-location h4.section-style.section-style4 {
  color: #ad71bc; }

#page-location .location-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px; }
  #page-location .location-flex p.caption {
    margin-bottom: 10px; }
  #page-location .location-flex .location-under {
    width: 40%; }
    @media screen and (max-width: 768px) {
      #page-location .location-flex .location-under {
        width: 100%;
        margin-bottom: 20px; } }
    #page-location .location-flex .location-under img {
      width: 100%;
      margin-bottom: 5px; }
  #page-location .location-flex .location-flex-under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 60px;
    width: 58%; }
    @media screen and (max-width: 768px) {
      #page-location .location-flex .location-flex-under {
        width: 100%; } }
    #page-location .location-flex .location-flex-under li {
      width: 32%; }
      @media screen and (max-width: 768px) {
        #page-location .location-flex .location-flex-under li {
          width: 48%;
          margin-bottom: 20px; } }
      #page-location .location-flex .location-flex-under li img {
        width: 100%;
        margin-bottom: 5px; }

#page-location .location-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px; }
  #page-location .location-flex-2 p.caption {
    margin-bottom: 10px; }
  #page-location .location-flex-2 .location-under {
    width: 33%; }
    @media screen and (max-width: 768px) {
      #page-location .location-flex-2 .location-under {
        width: 100%;
        margin-bottom: 20px; } }
    #page-location .location-flex-2 .location-under img {
      width: 100%;
      margin-bottom: 5px; }
  #page-location .location-flex-2 .location-flex-under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 30.5%; }
    @media screen and (max-width: 768px) {
      #page-location .location-flex-2 .location-flex-under {
        width: 100%; } }
    #page-location .location-flex-2 .location-flex-under li {
      width: 48%; }
      @media screen and (max-width: 768px) {
        #page-location .location-flex-2 .location-flex-under li {
          width: 48%;
          margin-bottom: 20px; } }
      #page-location .location-flex-2 .location-flex-under li img {
        width: 100%;
        margin-bottom: 5px; }

#page-location .location-flex-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px; }
  #page-location .location-flex-3 p.caption {
    margin-bottom: 10px; }
  #page-location .location-flex-3 li {
    width: 24%; }
    #page-location .location-flex-3 li img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      #page-location .location-flex-3 li {
        width: 48%; } }

#page-location .BreadcrumbList {
  margin-bottom: 30px;
  font-family: serif; }

#page-location .mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-location .mb60 {
      margin-bottom: 30px; } }

#page-location .mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-location .mb30 {
      margin-bottom: 15px; } }

#page-location .under-img img {
  margin: auto;
  max-width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    #page-location .under-img img {
      padding: 0; } }

#page-location .map-flex {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  #page-location .map-flex ul {
    margin-bottom: 20px;
    width: 48%; }
    @media screen and (max-width: 768px) {
      #page-location .map-flex ul {
        width: 100%; } }
  #page-location .map-flex li {
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #page-location .map-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-bottom: 0; } }
  #page-location .map-flex h4 {
    color: #9c867a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #page-location .map-flex h4 {
        font-size: 14px; } }
  #page-location .map-flex p {
    font-size: 14px;
    text-align-last: justify;
    text-justify: inter-ideograph;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 768px) {
      #page-location .map-flex p {
        font-size: 10px; } }

#page-street .bg-pink {
  background-color: #f7eced;
  padding: 40px 0; }

#page-street .bg-yellow {
  background-color: #f9ebdd;
  padding: 40px 0; }

#page-street h5.sub-style {
  font-size: 20px;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    #page-street h5.sub-style {
      font-size: 16px; } }

#page-street h3.main-style.left-style {
  text-align: left;
  margin-bottom: 10px; }
  #page-street h3.main-style.left-style span {
    font-size: 14px;
    color: #000; }

#page-street p.caption.mb20 {
  margin-bottom: 20px; }

#page-street .pf img {
  padding-left: 80px; }
  @media screen and (max-width: 768px) {
    #page-street .pf img {
      padding-left: 0;
      padding: 0 15px; } }

#page-street .pr img {
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    #page-street .pr img {
      padding-right: 0;
      padding: 0 15px; } }

#page-street .BreadcrumbList {
  margin-bottom: 30px; }

#page-street .mv img {
  width: 100%; }

#page-street .mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-street .mb60 {
      margin-bottom: 30px; } }

#page-street .mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #page-street .mb30 {
      margin-bottom: 15px; } }

#page-street .under-img img {
  margin: auto;
  max-width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    #page-street .under-img img {
      padding: 0; } }

#page-street .max img {
  width: 100%; }

#page-street .street-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-street .street-flex li {
    width: 32%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-street .street-flex li {
        width: 48%; } }
    #page-street .street-flex li img {
      max-width: 100%; }

#page-street .street-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 700px;
  margin: auto; }
  #page-street .street-flex-2 li {
    width: 48%;
    margin-bottom: 20px; }
    #page-street .street-flex-2 li img {
      max-width: 100%; }

@media screen and (max-width: 768px) {
  #page-street .street-flex.sp-flex li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    #page-street .street-flex.sp-flex li img {
      width: 80%; } }

#page-street .street-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #page-street .street-desc li {
    width: 48%;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #page-street .street-desc li {
        width: 100%; } }
    #page-street .street-desc li img {
      max-width: 100%; }

/*# sourceMappingURL=style.css.map */
