@charset "UTF-8";
@import url(../libs/wowjs/css/animate.css);
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

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

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template {
  display: none;
}

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

body {
  color: #1A1A1A;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
}

a:visited {
  /*color: #1A1A1A;*/
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

address {
  font-style: normal;
}

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

.fluid-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: .8;
}

/* fix col */
.row.-x15 {
  --bs-gutter-x: 15px;
}

.row.-x30 {
  --bs-gutter-x: 30px;
}

.row.-x60 {
  --bs-gutter-x: 60px;
}

.row.no-gutters80 {
  margin-right: -40px;
  margin-left: -40px;
}

.row.no-gutters80 > [class^="col"], .row.no-gutters80 > [class*=" col"] {
  padding-right: 40px;
  padding-left: 40px;
}

.btn {
  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-weight: 400;
  line-height: 1.5;
  color: #504B46;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-primary {
  height: 40px;
  color: #fff;
  background: #00A99D;
  width: 100%;
  border: none;
  border-radius: 0px;
  min-width: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  line-height: 40px;
}

.btn-primary.btn-lg {
  min-width: 250px;
}

.btn-primary.btn-sm {
  min-width: 135px;
  height: 40px;
  line-height: 30px;
}

.btn-primary:hover {
  background: #B8AC7D;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/*Flex */
.d-none {
  display: none !important;
}

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

@media (min-width: 769px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.container, .container-sm, .container-1024, .container-1200, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1630px;
  }
}

@media (min-width: 1200px) {
  .container-sm {
    max-width: 1080px;
  }
}

@media (min-width: 1600px) {
  .container-sm {
    max-width: 1090px;
  }
}

.container-1024 {
  max-width: 1054px;
}

.container-1200 {
  max-width: 1230px;
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1600px) {
  .offset-lgg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lgg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media (min-width: 769px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

br.is-sm {
  display: none;
}

@media (max-width: 366px) {
  br.is-sm {
    display: block;
  }
}

.main {
  overflow-x: hidden;
  position: relative;
  background: #fff;
  z-index: 0;
  padding-top: 50px;
}

.dnfix__thumb {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 68.075%;
}

.dnfix__thumb img {
  margin: 0px auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.dnfix__thumb.-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*sc-breadcrumb */
.sc-breadcrumb {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 26px;
}

.sc-breadcrumb .el__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.sc-breadcrumb .el__wrap span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
}

.sc-breadcrumb .el__wrap a {
  display: inherit;
}

.animation-button {
  position: relative;
  overflow: hidden;
}

.animation-button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #28a745;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animation-button-2 {
  position: relative;
  overflow: hidden;
}

.animation-button-2:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fdf8e5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animated.animation-button:before, .animated.animation-button-2:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@font-face {
  font-family: "cambria";
  font-weight: 400;
  src: url("../fonts/cambria.ttf");
}

.header {
  background: #fff;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 769px) {
  .header {
    max-width: 550px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: calc(100% - 550px);
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  padding: 5px 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  font-family: "DNPShueiMinPr6-M", sans-serif;
}

.header-logo img {
  max-width: 200px;
  margin-right: 6px;
}

.header .btn-menu {
  cursor: pointer;
}

.header .btn-menu img {
  max-width: 50px;
}

.nav-mobile {
  position: fixed;
  right: 50%;
  top: 50px;
  opacity: 0;
  width: 100%;
  padding-left: 10%;
  z-index: 1001;
  overflow: auto;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  height: 100%;
}

@media (min-width: 769px) {
  .nav-mobile {
    padding-left: 0;
    right: 0;
    max-width: 400px;
  }
}

.nav-mobile__wrap {
  background: rgba(0, 167, 155, 0.8);
  padding: 30px 20px;
  height: 100%;
}

.nav-mobile__list li a {
  display: block;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 4px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-mobile__list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-mobile__list li a p {
  font-size: 16px;
  text-transform: uppercase;
}

.nav-mobile__list li a p:first-child {
  font-family: "Cinzel", serif;
  letter-spacing: 3px;
}

.nav-mobile__list li a p:last-child {
  font-size: 14px;
  text-align: right;
}

.nav-mobile__list li:last-child a {
  border-bottom: 1px solid #fff;
}

.nav-mobile__social {
  margin-top: 40px;
  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;
}

@media (min-width: 780px) {
  .nav-mobile__social {
    padding-top: 40%;
  }
}

.nav-mobile__social li {
  margin-right: 25px;
}

.nav-mobile__social li:last-child {
  margin-right: 0;
}

.nav-mobile__social img {
  width: 40px;
}

body.show-menu {
  overflow: hidden;
}

.show-menu .nav-mobile {
  opacity: 1;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (min-width: 769px) {
  .show-menu .nav-mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fixed__spmenu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: 550px;
  width: 100%;
}

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

.fixed__spmenu ul li {
  margin-left: 3px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed__spmenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed__spmenu ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.fixed__spmenu ul li span {
  line-height: 1.2;
}

.fixed__spmenu ul li.is-tel, .fixed__spmenu ul li.is-web {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.fixed__spmenu ul li.is-tel a, .fixed__spmenu ul li.is-web a {
  font-size: 14px;
  color: #fff;
  background-color: #B8AC7D;
}

.fixed__spmenu ul li.is-tel img, .fixed__spmenu ul li.is-web img {
  max-height: 24px;
  margin-right: 10px;
}

.fixed__spmenu ul li.is-tel a {
  font-size: 16px;
}

.fixed__spmenu ul li.is-schedule, .fixed__spmenu ul li.is-access {
  -ms-flex-preferred-size: calc(20% - 8px);
      flex-basis: calc(20% - 8px);
}

.fixed__spmenu ul li.is-schedule a, .fixed__spmenu ul li.is-access a {
  font-size: 11px;
  color: #B8AC7D;
  border: 1px solid #B8AC7D;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-color-mix-blend-mode: difference;
}

.fixed__spmenu ul li.is-schedule img, .fixed__spmenu ul li.is-access img {
  max-height: 24px;
  margin-bottom: 5px;
}

@media (min-width: 750px) {
  .fixed__spmenu {
    display: none;
  }
}

.footer {
  background: #00A99D;
  position: relative;
  padding: 30px 30px 3px;
  font-size: 16px;
  line-height: 40px;
}

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

.footer__menu .menu-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.footer__menu .menu-item a {
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer__socical {
  margin: 40px 0 20px;
  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;
}

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

.footer__socical a img {
  width: 35px;
}

.footer__socical a:not(:last-child) {
  margin-right: 18px;
}

.footer__copyright {
  background: #fff;
  padding: 0 0 60px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #1A1A1A;
}

/*back to top */
.back__to--top {
  position: fixed;
  bottom: -45px;
  right: 15px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.back__to--top.active {
  bottom: 70px;
  opacity: 1;
}

.back__to--top img {
  width: 50px;
  height: 50px;
}

.home-banner {
  position: relative;
  padding-left: 30px;
  margin-bottom: -9px;
}

.home-banner .title-banner {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  padding-left: 33px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
}

.home-banner .banner-text {
  position: absolute;
  left: 0;
  bottom: 6%;
  background: #fff;
  padding: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  margin: 0;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  letter-spacing: 3px;
  white-space: nowrap;
    color: #b4bb16;
}

.home-banner img {
  width: 100%;
}

@media (min-width: 992px) {
  .home-banner {
    padding-left: 120px;
  }
}

.main__nav {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 50px;
}

.main__nav.is-sticky {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 5px #ccc;
          box-shadow: 0px 2px 5px #ccc;
}

.main__nav .el__menu > li + li::after {
  content: "";
  width: 3px;
  height: 43px;
  background-image: url(../../assets/img/nav-line.png);
  background-size: contain;
  background-position: center;
  background-repeat-x: repeat;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}

.main__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.main__nav ul .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 205px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  left: 0px;
  top: 100%;
  z-index: -1;
  text-align: left;
}

.main__nav ul .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.main__nav ul .sub-menu li:hover {
  background-color: #f08e8b;
}

.main__nav ul .sub-menu li:hover a {
  color: #fff;
}

.main__nav ul li {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main__nav ul li:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main__nav ul li:hover a {
  color: #f08e8b;
}

.main__nav ul li a {
  display: block;
  padding: 5px 30px;
  color: #504B46;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.main__nav ul li img {
  display: block;
  margin: 0px auto 0;
  max-height: 25px;
}

@media (max-width: 992px) {
  .main__nav {
    display: none;
  }
}

@media (min-width: 993px) {
  .main__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main__nav .container {
  max-width: 1200px;
}

@media (max-width: 992px) {
  .sticky-wrapper {
    display: none;
  }
}

.home-intro {
  margin-bottom: 50px;
  margin-left: 30px;
  background: #00A99D;
  color: #fff;
  padding: 10px 10px 5px 15px;
}

.home-intro__text {
  font-size: 14px;
  text-align: right;
  padding-right: 50px;
}

@media (max-width: 600px) {
  .home-intro__text {
    padding-right: 23px;
  }
}

@media (max-width: 479px) {
  .home-intro__text {
    padding-right: 15px;
  }
}

@media (max-width: 400px) {
  .home-intro__text {
    padding-right: 7px;
  }
}

@media (max-width: 353px) {
  .home-intro__text {
    font-size: 12px;
  }
}

.home-intro__meta {
  font-size: 18px;
  line-height: 1.8;
}

.home-intro__title {
  margin-bottom: 10px;
}

.home-intro__tel {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .home-intro {
    text-align: center;
  }
  .home-intro .table-schedule {
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  .home-intro .table-schedule {
    margin: 0;
    width: 100%;
  }
  .home-intro .home-intro__text {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .home-intro {
    margin-bottom: 20px;
  }
  .home-intro .home-intro__tel {
    display: none;
  }
  .home-intro .home-intro__meta {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
  }
}

.schedule {
  overflow: hidden;
}

.table-schedule {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 10px;
}

.table-schedule th, .table-schedule td {
  text-align: left;
  vertical-align: middle;
  padding: 4px 12px;
  min-width: 44px;
  font-weight: 400;
  line-height: 1.4;
}

.table-schedule tr {
  border: none;
}

.table-schedule tbody td {
  color: #fff;
}

@media (max-width: 1200px) {
  .table-schedule th, .table-schedule td {
    padding: 3px;
    min-width: 44px;
  }
}

@media (max-width: 991px) {
  .table-schedule thead th:first-child {
    font-size: 16px;
    min-width: 170px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .table-schedule th, .table-schedule td {
    padding: 4px 1px;
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .table-schedule th, .table-schedule td {
    min-width: 60px;
  }
}

@media (max-width: 767px) {
  .table-schedule th, .table-schedule td {
    min-width: 54px;
  }
  .table-schedule thead th:first-child {
    min-width: auto;
  }
}

@media (max-width: 600px) {
  .table-schedule .schedule {
    font-size: 16px;
  }
  .table-schedule thead th:first-child {
    min-width: 105px;
  }
  .table-schedule th, .table-schedule td {
    min-width: 25px;
  }
}

@media (max-width: 353px) {
  .table-schedule {
    font-size: 12px;
  }
  .table-schedule thead th:first-child {
    min-width: 85px;
    font-size: 14px;
  }
}

.home-info {
  padding: 20px 30px 60px;
}

.home-info .el__header {
  margin-bottom: 20px;
}

.home-info .el__box {
  padding: 0px 15px 16px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 215px;
  margin-bottom: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.home-info .el__box::-webkit-scrollbar {
  width: 8px;
}

.home-info .el__box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0;
}

.home-info .el__box::-webkit-scrollbar-thumb {
  background: #00A99D;
  border-radius: 0;
}

.home-info .el__box::-webkit-scrollbar-thumb:hover {
  background: #00A99D;
}

.home-info .el__item {
  border-bottom: 1px solid #504B46;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.8;
}

.home-info .el__item:first-child {
  border-top: 2px solid rgba(26, 26, 26, 0.6);
}

.home-info .el__item__title {
  font-family: "cambria";
  padding-right: 10px;
  color: #1a1a1a;
}

.home-info .el__item__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #1a1a1a;
}

.home-concept__ttl {
  position: relative;
  margin-top: 30px;
}

.home-concept__txt {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: visible !important;
  width: 100vw;
  height: 65vh;
}

.home-concept__txt .el__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 190px;
}

@media (min-width: 769px) {
  .home-concept__txt .el__content {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 550px;
    width: 100%;
    margin-left: calc(100% - 550px);
  }
}

.home-concept__ttl .el__content p.style-2 {
  font-size: 14px;
}

@media (min-width: 769px) {
  .home-concept__ttl .el__content p.style-2 {
    font-size: 22px;
  }
}

.home-concept__txt .el__content p {
  font-size: 4.2vw;
}

@media (min-width: 769px) {
  .home-concept__txt .el__content p {
    font-size: 22px;
  }
}

.home-concept__head {
  top: 70px;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
}

@media (min-width: 769px) {
  .home-concept__head {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 550px;
    width: 100%;
    margin-left: calc(100% - 550px);
  }
}

.home-concept.is-active .home-concept__head {
  position: fixed;
  top: 70px;
  visibility: visible !important;
}

.home-concept.is-active .home-concept__ttl {
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: visible !important;
  width: 100vw;
  height: 65vh;
}

.home-concept.is-active .home-concept__ttl .el__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 190px;
}

@media (min-width: 769px) {
  .home-concept.is-active .home-concept__ttl .el__content {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 550px;
    width: 100%;
    margin-left: calc(100% - 550px);
  }
}

.home-concept.is-active .home-concept__ttl.is-hide {
  opacity: 0;
}

.home-concept.is-active .home-concept__txt.is-on {
  position: fixed;
  opacity: 1;
}

.home-concept {
  z-index: -1;
  position: relative;
  text-align: center;
  background: url("../img/green/concept.jpg") no-repeat center;
  background-size: cover;
  margin-top: -1px;
  background-attachment: fixed;
  min-height: 2vh;
  padding-bottom: 2vh;
  padding-top: 10vh;
}

.home-concept .el__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-concept .el__content p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  color: #fff;
  letter-spacing: 3px;
  margin: 0 10px 0 0 !important;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
  line-height: 40px;
}

.home-concept .el__content p.last-child {
  margin: -12px 0 0 0 !important;
}

.home-concept .el__content p:last-child {
  margin-right: 0 !important;
}

.home-information {
  padding: 50px 30px 20px;
}

.home-information .el__thumb img {
  max-width: 200px;
}

.home-information .el__title {
  font-size: 28px;
  color: #4d4d4d;
  margin-bottom: 0;
  font-family: "DNPShueiMinPr6-M", sans-serif;
}

.home-information .el__excerpt {
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 5px;
  line-height: 25px;
  font-family: "Noto Sans JP", sans-serif;
}

.home-information .el__box {
  border: 4px solid rgba(184, 172, 125, 0.8);
  padding: 10px;
  font-weight: bold;
}

.home-information .el__box .text {
  font-size: 24px;
  color: rgba(184, 172, 125, 0.8);
  line-height: 32px;
  letter-spacing: 2px;
}

.home-information .el__box .label {
  margin-bottom: 5px;
}

.home-information .el__box .label span {
  background: rgba(184, 172, 125, 0.8);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  min-width: 103px;
}

.home-information .el__box .label.green span {
  background: #00A99D;
}

.home-information .el__bg {
  background: rgba(0, 169, 157, 0.3);
  padding: 10px 5px;
}

.home-information .el__bg .phone {
  font-weight: bold;
  font-size: 18px;
  color: #00A99D;
  margin-top: 7px;
}

.home-information .el__bg .green span {
  background: #00A99D;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}

.home-information .home-intro {
  margin-left: 0;
  margin-top: 10px;
}

.home-information.style-2 {
  padding: 80px 15px 0;
}

.home-image-box {
  padding: 30px;
}

.home-image-box .item {
  margin-bottom: 5px;
}

.home-image-box .item img {
  width: 100%;
}

.home-contact {
  padding: 20px 30px 20px;
  background: rgba(184, 172, 125, 0.8);
  text-align: center;
  color: #000;
}

.home-contact__title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.home-contact__box {
  background: #fff;
  padding: 10px;
  margin-bottom: 13px;
}
.home-contact__box li{
	text-indent: -17px;
	margin: 0 0 8px 17px;
	text-align: left;
}

.home-contact__box .btn {
  width: 100%;
  background: rgba(184, 172, 125, 0.8);
  padding: 0;
  font-family: "Cinzel", "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 30px;
  border-radius: 0;
  color: #000;
  line-height: normal;
  border: none;
  margin-bottom: 10px;
  height: 40px;
  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;
}

.home-contact__box p {
  font-size: 14px;
  margin: 0 -10px;
}

.home-contact__link .btn {
  font-size: 24px;
  font-family: "Cinzel", "Noto Sans JP", serif;
}

.home-contact-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.home-contact-text.first {
  font-size: 22px;
}

.home-contact__wrap {
  padding: 30px 0 100px;
}

.home-calendar {
  padding: 0px 30px 50px;
  background: rgba(184, 172, 125, 0.8);
}

.home-calendar .el__header {
  text-align: center;
  position: relative;
  top: -20px;
  margin-bottom: 30px;
}

.home-calendar .el__header .section__sub {
  color: #fff;
}

.home-calendar .calendar-wrap {
  height: 453px;
}

.home-greeting {
  position: relative;
  padding: 50px 0 0px;
}

.home-greeting .el__header {
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: -40px;
}

.home-greeting .el__header .section__title.style-2 {
  margin-bottom: 15px;
}

.home-greeting .el__header .section__title.style-2 span {
  background: #B8AC7D;
}

.home-greeting .el__header .section__sub.style-2 {
  color: #4D4D4D;
  text-shadow: 0px 0px 10px rgba(77, 77, 77, 0.57);
}

.home-greeting .el__content {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 769px){
.home-greeting .el__content__text {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding: 10px 15px 30px;
}
	.home-greeting .el__title {
  font-size: 24px;
  line-height: 40px;
  color: #1A1A1A;
  margin-bottom: 15px;
}
	.home-greeting .el__excerpt {
    font-size: 16px;
    line-height: 26px;
    font-family: "Noto Sans JP", sans-serif;
    color: #1A1A1A;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    background: rgba(255, 255, 255, 0.3);
}
	.home-greeting .el__user {
  position: relative;
  margin-right: 30px;
  border: 2px solid rgba(184, 172, 125, 0.8);
  z-index: 1;
  top: -95px;
}
}

@media screen and (max-width: 768px) {
	.home-greeting .el__content__text {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 10px 15px 30px;
}
	.home-greeting .el__title {
    font-size: 22px;
    line-height: 36px;
    color: #1A1A1A;
    margin-bottom: 10px;
}
	.home-greeting .el__excerpt {
    font-size: 16px;
  line-height: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  text-shadow: 0 0 3px #fff,0 0 3px #fff;
  background: rgba(255, 255, 255, 0.3);
}
	.home-greeting .el__user {
  position: relative;
  margin-right: 30px;
  border: 2px solid rgba(184, 172, 125, 0.8);
  z-index: 1;
  top: -70px;
}
}




.home-greeting .el__title span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 3px;
  letter-spacing: 3px;
}





.home-greeting .el__user__name {
  margin-left: -7px;
}

.home-greeting .el__user__content {
  padding: 0 5px 10px 30px;
  font-size: 16px;
}

.home-greeting .el__user__position {
  display: inline-block;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 23px;
  background: #fff;
  letter-spacing: 1px;
}

.home-greeting .el__readmore {
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.home-featured .el__header .section__sub.style-2 {
  color: #394546;
  text-shadow: none;
}

.home-featured .el__thumb {
  position: relative;
}

@media (min-width: 780px) {
  .home-featured .el__thumb {
    padding-left: 300px;
  }
}

@media (min-width: 576px) {
.home-contact__link {
    display: flex;
    justify-content: center;
}

.home-contact__link .btn {
    width: 78%;
    margin-right: 10px;
	margin-top: 20px;
}
}

.home-featured .el__position {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #00A79B;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.home-featured .el__readmore {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 1;
}

.home-featured__item {
  position: relative;
  margin-top: -7px;
}
@media screen and (min-width: 769px){
	.home-featured .el__header {
  margin-bottom: 50px;
}
	.home-featured .el__content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  margin-right: 30px;
}
	.home-featured .el__title {
  font-size: 26px;
  line-height: 40px;
  color: #c1b793;
  margin-bottom: 15px;
  font-weight: bold;
}

.home-featured .el__title span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 3px;
}
	.home-featured .el__excerpt {
  font-size: 16px;
  line-height: 26px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 30px;
  padding: 20px 25px;
}
	.home-featured__item:last-child {
    margin-bottom: 110px;
}

}

@media screen and (max-width: 768px) {
	.home-featured .el__header {
  margin-bottom: 40px;
}
	.home-featured .el__content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  margin-right: 30px;
}
	.home-featured .el__title {
  font-size: 26px;
  line-height: 35px;
  color: #c1b793;
  margin-bottom: 15px;
  font-weight: bold;
		padding-left: 10px;
}
.home-featured .el__title br.pc {
  display: none;
}
.home-featured .el__title span {
  display: inline-block;
  background: #fff;
  padding: 0;
  margin-bottom: 3px;
}
	.home-featured .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 0;
  padding: 0 20px 20px;
}
	.home-featured__item {
    position: relative;
    margin-top: -7px;
    margin-bottom: 20px;
}
	.home-featured__item:last-child {
    margin-bottom: 70px;
}
	
	
}


.home-service {
  padding: 40px 0px 60px;
}

.home-service .el__header {
  text-align: center;
  position: relative;
  bottom: -40px;
}

.home-service .el__header .section__title.style-2 span {
  background: #B8AC7D;
  padding: 0px 33px;
}

.home-service .el__header .section__sub.style-2 {
  color: #394546;
  text-shadow: none;
}

.home-service .el__content {
  background: url("../img/bg-service.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}

.home-service .el__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50fr 50fr;
  grid-template-columns: 50fr 50fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 8px 10px;
  padding: 80px 0 30px;
}

.home-service .el__link a {
  color: #fff;
  background: #B8AC7D;
  max-width: 300px;
  margin: 0 auto;
}

.home-service .el__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(184, 172, 125, 0.8);
  padding: 10px 3px 10px 0px;
  color: #1A1A1A;
}

.home-service .el__thumb {
  width: 70px;
  height: 70px;
  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;
  background: rgba(255, 255, 255, 0.3);
}

.home-service .el__title {
  width: calc(100% - 70px);
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.home-sns {
  margin: 0 30px 25px;
  background: rgba(184, 172, 125, 0.8);
  padding-bottom: 30px;
}

.home-sns .el__header {
  max-width: 50%;
  margin: 0 auto 25px;
}

.home-sns .el__title {
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: #B8AC7D;
}

.home-sns .el__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.home-sns .el__content a {
  display: inline-block;
  margin-right: 30px;
}

.home-sns .el__content a:last-child {
  margin-right: 0;
}

.home-sns .el__content img {
  width: 60px;
  height: 60px;
}

.home-sns .el__text {
  text-align: center;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
  color: #fff;
  font-family: "cambria";
  margin-bottom: 30px;
}

.home-clinic {
  padding: 0 30px 30px;
  margin: 66px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/bg-clinic.png");
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url("../img/bg-clinic.png");
  background-size: cover;
}

.home-clinic .el__header {
  text-align: center;
  position: relative;
  top: -16px;
}

.home-clinic .el__header .section__title {
  font-size: 36px;
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.home-clinic .el__header .section__sub {
  font-size: 16px;
  font-weight: bold;
}

.home-clinic .el__info {
  padding: 25px 0 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.home-clinic .el__info th {
  width: 26%;
  text-align: left;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 400;
}

.home-clinic .el__info td {
  font-size: 16px;
  color: #1A1A1A !important;
}

.home-clinic .el__info td a {
  color: #1A1A1A !important;
}

.home-clinic .el__content {
  background: rgba(0, 167, 155, 0.8);
  padding: 20px;
	margin-bottom: 50px;
}

.home-clinic .el__item {
  position: relative;
  padding-top: 20px;
  margin-top: 25px;
}

.home-clinic .el__item:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 30%;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-clinic .el__item:first-child {
  padding-top: 0;
  margin-top: 0;
}

.home-clinic .el__item:first-child:before {
  content: none;
}

.home-clinic .el__title {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.home-clinic .el__excerpt {
  font-size: 16px;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}

.home-clinic .el__excerpt a {
  color: #1A1A1A !important;
}

.home-facilities {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 60px;
  z-index: 0;
}

.home-facilities:before {
  position: absolute;
  left: 0;
  top: 60px;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  content: "";
  background: rgba(0, 167, 155, 0.5);
  z-index: -1;
}

.home-facilities .el__header {
  margin-bottom: 10px;
}

.home-facilities .el__header .section__sub.style-2 {
  color: #4d4d4d;
}

.home-facilities .el__excerpt {
  padding: 0 30px;
  font-size: 16px;
  text-align: left;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
}

.home-facilities .el__slider {
  margin-left: 30px;
}

.home-facilities .el__slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: url("../img/green/next.svg") no-repeat center;
  background-size: cover;
  top: 65%;
  -webkit-transform: translate(0, -65%);
          transform: translate(0, -65%);
  z-index: 2;
  opacity: 1;
}

.home-facilities .el__slider .slick-arrow:before {
  content: none;
}

.home-facilities .el__slider .slick-arrow.slick-prev {
  background-image: url("../img/green/prev.svg");
  left: -30px;
  z-index: 1;
}

.home-facilities .el__item {
  position: relative;
}

.home-facilities .el__item img {
  width: 100%;
}

@media (min-width: 992px) {
  .home-facilities .el__item {
    padding-right: 15px;
  }
}

.home-facilities .el__position {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 50px;
  display: inline-block;
  color: #1A1A1A;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
}

.home-facilities .el__link {
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-facilities .el__link > div {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.home-facilities .el__link .btn {
  font-size: 14px;
  min-width: auto;
}

.el__thumb.el__position--fixed .el__position {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 2;
}

@-webkit-keyframes pcAnimation {
  0% {
    -webkit-transform: scale(1.25) rotate(0.0001deg);
            transform: scale(1.25) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pcAnimation {
  0% {
    -webkit-transform: scale(1.25) rotate(0.0001deg);
            transform: scale(1.25) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 769px) {
  .l-container {
    margin-left: calc(100% - 550px);
    max-width: 550px;
  }
}

.l-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 550px);
  height: 100vh;
  display: none;
}

@media (min-width: 769px) {
  .l-pc {
    display: block;
  }
}

.l-pc .photo-slider__item {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.l-pc .photo-slider__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-pc .photo-slider__item.slick-active img {
  display: block;
  -webkit-animation: pcAnimation 3s cubic-bezier(0, 0, 0.09, 1.01) forwards 0.5s;
          animation: pcAnimation 3s cubic-bezier(0, 0, 0.09, 1.01) forwards 0.5s;
}

.l-pc .photo-slider__item img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-pc .photo-border {
  width: 100px;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: auto;
  left: calc(50% - 50px);
  z-index: 1;
}

.l-pc .photo-border.is-end {
  height: 100%;
  top: 0;
  bottom: auto;
  -webkit-transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
  transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
}

.l-pc .photo-border.is-start {
  height: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
  transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
}

.photo-information {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media (max-width: 991px) {
  .photo-information {
    bottom: 50%;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

.photo-information .photo-address {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .photo-information .photo-address {
    display: none;
  }
}

.photo-information .photo-wrap {
  margin-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.photo-information .photo-wrap > * {
  -ms-flex-preferred-size: calc((100% - 140px) /2);
      flex-basis: calc((100% - 140px) /2);
}

@media (max-width: 1200px) {
  .photo-information .photo-wrap {
    display: block;
  }
}

@media (max-width: 991px) {
  .photo-information .photo-wrap {
    display: none;
  }
}

.photo-information .photo-tel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .photo-information .photo-tel {
    display: block;
    margin-right: 0;
  }
}

.photo-information .photo-tel a {
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 1px;
  white-space: nowrap;
}

.photo-information .photo-tel a img {
  max-width: 20px;
  margin-right: 10px;
}

.photo-information .photo-web {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .photo-information .photo-web {
    display: block;
  }
}

.photo-information .photo-web a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px 20px;
  color: #00A99D;
  line-height: 1.4;
}

.photo-information .photo-web a::before {
  content: '>';
  display: inline-block;
  margin-right: 10px;
}

.photo-information .photo-times {
  margin-top: 30px;
  color: #fff;
  background-color: rgba(0, 169, 157, 0.6);
  padding: 20px;
}

@media (max-width: 1200px) {
  .photo-information .photo-times {
    background-color: transparent;
  }
}

.photo-information .photo-times .table-schedule {
  margin-bottom: 0;
  table-layout: auto;
}

.photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
  text-align: center;
  padding: 4px 0;
  min-width: 1.4vw;
}

@media (max-width: 1200px) {
  .photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
    min-width: 2vw;
  }
}

.photo-information .photo-times .table-schedule th:first-child {
  text-align: left;
}

.photo-information .photo-times .table-schedule thead tr:first-child th:first-child {
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
    font-size: 14px;
  }
}

.photo-information .photo-logo p {
  margin: 0 auto;
  padding-top: 20vh;
  max-width: 300px;
}

.photo-information .photo-logo p img, .photo-information .photo-logo p svg {
  width: 100%;
}

@media (max-width: 991px) {
  .photo-information .photo-logo p {
    max-width: 80%;
  }
}

.section__title {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 35px;
}
.home-info .section__title{
	font-size: 20px;
}

.section__title.style-2 {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.section__title.style-2 span {
  display: inline-block;
  background: #00A79B;
  padding: 0 17px;
  font-weight: bold;
}

.section__sub {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  color: #00A99D;
}
.section__sub.news {
  font-family: "Courgette";
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #00A99D;
}

.section__sub.style-2 {
  font-size: 42px;
  line-height: 65px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
}

.page-header {
  position: relative;
  padding-bottom: 100px;
}

.page-header__thumb {
  padding-left: 30px;
}

.page-header__content {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: calc(100% - 30px);
  z-index: 1;
  background: #fff;
  padding: 30px 0;
}

.page-header__content .title {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 51px;
  line-height: 60px;
  color: #4d4d4d;
  padding-left: 30px;
}

.page-header__content .sub {
  display: inline-block;
  background: #B8AC7D;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
  padding: 1px 37px 3px;
}

.headding {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 50px;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
}

.access-map {
  padding: 60px 30px 30px;
  background: url("../img/access/bg-access.jpg") no-repeat center;
  background-size: cover;
}

.access-map .el__header {
  margin-bottom: 15px;
}

.access-map .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
}

.access-map .el__thumb {
  margin-bottom: 20px;
}

.access-map .el__feature img {
  margin-top: -5px;
}

.access-map .el__link {
  margin-bottom: 30px;
}

.access-map .el__link .btn {
  width: 197px;
  margin: 0 auto;
}

.access-transport {
  padding: 50px 0 0;
}

.access-transport .el__header {
  position: relative;
  z-index: 1;
}

.access-transport .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.57);
}

.access-transport .el__box {
  position: relative;
  padding: 50px 30px 0;
  margin-top: -35px;
  overflow: hidden;
}

.access-transport .el__box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  content: "";
  background: rgba(184, 172, 125, 0.2);
  z-index: -1;
}

.access-transport .el__item {
  padding-right: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.access-transport .el__item:after {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 150%;
  height: 1.5px;
  content: "";
  background: #fff;
}

.access-transport .el__item:last-child:after {
  content: none;
}

.access-transport .el__thumb {
  text-align: center;
}

.access-transport .el__thumb img {
  max-width: 32px;
  margin: 0 auto;
}

.access-transport .el__title {
  color: #00A99D;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.access-transport .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.access-route {
  padding: 50px 0 0;
}

.access-route .el__header {
  position: relative;
  z-index: 1;
}

.access-route .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.access-route .el__box {
  position: relative;
  padding: 50px 0 30px;
  margin-top: -35px;
  overflow: hidden;
}

.access-route .el__box:before {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  content: "";
  background: rgba(0, 169, 157, 0.3);
  z-index: -1;
}

.access-route .el__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.access-route .el__thumb {
  position: relative;
  width: 50%;
  margin-bottom: 2px;
}

.access-route .el__thumb .arrow {
  position: absolute;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 44px;
  z-index: 1;
}

.access-route .el__content {
  width: 50%;
  padding-right: 30px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.clinic-clinic {
  background: url("../img/clinic/bg-clinic.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0 50px;
}

.clinic-clinic .el__header {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.clinic-clinic .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.57);
}

.clinic-clinic .el__slider .el__item {
  padding: 0 10px;
}

@media (min-width: 769px) {
  .clinic-clinic .el__slider .el__item {
    padding: 0 40px;
  }
}

.clinic-clinic .el__slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: url("../img/green/next.svg") no-repeat center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  opacity: 1;
}

.clinic-clinic .el__slider .slick-arrow:before {
  content: none;
}

.clinic-clinic .el__slider .slick-arrow.slick-prev {
  background-image: url("../img/green/prev.svg");
  left: 0;
  z-index: 1;
}

.clinic-clinic .el__slide-2 .el__thumb img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 80%;
     object-position: 100% 80%;
}

.clinic-clinic .el__link {
  margin-left: 30px;
  margin-top: -3px;
}

.clinic-clinic .el__link a {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  height: 52px;
}

.clinic-clinic .el__content__title {
  margin-top: -1px;
  background: #00A99D;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

@media (min-width: 769px) {
  .clinic-clinic .el__content__title {
    font-size: 22px;
    padding: 5px 10px;
  }
}

.clinic-clinic .el__content__excerpt {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .clinic-clinic .el__content__excerpt {
    font-size: 16px;
    line-height: 1.8;
  }
}

.clinic-clinic .slick-dots li.slick-active button:before {
  background-color: #00A99D;
}

.clinic-content-text {
  padding: 30px;
  background: rgba(184, 172, 125, 0.3);
}

.clinic-content-text .el__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #B8AC7D;
  margin-bottom: 5px;
  text-align: center;
}

.clinic-content-text .el__sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.clinic-content-text .el__thumb {
  margin-bottom: 15px;
}

.clinic-content-text .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}

.clinic-facilities {
  padding: 50px 0 0;
}

.clinic-facilities .el__header {
  position: relative;
  z-index: 1;
}

.clinic-facilities .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.57);
}

.clinic-facilities .el__box {
  position: relative;
  padding: 50px 0 0;
  margin-top: -35px;
}

.clinic-facilities .el__box:before {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  content: "";
  background: rgba(0, 167, 155, 0.3);
  z-index: -1;
}

.clinic-facilities .el__fac-item {
  margin-bottom: 10px;
}

.clinic-facilities .el__fac-item:last-child {
  margin-bottom: 0;
}

.clinic-facilities .el__thumb {
  margin-right: 30px;
}

.clinic-facilities .el__content {
  margin-left: 40px;
  position: relative;
  top: -26px;
}

.clinic-facilities .el__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  padding: 7px 5px 7px 10px;
  color: #fff;
  background: #00A99D;
}

.clinic-facilities .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  padding: 20px 30px;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}

.clinic-emergency {
  padding: 50px 0 5px;
  background: rgba(184, 172, 125, 0.3);
}

.clinic-emergency .el__header {
  text-align: center;
  margin-bottom: 30px;
}

.clinic-emergency .el__header .sub {
  font-size: 17px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: #B8AC7D;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.clinic-emergency .el__header .title {
  font-size: 24px;
  font-weight: bold;
}

.clinic-emergency .el__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.clinic-emergency .el__item .el__thumb {
  width: 40%;
}

.clinic-emergency .el__item .el__content {
  width: 60%;
  padding: 0 20px;
}

.clinic-emergency .el__title {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  color: #B8AC7D;
  padding: 5px 8px;
  margin-bottom: 10px;
}

.clinic-emergency .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}

.service-menu {
  padding: 50px 30px;
  background: url("../img/services/bg-service.jpg") no-repeat center;
  background-size: cover;
}

.service-menu .section__sub {
  text-shadow: none;
  color: #B8AC7D;
  margin-bottom: 20px;
}

.service-menu__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50fr 50fr;
  grid-template-columns: 50fr 50fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 8px;
}

.service-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  font-weight: 700;
  color: #fff;
  font-size: 12.5px;
  background: #B8AC7D;
}

.service-menu__item img {
  max-width: 15px;
}

.service__caries {
  position: relative;
  margin-top: 50px;
  padding-left: 30px;
}
.service__caries:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80%;
  height: 232px;
  background: #B8AC7D;
}
.service__caries .el__title {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  z-index: 1;
  position: relative;
  padding: 15px 0 5px;
}
.service__caries .el__thumb {
  position: relative;
}
.service__caries .el__thumb .label {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #00A99D;
  font-size: 26px;
  font-weight: 500;
  font-family: "Cinzel", serif;
}

@media (min-width: 992px) {
  .service__caries .el__thumb .label br {
    display: none;
  }
}

.service__caries .el__list {
  padding: 15px;
  background: rgba(184, 172, 125, 0.4);
  margin-top: -3px;
}

.service__caries .el__list li {
  position: relative;
  padding-left: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.service__caries .el__list li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 11px;
  content: "";
  background: #00A99D;
}

@media (min-width: 992px) {
  .service__caries .el__list {
    margin-top: -8px;
  }
}

.service__caries .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 30px 20px 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}

.service__caries__content {
  background: rgba(184, 172, 125, 0.4);
  padding: 20px;
  text-align: center;
}

.service__caries__content .title {
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 10px;
}

.service__caries__content .excerpt {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.service__caries__content .btn {
  width: 197px;
  margin-left: auto;
}

.service-higher {
  position: relative;
  padding: 50px 30px;
  margin-top: 30px;
  background: url("../img/services/bg-service-2.jpg") no-repeat center;
  background-size: cover;
}

.service-higher:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.service-higher .el__box {
  position: relative;
  z-index: 1;
}

.service-higher .el__sub {
  color: #00A99D;
  font-size: 17px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.service-higher .el__title {
  text-align: center;
  font-size: 27px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-higher .el__excerpt {
  font-size: 20px;
  margin-bottom: 30px;
}

.service-higher .collaborator__item {
  margin-bottom: 8px;
  display: block;
  text-align: center;
  padding: 22px;
  border: 2px solid rgba(184, 172, 125, 0.8);
  background: #fff;
  font-size: 16px;
  color: #1a1a1a;
}

.staff-doctor {
  padding: 60px 0 100px;
  background: url("../img/staff/bg-staff.jpg") no-repeat center;
  background-size: cover;
}

.staff-doctor .el__header {
  margin-bottom: 30px;
}

.staff-doctor .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
}

.staff-doctor .el__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.staff-doctor .el__avatar {
  position: relative;
  width: 72%;
}

.staff-doctor .el__avatar .name {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 27px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  line-height: 30px;
  color: #00A99D;
}

.staff-doctor .el__text {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 24px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0;
}

.staff-doctor .el__content {
  padding: 0 30px 0 60px;
}

.staff-doctor .el__content p {
  text-align: right;
  font-size: 21px;
  font-weight: bold;
}

.staff-doctor .el__excerpt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.el__box-text {
  margin-left: 60px;
  border: 2px solid #B8AC7D;
  border-right: none;
  padding: 20px;
  margin-top: -30px;
  background: #fff;
}

.el__box-text .title {
  font-size: 17px;
  line-height: 22px;
  border-bottom: 2px solid rgba(184, 172, 125, 0.7);
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.el__box-text p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.el__box-text-item:first-child {
  margin-bottom: 20px;
}

.el__doctor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.el__doctor-item .content {
  width: 60%;
  padding-left: 30px;
  padding-right: 20px;
}

.el__doctor-item .content .sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.el__doctor-item .content .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}

.el__doctor-item .content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.el__doctor-item .avatar {
  width: 40%;
}

.el__doctor-item.style-2 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 27px;
}

.el__doctor-item.style-2 .content {
  width: 56%;
  padding-left: 25px;
}

.el__doctor-item.style-2 .avatar {
  width: 44%;
}

.el__doctor-item.style-2:after {
  position: absolute;
  left: 60px;
  bottom: 0;
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background: rgba(0, 169, 157, 0.6);
}

.el__doctor-item.style-2:last-child {
  padding-bottom: 0;
}

.el__doctor-item.style-2:last-child:after {
  content: none;
}

.el__doctor-info .content {
  position: relative;
  top: -25px;
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 20px;
  background: rgba(0, 169, 157, 0.6);
  font-family: "Noto Sans JP", sans-serif;
}

.staff-doctor-2 {
  padding: 50px 0 0;
}

.staff-doctor-2 .el__header {
  position: relative;
  z-index: 1;
}

.staff-doctor-2 .el__header .section__sub {
  font-size: 45px;
  color: #B8AC7D;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.57);
}

.staff-doctor-2 .el__box {
  position: relative;
  padding: 50px 0 0;
  margin-top: -35px;
}

.staff-doctor-2 .el__box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  content: "";
  background: rgba(184, 172, 125, 0.3);
  z-index: -1;
}

.staff-doctor-2 .el__box-text {
  margin-top: 0;
  margin-left: 30px;
  border: none;
  padding: 30px;
}

.staff-doctor-2.staff-staff .el__box:before {
  right: 0;
  left: auto;
  background: rgba(0, 169, 157, 0.3);
}

.section--error {
  padding: 50px 15px 0;
}

.section--error .error-title span {
  font-size: 18px;
}

.section--error .error-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .staff-doctor .el__text {
    font-size: 18px !important;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single.container {
  padding: 30px;
}

@media (max-width: 767px) {
  .m-single.container {
    padding: 15px;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-blog_navi {
  margin-top: 20px;
  padding-top: 20px;
}

.m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
  margin-top: 20px;
  padding-top: 20px;
}

.m-blog_navi .m-blog_naviTtl {
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  color: #00A99D;
  font-size: 1.2rem;
  padding-bottom: 0px;
}

.m-blog_navi .m-blog_naviList {
  border-top: 1px solid #00A99D;
  border-left: 1px solid #00A99D;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-blog_navi .m-blog_naviList > li {
  font-size: 1.0rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid #00A99D;
  border-bottom: 1px solid #00A99D;
}

.m-blog_navi .m-blog_naviList > li a {
  display: block;
  padding: 10px;
  padding-right: 2.5rem;
  color: #00A99D;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #00A99D;
}

.m-blog_navi .m-blog_naviList > li a::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-blog_navi .m-blog_naviList > li a.is-hover, .m-blog_navi .m-blog_naviList > li a:hover {
  background-color: #00A99D;
  color: #fff;
}

.m-blog_navi .m-blog_naviList > li a span {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .m-blog_navi .m-blog_naviList {
    display: block;
  }
}

/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
.m-blog_main {
  -ms-flex-preferred-size: calc(100% - 320px);
      flex-basis: calc(100% - 320px);
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-blog_title {
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 550px;
  margin: 0 auto 20px;
  line-height: 1.4;
}

.m-blog_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.m-blog_category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  color: #fff;
  padding: 5px 10px;
  background-color: #00A99D;
}

.m-blog_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #00A99D;
}

.m-blog_date span {
  font-size: 0.7rem;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  color: #00A99D;
}

.m-blog_catch {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-blog_catch {
    margin: 0 auto 20px;
  }
}

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

.m-blog_pic {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.m-blog_cont {
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-blog_archiveTtl {
  text-align: center;
  margin-bottom: 40px;
}

.m-blog_archiveTtl .sub_ttl {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 35px;
  display: block;
}

.m-blog_archiveTtl .is-en {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 21px;
  color: #00A99D;
}

.m-blog_article {
  max-width: 550px;
  margin: 0 auto;
}

.m-blog_article article + article {
  margin-top: 12px;
}

.m-blog_article article a {
  padding-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-blog_article article a.is-hover, .m-blog_article article a:hover {
  opacity: .7;
}

.m-blog_article article a.is-hover .m-blog_title, .m-blog_article article a:hover .m-blog_title {
  text-decoration: underline;
}

.m-blog_article .m-blog_option {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.m-blog_article .m-blog_title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1.0rem;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-blog_body {
  max-width: 550px;
  margin: 8px auto 0;
  overflow: hidden;
  font-size: 1.0rem;
}

.m-blog_body p, .m-blog_body div, .m-blog_body table, .m-blog_body img, .m-blog_body ul, .m-blog_body ol {
  margin-bottom: 30px;
}

.m-blog_body table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.m-blog_body table th {
  background-color: #adadad;
}

.m-blog_body table td, .m-blog_body table th {
  font-size: 1.0rem;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.m-blog_body h1, .m-blog_body h2, .m-blog_body h3, .m-blog_body h4, .m-blog_body h5, .m-blog_body h6 {
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.4;
  padding: 10px;
  background: rgba(184, 172, 125, 0.05);
}

.m-blog_body h1 {
  border-bottom: 3px solid #00A99D;
  position: relative;
  font-size: 1.35rem;
  color: #00A99D;
}

.m-blog_body h2 {
  font-size: 1.30rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  color: #00A99D;
}

.m-blog_body h3 {
  font-size: 1.25rem;
  border-bottom: 3px solid #ccc;
}

.m-blog_body h4 {
  font-size: 1.20rem;
  border-bottom: 2px solid #ccc;
}

.m-blog_body h5 {
  font-size: 1.15rem;
  border-bottom: 1px solid #ccc;
}

.m-blog_body h6 {
  font-size: 1.10rem;
  border-bottom: 1px solid #ccc;
}

.m-blog_body a {
  text-decoration: underline;
  color: #0070c9;
}

.m-blog_body a:hover {
  text-decoration: none;
}

.m-blog_body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m-blog_body .alignleft {
  display: block;
}

.m-blog_body .alignright {
  margin-left: auto;
  display: block;
}

.m-blog_body ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.m-blog_body ol {
  padding: 0;
}

.m-blog_body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.m-blog_body .googlemap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}

.m-blog_body .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.m-blog_body .youtube {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.m-blog_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 20px;
}

.m-pagination_list {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-pagination_list ul {
  margin: 0 6px;
  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;
  display: none;
}

.m-pagination_list a, .m-pagination_list .btn {
  cursor: pointer;
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px;
  color: #00A99D;
  border: 1px solid #00A99D;
  font-size: 0.8rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
}

.m-pagination_list a.is-hover, .m-pagination_list a:hover, .m-pagination_list a.is-active, .m-pagination_list .btn.is-hover, .m-pagination_list .btn:hover, .m-pagination_list .btn.is-active {
  background-color: #00A99D;
  color: #fff;
}

.m-pagination_list span.is-pageCount {
  color: #00A99D;
  display: block;
  padding: 3px 10px;
  font-size: 1.0rem;
  letter-spacing: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.m-pagination_list .is-disabled {
  opacity: .3;
  pointer-events: none;
}

.m-pagination_list .is-first, .m-pagination_list .is-prev, .m-pagination_list .is-next, .m-pagination_list .is-last {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  font-size: 1rem;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-pagination_list .is-first::before, .m-pagination_list .is-first::after, .m-pagination_list .is-prev::before, .m-pagination_list .is-prev::after, .m-pagination_list .is-next::before, .m-pagination_list .is-next::after, .m-pagination_list .is-last::before, .m-pagination_list .is-last::after {
  font-size: 1.6rem;
}

/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  max-width: 550px;
  margin: 40px auto 0;
}

.m-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-pager_list li span {
  font-size: 0.8rem;
}

.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00A99D;
}

.m-pager_item.is-prev a, .m-pager_item.is-next a {
  background-color: #00A99D;
  color: #fff;
}

.m-pager_item.is-prev a.is-hover, .m-pager_item.is-prev a:hover, .m-pager_item.is-next a.is-hover, .m-pager_item.is-next a:hover {
  opacity: .7;
}

.m-pager_item.is-index a {
  color: #00A99D;
}

.m-pager_item.is-index a.is-hover, .m-pager_item.is-index a:hover {
  background-color: #00A99D;
  color: #fff;
}

/* 採用情報 */
.wisdom .table__wisdom-area {
  padding: 15px;
  background: rgba(206, 188, 166, 0.4);
}
.wisdom .table__wisdom {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.wisdom .table__wisdom tr:not(:last-of-type) {
  border-bottom: solid 1px #696f503b;
}
.wisdom .table__wisdom th {
  padding: 10px;
  vertical-align: middle;
  border-right: solid 1px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .wisdom .table__wisdom th {
  width: 1px;
  white-space: nowrap;
}
}
@media (max-width: 767px) {
  .wisdom .table__wisdom th {
  width: 28%;
}
}
.wisdom .table__wisdom td {
  padding: 10px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.7);
}
.wisdom .table__wisdom-area .table__wisdom_text {
  margin-top: 5px;
}
.wisdom .home-featured .el__header .section__sub02.style-2 {
  font-weight: 700;
}
.price .table__wisdom-area table.table__wisdom th {
  width: 40%;
}
.price .table__wisdom-area table.table__wisdom td {
  width: 60%;
}
.price .table__wisdom-area table.table__wisdom .table-small {
  font-size: 14px;
}
.price .table__wisdom-area table.table__wisdom .table-small {
  font-size: 12px;
}
.wisdom .el__list_title {
  background: rgba(206, 188, 166, 0.4);
  font-size: 18px;
  padding: 15px;
  padding-bottom: 0;
  font-weight: 700;
  position: relative;
}
.wisdom .el__list_title-top {
  margin-top: 18px;
}
.wisdom .el__list_title-top02 {
  margin-top: 60px;
}
.wisdom .el__list_title::after {
  content: '';
  border-bottom: 1px solid #00A99D;
  display: block;
	position: absolute;
	left: 0;
	/* transform: translate(-50%); */
	bottom: -5px;
  margin-left: 15px;
  width: 94%;
}
@media only screen and (min-width: 769px) {
	.cancel .el__excerpt{
		font-size: 16px;
    line-height: 24px;
    padding: 20px;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
	}
	.cancel p{
		font-size: 16px;
    line-height: 24px;
    padding: 20px;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
	}
	.cancel ul{
    background: #fff;
    padding: 20px;
		margin-bottom: 30px;
	}
	.cancel li{
    position: relative;
		color: #b8ac7c;
		padding-left: 15px;
		margin-bottom: 10px;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
	}
	.cancel li::before{
		content: "";
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 10px;
    border-right: 3px solid #b8ac7c;
    border-bottom: 3px solid #b8ac7c;
	}
}
@media only screen and (max-width: 768px) {
	.cancel .el__excerpt{
		font-size: 16px;
    line-height: 24px;
    padding: 20px 0;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
	}
	.cancel p{
		font-size: 16px;
    line-height: 24px;
    padding: 15px 0 ;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
	}
	.cancel ul{
    background: #fff;
    padding: 10px;
		margin-bottom: 15px;
	}
	.cancel li{
    position: relative;
		color: #b8ac7c;
		padding-left: 15px;
		margin-bottom: 10px;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 18px;
		line-height: 1.6;
	}
	.cancel li::before{
		content: "";
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 10px;
    border-right: 3px solid #b8ac7c;
    border-bottom: 3px solid #b8ac7c;
	}
}
@media only screen and (max-width: 768px) {
	.sp_none{
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	.pc_none{
		display: none !important;
	}
}

/* 221122追加css */
.home-intro__text02 {
  text-align: left;
  padding-right: 0;
}
.free {
  display: inline-block;
  color: #fff;
  padding: 10px;
  background: #00A99D;
  font-size: 17px !important;
  margin-left: 20px;
}
/* 230224追加css */
.home-info .news.type-news {
  border-bottom: 1px solid #504B46;
}
.home-info .news.type-news:first-of-type {
  border-top: 1px solid #504B46;
}
.home-info .news.type-news .el__item {
  border-bottom: none;
  border-top: none;
}

/*250421*/
#p-implant .section__title {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 35px;
}
#p-implant .section__title.style-2 span {
  display: inline-block;
  background: #00A79B;
  padding: 0 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: .5em;
}
          @media (max-width: 768px) {
            #p-implant .section__title {
              font-size: 26px;
            }
            #p-implant .section__title.style-1 {
              font-size: 24px;
            }
          }
#p-implant .service__caries.pt_1:before {
	display: none;
}
#p-implant .implant_features3 {
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin: 3em auto 0;
}
#p-implant .implant_features3 li  {
  width: calc(100% / 3.6);
  margin: 0 auto;
  border-radius: 50%;
  background: #b8ac7d;
  background: linear-gradient(to top, #b8ac7d, #b8ac7d, #d0c8a8)
}
#p-implant .implant_features3 li .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
#p-implant .implant_features3 li .circle_height p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  margin: 0;
  text-align: center;
  width: 70%;
  line-height: 1.4;
  color: #fff;
  font-size: 1.1em;
}
#p-implant .implant_catch2 {
  margin-top: 1.5em;
  background: #E3DECB;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 35px;
  text-align: center;
  padding: .25em 0;
}
                @media (max-width: 768px) {
                  #p-implant .implant_features3 li  {
                    width: calc(100% / 3.3);
                  }
                  #p-implant .implant_features3 li .circle_height p {
                    font-size: 1em;
                  }
                  #p-implant .service__caries .el__list li {
                    font-size: 18px;
                    margin-bottom: .5em;
                }
                }
#p-implant .home-contact__title span.text01 {
  display: block;
  margin-bottom: -.5em;
  font-size: 1.4em;
  font-weight: bold;
}
#p-implant .mt_20 {
  margin-top: 20px !important;
}
#p-implant .mt_30 {
  margin-top: 30px;
} 
#p-implant .mt_40 {
  margin-top: 40px;
} 
#p-implant .mt_50 {
  margin-top: 50px;
} 
#p-implant .mt_70 {
  margin-top: 70px;
}
#p-implant .mb_10 {
  margin-bottom: 10px;
}
#p-implant .mb_20 {
  margin-bottom: 20px;
}
#p-implant .ucolumnFlex .txt {
  flex: 1;
  overflow: hidden;
  order: 2;
  padding: 0 20px;
  box-sizing: border-box;
}
                @media (max-width: 768px) {
                  #p-implant .ucolumnFlex .txt p {
                    font-size: 16px;
                    line-height: 1.7;
                  }
                }
#p-implant .ucolumnSec h3 {
  font-size: 19px;
  margin: 1em auto;
}
                @media (max-width: 768px) {
                  #p-implant .ucolumnSec h3 {
                    font-size: 18px;
                    margin: 0 auto .75em;
                    padding-top: 2em;
                  }
                }
#p-implant .border06 {
  display: inline-block;
  border-bottom: 1px solid #000;
}
#p-implant .border04 {
  border-left: 5px solid #00A99D;
  padding-left: 10px;
  text-align: left;
}
                  @media (max-width: 768px) {
                    #p-implant .ucolumnSec h3.border04 {
                      padding-top: 0;
                    }
                  }
#p-implant .service__caries.tokucho {
  margin-top: 20px;
}
#p-implant .service__caries__content.tokucho .title {
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#p-implant .service__caries .el__list.tokucho li {
  text-align: left;
  font-weight: normal;
  margin-bottom: .5em;
}
            @media (max-width: 768px) {
              #p-implant .service__caries .el__list.tokucho li {
                font-size: 16px;
                line-height: 1.7;
              }
            }
#p-implant .service__caries .el__list.tokucho li::first-line {
  color: #00a99d;
  font-weight: bold;
}
#p-implant .section__title.style-2.qa {
  font-size: 20px;
}
#p-implant .section__title.style-2.qa span {
  padding: 2px 28px;
}
#p-implant .tokucho_nexttext {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 1em;
}
                @media (max-width: 768px) {
                #p-implant .tokucho_nexttext {
                  margin: 1em 1em 0 -1em;
                }
                }
#p-implant br.is-sp {
  display: none;
}
          @media (max-width: 768px) {
            #p-implant br.is-sp {
              display: inline;
            }
            #p-implant br.is-pc {
              display: none;
            }
            }
#p-implant .staff-doctor-2 dt {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin: 0 0 .5em;
  padding-left: 2em;
  text-indent: -2em;
  font-weight: bold;
}
#p-implant .staff-doctor-2 dd {
  padding-left:1em;
  text-indent:-1em;
  margin: .5em 0 2em 1em;
}
#p-implant .staff-doctor-2 dd::first-letter {
  font-weight: bold;
  color: #00a79b;
}
              @media (max-width: 768px) {
                #p-implant .staff-doctor-2 dl {
                  font-size: 1.1em;
                  line-height: 1.7;
                }
              }
#p-implant .service__caries__content.green {
  background: #B2E4E1;
}
#p-implant .service__caries__content.green .excerpt {
  font-size: 20px;
  text-align: center;
}
#p-implant .implant_allprice {
  width: 100%;
}
#p-implant .implant_allprice .abouttext {
  color: #00a99d;;
  text-align: center;
  font-size: 1.2em;
  margin: 2em auto .5em;
  font-weight: bold;
}
#p-implant .implant_allprice .inner {
  width: 90%;
  margin: 0 auto 40px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background: #ddf3f2;
}
#p-implant .implant_allprice .inner ul {
  width: 100%;
}
#p-implant .implant_allprice .inner ul li {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: bold;
}
#p-implant .implant_allprice .inner ul li:after {
  content: "+";
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #00A79B;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 0%);
}
#p-implant .implant_allprice .inner ul li:last-child {
  margin-bottom: 0px;
}
#p-implant .implant_allprice .inner ul li:last-child:after {
  display: none;
}
#p-implant .implant_allprice .inner ul li .photo {
  width: 20%;
}
#p-implant .implant_allprice .inner ul li .photo img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
#p-implant .implant_allprice .inner ul li p {
  width: 75%;
}
#p-implant .implant_allprice .inner .noticetext {
  padding-left:1em;
  text-indent:-1em;
  margin: 1em 0;
  font-size: .9em;
}
#p-implant .implant_allprice .inner ul li p.wide {
  width: 100%;
  font-size: .9em;
}
#p-implant .flow_ol {
  width: 90%;
  margin: 3em auto;
}
                  @media (max-width: 768px) {
                    #p-implant .flow_ol {
                      padding: 0 0 0 1em;
                    }
                  }
#p-implant .flow_ol li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.7;
}
#p-implant .flow_ol li .fl {
  display: block;
  margin-left: -1em;
  font-weight: bold;
  color: #00a79b;
  font-size: 1.2em;
}
#p-implant .flow_ol li .icon_ya {
  text-align: center;
}
#p-implant .flow_ol li .icon_ya img {
  max-width: 40px;
  height: auto;
  margin: 20px 0 0 -40px;
}
                @media (max-width: 768px) {
                  #p-implant .flow_ol li .icon_ya img {
                    margin: 20px 0 0 -20px;
                  }
                }
#p-implant .clinic-facilities.h_ctrl {
  padding: 20px 0 0;
}
#p-implant .clinic-facilities .el__box {
  position: relative;
  padding: 50px 0 0;
  margin-top: 0;
  margin-bottom: 20px;
}
#p-implant .shutten {
  width: 80%;
  font-size: .8em;
  border: 1px solid #ddd;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 1em auto;
}
#p-implant .shutten .shutten_photo {
  text-align: center;
}
#p-implant .shutten .shutten_photo img {
  margin-bottom: 3em;
  max-width: 90%;
  height: auto;
}
#p-implant .clinic-facilities .el__box .ba {
  width: 84%;
  margin: 0 auto 40px;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p-implant .clinic-facilities .el__box .ba li {
  width: 48%;
  font-size: .9em;
  text-align: center;
}
#p-implant .clinic-facilities .el__box .ba li .ba_photo img {
  max-width: 100%;
  height: auto;
}
#p-implant .clinic-facilities .el__box .ba_only1 {
  width: 84%;
  margin: 0 auto 40px;
  text-align: center;
}
#p-implant .clinic-facilities .el__box .ba_only1 img {
  max-width: 80%;
  height: auto;
}
/*250509*/
/*診療案内にも症例*/
#p-services .service__caries.pt_1:before {
  display: none;
}
#p-services .section__title {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 35px;
}
#p-services .clinic-facilities.h_ctrl {
  padding: 20px 0 0;
}
.service__caries:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80%;
  height: 232px;
  background: #B8AC7D;
}
#p-services .clinic-facilities .el__box {
  position: relative;
  padding: 50px 0 0;
  margin-top: 0;
  margin-bottom: 20px;
}

#p-services .clinic-facilities .el__box .ba {
  width: 84%;
  margin: 0 auto 40px;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p-services .clinic-facilities .el__box .ba li {
  width: 48%;
  font-size: .9em;
  text-align: center;
}
#p-services .clinic-facilities .el__box .ba li .ba_photo img {
  max-width: 100%;
  height: auto;
}
#p-services .clinic-facilities .el__box .ba_only1 {
  width: 84%;
  margin: 0 auto 40px;
  text-align: center;
}
#p-services .clinic-facilities .el__box .ba_only1 img {
  max-width: 80%;
  height: auto;
}
#p-services .btn_more {
  text-align: center;
  margin: 40px auto;
}
#p-services .btn_more a {
  display: inline-block;
    background-color: #00A99D;
    border-radius: 5px;
    padding: 10px 32px;
    color: #fff;
    line-height: 1.4;
    font-size: 1.1em;
}
#p-services .btn_more a:before {
  content: '>';
    display: inline-block;
    margin-right: 10px;
}