@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common2.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.IndieFlower, .question_list a span {
  font-family: 'Indie Flower', cursive;
}

.maru, .point-list dl, .layout02 .content-box .btn-table td, .layout02 .content-box .btn-table td.active {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2, .plan-table table .title, .titlestyle06, #h1Title, .flex-template019 .link-table table .title div, .flex-template019.natiru .title {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.shadow, .hanko-flex .hanko-table, .fixed {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.drop-shadow, .time-table table {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

.gra, .hurry .text table .call div .square {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f92f2f), to(#a51515));
  background: linear-gradient(to bottom, #f92f2f 1%, #a51515 100%);
}

.gra2 {
  background: -webkit-gradient(linear, left top, right top, from(#63be41), to(#79ca4f));
}

.bg-gra {
  background-image: -ms-linear-gradient(0deg, white 0%, #030000 100%);
}

.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2, .plan-table table .title, .titlestyle06, #h1Title, .flex-template019 .link-table table .title div, .flex-template019.natiru .title {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ggmap {
  position: relative;
  overflow: hidden;
}

.ggmap:before {
  content: "";
  width: 100%;
  padding-top: 32%;
  display: block;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 834px) {
  @-webkit-keyframes moveBG {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
  @keyframes moveBG {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
}

.fade-in {
  -webkit-animation: fade-in 0.8s ease-in-out;
          animation: fade-in 0.8s ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  99% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(370deg);
            transform: rotate(370deg);
  }
  99% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes w0-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes w0-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*================== プライバシーポリシー =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy h2 {
  border-left: 4px solid #b91e23;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.policy-trriger {
  color: #b91e23;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}

.policy-wrap > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #b91e23;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}

.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #b91e23;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.policy-wrap.active {
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.policy-wrap.active > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.col-1 {
  width: calc(100% / 12) !important;
}

.col-2 {
  width: calc(100% / 12 * 2) !important;
}

.col-3 {
  width: calc(100% / 12 * 3) !important;
}

.col-4 {
  width: calc(100% / 12 * 4) !important;
}

.col-5 {
  width: calc(100% / 12 * 5) !important;
}

.col-6 {
  width: calc(100% / 12 * 6) !important;
}

.col-7 {
  width: calc(100% / 12 * 7) !important;
}

.col-8 {
  width: calc(100% / 12 * 8) !important;
}

.col-9 {
  width: calc(100% / 12 * 9) !important;
}

.col-10 {
  width: calc(100% / 12 * 10) !important;
}

.col-11 {
  width: calc(100% / 12 * 11) !important;
}

.col-12 {
  width: 100% !important;
}

.gutterL {
  margin-left: 20px !important;
}

.mauto {
  margin: 0 auto;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

@media only screen and (max-width: 834px) {
  .col-tb-1 {
    width: 7.33333% !important;
  }
  .col-tb-2 {
    width: calc(100% / 12 * 2) !important;
  }
  .col-tb-3 {
    width: calc(100% / 12 * 3) !important;
  }
  .col-tb-4 {
    width: calc(100% / 12 * 4) !important;
  }
  .col-tb-5 {
    width: calc(100% / 12 * 5) !important;
  }
  .col-tb-6 {
    width: calc(100% / 12 * 6) !important;
  }
  .col-tb-7 {
    width: calc(100% / 12 * 7) !important;
  }
  .col-tb-8 {
    width: calc(100% / 12 * 8) !important;
  }
  .col-tb-9 {
    width: calc(100% / 12 * 9) !important;
  }
  .col-tb-10 {
    width: calc(100% / 12 * 10) !important;
  }
  .col-tb-11 {
    width: calc(100% / 12 * 11) !important;
  }
  .col-tb-12 {
    width: 100% !important;
  }
  .col-tb-12.gutter {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .col-sp-1 {
    width: 7.33333% !important;
  }
  .col-sp-2 {
    width: calc(100% / 12 * 2) !important;
  }
  .col-sp-3 {
    width: calc(100% / 12 * 3) !important;
  }
  .col-sp-4 {
    width: calc(100% / 12 * 4) !important;
  }
  .col-sp-5 {
    width: calc(100% / 12 * 5) !important;
  }
  .col-sp-6 {
    width: calc(100% / 12 * 6) !important;
  }
  .col-sp-7 {
    width: calc(100% / 12 * 7) !important;
  }
  .col-sp-8 {
    width: calc(100% / 12 * 8) !important;
  }
  .col-sp-9 {
    width: calc(100% / 12 * 9) !important;
  }
  .col-sp-10 {
    width: calc(100% / 12 * 10) !important;
  }
  .col-sp-11 {
    width: calc(100% / 12 * 11) !important;
  }
  .col-sp-12 {
    width: 100% !important;
  }
  .col-sp-12.gutter {
    padding-right: 0;
  }
}

.inner1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner1 .inner1 {
  padding-left: 0;
  padding-right: 0;
}

.inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.contents-wrap01 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap01 {
    margin-top: 66.66667px;
    margin-bottom: 66.66667px;
  }
}

.pankuzu + .contents-wrap01 {
  margin-top: calc(100px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap01 {
    margin-top: calc( 66.66667px / 4);
  }
}

.pankuzu + .contents-wrap02 {
  margin-top: calc(66.66667px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap02 {
    margin-top: calc(66.66667px / 4);
  }
}

.contents-wrap02 {
  margin-top: 66.66667px;
  margin-bottom: 66.66667px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 {
    margin-top: 44.44444px;
    margin-bottom: 44.44444px;
  }
}

.contents-wrap02 .contents-wrap02 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 .contents-wrap02 {
    margin-top: 33.33333px;
    margin-bottom: 33.33333px;
  }
}

.bg-wrap {
  background-size: cover;
  background-position: center;
}

.bg-wrap:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-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;
  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 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;
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

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

@media only screen and (max-width: 834px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd0 td {
  padding: 0px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
  border-collapse: separate;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

i {
  padding: 0 4px;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a:hover span {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho, .for-bg h2, .staff-wrap .staff-box .staff-info table .name div, .rec-text h2, .plan-table table .title, .titlestyle06, #h1Title, .flex-template019 .link-table table .title div, .flex-template019.natiru .title {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.flex-temp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .flex-temp01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flex-temp01 > div {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .flex-temp01 > div {
    width: 100% !important;
  }
}

.flow-text {
  width: 80%;
  padding: 0 0.8rem;
}

.flow-title {
  width: 88%;
}

.flow-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #ee4245;
}

.arrow02 {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100px;
  /* 四角形の幅 */
  height: 48px;
  /* 四角形の高さ */
  background: #e31927;
  position: relative;
}

.arrow02:after {
  border-left: 16px solid #e31927;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 50px;
}

.info-table {
  width: 80%;
  max-width: 800px;
}

.info-table table td {
  border: none !important;
  border-bottom: dotted #aaa 1px !important;
}

@media only screen and (max-width: 640px) {
  .info-table table td {
    border-bottom: none !important;
  }
  .info-table table td:first-child {
    padding-bottom: 0 !important;
  }
  .info-table table td:last-child {
    padding-top: 0 !important;
  }
  .info-table table tr {
    border-bottom: dotted #aaa 1px !important;
  }
}

.sozai-table .mincho, .sozai-table .for-bg h2, .for-bg .sozai-table h2, .sozai-table .staff-wrap .staff-box .staff-info table .name div, .staff-wrap .staff-box .staff-info table .name .sozai-table div, .sozai-table .rec-text h2, .rec-text .sozai-table h2, .sozai-table .plan-table table .title, .plan-table table .sozai-table .title, .sozai-table .titlestyle06, .sozai-table #h1Title, .sozai-table .flex-template019 .link-table table .title div, .flex-template019 .link-table table .title .sozai-table div, .sozai-table .flex-template019.natiru .title, .flex-template019.natiru .sozai-table .title {
  font-size: 2rem;
}

.sozai-table tbody tr:first-child {
  background-color: #ea9d84;
}

.sozai-table tbody tr:nth-child(n+2) td:first-child {
  background: #F1EAD8;
}

.sozai-table tbody tr:nth-child(n+2) td:last-child {
  background: #F1EAD8;
}

.hanko-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hanko-flex .hanko-table {
  background: rgba(255, 250, 225, 0.4);
  width: 32%;
  border: #aaa solid 1px;
  padding: 1.6rem 0;
}

.hanko-flex .hanko-table tr td {
  border: none !important;
}

.hanko-flex .hanko-table tr td.mincho, .hanko-flex .hanko-table tr .plan-table table td.title, .plan-table table .hanko-flex .hanko-table tr td.title, .hanko-flex .hanko-table tr td.titlestyle06, .hanko-flex .hanko-table tr td#h1Title, .hanko-flex .hanko-table tr .flex-template019.natiru td.title, .flex-template019.natiru .hanko-flex .hanko-table tr td.title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 0 !important;
}

.hanko-flex .hanko-table tr td.mincho small, .hanko-flex .hanko-table tr .plan-table table td.title small, .plan-table table .hanko-flex .hanko-table tr td.title small, .hanko-flex .hanko-table tr td.titlestyle06 small, .hanko-flex .hanko-table tr td#h1Title small, .hanko-flex .hanko-table tr .flex-template019.natiru td.title small, .flex-template019.natiru .hanko-flex .hanko-table tr td.title small {
  margin-left: -1rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.hanko-flex .hanko-table tr td.mincho br, .hanko-flex .hanko-table tr .plan-table table td.title br, .plan-table table .hanko-flex .hanko-table tr td.title br, .hanko-flex .hanko-table tr td.titlestyle06 br, .hanko-flex .hanko-table tr td#h1Title br, .hanko-flex .hanko-table tr .flex-template019.natiru td.title br, .flex-template019.natiru .hanko-flex .hanko-table tr td.title br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .hanko-flex .hanko-table {
    width: 48% !important;
  }
}

@media only screen and (max-width: 640px) {
  .hanko-flex .hanko-table {
    width: 100% !important;
  }
}

#header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}

#header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .inner .flxR nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .inner .flxR nav ul li {
  margin: 0 16px;
}

#header .inner .flxR .nav_wrap {
  margin-left: auto;
}

#header .inner .flxR .call-wrap {
  margin-left: auto;
  background-color: #b91e23;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 1.2em;
  max-height: 60px;
}

#header .inner .flxR .call-wrap .call, #header .inner .flxR .call-wrap .call a {
  font-size: 1.5rem;
  color: #fff;
}

@media (max-width: 1200px) {
  #header .inner .flxR .call-wrap .call, #header .inner .flxR .call-wrap .call a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 834px) {
  #header {
    padding-top: 8px;
    padding-bottom: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
  #header .inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .inner .flxR .call-wrap {
    max-height: 48px;
    font-size: 1rem;
  }
}

#siteID {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

@media only screen and (max-width: 834px) {
  #siteID {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #siteID {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    max-width: 240px;
  }
}

#main-img img {
  min-height: 240px;
}

header .drawer-hamburger {
  -webkit-filter: drop-shadow(0px 0px 4px white);
          filter: drop-shadow(0px 0px 4px white);
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 834px) {
  header .drawer-hamburger {
    display: block;
  }
}

.drawer-nav {
  z-index: 20 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.drawer-nav ul {
  padding-left: 24px;
}

@media only screen and (max-width: 834px) {
  .drawer-nav ul {
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .drawer-nav ul li {
    margin: 20px 0;
  }
}

.drawer-open .drawer-overlay {
  z-index: 19;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
}

footer#global_footer a {
  color: #fff;
  text-decoration: none;
}

footer#global_footer a:hover {
  text-decoration: none;
}

#footer2 {
  background: url("../images/yakitoritokiya/bg_img01.jpg") center top no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#footer2 .inner1 {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

#footer2 .inner1 h2 {
  font-size: 2rem;
  margin-bottom: 32px;
  font-weight: medium;
}

@media (max-width: 1200px) {
  #footer2 .inner1 h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

#footer2 .inner1 h2 + p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 24px;
}

#footer2 .inner1 .information {
  margin: 0 auto 24px;
  max-width: 360px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#footer2 .inner1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer2 .inner1 dl dt {
  font-weight: bold;
}

#footer2 .inner1 dl dd {
  text-align-last: left;
}

#footer2 .call-wrap {
  max-width: 240px;
  margin: 0 auto;
  border: 1px solid #333;
}

#footer2 .call-wrap .call, #footer2 .call-wrap .call a {
  color: #333;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  #footer2 .call-wrap .call, #footer2 .call-wrap .call a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

#footer {
  margin-top: 1px;
  position: relative;
  background: #b91e23;
  padding: 50px 0;
}

@media only screen and (max-width: 1000px) {
  #footer {
    padding: 50px 10px;
  }
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .inner .footer-logo {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

#footer .inner .flxL {
  text-align: left;
  width: 40%;
}

@media only screen and (max-width: 834px) {
  #footer .inner .flxL {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #footer .inner .flxL {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

#footer .inner .flxL #siteID {
  margin-bottom: 30px;
}

#footer .inner .flxL #siteID img {
  opacity: 1 !important;
  width: 100% !important;
  max-width: calc( 580px / 2);
}

#footer .inner .flxR {
  width: 60%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .inner .flxR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .inner .flxR ul li {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  #footer .inner .flxR {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  #footer .inner .flxR {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 834px) {
  #footer .inner .flxR #nav_footer {
    display: none;
  }
}

#footer .inner .flxR .map2 {
  margin-right: 50px;
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxR .map2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #footer .inner .flxR .map2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxR .map2 iframe {
    height: 300px !important;
  }
}

@media only screen and (max-width: 640px) {
  #footer .inner .flxR .map2 iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

#copy {
  background: #b91e23;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  display: block;
  line-height: 1.7em;
}

@media only screen and (max-width: 640px) {
  #copy {
    text-align: center;
  }
}

#copy a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

#copy a:hover {
  opacity: 0.6;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 220px;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #fff;
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: '\f062';
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #0b1f56;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: '\f062';
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: #0b1f56;
  opacity: 0;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg {
  z-index: 1;
  position: relative;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #0b1f56;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

body.light .progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
  color: #1f2029;
}

body.light .progress-wrap svg.progress-circle path {
  stroke: #1f2029;
}

.switch,
.circle {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.switch {
  width: 80px;
  height: 4px;
  border-radius: 27px;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  position: fixed;
  right: 50px;
  top: 75px;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  z-index: 33333;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4b4d64;
  -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
          box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
}

.circle:before {
  position: absolute;
  font-family: 'unicons';
  content: '\eac1';
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  opacity: 1;
  color: #ff8695;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.circle:after {
  position: absolute;
  font-family: 'unicons';
  content: '\eb8f';
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  color: #f8ab37;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.switched .circle {
  left: 45px;
  -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
          box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #1f2029;
}

.switched .circle:before {
  opacity: 0;
}

.switched .circle:after {
  opacity: 1;
}

.title, h2 {
  font-family: "a-otf-ud-shin-go-pr6n";
}

/*blog*/
.blog2 .blog_photo,
.blog2 .detail {
  display: none;
}

.blog2 .blog_date {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #2c2e30;
  padding: 5px 10px;
  color: #fff !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog2 .blog_date {
    width: 25%;
  }
}

@media only screen and (max-width: 640px) {
  .blog2 .blog_date {
    width: 100%;
    float: none;
  }
}

.blog2 h3 {
  color: #000;
  float: right;
  width: 84%;
  margin-bottom: 0;
  margin-top: 5px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog2 h3 {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .blog2 h3 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.blog2 h3 a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.blog2 h3 a:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.blog_list h3 span {
  font-weight: 500;
}

.blog2 .blog_text {
  width: 100% !important;
  padding: 0 !important;
}

.blog2 .blog_list {
  border: 0;
}

.blog2 .blog_list > div {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

div.blog_list > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img100 {
  margin: 50px auto 0;
}

.img100 img {
  width: 100% !important;
}

.fb {
  text-align: center;
}

.fb iframe {
  width: 100% !important;
}

.title h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

@media (max-width: 1200px) {
  .title h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.square.title > div {
  position: relative;
}

.square.title > div:before {
  position: absolute;
  content: "";
  height: 2px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0%;
  background: #f56040;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.square.title h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .square.title h3 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.square.title h3 span {
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .square.title h3 {
    margin: 0 auto;
    text-align: center !important;
  }
}

.square.title.green > div:before {
  background: #008b6b;
}

.square.title.green h3 {
  background: #008b6b;
}

.square.title.active > div {
  position: relative;
}

.square.title.active > div:before {
  -webkit-animation: w0-100 0.8s forwards;
          animation: w0-100 0.8s forwards;
}

.square.active h3 {
  -webkit-animation: spin 0.4s ease-out forwards;
          animation: spin 0.4s ease-out forwards;
}

@-webkit-keyframes polygons {
  25% {
    -webkit-clip-path: polygon(20% 0%, 100% 38%, 70% 90%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 38%, 70% 90%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 46%, 100% 15%, 55% 74%, 0 100%);
            clip-path: polygon(0 46%, 100% 15%, 55% 74%, 0 100%);
  }
  70% {
    -webkit-clip-path: polygon(100% 38%, 100% 38%, 66% 100%, 0 53%);
            clip-path: polygon(100% 38%, 100% 38%, 66% 100%, 0 53%);
  }
}

@keyframes polygons {
  25% {
    -webkit-clip-path: polygon(20% 0%, 100% 38%, 70% 90%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 38%, 70% 90%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 46%, 100% 15%, 55% 74%, 0 100%);
            clip-path: polygon(0 46%, 100% 15%, 55% 74%, 0 100%);
  }
  70% {
    -webkit-clip-path: polygon(100% 38%, 100% 38%, 66% 100%, 0 53%);
            clip-path: polygon(100% 38%, 100% 38%, 66% 100%, 0 53%);
  }
}

.shape01 {
  width: 300%;
  background: #aaa;
  height: 300px;
  margin-top: 100px;
}

.main-area.inner2 {
  max-width: 1210px !important;
  position: relative;
  z-index: 1;
  height: 66vh;
  -webkit-filter: drop-shadow(0.4 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.4 3px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 1000px) {
  .main-area.inner2 {
    height: 54vmin;
  }
}

.main-area.inner2 .index-h1 {
  background: url(../images/home/shape00.png) no-repeat;
  background-size: contain;
  position: absolute;
  font-size: 3rem;
  color: #cb985c;
  z-index: 1;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.2em;
  top: 8%;
  left: 4%;
  padding: 60px 40px;
}

@media (max-width: 1200px) {
  .main-area.inner2 .index-h1 {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .main-area.inner2 .index-h1 {
    padding: 40px 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .main-area.inner2 .index-h1 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.main-area.inner2 svg {
  height: 0;
}

.main-area.inner2:before {
  display: block;
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  background: white;
  height: 80%;
  -webkit-filter: unset;
          filter: unset;
}

.main-border {
  left: 10px;
  top: 0;
  height: 120%;
  width: 100%;
  position: absolute;
  background: url(../images/home/wood_bg.jpg);
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

.text {
  font-family: "Noto Sans JP", sans-serif;
}

.home-slick {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

@media only screen and (max-width: 834px) {
  .home-slick {
    width: 100vw;
  }
}

.home-slick img {
  height: 70vmin !important;
}

@media only screen and (max-width: 1000px) {
  .home-slick img {
    height: 54vmin !important;
  }
}

.home-slick .slick-list {
  overflow: visible;
}

.for-bg {
  background-size: cover;
  background-position: bottom;
}

.for-bg h2 {
  margin: 0 auto;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -80px;
  font-size: 8rem;
  text-shadow: 0px 0px 3rem #fff, 0px 0px 3rem #fff, 0px 0px 2rem #fff;
}

@media (max-width: 1200px) {
  .for-bg h2 {
    font-size: calc(1.925rem + 8.1vw) ;
  }
}

.for-bg h2:before, .for-bg h2:after {
  content: "";
  background-color: #C7E9F9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 20px;
}

.for-bg .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 8px;
  width: 25vw;
  height: 20vw;
}

.for-bg .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 640px) {
  .for-bg .slick-slide {
    height: 40vw !important;
  }
}

.obi .flex .box {
  width: 50%;
}

.obi .flex .box a {
  font-size: 1.125rem;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
}

.obi .flex .box a i {
  padding: 32px 8px;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .obi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .obi .box {
    width: 100% !important;
  }
}

.home-slick {
  position: relative;
}

.home-slick:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, white), color-stop(20%, transparent), color-stop(80%, transparent), to(white));
  background: linear-gradient(90deg, white 1%, transparent 20%, transparent 80%, white 100%);
  z-index: 1;
}

.home-slick ul li {
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .home-slick ul li {
    padding: 0 12px;
  }
}

.contact-btn a {
  line-height: 1.2;
  color: #fff !important;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .contact-btn a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.contact-btn a i {
  padding: 0 8px;
}

.contact-btn a span {
  padding-top: 16px;
  font-size: 1rem;
  max-width: 472px;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.modaal-con {
  display: none;
}

.banner-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-flex .box {
  width: calc(50% - 8px);
}

.banner-flex2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-flex2 .box {
  width: calc(50% - 8px);
}

.banner-flex2 .box:nth-child(odd) {
  text-align: right;
}

.banner-flex2 .box:nth-child(even) {
  text-align: left;
}

.eng {
  color: #0f41ae;
  font-size: 16px;
}

.title.withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
  margin-bottom: 6px;
}

.title.withIcon img, .title.withIcon > div {
  float: none;
}

.title-wrap {
  display: table;
  position: relative;
  margin: 0 auto 6px;
}

.title-wrap:after {
  position: absolute;
  height: 1px;
  background: #0f41ae;
  width: 124%;
  display: block;
  content: "";
  left: calc(-12%);
}

.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
}

.home-con01 {
  position: relative;
}

.home-con01 > div.contents-wrap01:before {
  top: 0;
  bottom: 0;
  right: 78%;
  content: "";
  display: block;
  width: 16vw;
  height: 88%;
  background: url("../images/yakitoritokiya/demo01.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  background-position: bottom;
}

@media screen and (max-width: 1300px) {
  .home-con01 > div.contents-wrap01:before {
    width: 14vw;
  }
}

@media only screen and (max-width: 834px) {
  .home-con01 > div.contents-wrap01:before {
    width: 14vw;
    height: 100%;
    left: -40px;
  }
}

.home-con01 > div.contents-wrap01:after {
  bottom: 0;
  top: 0;
  margin: auto;
  left: 76%;
  content: "";
  display: block;
  width: 22vw;
  height: 88%;
  background: url("../images/yakitoritokiya/demo02.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
}

@media screen and (max-width: 1300px) {
  .home-con01 > div.contents-wrap01:after {
    width: 18vw;
    left: 81%;
  }
}

@media only screen and (max-width: 834px) {
  .home-con01 > div.contents-wrap01:after {
    width: 18vw;
    height: 100%;
    right: -40px;
  }
}

.home-con01 > .active.contents-wrap01:after {
  -webkit-animation: swing 0.6s;
          animation: swing 0.6s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.home-con01 > .active.contents-wrap01:before {
  -webkit-animation: swing 0.6s;
          animation: swing 0.6s;
}

.home-con01 .title {
  line-height: 1.4;
}

.home-con01 .title img {
  margin-bottom: 24px;
}

@media only screen and (max-width: 834px) {
  .home-con01 .title img {
    margin-bottom: 16px;
  }
}

.home-con01 .text div {
  line-height: 2.4;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .home-con01 .text div {
    max-width: 540px;
    margin: 0 auto;
  }
}

.home-con02 {
  background-color: #e8d3c7;
}

.home-con02 .おすすめ > .box:first-child:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("../images/yakitoritokiya/recommend.png") no-repeat;
  background-size: contain;
}

.home-con02 .おすすめ.active > .box:first-child:before {
  -webkit-animation: swing 0.4s;
          animation: swing 0.4s;
}

.home-con02 .flex-template01 > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  position: relative;
  text-align: center;
}

.home-con02 .flex-template01 > .box:first-child img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.home-con02 .flex-template01 > .box:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.home-con02 .flex-template01 > .box:last-child img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home-con02 .flex-template01 > .box h2 {
  color: #222;
  position: relative;
  font-size: 2rem;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .home-con02 .flex-template01 > .box h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .home-con02 .flex-template01 > .box h2 {
    margin-bottom: 18px;
  }
}

.home-con02 .flex-template01 > .box article {
  padding: 60px 12px;
}

.home-con02 .flex-template01 > .box article > div {
  position: relative;
  line-height: 2.2;
  font-weight: 500;
}

.home-con02 .flex-template01 > .box article > div a {
  margin-top: 48px;
}

@media only screen and (max-width: 834px) {
  .home-con02 .flex-template01 > .box article > div a {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 834px) {
  .home-con02 .flex-template01 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .home-con02 .flex-template01 .box {
    width: 100%;
  }
  .home-con02 .flex-template01 .box:first-child {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.75)), color-stop(50%, white), color-stop(75%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, white 50%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .home-con02 .flex-template01 .box:last-child {
    max-height: 200px;
  }
}

.home-con02 .flex-template01:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media only screen and (max-width: 834px) {
  .home-con02 .flex-template01:nth-child(odd) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .home-con02 .flex-template01:nth-child(odd) .box {
    width: 100%;
  }
}

.home-con04.flex-temp01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .home-con04.flex-temp01 > div:first-child {
    margin-bottom: 40px;
  }
}

.コラム ul {
  max-height: 100px;
  overflow-y: scroll;
  padding-right: 20px;
}

.コラム ul li {
  float: none !important;
  padding: 6px 0;
  margin: 6px 0;
  display: block;
  border-bottom: 1px dashed #752100;
}

.コラム ul li span {
  display: inline-block;
  font-weight: bold;
  margin-right: 12px;
}

.reason-table table {
  table-layout: fixed;
}

.reason-table table td.showTitle {
  border: 1px solid #aaa;
  background: #fff;
  padding: 0 !important;
}

.reason-table table td.showTitle h6 {
  font-size: 1.375rem;
  text-align: center;
  background: #0f41ae;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 8px;
  display: block;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .reason-table table td.showTitle h6 {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.reason-table table td.showTitle img {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.reason-table table td.showTitle div {
  padding: 0 24px;
  line-height: 1.6;
}

.cnt_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cnt_menu dl {
  position: relative;
  display: block !important;
  width: 10.5%;
  margin: 20px 1%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 1px 3px 3px #371500;
          box-shadow: 1px 3px 3px #371500;
  padding: 0 !important;
  background: url("../images/yakitoritokiya/bg.jpg");
}

@media screen and (max-width: 640px) {
  .cnt_menu dl {
    width: 31.3333%;
  }
}

.cnt_menu dl:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #b91e23;
  position: absolute;
  opacity: 0.5;
}

.cnt_menu dt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: none !important;
  width: 100% !important;
  font-size: 20px;
  font-weight: bold;
  padding-top: 32px !important;
  color: #371500;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 0 !important;
  display: block;
  height: 320px;
  letter-spacing: 0.3em;
}

.cnt_menu dd {
  width: 100% !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: none !important;
  text-align: center !important;
  border: 0 !important;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #371500;
  display: block;
  position: relative;
}

.cnt_menu dd:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #b91e23;
}

@media only screen and (max-width: 640px) {
  .cnt_menu dl {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 8px 0 !important;
  }
  .cnt_menu dl dt {
    height: auto !important;
    -webkit-writing-mode: unset !important;
        -ms-writing-mode: unset !important;
            writing-mode: unset !important;
  }
  .cnt_menu dl dd {
    width: 50% !important;
  }
  .cnt_menu dl dt, .cnt_menu dl dd {
    padding: 12px !important;
    font-size: 20px;
  }
}

.lesson-table .title {
  border: none;
  font-size: 1.125rem;
  padding: 5px 0 !important;
}

.lesson-table .title div {
  padding: 4px;
  background-color: #ec607c;
  color: #fff;
}

.menu-wrap .title {
  background: #b91e23;
}

.menu-wrap .title h2 {
  color: #fff;
  padding: 6px;
}

.flex-temp01.company {
  background: #fff;
  padding: 40px;
  border: 6px solid #fff;
  -o-border-image: url(../images/home/maple.png) 100 stretch !important;
     border-image: url(../images/home/maple.png) 100 stretch !important;
}

@media only screen and (max-width: 834px) {
  .flex-temp01.company {
    padding: 20px;
  }
}

.table-template01 iframe {
  min-height: 240px !important;
}

.drink.flex-template021 .box {
  padding: 8px 12px;
}

.drink.flex-template021 .box div {
  color: #333;
  font-weight: bold;
}

.info .font-color {
  font-size: 20px;
  margin-left: 4px;
}

@media only screen and (max-width: 640px) {
  .clinic-con1 > div {
    background: rgba(255, 127, 57, 0.1);
    padding: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .clinic-con1 img {
    max-height: 260px;
  }
}

.prof-con1 img {
  margin-left: 60px;
  border-radius: 10px;
}

@media only screen and (max-width: 834px) {
  .prof-con1 img {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .prof-con1 img {
    float: right !important;
    margin-left: 16px;
    margin-right: 8px;
    width: 20% !important;
  }
}

.prof-con1 > div {
  line-height: 2.4;
}

@media only screen and (max-width: 640px) {
  .prof-con1 > div {
    padding: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .prof-con1 img {
    max-height: 260px;
  }
}

.info-callender-txt {
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}

@media only screen and (max-width: 640px) {
  .info-callender-txt {
    font-size: 14px;
  }
}

.info-callender {
  background: rgba(255, 127, 57, 0.1);
}

@media only screen and (max-width: 640px) {
  .info-callender {
    padding: 8px;
  }
}

.info-callender img {
  max-width: 640px;
  background: #fff;
  padding: 32px 8px;
}

@media only screen and (max-width: 834px) {
  .info-callender img {
    width: 100% !important;
  }
}

.time-table table {
  border: 1px solid #b91e23;
  background: #fff;
}

.time-table table tr:first-child td div {
  color: #4c3912;
  font-weight: bold;
}

.time-icon {
  font-size: 20px;
}

.price-table table {
  border: 2px solid #b91e23;
}

.price-table table span {
  font-size: 0.8em;
  padding-right: 4px;
}

.anchor-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-btn .box {
  width: 360px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor-btn .box > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  .anchor-btn .box {
    margin: 6px;
  }
}

.anchor-btn a {
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.anchor-btn a i {
  font-size: 28px;
  padding-right: 8px;
}

.anchor-btn a:hover i {
  -webkit-animation: leftright infinite 0.8s;
          animation: leftright infinite 0.8s;
}

.anchor-btn.orange a {
  background: #f56040;
}

.anchor-btn.green a {
  background: #008b6b;
}

.waku {
  border: 1px solid #aaa;
}

.dashed-fukidashi {
  position: relative;
  border: 2px dashed #f56040;
  padding: 20px;
}

.dashed-fukidashi:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 2px dashed #f56040;
  border-bottom: 2px dashed #f56040;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: unset;
  background: #fff;
}

.waku.blue {
  border: 2px dashed #1d6ba3;
}

.waku.blue:after {
  border-right: 2px dashed #1d6ba3;
  border-bottom: 2px dashed #1d6ba3;
}

.waku.green {
  border: 2px dashed #008b6b;
}

.waku.green:after {
  border-right: 2px dashed #008b6b;
  border-bottom: 2px dashed #008b6b;
}

@media only screen and (max-width: 640px) {
  .anchor-link a {
    display: block !important;
    width: 100% !important;
  }
  .anchor-link a:first-child {
    margin-bottom: 1.2rem !important;
  }
}

.reno01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.reno01 img {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.cap-text {
  font-size: 14px;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.point-list:after {
  content: "";
  width: 50%;
}

.point-list dl {
  -webkit-filter: drop-shadow(0.1 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.1 3px 3px rgba(0, 0, 0, 0.2));
  min-width: 180px;
  min-height: 80px;
  border: 2px solid #ddd;
  margin: 8px auto;
  width: 48%;
  padding: 8px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 127, 57, 0.1);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .point-list dl {
    width: 100%;
    margin: 4px auto;
  }
}

.point-list dl dt {
  border: none !important;
  font-weight: 900;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  background: none !important;
  position: absolute;
  background: none !important;
  font-size: 7.5rem !important;
  line-height: 1;
  display: none !important;
}

@media (max-width: 1200px) {
  .point-list dl dt {
    font-size: calc(1.875rem + 7.5vw)  !important;
  }
}

.point-list dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  color: #555;
  position: relative;
  z-index: 1;
  border: none !important;
  width: 100% !important;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .point-list dl dd {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.point-list dl dd .caption {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.flow-wrap h3 {
  background: #752100;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0em 0.6em;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .flow-wrap h3 {
    width: 100%;
  }
}

.cost-wrap h3 {
  letter-spacing: .6rem;
  text-align: center !important;
  display: inline-block;
  background: #b91e23;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  padding: 0 8px;
  min-width: 150px;
}

.cost-wrap table tr:first-child {
  background: #fff8d4;
}

.cost-wrap table tr:nth-child(even) {
  background: #f9f9f9;
}

.flow-wrap > .inner1 {
  border: 1px solid #b91e23;
  padding: 24px;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 640px) {
  .flow-wrap > .inner1 {
    padding: 24px 8px;
  }
}

.flow-wrap .contents-wrap02 {
  margin-top: 2rem;
}

.flow-wrap .contents-wrap02:not(:last-child) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 640px) {
  .flow-wrap .contents-wrap02 {
    margin-top: 1.2rem;
  }
  .flow-wrap .contents-wrap02:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.flow-wrap .down-arrow i {
  color: #cb985c;
  font-size: 4rem;
}

.flow-wrap.custom {
  position: relative;
  padding-left: 80px;
}

.flow-wrap.custom > div {
  position: unset !important;
}

.flow-wrap.custom > div:last-child:before {
  -webkit-transition: 2.4s;
  transition: 2.4s;
  position: absolute;
  content: "";
  right: calc(100% - 80px);
  bottom: 10%;
  height: 0%;
  display: block;
  width: 80px;
  border: solid 10px #1d6ba3;
  border-right: none;
  border-top-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.flow-wrap.custom .contents-wrap02 {
  padding: 20px;
  background: #1d6ba3;
  margin: 0 auto !important;
}

.flow-wrap.custom .contents-wrap02 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .flow-wrap.custom .contents-wrap02 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flow-wrap.custom .contents-wrap02 .list {
  color: #fff;
}

.flow-wrap.custom .contents-wrap02 .list ul {
  list-style-type: disc !important;
}

.flow-wrap.custom .contents-wrap02 .list li {
  float: none !important;
  display: list-item;
}

.flow-wrap.custom .contents-wrap02 .list li:before {
  content: "・";
  display: inline;
}

.flow-wrap.custom .down-arrow {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .flow-wrap.custom {
    padding-left: 0;
  }
  .flow-wrap.custom .contents-wrap02 {
    margin: 16px 0 !important;
  }
  .flow-wrap.custom .down-arrow {
    display: none;
  }
  .flow-wrap.custom > div:last-child.active:before {
    display: none;
  }
}

.flow-wrap.custom2 {
  padding-left: 0;
  position: relative;
}

.flow-wrap.custom2 > div:last-child:before {
  display: none;
}

.flow-wrap.custom2 > div {
  position: unset !important;
}

.flow-wrap.custom2 .contents-wrap02 {
  margin: 40px auto;
  padding: 20px;
  background: #008b6b;
}

.flow-wrap.custom2 .contents-wrap02 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px !important;
}

@media (max-width: 1200px) {
  .flow-wrap.custom2 .contents-wrap02 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flow-wrap.custom2 .contents-wrap02 .list {
  color: #fff;
}

.flow-wrap.custom2 .contents-wrap02 .list ul {
  list-style-type: disc !important;
}

.flow-wrap.custom2 .contents-wrap02 .list li {
  float: none !important;
  display: list-item;
}

.flow-wrap.custom2 .contents-wrap02 .list li:before {
  content: "・";
  display: inline;
}

.flow-wrap.custom2 .down-arrow {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .flow-wrap.custom2 {
    padding-left: 0;
  }
  .flow-wrap.custom2 .contents-wrap02 {
    margin: 16px 0 !important;
  }
  .flow-wrap.custom2 .down-arrow {
    display: none;
  }
  .flow-wrap.custom2 > div:last-child.active:before {
    display: none;
  }
}

.flow-wrap > div:last-child.active:before {
  height: 80%;
  border-top-color: #1d6ba3;
}

.shop-access {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-access .title {
  width: 100%;
  background: #b91e23;
}

.shop-access .title h2 {
  color: #fff;
  padding: 6px;
}

.shop-access .access-info {
  padding-right: 12px;
}

@media only screen and (max-width: 834px) {
  .shop-access .access-info {
    padding-right: 0;
  }
}

.shop-access .access-info ul li {
  border-bottom: 1px solid #aaa;
  padding: 6px 0;
  line-height: 1.4;
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-access .ggmap {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.shop-access .ggmap:before {
  display: none;
}

@media only screen and (max-width: 834px) {
  .shop-access .ggmap:before {
    display: block;
    padding-top: 54%;
  }
}

@media only screen and (max-width: 834px) {
  .shop-access .img {
    max-width: 320px;
  }
  .shop-access .access-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.message {
  line-height: 1.4;
}

.message span {
  color: #b91e23;
  display: inline-block;
  margin-left: 12px;
}

.shop-banner-wrap .box {
  border: 1px solid #999;
  width: calc(33.3333333% - 16px);
  margin: 8px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-banner-wrap .box a {
  text-align: center;
}

.shop-banner-wrap .box img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .shop-banner-wrap .box {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 8px;
  }
}

.staff-wrap .staff-box {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .staff-wrap .staff-box {
    margin-bottom: 40px;
  }
}

.staff-wrap .staff-box .staff-info table td {
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.staff-wrap .staff-box .staff-info table .states {
  font-weight: bold;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background: #333;
}

.staff-wrap .staff-box .staff-info table .states div {
  font-weight: bold;
  color: #fff !important;
}

.staff-wrap .staff-box .staff-info table .name div {
  padding-top: 8px;
  line-height: 1.6;
  font-size: 2.4rem;
}

@media only screen and (max-width: 834px) {
  .staff-wrap .staff-box .staff-info table .name div {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box .staff-info table .history div {
  font-size: 1.4rem;
  line-height: 1.6;
}

.staff-wrap .staff-box .staff-info table .history div span:first-child {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #aaa;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .staff-wrap .staff-box .staff-info table .history div {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box .comment div {
  line-height: 1.6;
  background: #eee;
  padding: 8px 4px;
}

.staff-wrap .staff-box .img img {
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .staff-wrap .staff-box .img {
    margin-bottom: 8px;
  }
}

.staff-wrap .staff-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rec-text h2 {
  display: inline-block;
  font-size: 2.4rem;
}

.rec-text h2:first-letter {
  font-size: 3.2rem;
}

.gaiyou-table table {
  background: #fff;
  border: none;
}

.gaiyou-table tr {
  border-bottom: 1px dashed #aaa !important;
}

.gaiyou-table tr td:first-child div {
  font-family: "Noto Sans JP", sans-serif;
  color: #4c3912 !important;
  font-weight: bold;
}

.gaiyou-table td {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .rec-flex .box {
    width: 50% !important;
  }
}

.company-flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #000;
  font-weight: bold;
}

.table-template02 .img {
  width: 34%;
}

.table-template02 .text {
  border-top: 1px solid #b91e23 !important;
}

.table-template02 td[class^="label"] br {
  display: none;
}

.table-template02 td[class^="label"] span {
  padding: 0 8px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.table-template02 .label1 span {
  background: #CF60BA;
}

.table-template02 .label2 span {
  background: #D37B67;
}

.table-template02 .strong div {
  font-weight: bold !important;
  color: #b91e23;
}

.table-template02 .text h6 {
  display: block;
  color: red;
  font-weight: bold;
}

.detail-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .detail-table tr {
    width: 100%;
  }
}

.detail-table tr td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  text-align: center;
}

.detail-table tr td:first-child {
  width: 140px;
  max-width: 140px;
  background: #eee;
}

.detail-table tr .label span {
  padding: 0 8px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #69D77E;
}

.detail-table tr .label br {
  display: none;
}

.course-wrap h3 {
  font-size: 1.25rem !important;
  font-weight: bold;
}

.course-wrap h4 {
  font-weight: bold;
  color: #b91e23;
  border-bottom: 2px solid #cb985c;
  display: inline-block;
  width: 100%;
}

.caption {
  line-height: 1.2;
}

.acc-btn {
  cursor: pointer;
  position: relative;
}

.acc-btn:after {
  content: "▼";
  display: block;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  font-size: 28px;
  visibility: unset;
}

.実績表 tr:nth-child(odd) {
  background: #edf4ff;
}

.case h2 {
  display: inline;
}

.case span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-left: 6px;
}

.case span:before {
  content: "/ ";
}

.prof-table .name > div {
  border-bottom: 2px solid #aaa;
  font-size: 2.4rem;
}

.prof-table .name small {
  background: #b91e23;
  color: #fff;
  padding: 0 4px;
  margin-right: 1.2rem;
}

.prof-table .name span {
  color: #ccc;
  margin-left: 1.2rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1200px) {
  .prof-table .name span {
    font-size: calc(1.445rem + 2.34vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .prof-table .name span {
    margin-left: auto;
    display: block;
    text-align: right;
  }
}

.gallery-flex .box {
  width: 25%;
  margin-bottom: 12px;
  padding: 0 6px;
  position: relative;
}

.gallery-flex .box div {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .gallery-flex .box {
    width: 33.333333%;
    margin-bottom: 8px;
  }
  .gallery-flex .box .box > a {
    padding: 0 4px;
  }
}

.gallery-flex .box:before {
  content: "";
  padding-top: 64%;
  display: block;
}

.gallery-flex .box > a {
  padding: 0 4px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100% !important;
  width: 100%;
}

.gallery-flex .box > a img {
  width: 100%;
  height: 100% !important;
}

.video-slider {
  -webkit-tap-highlight-color: transparent;
}

.video-slider ul li {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-slider ul li:before {
  display: block;
  padding-top: 60%;
  width: 100%;
  content: "";
}

@media only screen and (max-width: 834px) {
  .video-slider {
    margin-bottom: 40px;
  }
}

.video-slider .slick-arrow {
  display: none !important;
  z-index: 100;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
          transform: unset;
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 834px) {
  .video-slider .slick-arrow {
    display: block;
  }
}

.video-slider .slick-prev {
  left: 0px;
  z-index: 100;
}

.video-slider .slick-prev:before {
  font-size: 18px;
  color: #fff !important;
}

.video-slider .slick-next {
  right: 0px;
  z-index: 100;
}

.video-slider .slick-next:before {
  font-size: 18px;
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  .video-slider .slick-dots {
    display: none !important;
  }
}

.video-slider iframe,
.video-slider object,
.video-slider embed {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 20px !important;
}

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

@media only screen and (max-width: 834px) {
  .AutoNews_loader {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.AutoNews_loader .table-template02 {
  width: 25%;
}

.AutoNews_loader .table-template02 td {
  border: none !important;
  display: block;
}

.AutoNews_loader .table-template02 .date, .AutoNews_loader .table-template02 .place, .AutoNews_loader .table-template02 .text {
  display: none;
}

.AutoNews_loader .table-template02 .title div h2 {
  color: #333;
  font-size: 18px !important;
  font-weight: normal;
}

.AutoNews_loader .table-template02 .img a {
  display: block;
}

.AutoNews_loader .table-template02 .img a img {
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
  border: solid 1px rgba(185, 30, 35, 0.8);
}

.AutoNews_loader .table-template02 .img .noimg img {
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 834px) {
  .AutoNews_loader .table-template02 {
    width: 50%;
    padding: 12px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .AutoNews_loader .table-template02 {
    padding: 6px;
  }
}

.question_list a {
  color: #333;
}

.question_list a div {
  line-height: 1;
}

.question_list a span {
  color: #b91e23;
  font-size: 32px;
  font-weight: bold;
  padding-right: 8px;
}

.layout02.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout02.custom .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ff7f39;
  width: 25%;
}

.layout02.custom .title-box h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

@media (max-width: 1200px) {
  .layout02.custom .title-box h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .layout02.custom .title-box {
    display: none;
  }
}

.layout02.custom .btn-table td {
  color: #b91e23;
  font-size: 20px;
  border-color: #b91e23;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.layout02.custom .btn-table td.active {
  color: #fff;
  background: #b91e23;
  border-color: #b91e23;
}

.layout02.custom .btn-table .tokucho_btn {
  width: 33.333333%;
}

@media only screen and (max-width: 640px) {
  .layout02.custom .btn-table .tokucho_btn {
    font-size: 18px;
  }
}

.layout02.custom .tokucho-wrap > div {
  display: none;
}

.layout02.custom .tokucho-wrap > div.active {
  display: block;
}

.layout02.custom .tokucho_content {
  display: block;
}

.layout02.custom .tokucho_content td {
  border-bottom: 1px dashed #ccc !important;
}

.layout02.custom .tokucho_content td b {
  padding-right: 4px;
}

.layout02.custom .tokucho_content img {
  border-radius: 5px;
  min-width: 40%;
}

@media only screen and (max-width: 640px) {
  .layout02.custom .tokucho_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layout02.custom .tokucho_content > div {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .layout02.custom .ggmap {
    width: 100% !important;
    padding-bottom: 50% !important;
  }
}

.access-info.custom li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background: #ffcade;
  padding: 10px 8px !important;
  margin-bottom: 4px !important;
  color: #444;
}

.access-info.custom li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 20px;
  margin-right: 8px;
  color: white;
}

@media only screen and (max-width: 640px) {
  .access-info.custom {
    margin-top: 16px;
  }
}

.cnt_point h2 {
  font-weight: bold;
}

.cnt_point h2, .cnt_point h3 {
  font-size: 1.5rem;
  border-left: 4px solid #b91e23;
  line-height: 1.4;
  text-indent: 0.2em;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .cnt_point h2, .cnt_point h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.hurry {
  background-size: cover;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center -20%;
}

.hurry .text table td {
  padding: 0 !important;
}

.hurry .text table .mincho, .hurry .text table .for-bg h2, .for-bg .hurry .text table h2, .hurry .text .staff-wrap .staff-box .staff-info table .name div, .staff-wrap .staff-box .staff-info .hurry .text table .name div, .hurry .text table .rec-text h2, .rec-text .hurry .text table h2, .hurry .text .plan-table table .title, .plan-table .hurry .text table .title, .hurry .text table .titlestyle06, .hurry .text table #h1Title, .hurry .text .flex-template019 .link-table table .title div, .flex-template019 .link-table .hurry .text table .title div, .hurry .text table .flex-template019.natiru .title, .flex-template019.natiru .hurry .text table .title {
  color: #b91e23;
  font-size: 1.875rem;
}

@media (max-width: 1200px) {
  .hurry .text table .mincho, .hurry .text table .for-bg h2, .for-bg .hurry .text table h2, .hurry .text .staff-wrap .staff-box .staff-info table .name div, .staff-wrap .staff-box .staff-info .hurry .text table .name div, .hurry .text table .rec-text h2, .rec-text .hurry .text table h2, .hurry .text .plan-table table .title, .plan-table .hurry .text table .title, .hurry .text table .titlestyle06, .hurry .text table #h1Title, .hurry .text .flex-template019 .link-table table .title div, .flex-template019 .link-table .hurry .text table .title div, .hurry .text table .flex-template019.natiru .title, .flex-template019.natiru .hurry .text table .title {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

.hurry .text table .call div {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  color: #e02727;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .hurry .text table .call div {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

.hurry .text table .call div .square {
  margin-right: 0.4em;
  padding: 0.2em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #fff;
}

@media (max-width: 1200px) {
  .hurry .text table .call div .square {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.hurry .list {
  margin-top: 12px;
}

.hurry .list li:first-child {
  background: #ea2424;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
}

.hurry .list li:last-child {
  font-size: 14px;
}

.hurry .list li {
  color: #ea2424;
  float: none !important;
  font-weight: bold;
  font-size: 18px;
}

.hurry .list li:not(:first-child):before {
  content: "\f14a";
  display: inline-block;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
}

.hurry .list li:last-child:before {
  display: none;
}

@media only screen and (max-width: 834px) {
  .hurry .list {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .hurry {
    background-image: none !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f92f2f), to(#a51515));
    background: linear-gradient(to bottom, #f92f2f 1%, #a51515 100%);
    background: #f6f6f6;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}

@media screen and (max-width: 640px) {
  .event_Instagram02 .sns_photo {
    margin: 0 auto;
  }
}

.event_Instagram02 .sns_date {
  background: #b91e23;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}

.event_Instagram02 .clearfix a {
  color: #b91e23 !important;
}

.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}

.event_Instagram02 div.sns_list > div {
  padding: 40px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 640px) {
  .event_Instagram02 div.sns_list > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 10px;
  }
}

.event_Instagram02 .sns_list {
  border: 0px dashed #ccc !important;
}

.flow-table .title {
  background: #ff9a24;
  color: #fff;
  width: 120px;
}

.flow-table .title div {
  word-break: keep-all;
  font-weight: bold;
}

.flow-table td .call {
  font-weight: bold;
}

.plan-table {
  border: 3px solid #aaa;
  padding: 10px;
}

.plan-table table td {
  color: #333;
  padding: 4px !important;
}

.plan-table table .img {
  position: relative;
}

.plan-table table .img img {
  width: 100%;
}

.plan-table table .title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .plan-table table .title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.plan-table table .text div {
  line-height: 1.2;
}

.plan-table table .option div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plan-table table .option div:after {
  content: "";
  display: block;
  width: 32%;
  height: 0px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .plan-table table .option div:after {
    width: 48px;
  }
}

.plan-table table .option div:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  display: block;
  width: 32%;
  height: 0px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .plan-table table .option div:before {
    width: 48px;
  }
}

.plan-table table .option div span {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 32%;
  background: #edad46;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 24px;
  border: 1px solid #aaa;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .plan-table table .option div span {
    width: 48%;
  }
}

.plan-table table .option div br {
  display: none;
}

.plan-table table .price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-table table .price > div > div {
  background: #fff;
  margin-right: 8px;
  color: #333;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plan-table table .price > div span {
  color: #d81e1e;
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .plan-table table .price > div span {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.og {
  color: #ce8611 !important;
  border-color: #ce8611 !important;
}

.pe {
  color: #75003b !important;
  border-color: #75003b !important;
}

.bl {
  color: #1f3a5f !important;
  border-color: #1f3a5f !important;
}

.gr {
  color: #58a637 !important;
  border-color: #58a637 !important;
}

.plan-table.og {
  border-color: #ce8611;
}

.plan-table.og .title {
  color: #ce8611;
}

.plan-table.og .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-table.og .option span {
  border-color: #ce8611;
}

.plan-table.pe {
  border-color: #75003b;
}

.plan-table.pe .title {
  color: #75003b;
}

.plan-table.pe .option div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-table.pe .option div span {
  border-color: #75003b;
  background-color: #75003b;
}

.plan-table.gr {
  border-color: #58a637;
}

.plan-table.gr .title {
  color: #58a637;
}

.plan-table.gr .option div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-table.gr .option div span {
  border-color: #58a637;
  background-color: #58a637;
}

.plan-table.bl {
  border-color: #1f3a5f;
}

.plan-table.bl .title {
  color: #1f3a5f;
}

.plan-table.bl .option div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-table.bl .option div span {
  border-color: #1f3a5f;
  background-color: #1f3a5f;
}

#AutoReviewLoader {
  padding: 0 24px;
}

#AutoReviewLoader .voice_table {
  margin-bottom: 16px;
}

#AutoReviewLoader .voice_table .title {
  background: #b91e23;
}

#AutoReviewLoader .voice_table .title div {
  color: #fff;
  border-left: none;
}

#AutoReviewLoader .voice_table .text div {
  background: url(../images/110/deco.png) no-repeat;
  background-position: right 20%;
}

div.sns_list {
  border: none !important;
}

div.sns_list > div {
  border: none !important;
}

@media all and (-ms-high-contrast: none) {
  div.sns_list {
    display: block !important;
  }
  div.sns_list .sample {
    background: #cccccc;
    /* IE10以上 */
  }
}

.call-btn .call-wrap {
  max-width: 320px;
  margin: 12px auto 6px 0;
  border: 2px solid  #b91e23;
  background-color: none;
  color: #b91e23 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4em 1.2em;
  max-height: 60px;
}

.call-btn .call-wrap .call a {
  font-size: 1.5rem;
  color: #b91e23;
}

.transHeader {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}

@media only screen and (max-width: 834px) {
  .img-remove img {
    display: none !important;
  }
}

.obj-cover, .clinic-con1 img, .prof-con1 img, .gallery-flex .box > a img, .layout02.custom .tokucho_content img, .layout02 .content-box .tokucho_content img, .aspect-fit img, .AutoNews_loader .table-template02 .img a img, .aspect-fit2 img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bg-marker {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 163, 42, 0.7)), color-stop(48%, rgba(255, 230, 175, 0.7)), color-stop(48%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 163, 42, 0.7) 0%, rgba(255, 230, 175, 0.7) 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 834px) {
  .for-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .not-for-sp {
    display: none !important;
  }
}

.fz18 {
  font-size: 18px;
}

.border-img {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
}

.border-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 16px solid #fff;
  -webkit-filter: drop-shadow(0px 0 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0 3px rgba(0, 0, 0, 0.6));
  -o-border-image: url(../images/home/wood_bg.png) stretch 1;
     border-image: url(../images/home/wood_bg.png) stretch 1;
}

@media only screen and (max-width: 640px) {
  .img-remove img {
    display: none;
  }
}

.imgshadow {
  background: url(../images/common/wood_bg.png) center top;
  position: relative;
  -webkit-box-shadow: 0px 30px 31px -30px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 30px 31px -30px rgba(0, 0, 0, 0.45);
}

.imgshadow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 2%;
}

.imgshadow img {
  padding: 2%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}

.under-dot-table tr {
  border-bottom: 1px dotted #aaa !important;
}

.under-dot-table tr .date div {
  min-width: 80px;
}

.under-dot-table tr td {
  border: none;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    overflow-y: scroll;
  }
}

.mean-container .mean-bar {
  position: fixed !important;
}

.mean-container a.meanmenu-reveal {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-effect, .scroll-effect div {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.big {
  font-size: 2.5rem !important;
  font-weight: bold !important;
}

@media (max-width: 1200px) {
  .big {
    font-size: calc(1.375rem + 1.5vw)  !important;
  }
}

.marker, .flex-template21 .detail dl dt {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.marker:before, .flex-template21 .detail dl dt:before {
  position: absolute;
  content: "";
  height: 20%;
  background: rgba(198, 255, 175, 0.6);
  bottom: 12%;
  z-index: -1;
  opacity: 1;
  width: 0%;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.marker.w0-100:before, .flex-template21 .detail dl dt.w0-100:before {
  width: 100%;
}

.title-decoration {
  display: inline-block;
}

.title-decoration:after {
  margin-top: 4px;
  visibility: visible;
  content: "";
  width: 100%;
  height: 20px;
  background-size: cover;
  background: url(../images/home/title_border.png) no-repeat;
  display: block;
}

.titlestyle01 {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.titlestyle01:after {
  margin-left: 2rem;
}

.titlestyle01:before {
  margin-right: 2rem;
}

.titlestyle01:after, .titlestyle01:before {
  content: "";
  height: 1px;
  display: block;
  background: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.titlestyle02 {
  border-left: 6px solid #b91e23;
  border-bottom: 1px solid #b91e23;
  padding-left: 8px !important;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  .titlestyle02 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.titlestyle03 h2, .titlestyle03 h3, .titlestyle03 h4 {
  background: #752100;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0.1em 0.6em;
}

.titlestyle04 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(url(../images/common/title_bg.png)), color-stop(48%, url(../images/common/title_bg.png)), color-stop(48%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, url(../images/common/title_bg.png) 0%, url(../images/common/title_bg.png) 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 100%);
  background: url(../images/common/title_bg.png) no-repeat bottom left, url(../images/common/title_bg.png) repeat-x bottom right, white;
}

h3.titlestyle03 {
  font-size: 1.125rem;
}

.titlestyle05 h2, .table-template03 .title > div h2, .table-template04 .title > div h2, .titlestyle05 h3, .table-template03 .title > div h3, .table-template04 .title > div h3, .titlestyle05 h4, .table-template03 .title > div h4, .table-template04 .title > div h4, .titlestyle05 h5, .table-template03 .title > div h5, .table-template04 .title > div h5 {
  background-color: #b91e23;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 100;
  padding: 0.4em;
}

@media (max-width: 1200px) {
  .titlestyle05 h2, .table-template03 .title > div h2, .table-template04 .title > div h2, .titlestyle05 h3, .table-template03 .title > div h3, .table-template04 .title > div h3, .titlestyle05 h4, .table-template03 .title > div h4, .table-template04 .title > div h4, .titlestyle05 h5, .table-template03 .title > div h5, .table-template04 .title > div h5 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.titlestyle06 {
  text-align: center;
  color: #b91e23;
  letter-spacing: 0.1em;
  font-size: 2.25rem;
}

@media (max-width: 1200px) {
  .titlestyle06 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.titlestyle07 {
  text-align: center;
}

.titlestyle07 div {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 116, 48, 0.9)), color-stop(40%, rgba(255, 152, 6, 0.4)), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 116, 48, 0.9) 0%, rgba(255, 152, 6, 0.4) 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  color: #222;
  padding: 0 2px;
}

@media (max-width: 1200px) {
  .titlestyle07 div {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.titlestyle08 > div {
  background: #cb985c;
  border-radius: 12px;
  color: #fff;
  position: relative;
}

.titlestyle08 > div:before {
  content: "";
  position: absolute;
  left: 3%;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: #cb985c transparent transparent transparent;
}

.titlestyle08 > div h2, .titlestyle08 > div h3, .titlestyle08 > div h4 {
  font-size: 1.5rem;
  padding: 0.6em 0.8em;
}

@media (max-width: 1200px) {
  .titlestyle08 > div h2, .titlestyle08 > div h3, .titlestyle08 > div h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layout01 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: calc(24px + 1.4vw);
}

.layout01 h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

.layout01 .text-wrap {
  padding-right: 40px;
  padding-left: calc(50% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
}

.layout01 .text-wrap img {
  margin-top: 40px;
}

.layout01 .img-wrap img {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .layout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout01 img {
    max-width: 100% !important;
  }
  .layout01 .text-wrap {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .layout01 .text-wrap img {
    margin-top: 20px;
  }
  .layout01 .img-wrap {
    margin-bottom: 10px;
  }
}

.layout02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout02 .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ff7f39;
  width: 25%;
}

.layout02 .title-box h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

@media (max-width: 1200px) {
  .layout02 .title-box h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .layout02 .title-box {
    display: none;
  }
}

.layout02 .content-box {
  width: 75%;
  padding-left: 24px;
}

.layout02 .content-box .btn-table td {
  color: #ff7f39;
  font-size: 20px;
  border-color: #ff7f39;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.layout02 .content-box .btn-table td.active {
  color: #fff;
  background: #ff7f39;
  border-color: #ff7f39;
}

.layout02 .content-box .btn-table .tokucho_btn {
  width: 33.333333%;
}

@media only screen and (max-width: 640px) {
  .layout02 .content-box .btn-table .tokucho_btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 834px) {
  .layout02 .content-box {
    width: 100%;
    padding-left: 0px;
  }
}

.layout02 .content-box .tokucho-wrap > div {
  display: none;
}

.layout02 .content-box .tokucho-wrap > div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout02 .content-box .tokucho_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout02 .content-box .tokucho_content img {
  border-radius: 5px;
  min-width: 40%;
}

@media only screen and (max-width: 640px) {
  .layout02 .content-box .tokucho_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layout02 .content-box .tokucho_content > div {
    width: 100%;
  }
}

.layout02 .content-box .tokucho_content > div {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff8f7;
}

.news-layout01 {
  background-size: cover;
}

.news-layout01 .brog-wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 420px;
  overflow-y: scroll;
  padding: 20px 40px;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_photo {
  display: none;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_text {
  padding: 24px 10px;
  border-bottom: 1px solid #333;
  font-size: 16px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_text .blog_date {
  font-size: 14px !important;
  background: #b91e23;
  color: #fff;
  width: 140px;
  padding: 8px 4px;
  text-align: center;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_text h3 {
  margin-bottom: 0;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_text h3 a {
  color: #333;
}

.news-layout01 .brog-wrap .blog_list.style01 .blog_text .detail {
  margin-top: 15px;
  width: 100%;
}

.btn01 {
  text-align: right;
}

.btn01 > a {
  margin-left: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72%;
  min-width: 280px;
  padding: 8px 0px;
  color: #fff;
  background: #cb985c;
}

.btn01 > a:after {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  font-family: Font Awesome 5 Free;
  padding: 0 8px;
}

.btn01 > a > a {
  color: #fff;
}

.btn02 a {
  width: 46%;
  display: inline-block;
  border-radius: 32px;
  background: #b91e23;
  color: #fff;
  font-weight: bold;
  margin: 0 1%;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
}

.btn03 a {
  display: inline-block;
  border: 1px solid #b91e23;
  color: #b91e23;
  padding: 0.6em 1.6em;
  background: #fff;
  text-align: center;
}

.btn04 a {
  padding: 12px 8px !important;
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
  background-color: #b91e23;
  color: #fff;
  text-align: center;
}

.btn05 a {
  min-width: 240px;
  display: inline-block;
  background: #b91e23;
  color: #fff;
  font-weight: bold;
  margin: 0 1%;
  padding: 8px 12px;
  text-align: center;
  font-size: 20px;
}

.btn06 a {
  color: #333;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 250px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #cccccc), to(#f9f9f9));
  background: linear-gradient(to top, #cccccc 1%, #f9f9f9 100%);
  line-height: 1;
}

.btn06 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  padding-top: 2px;
  margin-right: 4px;
}

@media only screen and (max-width: 834px) {
  .access-wrap {
    margin-bottom: 40px;
  }
}

.access-info {
  margin: 0 auto;
}

.access-info h5 {
  display: block;
}

.access-info dl {
  border-bottom: 1px dashed #999;
}

.access-info dl .week {
  width: 5em;
  display: inline-block;
}

.access-info dd {
  font-size: 15px;
}

@media only screen and (max-width: 834px) {
  .access-info {
    max-width: 100%;
  }
}

.inner-news-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 8px 32px 32px;
  background: #e8d3c7;
}

.inner-news {
  position: relative;
  padding-right: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-height: 320px;
  overflow-y: scroll;
}

@media only screen and (max-width: 834px) {
  .inner-news {
    max-height: 180px;
  }
}

.inner-news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: 1px dashed #752100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .inner-news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
  }
}

.inner-news dl dt {
  /*日付*/
  font-size: 16px;
  max-height: 2em;
  display: inline-block;
  width: auto !important;
  background-color: transparent !important;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 2px !important;
  letter-spacing: 0;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  margin-right: 12px;
}

@media only screen and (max-width: 640px) {
  .inner-news dl dt {
    width: 100% !important;
  }
}

.inner-news dl dd {
  /*内容*/
  border: none !important;
  color: #222;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .inner-news dl dd {
    width: 100% !important;
  }
}

.inner-news dl dd {
  background: none !important;
}

#h1Title {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 3.75rem;
  font-weight: 100;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.7));
}

@media (max-width: 1200px) {
  #h1Title {
    font-size: calc(1.5rem + 3vw) ;
  }
}

.subpage-h1 {
  position: relative;
  background: #ffe8e8;
  background-position: center;
  background-size: cover;
  height: 40vh;
}

.subpage-h1:before {
  position: absolute;
  content: "";
  background: rgba(25, 5, 14, 0.5);
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 834px) {
  .subpage-h1 {
    height: 24vh;
    background-position: 64%;
  }
}

.subpage-h1 > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.subpage-h1 h1 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#pankuzu {
  display: block;
  padding: 16px 0 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.subpage-title {
  margin-bottom: 16px;
}

@media only screen and (max-width: 834px) {
  .subpage-title {
    margin-bottom: 12px;
  }
}

#pagetop {
  display: none;
  duration: 0.8s;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 10;
}

#pagetop i {
  font-size: 3.2rem;
  color: #b91e23;
}

#pagetop img {
  width: 80%;
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 0px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}

nav li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav .drop-nav {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
}

nav .drop-nav li {
  padding: 8px 0;
}

nav .drop-nav li a {
  border: none !important;
}

@media only screen and (max-width: 834px) {
  nav .drop-nav {
    position: relative;
  }
  nav .drop-nav li {
    padding: 0;
  }
}

.qaa-list {
  background: rgba(185, 30, 35, 0.1);
}

.qaa-list dt,
.qaa-list dd {
  line-height: 1.2;
}

.qaa-list dl:first-child dt {
  font-size: 2.4rem;
}

.qaa-list dl:first-child dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0f41ae;
  font-size: 1.8rem;
  font-weight: bold;
}

.qaa-list dl:last-child dt {
  font-size: 2.4rem;
}

.テーブルコンテンツが複数並ぶレイアウト {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.テーブルコンテンツが複数並ぶレイアウト > div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 8px;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 834px) {
  .テーブルコンテンツが複数並ぶレイアウト > div {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .テーブルコンテンツが複数並ぶレイアウト > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.テーブルコンテンツが複数並ぶレイアウト table td {
  padding: 0 !important;
}

.テーブルコンテンツが複数並ぶレイアウト table .img img {
  width: 100%;
  border: 1px solid #aaa;
}

.テーブルコンテンツが複数並ぶレイアウト table .title div {
  text-align: center;
  color: #b91e23;
  font-weight: bold;
  font-size: 1.8rem;
}

.テーブルコンテンツが複数並ぶレイアウト table .title div:first-letter {
  font-size: 2.4rem;
}

.テーブルコンテンツが複数並ぶレイアウト table .text {
  line-height: 1.4;
}

.table-template01 table td {
  padding: 4px !important;
}

.table-template01 .img {
  padding: 0 16px !important;
}

@media only screen and (max-width: 640px) {
  .table-template01 .img {
    padding: 16px 0 0 !important;
  }
}

.table-template01 .title {
  height: 40px;
  padding: 0.2em 8px;
  background: #752100;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .table-template01 .title {
    padding: unset;
    background: transparent !important;
  }
  .table-template01 .title h3 {
    height: 40px;
    padding: 0.2em 8px;
    background: #752100;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
}

.table-template02 {
  padding: 8px;
}

.table-template02 td {
  padding: 0 8px !important;
}

.table-template02 .label div {
  display: inline-block;
  background: #ff9e7c;
  color: #fff;
  padding: 0px 12px;
  font-weight: bold;
}

.table-template02 .title div {
  margin-bottom: 12px;
  font-size: 1.8rem;
}

.table-template02 .date {
  padding-bottom: 0 !important;
}

.table-template02 .date div {
  font-size: 14px;
}

.table-template02 .date div:before {
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 0.6em;
}

.table-template02 .place {
  padding-top: 0 !important;
}

.table-template02 .place div {
  font-size: 14px;
}

.table-template02 .place div:before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Pro';
  padding-right: 0.6em;
  font-weight: 900;
}

.table-template02 .text div {
  background: #fff;
  padding: 0 12px;
}

.table-template03 {
  border: 1px solid #b91e23;
}

.table-template03 .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-align-last: left;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}

.table-template03 .title .price {
  display: inline-block;
  margin-left: auto;
}

.table-template03 .info .font-color {
  font-size: 20px;
  margin-left: 4px;
}

.table-template03 .btn03 {
  padding: 4px 8px !important;
}

.table-template03 .btn03 a {
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
}

.table-template03 .btn03 {
  padding: 4px 8px !important;
}

.table-template03 .btn03 a {
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
}

.table-template03 .number a {
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .table-template03 .number a {
    pointer-events: all;
  }
}

.table-template03 .img img {
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .table-template03 .img img {
    padding: 5px 10px;
  }
}

.table-template03 .aspect-fit2 img {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .table-template03 .aspect-fit2:before {
    padding-top: 40% !important;
  }
}

.table-template04 {
  border: 1px solid #b91e23;
  background: rgba(255, 127, 57, 0.1);
  padding: 12px 24px;
}

@media only screen and (max-width: 834px) {
  .table-template04 {
    padding: 12px;
  }
}

.table-template04 table {
  border-collapse: collapse;
}

.table-template04 tr {
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-bottom: 1px dotted #aaa !important;
}

.table-template04 tr td {
  border: none !important;
}

.table-template04 .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-align-last: left;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}

.table-template04 .title .price {
  display: inline-block;
  margin-left: auto;
}

.flex-template019 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-template019 .link-table {
  max-width: 25%;
  padding: 4px;
  min-width: 200px;
}

.flex-template019 .link-table > article {
  border: 1px solid #b91e23;
  background: url(../images/ss-ongakuin/bg.jpg);
  padding: 8px;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  .flex-template019 .link-table {
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .flex-template019 .link-table {
    padding: 8px 4px;
  }
}

.flex-template019 .link-table table {
  height: 100%;
}

.flex-template019 .link-table table td {
  padding: 0px !important;
}

.flex-template019 .link-table table .img img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .flex-template019 .link-table table .img img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.flex-template019 .link-table table .title div {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 6px 0 0;
  color: #b91e23;
}

@media (max-width: 1200px) {
  .flex-template019 .link-table table .title div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flex-template019 .link-table table .title div span:not(.eng) {
  line-height: 1.2;
  color: #333;
  font-size: 1rem;
  display: block;
}

.flex-template019 .link-table table .title div span.eng {
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 100;
  color: #868686;
}

.flex-template019 .link-table table .price div {
  color: #d81e1e;
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .flex-template019 .link-table table .price div {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.flex-template019 .link-table table .price div small {
  font-size: 0.6em;
  font-weight: 900;
}

.flex-template019 .link-table table .number {
  background: #008b6b;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.flex-template019 .link-table table .number div {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.flex-template019 .link-table table .text {
  font-size: 1rem;
}

.flex-template019 .link-table table .text div {
  line-height: 1.5;
}

.flex-template020 .box {
  background-size: cover;
  padding: 8px;
  width: 33.333333%;
  position: relative;
}

.flex-template020 .box a {
  display: block;
  width: 100%;
}

.flex-template020 .box a img {
  width: 100%;
}

.flex-template020 .box > div {
  padding: 8%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  pointer-events: none;
  font-size: 1.125rem;
  z-index: 1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 834px) {
  .flex-template020 .box {
    width: 50%;
  }
}

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

.flex-template21 > div {
  padding: 0 16px;
}

.flex-template21 .thumbnail {
  width: 60%;
}

.flex-template21 .thumbnail .big-img img {
  height: 400px !important;
}

.flex-template21 .thumbnail .thumb-img img {
  width: 100%;
  height: 160px !important;
}

.flex-template21 .thumbnail > div:last-child {
  width: 40%;
  padding: 0 16px;
}

.flex-template21 .detail {
  margin-top: 0;
}

.flex-template21 .detail dl {
  display: block;
  padding: 12px 0;
  border-bottom: 1px dashed #aaa !important;
}

.flex-template21 .detail dl dt {
  display: inline;
  padding: 0 !important;
  width: 100%;
  background: none !important;
  border: none !important;
  font-size: 1.5rem;
  color: #444;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .flex-template21 .detail dl dt {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.flex-template21 .detail dl dt:before {
  background: #ffc821;
  right: unset;
}

.flex-template21 .detail dl dd {
  line-height: 1.6;
  color: #444;
  padding: 0 !important;
  width: 100%;
  background: none !important;
  border: none !important;
}

.flex-template21 .detail.active dl dt:before {
  -webkit-animation: w0-100 0.8s forwards;
          animation: w0-100 0.8s forwards;
}

@media only screen and (max-width: 834px) {
  .flex-template21 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-template21 > div {
    width: 100% !important;
  }
  .flex-template21 .thumbnail {
    max-width: 640px;
    margin: 0 auto;
  }
  .flex-template21 .thumbnail .big-img img {
    height: 60vw !important;
  }
  .flex-template21 .thumbnail .thumb-img img {
    width: 100%;
    height: 28vw !important;
  }
  .flex-template21 .detail {
    margin: 0 auto;
    max-width: 640px;
    margin-bottom: 20px;
  }
}

.flex-template021 .box {
  width: 33.333%;
  padding: 24px 12px;
  border-bottom: 1px dotted #aaa;
}

.flex-template021 .box img {
  margin-bottom: 8px;
}

.flex-template021 .box h3 {
  color: #b91e23;
  font-size: 12px;
  line-height: 1;
}

.flex-template021 .box .eng {
  line-height: 1;
  font-size: 1.625rem;
  display: block;
  color: #b91e23;
  font-family: 'Kalam', cursive;
  margin-bottom: 4px;
}

@media (max-width: 1200px) {
  .flex-template021 .box .eng {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.flex-template021 .box article > div {
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .flex-template021 .box {
    width: 50%;
  }
}

.flex-template22 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-template22:before, .flex-template22:after {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% / 3 - 12px);
}

@media only screen and (max-width: 640px) {
  .flex-template22:before, .flex-template22:after {
    width: calc(100% / 2 - 6px);
  }
}

.flex-template22 .box {
  width: calc(100% / 3 - 12px);
  margin-bottom: 12px;
  border: 1px solid #aaa;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .flex-template22 .box {
    width: calc(100% / 2 - 6px);
  }
}

.flex-template22 .box > a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
}

.flex-template22 .box > div {
  background: #0f41ae;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  padding: 0.6em 0;
  letter-spacing: 0.05em;
}

.flex-template22 .box > div:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline;
  margin-left: 10px;
}

.flex-template23 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-template23:before, .flex-template23:after {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% / 1);
}

.flex-template23 .box {
  background: #fff;
  width: calc(100% / 1);
  margin-bottom: 12px;
  border: 1px solid #aaa;
  position: relative;
  padding: 20px 0;
  border-radius: 8px;
}

.flex-template23 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-template23 .box article div {
  line-height: 1.2;
}

.flex-template23 .box a {
  text-align: center;
  width: 100px;
  display: block;
  padding: 0 12px;
}

.flex-template23 .box a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
}

.flex-template23 .box h3 {
  color: #0f41ae;
  font-size: 1.5rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1200px) {
  .flex-template23 .box h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.dl-template01 dl {
  border-bottom: 1px dotted #333;
}

.big-img {
  max-width: 700px;
  margin: 0 auto 5px;
  padding: 0;
}

.big-img img, .big-img-nav img {
  width: 100%;
}

.thumb-img {
  max-width: 700px;
  margin: 0 auto;
}

.thumb-img li {
  margin: 5px;
}

.thumb-img .slick-next {
  right: 20px;
  z-index: 100;
}

.thumb-img .slick-prev {
  left: 15px;
  z-index: 100;
}

.thumb-img .slick-current {
  opacity: 0.5;
}

.thumb-img div div div {
  cursor: pointer;
}

.icon-table {
  background: #008b6b;
  padding: 24px;
}

.icon-table table tr td {
  font-size: 14px;
  border: none;
  color: #fff;
  -webkit-filter: drop-shadow(0.5 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.5 3px 3px rgba(0, 0, 0, 0.2));
}

.icon-table table tr .title {
  padding-bottom: 32px !important;
}

.icon-table table tr .title span {
  font-size: 16px;
}

.icon-table table h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .icon-table table h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.icon-table table h3 + br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .icon-table table tr:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icon-table table tr:nth-child(n+2) td {
    width: 50% !important;
    display: block;
  }
}

.form_wrap.error {
  max-width: 1200px;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.insta_temp01 .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta_temp01 .sns_list > div {
  width: 33.3333%;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .insta_temp01 .sns_list > div {
    width: 25%;
  }
  .insta_temp01 .sns_list > div:nth-child(n+5) {
    display: none !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .insta_temp01 .sns_list > div {
    width: 33.333333%;
  }
  .insta_temp01 .sns_list > div:nth-child(n+5) {
    display: block !important;
  }
}

.insta_temp01 .sns_list > div::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.insta_temp01 .sns_list > div .sns_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.insta_temp01 .sns_list .sns_text {
  display: none;
}

.insta_temp10 .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta_temp10 .sns_list > div {
  width: 20%;
  position: relative;
}

.insta_temp10 .sns_list > div::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.insta_temp10 .sns_list > div .sns_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.insta_temp10 .sns_list .sns_text {
  display: none;
}

.blog_template01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  background: #fff;
}

.blog_template01 .blog_wrap {
  border: 1px solid #ccc;
  padding: 24px 8px 24px 24px;
}

@media only screen and (max-width: 640px) {
  .blog_template01 .blog_wrap {
    padding: 8px;
  }
}

.blog_template01 .blog_wrap .blog_list {
  border: none;
  overflow-y: scroll;
  max-height: 282px;
}

.blog_template01 .blog_wrap .blog_list h3 {
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: bold;
}

.blog_template01 .blog_wrap .blog_list .blog_photo {
  display: none;
}

.blog_template01 .blog_wrap .blog_list div.blog_date {
  padding: 2px;
  text-align: center;
  width: 100px;
  background: #b91e23;
  color: #fff;
  display: block;
}

.blog_template01 .blog_wrap .blog_list div.blog_text {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
}

.blog_template01 .blog_wrap .blog_list div.blog_text .detail {
  margin-top: 0 !important;
}

.blog_template01 div.blog_list > div {
  display: block;
}

.flex-template019.natiru > div {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .flex-template019.natiru > div {
    width: 100%;
  }
}

.flex-template019.natiru table {
  border: none;
}

.flex-template019.natiru .title {
  background: url(../images/home/title-deco01.png) no-repeat;
  background-position: right center;
  border-bottom: 2px solid #752100 !important;
}

.flex-template019.natiru .img img {
  border: 4px solid #aaa !important;
  -o-border-image: url(../images/home/maple.png) 100 stretch !important;
     border-image: url(../images/home/maple.png) 100 stretch !important;
}

.flex-col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-col2 > div {
  width: calc(50% - calc(24px / 2));
}

.flex-col2::after {
  content: "";
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .flex-col2 .box {
    width: 100%;
    margin: calc(24px / 2) 0;
  }
}

.flex-col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-col3 > div {
  width: calc(33.33333% - calc(24px / 2));
}

.flex-col3::after {
  content: "";
  width: 33.33333%;
}

.flex-col3::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  width: 33.33333%;
}

.imageBG-gradation {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(rgba(255, 255, 255, 0))), url(../images/geeta/spice.jpg);
  background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%), url(../images/geeta/spice.jpg);
  padding-bottom: 30vh !important;
  background-position: center center, center center;
}

.aspect-fit, .AutoNews_loader .table-template02 .img a {
  position: relative;
}

.aspect-fit:before, .AutoNews_loader .table-template02 .img a:before {
  content: "";
  width: 100%;
  padding-top: 64%;
  display: block;
}

.aspect-fit img, .AutoNews_loader .table-template02 .img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.aspect-fit2 {
  position: relative;
}

.aspect-fit2:before {
  content: "";
  width: 100%;
  padding-top: 50%;
  display: block;
}

.aspect-fit2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.aspect-fit.top img, .AutoNews_loader .table-template02 .img a.top img, .aspect-fit2.top img {
  -o-object-position: top;
     object-position: top;
}

.bg-color {
  background: #b91e23;
  color: #fff;
  padding: 0 12px;
  display: inline-block;
  margin-right: 8px;
}

.font-color {
  color: #b91e23;
  display: inline-block;
  font-weight: bold;
}

table .pd0 {
  padding: 0 !important;
}

table .no-bdr {
  border: none !important;
}

table small {
  line-height: 1.2;
}

.voice_table .title {
  position: relative;
  padding: 0 !important;
}

.voice_table .title:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  color: #b91e23;
  font-size: 30px;
  right: 8px;
  top: 0;
  bottom: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice_table .title.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.voice_table .title div {
  padding-right: 64px;
  color: #333;
  padding-left: 10px;
  border-left: 8px solid #b91e23;
  font-size: 1.25rem;
  line-height: 1.4;
}

.voice_table .text {
  padding: 0 !important;
  padding-top: 8px !important;
}

@media only screen and (max-width: 640px) {
  .voice_table .text {
    padding-top: 0 !important;
  }
}

.voice_table .text div {
  padding: 8px 8px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  color: #333;
}

.faq_table {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #e2e2e2), to(#f5f5f5));
  background: linear-gradient(to top, #e2e2e2 1%, #f5f5f5 100%);
  border: 1px solid #ccc;
}

.faq_table .title {
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}

.faq_table .title:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  color: #b1b1b1;
  font-size: 32px;
  right: 8px;
  top: 0;
  bottom: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .faq_table .title:after {
    position: relative;
    font-size: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.faq_table .title.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_table .title div {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  color: #b91e23;
  font-size: 1.125rem;
  line-height: 1.4;
}

.faq_table .title div span {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: #b91e23;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .faq_table .title div {
    padding-right: 0;
  }
}

.faq_table .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  padding-top: 8px !important;
}

@media only screen and (max-width: 640px) {
  .faq_table .text {
    padding-top: 0 !important;
  }
}

.faq_table .text div {
  width: 100%;
  padding: 8px 8px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  color: #333;
}

.faq_table .text div b {
  color: #2971e9;
}

.faq_table .text span {
  width: 32px;
  height: 32px;
  background: #2971e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.square {
  background: #752100;
  color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
}

.tdpd0 td {
  padding: 0 !important;
}
/*# sourceMappingURL=common2.css.map */