@charset "UTF-8";
@import 'fontello/css/fontello.css';
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 1230px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 768px !important;
  }
  .container {
    min-width: 768px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* スタイル
------------------------------- */
.font-serif {
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
}

@media (min-width: 768px) {
  .container {
    width: 1230px;
  }
}

html {
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
html.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Kiwi Maru", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  body {
    min-width: 1230px;
  }
}

a {
  overflow: hidden;
  color: #f19db7;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: rgb(234.625, 112.375, 150.2142857143);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  margin-top: 3em;
  margin-bottom: 0.8em;
}

p {
  margin-bottom: 1.2em;
  word-break: break-all;
}

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

ul,
ol {
  margin-bottom: 1.2em;
  padding-left: 2.2rem;
}

dd {
  margin-bottom: 1.2em;
}

figure {
  margin: 0 0 1.2em;
}

figcaption {
  margin: 0.5em 0;
  line-height: 1.3;
}

blockquote {
  margin: 0 0 1.2em;
}

hr {
  margin: 1.65em auto;
  border: none;
  border-bottom: 2px solid #ccc;
}
hr.-short {
  max-width: 33.3333%;
}

small,
.small {
  font-size: 80%;
}

.svgIcon {
  position: absolute;
  width: 0;
  height: 0;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
.d-inline-table {
  display: inline-table;
}

@media (min-width: 768px) {
  .d-md-inline-table {
    display: inline-table;
  }
}

.ov-h {
  overflow: hidden;
}

.ti-1 {
  text-indent: 1em;
}

.td-u {
  text-decoration: underline;
}

.td-n {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
.align-top {
  vertical-align: top !important;
}

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

.alignleft {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

.alignright {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
}

.text-red {
  color: #e15b47 !important;
}

.text-blue {
  color: #4179c9 !important;
}

.text-green {
  color: #66ab22 !important;
}

.text-coral {
  color: #ff7751 !important;
}

.text-highlight {
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, transparent), color-stop(0, #f9f27f));
  background: linear-gradient(transparent, transparent 63%, #f9f27f 0);
}

.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fz-0 {
  font-size: 0;
}

.fz-sm {
  font-size: 80%;
}

.fz-n {
  font-size: 100%;
}

.fz-lg {
  font-size: 120%;
}

.fz-2l {
  font-size: 140%;
}

.fz-3l {
  font-size: 160%;
}

.fz-4l {
  font-size: 180%;
}

@media (min-width: 768px) {
  .fz-md-sm {
    font-size: 80%;
  }
  .fz-md-n {
    font-size: 100%;
  }
  .fz-md-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
}
.lts-0 {
  letter-spacing: 0;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.rounded {
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .rounded {
    border-radius: 1rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.break-before {
  page-break-before: always;
  -webkit-column-break-before: page;
     -moz-column-break-before: page;
          break-before: page;
}

.header {
  padding: 1.7rem 0 1.9rem;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    width: 100%;
    min-width: 1230px;
    padding: 1.5rem 0 1.6rem;
  }
}

.header-row {
  margin: 0 -15px;
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
  }
}

.header-logo-wrap {
  width: 25.9rem;
  margin: 0 0 0.8rem;
  padding: 0 0.3rem 0 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    -ms-flex-preferred-size: 514px;
        flex-basis: 514px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 65rem;
    margin: 0;
    padding: 0;
  }
}

.header-info {
  margin-bottom: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .header-info {
    display: block;
    margin: 0 0 0.7rem auto;
    text-align: right;
  }
}

.header-access {
  margin: 0.2rem 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .header-access {
    margin: 2rem 0 0.5rem;
    font-size: 1.4rem;
    width: 83%;
  }
}

.header-reserve_tx {
  margin: 0 0 0.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.header-reserve_tx p {
  margin-bottom: 0.6em;
}
.header-reserve_tx p small {
  font-size: 1.1rem;
}
.header-reserve_tx dl {
  text-align: left;
}
.header-reserve_tx dl dt span.reception {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f9d8e2));
  background: linear-gradient(transparent 50%, #f9d8e2 50%);
}
.header-reserve_tx dl dt span.order {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ddeb9a));
  background: linear-gradient(transparent 50%, #ddeb9a 50%);
}
.header-reserve_tx dl dd {
  margin-top: 0.3em;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .header-reserve_tx {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    text-align: center;
    width: 620px;
  }
  .header-reserve_tx p {
    margin: 0.6em 0;
  }
  .header-reserve_tx p small {
    font-size: 1.4rem;
  }
  .header-reserve_tx dl dd {
    font-size: 1.4rem;
  }
}

.header .sidebar-reserve {
  width: 80%;
  height: 6rem;
  margin: 1rem auto 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .header .sidebar-reserve {
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    font-size: 3rem;
  }
}
.header .json_reserve_guide_block .sidebar-reserve_no {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: auto;
  margin: 1rem auto;
  padding: 1rem 1rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #FF7751;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.header .json_reserve_guide_block .sidebar-reserve_no::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.2rem dotted rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  content: "";
}
.header .json_reserve_guide_block .sidebar-reserve_no .large {
  font-size: 140%;
}
@media (min-width: 768px) {
  .header .json_reserve_guide_block .sidebar-reserve_no {
    width: 30rem;
    height: 8rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.header .json_reserve_guide_block .sidebar-horyuu {
  position: relative;
  z-index: 0;
  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;
  height: auto;
  padding: 1rem 1rem 1.2rem;
  margin: 1rem auto;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #70B42C;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  width: 80%;
}
.header .json_reserve_guide_block .sidebar-horyuu::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.2rem dotted rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  content: "";
}
.header .json_reserve_guide_block .sidebar-horyuu .large {
  font-size: 140%;
}

.header-tel {
  color: #70b52c;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .header-tel {
    font-size: 2.4rem;
  }
}
.header-tel a {
  color: #70b52c;
}

@media (min-width: 768px) {
  .tel_link {
    margin-top: 0.5rem;
    font-size: 75%;
  }
}

.header-reserve {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .header-reserve {
    margin: 0 -0.6rem 0.4rem 1.3rem;
  }
}
.header-reserve ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.header-reserve ul li {
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .header-reserve ul li {
    padding: 0 1rem;
    margin-top: 20px;
  }
}
.header-reserve ul li {
  /*&:nth-child(2) a {
  	background-color: #f8b500;
  	box-shadow: 0 0 0 0.3rem #f8b500;
  	@include media-breakpoint-up(md) {
  		box-shadow: 0 0 0 0.5rem #f8b500;
  	}
  }*/
}
.header-reserve ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  padding: 0.1rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f8b500;
  border: 0.2rem dotted rgba(255, 255, 255, 0.6);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 0.3rem #f8b500;
          box-shadow: 0 0 0 0.3rem #f8b500;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px) {
  .header-reserve ul a {
    width: 17.1rem;
    padding: 0.2rem 0;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 0 0.5rem #f8b500;
            box-shadow: 0 0 0 0.5rem #f8b500;
  }
}
.header-reserve ul a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.header-reserve ul i {
  font-size: 149%;
}
.header-reserve ul i::before {
  margin: 0 0.3em 0.1em 0;
}
.header-reserve .caution {
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #f8b500;
}
@media (min-width: 768px) {
  .header-reserve .caution {
    margin-left: 10px;
    text-align: left;
  }
}

.sidebar-reserve {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 8rem;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #f8b500;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.sidebar-reserve.-txt {
  line-height: 0.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.5rem;
}
.sidebar-reserve.-txt span {
  font-size: 63%;
}
@media (min-width: 768px) {
  .sidebar-reserve.-txt span {
    font-size: 52%;
  }
}
.sidebar-reserve::before {
  position: absolute;
  bottom: -0.9rem;
  left: 2rem;
  z-index: -1;
  color: #facb4d;
  font-weight: 400;
  font-size: 9.8rem;
  font-family: "fontello", sans-serif;
  line-height: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  content: "\e81a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-reserve::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.2rem dotted rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  content: "";
}
.sidebar-reserve:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}

/*-------------------------------------------------
flexbox
-------------------------------------------------*/
.flexbox_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox_area .flexbox {
  width: 100%;
  text-align: center;
}
.flexbox_area .flexbox:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flexbox_area .flexbox:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .flexbox_area {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 83%;
  }
  .flexbox_area .flexbox {
    margin: 0;
    width: auto;
  }
  .flexbox_area .flexbox:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flexbox_area .flexbox:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flexbox_area .flexbox .sidebar-reserve_no, .flexbox_area .flexbox .sidebar-reserve {
    width: 26rem;
    margin: 0;
  }
}
.nav-open {
  position: fixed;
  top: 1.1rem;
  right: 0;
  z-index: 1002;
  display: block;
  margin: 0;
  padding: 2.6vw 4.2vw 6.9vw 4.2vw;
  line-height: 1;
  vertical-align: middle;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  mix-blend-mode: multiply;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media (min-width: 768px) {
  .nav-open {
    display: none;
  }
}
.nav-open:focus {
  outline: none;
}
.nav-open::after {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  color: #333;
  font-weight: 400;
  font-size: 2.8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "MENU";
}
.nav-open .toggle-icon {
  position: relative;
  display: block;
  width: 8vw;
  height: 5vw;
  margin: 0;
  padding: 0;
  line-height: 1.125;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-open .toggle-icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-open .toggle-icon-bar:nth-child(1) {
  top: 0;
}
.nav-open .toggle-icon-bar:nth-child(2) {
  top: 2.2vw;
}
.nav-open .toggle-icon-bar:nth-child(3) {
  bottom: 0;
}

.toggle-icon span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.6s forwards;
          animation: menu-bar01 0.6s forwards;
}
.toggle-icon span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: all 0.2s 0.18s;
  transition: all 0.2s 0.18s;
}
.toggle-icon span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.6s forwards;
          animation: menu-bar03 0.6s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
    background: #fffbee;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
    transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
  }
  .navbar .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    padding: 2rem 0 3rem;
  }
  .navbar .gNav {
    margin: 0;
    padding: 0 1.4rem;
    list-style: none;
  }
  .navbar .gNav > li {
    border-bottom: 2px dotted #c3b095;
  }
  .navbar .gNav > li [class^=icon-]::before,
  .navbar .gNav > li [class*=" icon-"]::before {
    margin: 0 1.45em 0 0.2em;
    color: #70b52c;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .navbar .gNav > li.-parent > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-bottom: 0.6rem;
    color: #70b52c;
    font-size: 1.6rem;
  }
  .navbar .gNav a {
    display: block;
    padding: 1.2rem 0 1.1rem;
    color: #55504d;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 0 1.2rem;
    list-style: none;
  }
  .navbar .sub > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
  .navbar .sub > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    padding: 0 0 0 2.9rem;
    color: #7d6446;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .navbar .sub > li > a br {
    display: none;
  }
  .navbar .sub i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.43rem;
    height: 1.98rem;
    margin: auto 0;
    background: #f00;
    background: no-repeat 50% 50%/contain;
    -webkit-transition: -webkit-transform 0.25s 0.05s ease-out;
    transition: -webkit-transform 0.25s 0.05s ease-out;
    transition: transform 0.25s 0.05s ease-out;
    transition: transform 0.25s 0.05s ease-out, -webkit-transform 0.25s 0.05s ease-out;
  }
  .navbar .sub i.i-pediatrics {
    background-image: url("../images/icon_pediatrics.svg");
  }
  .navbar .sub i.i-first-aid {
    background-image: url("../images/icon_first-aid.svg");
  }
  .navbar .sub i.i-allergy {
    background-image: url("../images/icon_allergy.svg");
  }
  .navbar .sub i.i-pediatrics-homecare {
    background-image: url("../images/icon_pediatrics-homecare.svg");
  }
  .navbar .sub i.i-enuresis {
    background-image: url("../images/icon_enuresis.svg");
  }
  .navbar .sub i.i-vaccination {
    background-image: url("../images/icon_vaccination.svg");
  }
  .navbar .sub i.i-infants-checkup {
    background-image: url("../images/icon_infants-checkup.svg");
  }
  .navbar .sub i.i-price {
    background-image: url("../images/icon_price.svg");
  }
  .navbar .sub i.i-zekka {
    background-image: url("../images/icon_zekka.svg");
  }
}
@media (max-width: 767.98px) {
  .nav-open[aria-expanded=true] ~ .navbar {
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
    transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
  }
}
.nav-open[aria-expanded=true] {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}
.nav-open[aria-expanded=true]::after {
  content: "CLOSE";
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  -webkit-animation: active-menu-bar01 0.6s forwards;
          animation: active-menu-bar01 0.6s forwards;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(2) {
  opacity: 0;
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
  -webkit-animation: active-menu-bar03 0.6s forwards;
          animation: active-menu-bar03 0.6s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(2.2vw) rotate(0);
            transform: translateY(2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(2.2vw) rotate(45deg);
            transform: translateY(2.2vw) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-2.2vw) rotate(0);
            transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-2.2vw) rotate(-45deg);
            transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .navbar {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    min-width: 1230px;
    background-color: #8dc456;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(66.66%, #70b52c), color-stop(66.66%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(66.66%, #70b52c), color-stop(66.66%, transparent));
    background-image: linear-gradient(-90deg, #70b52c 66.66%, transparent 66.66%), linear-gradient(#70b52c 66.66%, transparent 66.66%);
    background-size: 3px 3px;
    -webkit-transform: translateY(26rem);
            transform: translateY(26rem);
  }
}
@media (min-width: 768px) {
  .navbar::after {
    position: absolute;
    top: -5.4rem;
    left: 0;
    width: 100%;
    height: 6.5rem;
    background: url("../images/a_patttern_town.png") repeat-x 50% 50%/auto 100%;
    content: "";
  }
}
@media (min-width: 768px) {
  .page-index .navbar {
    -webkit-transform: translateY(66rem);
            transform: translateY(66rem);
  }
}

@media (min-width: 768px) {
  .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0 5.2rem;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .gNav > li.-parent > a {
    cursor: default;
  }
  .gNav > li.-parent > a::after {
    display: none;
  }
  .gNav > li.-parent > a:hover {
    color: #fff;
  }
  .gNav > li.-treatment {
    display: none;
  }
  .gNav > li > a {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 15rem;
    padding: 0.5rem 0 0;
    overflow: visible;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .gNav > li > a::after {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: -1;
    width: calc(100% - 10px);
    height: 0;
    background: #ffff7a;
    border-radius: 1rem 1rem 0 0;
    -webkit-transition: height 0.4s cubic-bezier(0.6, 0.17, 0, 0.97);
    transition: height 0.4s cubic-bezier(0.6, 0.17, 0, 0.97);
    content: "";
  }
}
@media (min-width: 768px) {
  .gNav > li > a:hover {
    color: #438008;
  }
  .gNav > li > a:hover i::before {
    color: #70b52c;
  }
  .gNav > li > a:hover::after {
    height: 13rem;
  }
  .gNav i::before {
    margin: 0 0 0.2em;
    color: #fff;
    font-size: 220%;
    -webkit-transition: color 0.25s 0.1s;
    transition: color 0.25s 0.1s;
  }
  .gNav i.icon-gnavi04::before {
    -webkit-transform: scale(1.13636364);
            transform: scale(1.13636364);
  }
  .gNav i.icon-gnavi06::before {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .gNav > li[aria-expanded=true] > .sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .gNav .sub {
    position: absolute;
    top: 108%;
    left: 0;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style: none;
    background: rgba(255, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top 0.4s, visibility 0.4s, opacity 0.4s;
    transition: top 0.4s, visibility 0.4s, opacity 0.4s;
  }
  .gNav .sub.load {
    display: block;
  }
  .gNav .sub > li {
    border: 0;
  }
  .gNav .sub > li:not(:last-child) {
    border-bottom: 1px solid #5872c7;
  }
  .gNav .sub > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 0 0 0 1rem;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .gNav .sub > li > a::before {
    color: #ffb5b5;
    content: "・";
  }
  .gNav .sub > li > a:hover {
    text-decoration: none;
    background-color: rgb(214.2, 0, 0);
  }
  .gNav .sub br {
    display: none;
  }
  .gNav .sub i {
    display: none;
  }
  .gNav .icon-down-open-mini::before {
    margin: 0 -0.2em 0 0;
    font-family: "Kiwi Maru", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.8;
    content: "▼";
  }
  .gNav .interpunct {
    display: none;
  }
}
.contents {
  padding: 3.4rem calc(15px + 0.2rem) 4.4rem;
  background: #fdfefa url("../images/a_pattern_brick.png") repeat 50% 0/12rem;
}
@media (min-width: 768px) {
  .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19rem 0 8.2rem;
    background-position: 50% 1.2rem;
    background-size: auto;
  }
}

@media (min-width: 768px) {
  .main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 910px;
    padding: 0 0 0 30px;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: relative;
    display: block;
    width: 290px;
    margin: 0;
    padding: 0;
  }
}

.sidebar-bnr {
  display: block;
  margin-bottom: 3.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-bnr:hover {
  -webkit-filter: brightness(104%);
          filter: brightness(104%);
}

/* // 予約ボタン
.sidebar-reserve {
  position: relative; // 疑似要素の位置基準
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 8rem;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #f8b500;
  border-radius: 0.6rem;
  transition: filter 0.25s;

  // 透かしアイコン
  &::before {
    position: absolute;
    bottom: -0.9rem;
    left: 2rem;
    z-index: -1;
    color: #facb4d;
    font-weight: 400;
    font-size: 9.8rem;
    font-family: 'fontello', sans-serif;
    line-height: 1;
    transform: rotate(-15deg);
    content: '\e81a';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  // 点線ボーダー
  &::after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 0.2rem dotted rgba(#fff, 0.8);
    border-radius: 0.6rem;
    content: '';
  }

  &:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(109%);
  }
} */
/* // 現在診察中の方の番号
.sidebar-reserve_no {
  position: relative; // 疑似要素の位置基準
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  //height: 10rem;
	padding: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #FF7751;
  border-radius: 0.6rem;
  transition: filter 0.25s;

  // 透かしアイコン
  &::before {
    position: absolute;
    bottom: -0.9rem;
    left: 2rem;
    z-index: -1;
    color: #facb4d;
    font-weight: 400;
    font-size: 9.8rem;
    //font-family: 'fontello', sans-serif;
    line-height: 1;
    //transform: rotate(-15deg);
    //content: '\e81a';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  // 点線ボーダー
  &::after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 0.2rem dotted rgba(#fff, 0.8);
    border-radius: 0.6rem;
    content: '';
  }
	.large{
		font-size: 140%;
	}
} */
.sidebar-horyuu {
  position: relative;
  z-index: 0;
  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;
  padding: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #70B42C;
  border-radius: 0.6rem;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
.sidebar-horyuu::before {
  position: absolute;
  bottom: -0.9rem;
  left: 2rem;
  z-index: -1;
  color: #facb4d;
  font-weight: 400;
  font-size: 9.8rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-horyuu::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.2rem dotted rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
  content: "";
}
.sidebar-horyuu .large {
  font-size: 140%;
}

/*.sidebar-yoyaku {
  position: relative; // 疑似要素の位置基準
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #F19DB7;
  border-radius: 0.6rem;
  transition: filter 0.25s;

  // 透かしアイコン
  &::before {
    position: absolute;
    bottom: -0.9rem;
    left: 2rem;
    z-index: -1;
    color: #facb4d;
    font-weight: 400;
    font-size: 9.8rem;
    //font-family: 'fontello', sans-serif;
    line-height: 1;
    //transform: rotate(-15deg);
    //content: '\e81a';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  // 点線ボーダー
  &::after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 0.2rem dotted rgba(#fff, 0.8);
    border-radius: 0.6rem;
    content: '';
  }
	.large{
		font-size: 140%;
	}
}*/
.caution {
  font-size: 95%;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .caution {
    margin-bottom: 2rem;
  }
}

.tit-sidebar01 {
  margin: 0 0 1.9rem;
  padding: 0.1rem 0 0 1.8rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: url("../images/sidebar_tit@2x.png") no-repeat right 1rem bottom 0.1rem/9.2rem;
}
.tit-sidebar01 .sub {
  display: block;
  margin: 0.5rem 0 0 0.2rem;
  color: #f6ac18;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
}

.sidebar-nav {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.sidebar-nav > li {
  margin-bottom: 1rem;
}
.sidebar-nav > li.sidebar-nav_n {
  display: none;
}
.sidebar-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  padding: 0.1rem 0 0 10.3rem;
  overflow: hidden;
  color: #555;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(47%, #c4e8a4), color-stop(53%, #fcfff1)) no-repeat 100% 0/300% 100%;
  background: linear-gradient(90deg, #c4e8a4 47%, #fcfff1 53%) no-repeat 100% 0/300% 100%;
  border: 0.4rem solid #c4e8a4;
  border-radius: 10rem;
  -webkit-transition: color 0.3s, background-position 0.55s cubic-bezier(0, 0, 0.26, 1);
  transition: color 0.3s, background-position 0.55s cubic-bezier(0, 0, 0.26, 1);
}
.sidebar-nav a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  width: 5.4rem;
  height: 4.4rem;
  margin: auto 0;
  background: no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.25s 0.05s ease-out;
  transition: -webkit-transform 0.25s 0.05s ease-out;
  transition: transform 0.25s 0.05s ease-out;
  transition: transform 0.25s 0.05s ease-out, -webkit-transform 0.25s 0.05s ease-out;
}
.sidebar-nav a i.i-pediatrics {
  left: 2.9rem;
  background-image: url("../images/icon_pediatrics.svg");
}
.sidebar-nav a i.i-first-aid {
  background-image: url("../images/icon_first-aid.svg");
}
.sidebar-nav a i.i-allergy {
  background-image: url("../images/icon_allergy.svg");
}
.sidebar-nav a i.i-pediatrics-homecare {
  background-image: url("../images/icon_pediatrics-homecare.svg");
}
.sidebar-nav a i.i-enuresis {
  background-image: url("../images/icon_enuresis.svg");
}
.sidebar-nav a i.i-vaccination {
  background-image: url("../images/icon_vaccination.svg");
}
.sidebar-nav a i.i-infants-checkup {
  background-image: url("../images/icon_infants-checkup.svg");
}
.sidebar-nav a i.i-price {
  background-image: url("../images/icon_price.svg");
}
.sidebar-nav a i.i-zekka {
  background-image: url("../images/icon_zekka.svg");
}
.sidebar-nav a:hover {
  color: #4a8a0a;
  background-position: 0 0;
}
.sidebar-nav a:hover i {
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
}

.footer {
  position: relative;
  padding: 3rem 0 0;
  background: #e2d9c5 url("../images/a_pattern_brick02.png") repeat 50% 0/12rem;
}
@media (min-width: 768px) {
  .footer {
    padding: 4rem 0 0;
    background-size: auto;
  }
}
.footer::before {
  position: absolute;
  top: -2.8rem;
  left: 0;
  width: 100%;
  height: 3.4rem;
  background: url("../images/a_patttern_town.png") repeat-x 50% 50%/auto 100%;
  content: "";
}
@media (min-width: 768px) {
  .footer::before {
    top: -5.4rem;
    height: 6.5rem;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
    margin: 0 0 1.4rem;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.footer-nav > li:not(:first-child) {
  border-left: 1px solid rgba(51, 51, 51, 0.4);
}
.footer-nav a {
  padding: 0 1.4rem;
  overflow: visible;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav br {
  display: none;
}
.footer-nav [class^=icon-],
.footer-nav [class*=" icon-"] {
  display: none;
}
.footer-nav .-parent {
  display: none;
}

.copyright {
  padding: 0.7rem 0 4.6rem;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background-color: #8dc456;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(66.66%, #70b52c), color-stop(66.66%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(66.66%, #70b52c), color-stop(66.66%, transparent));
  background-image: linear-gradient(-90deg, #70b52c 66.66%, transparent 66.66%), linear-gradient(#70b52c 66.66%, transparent 66.66%);
  background-size: 3px 3px;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 2.9rem;
    padding: 4.1rem 0;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .copyright small {
    font-size: 1.6rem;
  }
}
.copyright a {
  color: #fff;
  text-decoration: none;
}

/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

.link-tel {
  text-decoration: none;
}
.link-tel:hover {
  text-decoration: none;
}

.page-tit-bg {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: url("../images/tit_pagetitle.jpg") no-repeat 50% 50%/cover;
}

.page-tit {
  position: relative;
  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;
  height: 9rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.83em #fff, 0 0 0.83em #fff, 0 0 0.83em #fff, 0 0 0.83em #fff, 0 0 0.0166em #fff, 0 0 0.0166em #fff, 0 0 0.0166em #fff;
}
@media (min-width: 768px) {
  .page-tit {
    height: 26rem;
    padding: 0 0 0.1em;
    font-size: 3.6rem;
  }
}

.section-wrap {
  margin-bottom: 1.9rem;
  padding: 2rem 1.5rem 2.6rem;
  background: #fffbee;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .section-wrap {
    margin-bottom: 3rem;
    padding: 4rem 4rem 5rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.04);
  }
}
.section-wrap > :last-child {
  margin-bottom: 0;
}
.section-wrap > :last-child > :last-child {
  margin-bottom: 0;
}

.tit-basic01 {
  position: relative;
  margin: -0.4rem 0 1.5rem;
  padding: 1rem 0 1rem 4.1rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-shadow: 0 0.12em 0.04em #fffbee, 0 0.08em 0.04em #fffbee, 0.04em 0.08em 0.04em #fffbee, 0.08em 0.08em 0.04em #fffbee, 0.08em 0.04em 0.04em #fffbee, 0.08em 0 0.04em #fffbee, 0.12em 0 0.04em #fffbee, 0.08em -0.04em 0.04em #fffbee, 0.08em -0.08em 0.04em #fffbee, 0.08em -0.12em 0.04em #fffbee, 0.04em -0.12em 0.04em #fffbee, 0 -0.12em 0.04em #fffbee, -0.04em -0.12em 0.04em #fffbee, -0.08em -0.12em 0.04em #fffbee, -0.12em -0.12em 0.04em #fffbee, -0.12em -0.08em 0.04em #fffbee, -0.12em -0.04em 0.04em #fffbee, -0.12em 0 0.04em #fffbee, -0.12em 0.04em 0.04em #fffbee, -0.12em 0.08em 0.04em #fffbee, -0.08em 0.08em 0.04em #fffbee, -0.04em 0.08em 0.04em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee, 0 0 0.09em #fffbee;
  background: url("../images/logo_symbol.svg") no-repeat 0 50%/auto 2.6rem, url("../images/tit_basic01@2x.png") no-repeat right 0 bottom 0.8rem/auto 2.2rem;
}
@media (min-width: 768px) {
  .tit-basic01 {
    margin: -2.3rem 0 2.3rem;
    padding: 1.9rem 0 1.9rem 7.5rem;
    font-size: 3rem;
    background-position: 0 50%, right 0 bottom 0.9rem;
    background-size: auto 4.6rem, auto 5rem;
  }
}
.tit-basic01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: radial-gradient(#70b52c 25%, transparent 25%);
  background-size: 0.65rem 0.65rem;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic01::after {
    height: 0.6rem;
    background-size: 0.9rem 0.9rem;
  }
}
.tit-basic01 .en-caption {
  margin-left: 0.8em;
  color: #8c7864;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .tit-basic01 .en-caption {
    font-size: 1.6rem;
  }
}

.tit-basic02 {
  position: relative;
  margin: 2rem 0 1.1rem;
  padding: 0.7rem 0 0.7rem 2.55rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  background: url("../images/tit_basic02.svg") no-repeat 0 50%/auto 2rem;
}
@media (min-width: 768px) {
  .tit-basic02 {
    margin: 3.3rem 0 1.7rem;
    padding: 1.1rem 0 1.1rem 4rem;
    font-size: 2.4rem;
    background-size: auto 2.9rem;
  }
}
.tit-basic02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: radial-gradient(#f8b500 33%, transparent 33%);
  background-size: 0.45rem 0.45rem;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic02::after {
    height: 0.5rem;
    background-size: 0.6rem 0.6rem;
  }
}

.tit-basic03 {
  position: relative;
  margin: 2rem 0 0.7rem;
  padding: 0 0 0.5rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .tit-basic03 {
    margin: 2.9rem 0 1.2rem;
    padding: 0 0 0.9rem;
    font-size: 2rem;
  }
}
.tit-basic03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: radial-gradient(#bbb 20%, transparent 20%);
  background-size: 0.45rem 0.45rem;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic03::after {
    height: 0.4rem;
    background-size: 0.6rem 0.6rem;
  }
}

.tit-basic04 {
  margin: 2rem 0 0.7rem;
  padding: 0 0 0.5rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .tit-basic04 {
    margin: 2.9rem 0 1.2rem;
    padding: 0 0 0.9rem;
    font-size: 2rem;
  }
}

.tit-basic01 + section:first-of-type > .tit-basic02,
.tit-basic02 + section:first-of-type > .tit-basic03,
.tit-basic03 + section:first-of-type > .tit-basic04 {
  margin-top: 0;
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.3;
  border-top: 1px solid #cdd1bc;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.8rem;
  }
}
.table-basic + .table-basic {
  margin-top: 2.8rem;
}
@media (min-width: 768px) {
  .table-basic + .table-basic {
    margin-top: 4.6rem;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic .table-tit {
  margin: 1em 0 0.5em;
  padding: 0;
  color: #f00;
  font-weight: 700;
  font-size: 110%;
  caption-side: top;
}
.table-basic th {
  padding: 0.8rem;
  color: #6e7c2e;
  text-align: center;
  background-color: #e6f0b7;
  border-bottom: 1px solid #cdd1bc;
}
@media (min-width: 768px) {
  .table-basic th {
    padding: 1.5rem;
  }
}
.table-basic th:not(:last-child) {
  border-right: 1px solid #cdd1bc;
}
.table-basic th.-color02 {
  color: rgb(77, 86.8, 32.2);
  background-color: rgb(216.8103448276, 232.0862068966, 145.0137931034);
  border-right-color: rgb(191.4601769912, 196.5433628319, 169.8566371681);
  border-bottom-color: rgb(191.4601769912, 196.5433628319, 169.8566371681);
}
.table-basic th.w-20 {
  width: 20%;
}
.table-basic td {
  padding: 0.8rem;
  background: #fff8e5;
  border-bottom: 1px solid #cdd1bc;
}
@media (min-width: 768px) {
  .table-basic td {
    padding: 1.5rem;
  }
}
.table-basic td:not(:last-child) {
  border-right: 1px solid #cdd1bc;
}
.table-basic .bdr-solid {
  border-right: 1px solid #cdd1bc;
}
.table-basic.-fixed {
  table-layout: fixed;
}
.table-basic.-price tr td:not(:only-child):last-child {
  text-align: right;
}
.table-basic.-price tr :not(:only-child):last-child {
  width: 37%;
}
@media (min-width: 768px) {
  .table-basic.-price tr :not(:only-child):last-child {
    width: 36%;
  }
}
.table-basic.-th-left th {
  text-align: left;
}

.scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .scroll-area {
    overflow: visible;
  }
}

.list-basic {
  padding-left: 0.3rem;
  list-style: none;
}
.list-basic > li {
  position: relative;
  margin-bottom: 0.1em;
  padding-left: 1.05em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #efac21;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "●";
}
.list-basic.-notice > li {
  padding-left: 1.1em;
}
@media (min-width: 768px) {
  .list-basic.-notice > li {
    padding-left: 1.25em;
  }
}
.list-basic.-notice > li::before {
  color: #333;
  -webkit-transform: none;
          transform: none;
  content: "※";
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  color: #959088;
  -webkit-transform: none;
          transform: none;
  content: "□";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 > li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-right: 2rem;
  }
}
.list-basic.-inline-block {
  margin-bottom: 1.44rem;
  margin-left: -15px;
  padding-left: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .list-basic.-inline-block {
    margin-bottom: 1.92rem;
  }
}
.list-basic.-inline-block > li {
  display: inline-block;
  margin-right: 0.6rem;
  margin-left: 15px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .list-basic.-inline-block > li {
    margin-right: 15px;
    font-size: 1.6rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled.-expanded > li {
  margin-bottom: 0.7em;
}

ol.-expanded > li {
  margin-bottom: 0.8em;
}

.notice-frame {
  margin: 0 0 3rem;
  padding: 0;
}
@media (min-width: 768px) {
  .notice-frame {
    margin: 0 0 5rem;
  }
}
.notice-frame .notice-box {
  margin: 0;
  padding: 0;
}
.notice-frame .news_item {
  position: relative;
  padding: 0.7rem 0.6rem 0.1rem;
  border-bottom: 1px dotted #aaa;
}
@media (min-width: 768px) {
  .notice-frame .news_item {
    padding: 1rem 1rem 0.2rem;
  }
}
.notice-frame .news_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  padding: 0.8rem 0 0.8rem 1.9rem;
  color: #f6ac18;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .notice-frame .news_title {
    font-size: 2rem;
    padding: 1.2rem 0 1.2rem 2.9rem;
  }
}
.notice-frame .news_title .i-toggle {
  position: absolute;
  top: 1.05rem;
  left: 0;
  margin: auto 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle {
    top: 1.7rem;
    margin: 0;
  }
}
.notice-frame .news_title .i-toggle::before {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "fontello", sans-serif;
  font-style: normal;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  content: "\e81c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle::before {
    font-size: 1.8rem;
  }
}
.notice-frame .news_title:hover {
  color: #70b52c;
}
.notice-frame .news_title[aria-selected=true] .i-toggle::before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.notice-frame .news_body {
  display: none;
  margin: 0;
  padding: 0 0 0.1rem;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .notice-frame .news_body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.overview-row {
  margin-bottom: 3rem;
  padding: 2rem 1rem 2.2rem;
  background: #fffbee;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .overview-row {
    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;
    margin-bottom: 2.7rem;
    padding: 3.9rem 4rem 5.4rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.04);
  }
}
.overview-row .caution {
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #f8b500;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .overview-col-left {
    width: 54rem;
  }
}

@media (min-width: 768px) {
  .overview-col-right {
    width: 54rem;
  }
}

.overview-logo {
  display: block;
  width: 97%;
  margin: 0 auto 0.8rem;
}
@media (min-width: 768px) {
  .overview-logo {
    width: 51.2rem;
    margin: 0 0 1.1rem;
  }
}

.overview-tel {
  margin: 0 0 1.4rem;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-tel {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}
.overview-tel a {
  color: #70b52c;
}

.tel_time {
  border: 1px solid #70b52c;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.tel_time p {
  color: #70b52c;
  margin: 0 0 0.5rem;
  padding: 0;
}
.tel_time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.tel_time dl dt {
  width: 6em;
  color: #70b52c;
}
.tel_time dl dd {
  width: calc(100% - 7em);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tel_time {
    border: 1px solid #70b52c;
    padding: 10px 35px;
    border-radius: 10px;
    margin: 0 auto 2rem;
    width: 370px;
  }
  .tel_time p {
    color: #70b52c;
    margin: 0 0 0.5rem;
    padding: 0;
  }
  .tel_time dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
  }
  .tel_time dl dt {
    width: 6em;
    color: #70b52c;
  }
  .tel_time dl dd {
    width: calc(100% - 7em);
    margin-bottom: 0;
  }
}
.overview-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .overview-reserve {
    margin: 0 0 1rem;
  }
}
.overview-reserve > li {
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .overview-reserve > li {
    padding: 0 1rem;
  }
}
.overview-reserve > li:nth-child(2) a {
  background-color: #f8b500;
  -webkit-box-shadow: 0 0 0 0.3rem #f8b500;
          box-shadow: 0 0 0 0.3rem #f8b500;
}
@media (min-width: 768px) {
  .overview-reserve > li:nth-child(2) a {
    -webkit-box-shadow: 0 0 0 0.5rem #f8b500;
            box-shadow: 0 0 0 0.5rem #f8b500;
  }
}
.overview-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  padding: 0.1rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f19db7;
  border: 0.2rem dotted rgba(255, 255, 255, 0.6);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 0.3rem #f19db7;
          box-shadow: 0 0 0 0.3rem #f19db7;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px) {
  .overview-reserve a {
    width: 17.1rem;
    padding: 0.2rem 0;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 0 0.5rem #f19db7;
            box-shadow: 0 0 0 0.5rem #f19db7;
  }
}
.overview-reserve a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.overview-reserve i {
  font-size: 149%;
}
.overview-reserve i::before {
  margin: 0 0.3em 0.1em 0;
}

.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .overview-list {
    margin: 0 0 2.7rem;
    line-height: 1.5;
  }
}
.overview-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.55em;
  padding: 0 0 0.9rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .overview-list dt {
    width: 6.3em;
    padding: 0 0 1.3rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.overview-list dt > span {
  display: block;
  width: 100%;
  padding: 0.25em 0;
  background: #8c7864;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .overview-list dt > span {
    padding: 0.3em 0;
    border-radius: 0.6rem;
  }
}
.overview-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 5.55em);
  margin: 0;
  padding: 0 0 0.9rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  word-break: break-all;
}
@media (min-width: 768px) {
  .overview-list dd {
    width: calc(100% - 6.3em);
    padding: 0 0 1.3rem 2.1rem;
    font-size: 1.6rem;
  }
}

.overview-map {
  width: 100%;
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .overview-map {
    margin-top: 0.1rem;
  }
}

.timetable_flex {
  display: block;
}
@media (min-width: 768px) {
  .timetable_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.timetable_flex table {
  width: 100%;
}
@media (min-width: 768px) {
  .timetable_flex table {
    width: 54rem;
    margin: 0 1rem;
  }
}

.timetable {
  width: 100%;
  /*margin: 0;*/
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .timetable {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.timetable caption {
  padding: 0.7rem 0 0;
  font-size: 1.12rem;
  line-height: 1.5;
  caption-side: bottom;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 768px) {
  .timetable caption {
    padding: 0.8rem 0 0;
    font-size: 1.6rem;
  }
}
.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timetable th {
  padding: 0.8rem 0;
  color: #333;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  background: #c4e8a4;
}
@media (min-width: 768px) {
  .timetable th {
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
}
.timetable th.time {
  width: 8rem;
}
@media (min-width: 768px) {
  .timetable th.time {
    width: 175px;
  }
}
.timetable td {
  padding: 0.8rem 0;
  /*color: #70b52c;*/
  color: #333;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  border: 1px solid #c4e8a4;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .timetable td {
    padding: 0.9rem 0;
    font-size: 1.6rem;
  }
}
.timetable td.time2 {
  color: #333;
}
.timetable td.month {
  color: #333;
  font-size: 80%;
  padding: 0;
}
.timetable td.month2 {
  color: #333;
  font-size: 80%;
}
.timetable td.treatment {
  color: #333;
  background-color: #f0fbe6;
}
.timetable .sun {
  width: 3.4rem;
}
@media (min-width: 768px) {
  .timetable .sun {
    width: 6.5rem;
  }
}
@media (min-width: 768px) {
  .main .timetable caption {
    padding-top: 1rem;
    font-size: 1.7rem;
  }
  .main .timetable th {
    font-size: 1.9rem;
  }
  .main .timetable th.time {
    width: 224px;
    letter-spacing: 0.08em;
  }
  .main .timetable td {
    padding: 1.4rem 0;
    font-size: 1.9rem;
  }
  .main .timetable td.month {
    color: #333;
    font-size: 80%;
    padding: 0;
  }
  .main .timetable td.month2 {
    color: #333;
    font-size: 80%;
  }
  .main .timetable td.treatment {
    color: #333;
    background-color: #f0fbe6;
  }
}

.google-map {
  position: relative;
  height: 0;
  margin: 0.6rem 0 0;
  padding-bottom: 120%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .google-map {
    width: 100%;
    margin: 0.7rem 0 0;
    padding-bottom: 561px;
  }
}
.page-access .google-map {
  margin-top: 3rem;
  padding-bottom: 130%;
}
@media (min-width: 768px) {
  .page-access .google-map {
    height: 0;
    margin-top: 5rem;
    padding-bottom: 70%;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.google-map-link {
  position: relative;
  display: block;
  width: 19rem;
  margin: 1.6rem auto 0;
  padding: 0.7rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #70b52c;
  border: 0.2rem dotted rgba(255, 255, 255, 0.6);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 0.3rem #70b52c;
          box-shadow: 0 0 0 0.3rem #70b52c;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 768px) {
  .google-map-link {
    width: 29rem;
    margin-top: 2.5rem;
    padding: 1rem 0;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 0 0.5rem #70b52c;
            box-shadow: 0 0 0 0.5rem #70b52c;
  }
}
.google-map-link i {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .google-map-link i {
    right: 1.2rem;
  }
}
.google-map-link i::before {
  margin: 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.google-map-link:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.google-map-link:hover i::before {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.page-top {
  position: fixed;
  right: 0.7rem;
  bottom: 4.5rem;
  z-index: 999;
  display: none;
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .page-top {
    right: 2rem;
    bottom: 1.8rem;
  }
}
.page-top a {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-indent: 100%;
  background: #8c7864;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 768px) {
  .page-top a {
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.page-top a i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top a i::before {
  margin: 0;
  font-size: 1.7rem;
  -webkit-transform: translateY(-0.04em);
          transform: translateY(-0.04em);
}
@media (min-width: 768px) {
  .page-top a i::before {
    font-size: 2.7rem;
  }
}
.page-top a:hover {
  background-color: rgb(155.25, 135.3, 115.35);
}

.sticky-contact {
  position: fixed;
  bottom: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ddd;
  -webkit-box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .sticky-contact {
    display: none !important;
  }
}
.sticky-contact > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.sticky-contact > li.-tel a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  background-color: #70b52c;
}
.sticky-contact > li.-reserve a {
  text-transform: uppercase;
  background-color: #f1b000;
}
.sticky-contact > li.-reserve a i::before {
  font-size: 134%;
}
.sticky-contact a {
  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;
  height: 3.6rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
}
.sticky-contact i::before {
  margin: 0 0.5rem 0 0;
  font-size: 108%;
}

.slider-pro img,
.slider-pro p {
  display: none;
}
.slider-pro .sp-layer.sp-white.sp-padding {
  color: #444;
  font-size: 29px;
  text-align: center;
  text-shadow: 0 0 0.25em #fff, 0 0 0.3em #fff, 0 0 0.35em #fff;
}
@media (min-width: 768px) {
  .slider-pro .sp-layer.sp-white.sp-padding {
    font-size: 2rem;
  }
}
.slider-pro .sp-selected-thumbnail {
  border: 4px solid #87cd40;
}

.js-fadeIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 1s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 1s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 1s cubic-bezier(0.39, 0.4, 0.21, 0.83);
  transition: opacity 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-transform 1s cubic-bezier(0.39, 0.4, 0.21, 0.83), -webkit-filter 1s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}
.js-fadeIn.active {
  visibility: visible;
  opacity: 1;
}
.js-fadeIn.-delay01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fadeIn.-delay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadeIn.-fadeInUp {
  -webkit-transform: translateY(1.7rem);
          transform: translateY(1.7rem);
}
.js-fadeIn.-fadeInUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInDown {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.js-fadeIn.-fadeInDown.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.-fadeInLeft {
  -webkit-transform: translate3d(-3rem, 0, 0);
          transform: translate3d(-3rem, 0, 0);
}
.js-fadeIn.-fadeInLeft.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInRight {
  -webkit-transform: translate3d(3rem, 0, 0);
          transform: translate3d(3rem, 0, 0);
}
.js-fadeIn.-fadeInRight.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-fadeIn.-fadeInBlur {
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.js-fadeIn.-fadeInBlur.active {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.low-img-basic {
  display: block;
  width: 84%;
  margin: 0.3em auto 1.2em;
}
@media (min-width: 768px) {
  .low-img-basic {
    width: auto;
    margin: 0.35em 0 1.2em 0;
  }
}
.low-img-basic.-doctor {
  width: 80%;
}
@media (min-width: 768px) {
  .low-img-basic.-doctor {
    width: auto;
    margin-left: auto;
  }
}
.low-img-basic img {
  width: 100%;
}

.low-img-basic02 {
  display: block;
  width: 84%;
  margin: 0 auto 1.2em;
}
@media (min-width: 768px) {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0 0 1.2em 3rem;
  }
}
.low-img-basic02 img {
  width: 100%;
}
.low-img-basic02.-doctor {
  width: 68%;
}
@media (min-width: 768px) {
  .low-img-basic02.-doctor {
    width: auto;
  }
}
@media (min-width: 768px) {
  .low-img-basic02.-left {
    float: left;
    margin: 0 3rem 1.2em 0;
  }
}
@media (min-width: 768px) {
  .low-img-basic02.-lg {
    width: calc((100% + 30px) * 0.5 - 30px);
  }
}

.bg-highlight {
  margin-bottom: 1.9rem;
  padding: 1.3rem 1.8rem;
  background: #eaf2c0;
}
@media (min-width: 768px) {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.bg-highlight.-color02 {
  background-color: #fde9b6;
}
.bg-highlight > :last-child {
  margin-bottom: 0;
}
.bg-highlight > :last-child > :last-child {
  margin-bottom: 0;
}

.list-frame {
  margin: 1.8rem 0;
}
@media (min-width: 768px) {
  .list-frame {
    margin: 2.2rem 0;
  }
}
.list-frame dt {
  padding: 0.8rem 1.3rem 0.7rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 0.2em #7fb401;
  background: #abcd03;
}
@media (min-width: 768px) {
  .list-frame dt {
    padding: 1.2rem 1.8rem 1.1rem;
  }
}
.list-frame dd {
  margin: 0;
  padding: 0.8rem 1.3rem 1rem;
  line-height: 1.5;
  border: 2px solid #abcd03;
  border-top: 0;
  border-bottom-width: 0;
}
@media (min-width: 768px) {
  .list-frame dd {
    padding: 1.4rem 1.8rem 1.7rem;
  }
}
.list-frame dd:last-child {
  border-bottom-width: 2px;
}
.list-frame dd > :last-child {
  margin-bottom: 0;
}
.list-frame dd > :last-child > :last-child {
  margin-bottom: 0;
}

.btn-basic {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.9rem 2.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #70b52c;
  border-radius: 10rem;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px) {
  .btn-basic {
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
  }
}
.btn-basic::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 0.2rem dotted rgba(255, 255, 255, 0.8);
  border-radius: 10rem;
  content: "";
}
@media (min-width: 768px) {
  .btn-basic::after {
    top: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  background: #f19db7;
}
.btn-basic.-color03 {
  background: #f8b500;
}

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

.width100 {
  width: 100%;
}

.mt30 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 60px;
}

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.img_l {
  float: left;
}

.img_r {
  float: right;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.page-index .keyv {
  position: relative;
}
@media (min-width: 768px) {
  .page-index .keyv {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-index .keyv-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.page-index .keyv-slider > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
  opacity: 0;
  -webkit-animation: keyv-fade 12s infinite;
          animation: keyv-fade 12s infinite;
}
.page-index .keyv-slider > li:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.page-index .keyv-slider > li:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@-webkit-keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  8.333333333% {
    opacity: 1;
  }
  37.499999998% {
    opacity: 1;
  }
  45.833333328% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes keyv-fade {
  0% {
    opacity: 0;
  }
  8.333333333% {
    opacity: 1;
  }
  37.499999998% {
    opacity: 1;
  }
  45.833333328% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-index .keyv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23rem;
  padding: 0 0.8rem 5rem;
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    height: 66rem;
    padding: 0 15px 5.3rem;
  }
}
.page-index .keyv-copy {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.38;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 0.83em #fff, 0 0 0.83em #fff, 0 0 0.83em #fff, 0 0 0.2em #fff;
}
@media (min-width: 768px) {
  .page-index .keyv-copy {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.page-index .keyv-copy > p {
  margin: 0;
}
.page-index .headline-article {
  border-bottom: 1px dotted #aaa;
}
.page-index .headline-article > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.4rem 0.3rem 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-index .headline-article > a {
    padding: 1.6rem 1rem 1.5rem;
  }
}
.page-index .headline-article > a:hover .headline-thumb {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.page-index .headline-article > a:hover .headline-tit {
  color: rgb(247.72125, 187.87375, 68.17875);
  text-decoration: none;
}
.page-index .headline-article > a:hover .headline-more {
  color: rgb(247.72125, 187.87375, 68.17875);
  text-decoration: underline;
}
.page-index .headline-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  margin: 0;
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
  content: "";
}
@media (min-width: 768px) {
  .page-index .headline-thumb {
    width: 12rem;
  }
}
.page-index .headline-thumb > img {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 768px) {
  .page-index .headline-thumb > img {
    height: 12rem;
  }
}
.page-index .headline-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .page-index .headline-body {
    padding-left: 2rem;
  }
}
.page-index .headline-body p {
  margin: 0;
  color: #333;
  line-height: 1.65;
}
.page-index .headline-tit {
  width: 100%;
  margin: 0 0 0.3rem;
  color: #f6ac18;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
@media (min-width: 768px) {
  .page-index .headline-tit {
    margin-bottom: 0.9rem;
    font-size: 2rem;
  }
}
.page-index .headline-more {
  display: block;
  width: 100%;
  color: #f6ac18;
  text-align: right;
  text-decoration: underline;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.page-doctor .greeting-row, .page-index .greeting-row {
  background: url("../images/a_index_greeting_illust@2x.png") no-repeat right 0 bottom 0/6.3rem;
}
@media (min-width: 768px) {
  .page-doctor .greeting-row, .page-index .greeting-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-position: left 31.3rem bottom 7.1rem;
    background-size: 14.7rem;
  }
}
.page-doctor .greeting-row.-no-bg, .page-index .greeting-row.-no-bg {
  background: none;
}
.page-doctor .greeting-img, .page-index .greeting-img {
  width: 80%;
  margin: 0 auto 1.2em;
}
@media (min-width: 768px) {
  .page-doctor .greeting-img, .page-index .greeting-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 28rem;
    margin: 0;
  }
}
.page-doctor .greeting-img > img, .page-index .greeting-img > img {
  width: 100%;
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .page-doctor .greeting-img > img, .page-index .greeting-img > img {
    border-radius: 1rem;
  }
}
.page-doctor .greeting-body .em, .page-index .greeting-body .em {
  margin-bottom: 0.8em;
  font-weight: 500;
  font-size: 143%;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-doctor .greeting-body .em, .page-index .greeting-body .em {
    font-size: 150%;
  }
}
.page-doctor .greeting-body .em .text-highlight, .page-index .greeting-body .em .text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, transparent), color-stop(0, #f9f27f));
  background: linear-gradient(transparent, transparent 69%, #f9f27f 0);
}
.page-doctor .greeting-list, .page-index .greeting-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-doctor .greeting-list, .page-index .greeting-list {
    margin: 0 0 1.43em;
  }
}
.page-doctor .greeting-list > li, .page-index .greeting-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-doctor .greeting-list > li, .page-index .greeting-list > li {
    margin-bottom: 0.83em;
  }
}
.page-doctor .greeting-list .num, .page-index .greeting-list .num {
  margin-right: 0.25em;
  font-size: 150%;
}

.page-index .greeting-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.6rem 0 2.2rem -0.4rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .greeting-link {
    margin: 2.5rem 0 0 -1.1rem;
  }
}
.page-index .greeting-link > li {
  margin: 0 0 1.5rem 0;
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .page-index .greeting-link > li {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.page-index .greeting-link a {
  position: relative;
  display: block;
  width: 12rem;
  padding: 0.5rem 0.2rem 0.5rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #70b52c;
  border: 0.2rem dotted rgba(255, 255, 255, 0.6);
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 0.3rem #70b52c;
          box-shadow: 0 0 0 0.3rem #70b52c;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (min-width: 768px) {
  .page-index .greeting-link a {
    width: 19rem;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 0 0.5rem #70b52c;
            box-shadow: 0 0 0 0.5rem #70b52c;
    margin: 0 auto;
  }
}
.page-index .greeting-link a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(109%);
          filter: brightness(109%);
}
.page-index .greeting-link a:hover i::before {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.page-index .greeting-link i {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-index .greeting-link i {
    right: 1.2rem;
  }
}
.page-index .greeting-link i::before {
  margin: 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.page-index .feature-list {
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: featureNum;
}
@media (min-width: 768px) {
  .page-index .feature-list {
    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;
    margin: 4.8rem 0 0;
  }
}
.page-index .feature-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.8rem;
  padding: 0;
}
@media (min-width: 768px) {
  .page-index .feature-list > li {
    width: 38rem;
    margin-bottom: 3.8rem;
  }
}
.page-index .feature-list > li::before {
  position: absolute;
  top: -1.3rem;
  left: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0 0 0.15em;
  color: #fff;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0;
  background: #abcd03;
  border-radius: 50%;
  content: counter(featureNum);
  counter-increment: featureNum;
}
@media (min-width: 768px) {
  .page-index .feature-list > li::before {
    top: -2rem;
    left: 1rem;
    width: 8rem;
    height: 8rem;
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .page-index .feature-list > li.-w100 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 24rem;
    padding-left: 42rem;
  }
}
.page-index .feature-list > li.-w100::before {
  z-index: 1;
}
@media (min-width: 768px) {
  .page-index .feature-list > li.-w100 figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 38rem;
  }
}
.page-index .feature-list figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .page-index .feature-list figure {
    margin-bottom: 1.1rem;
  }
}
.page-index .feature-list figure > img {
  width: 100%;
  border-radius: 0.6rem;
}
@media (min-width: 768px) {
  .page-index .feature-list figure > img {
    border-radius: 1rem;
  }
}
.page-index .feature-list p {
  text-align: justify;
}
.page-index .feature-list p:last-child {
  margin-bottom: 0;
}
.page-index .feature-tit {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  color: #70b52c;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .page-index .feature-tit {
    margin: 0 0 0.6rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.page-doctor .list-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.65em;
}
.page-doctor .list-career dt {
  -ms-flex-preferred-size: 6.9em;
      flex-basis: 6.9em;
}
@media (min-width: 768px) {
  .page-doctor .list-career dt {
    -ms-flex-preferred-size: 7.2em;
        flex-basis: 7.2em;
  }
}
.page-doctor .list-career dd {
  -ms-flex-preferred-size: calc(100% - 6.9em);
      flex-basis: calc(100% - 6.9em);
  margin-bottom: 0;
  padding-bottom: 0.4em;
}
@media (min-width: 768px) {
  .page-doctor .list-career dd {
    -ms-flex-preferred-size: calc(100% - 7.2em);
        flex-basis: calc(100% - 7.2em);
    padding-bottom: 0.45em;
  }
}
.page-doctor .list-career dd:last-child {
  padding-bottom: 0;
}
.page-doctor .bg-illust {
  padding: 0 0 0.3rem;
  background: url("../images/a_index_greeting_illust@2x.png") no-repeat 100% 100%/6.8rem;
}
@media (min-width: 768px) {
  .page-doctor .bg-illust {
    min-height: 7.8rem;
    padding: 0;
    background-position: 100% 50%;
    background-size: 14.7rem;
  }
}

.page-first .flow-list {
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  counter-reset: flowNum;
}
.page-first .flow-list > li {
  position: relative;
  margin: 0 0 3.4rem;
  padding: 1.8rem 1.6rem;
  background: #e6f0b7;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .page-first .flow-list > li {
    margin-bottom: 5.6rem;
    padding: 2.6rem 3rem;
  }
}
.page-first .flow-list > li::after {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 1.2em solid #b2de6a;
  border-right: 1.4em solid transparent;
  border-left: 1.4em solid transparent;
  content: "";
}
@media (min-width: 768px) {
  .page-first .flow-list > li::after {
    bottom: -4rem;
  }
}
.page-first .flow-list > li:last-of-type {
  margin-bottom: 0;
}
.page-first .flow-list > li:last-of-type::after {
  display: none;
}
.page-first .flow-list > li > :last-child {
  margin-bottom: 0;
}
.page-first .flow-list .flow-tit {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 2.6rem;
  color: #65b118;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-first .flow-list .flow-tit {
    margin-bottom: 1rem;
    padding-left: 3.8rem;
    font-size: 2.4rem;
  }
}
.page-first .flow-list .flow-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  background: #65b118;
  border-radius: 50%;
  content: counter(flowNum);
  counter-increment: flowNum;
}
@media (min-width: 768px) {
  .page-first .flow-list .flow-tit::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    margin: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.page-first .sidebar-reserve {
  width: 80%;
  height: 6rem;
  margin: 1rem auto 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-first .sidebar-reserve {
    width: 35%;
    height: 8rem;
    margin: 0 auto;
    font-size: 3rem;
  }
}

.page-fever .flow-list {
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  counter-reset: flowNum;
}
.page-fever .flow-list > li {
  position: relative;
  margin: 0 0 3.4rem;
  padding: 1.8rem 1.6rem;
  background: #e6f0b7;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .page-fever .flow-list > li {
    margin-bottom: 5.6rem;
    padding: 2.6rem 3rem;
  }
}
.page-fever .flow-list > li::after {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 1.2em solid #b2de6a;
  border-right: 1.4em solid transparent;
  border-left: 1.4em solid transparent;
  content: "";
}
@media (min-width: 768px) {
  .page-fever .flow-list > li::after {
    bottom: -4rem;
  }
}
.page-fever .flow-list > li:last-of-type {
  margin-bottom: 0;
}
.page-fever .flow-list > li:last-of-type::after {
  display: none;
}
.page-fever .flow-list > li > :last-child {
  margin-bottom: 0;
}
.page-fever .flow-list .flow-tit {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 2.6rem;
  color: #65b118;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-fever .flow-list .flow-tit {
    margin-bottom: 1rem;
    padding-left: 3.8rem;
    font-size: 2.4rem;
  }
}
.page-fever .flow-list .flow-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  background: #65b118;
  border-radius: 50%;
  content: counter(flowNum);
  counter-increment: flowNum;
}
@media (min-width: 768px) {
  .page-fever .flow-list .flow-tit::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    margin: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.page-fever .flow-list .sidebar-reserve {
  width: 95%;
  height: 6rem;
  margin: 1rem auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-fever .flow-list .sidebar-reserve {
    width: 35%;
    height: 8rem;
    margin: 0 auto 1rem;
    font-size: 3rem;
  }
}

a[href=""] {
  pointer-events: none;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  a[href]::after {
    content: normal;
  }
  abbr[title]::after {
    content: normal;
  }
  .navbar {
    display: block;
  }
  #page-top {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */