@charset "UTF-8";
@import 'fontello/css/fontello.css';
html {
  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 {
  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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  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: 1130px;
  }
}
.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    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;
    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;
}

.font-sans-serif {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.font-garamond {
  font-family: "EB Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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: #010101;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) {
  body {
    padding-top: 27.7rem;
    font-size: 1.8rem;
    line-height: 1.73;
    letter-spacing: 0.06em;
  }
}
body.page-index {
  padding-top: 0;
}
@media (min-width: 768px) {
  body {
    min-width: 1130px;
  }
}

a {
  overflow: hidden;
  color: #98780d;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:hover {
  color: #d0a512;
  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;
}

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

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

@media (min-width: 768px) {
  .ov-md-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: #c20014 !important;
}

.text-blue {
  color: #00f !important;
}

.text-gold {
  color: #a79049 !important;
}

.text-highlight {
  padding: 0 0.1em;
  background: linear-gradient(transparent, transparent 63%, #ffec81 0);
}
.text-highlight.-color02 {
  background: linear-gradient(transparent, transparent 63%, #ffcdd4 0);
}

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

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

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

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

.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-lg {
    font-size: 120%;
  }
  .fz-md-2l {
    font-size: 140%;
  }
  .fz-md-3l {
    font-size: 160%;
  }
  .fz-md-4l {
    font-size: 180%;
  }
}
.hover-opacity:hover {
  opacity: 0.85;
}

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

.circled {
  border-radius: 50%;
}

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

.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #ab954b;
  transition: transform 1.2s 1.2s cubic-bezier(0.3, 0.09, 0.04, 0.99);
}
.splash.loaded {
  transform: translateY(-100%);
}

.splash-text {
  margin: 0;
  font-size: 2.2rem;
  font-family: "EB Garamond", "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  animation: blurFadeIn 0.9s 0.2s cubic-bezier(0.35, 0.03, 0.04, 0.92) backwards;
}
@media (min-width: 768px) {
  .splash-text {
    font-size: 6rem;
  }
}
.splash-text .fz-lg {
  font-size: 115%;
}
.splash-text .fz-2l {
  font-size: 133.333333%;
}

@keyframes blurFadeIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
    filter: blur(0.3em);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
.header {
  padding: 1.6rem 0 1.2rem;
}
@media (min-width: 768px) {
  .header {
    width: 100%;
    min-width: 1130px;
    padding: 3.6rem 0 0;
  }
}

.header-row {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
}

.header-logo-wrap {
  width: 23.6rem;
  margin: 0 auto 0.4rem;
  padding: 0 2.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-logo-wrap {
    width: 35rem;
    margin: 0;
    padding: 0;
  }
}
.page-index .header-logo-wrap {
  display: none;
}
@media (min-width: 768px) {
  .page-index .header-logo-wrap {
    display: block;
  }
}

.header-tel {
  margin: 0 0 0.6rem;
  color: #010101;
  font-size: 2.3rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .header-tel {
    margin: 0;
    font-size: 3.4rem;
    letter-spacing: 0;
  }
}
.header-tel i::before {
  margin: 0;
  font-size: 60%;
  transform: translateY(-0.1em);
}
.header-tel a {
  color: #010101;
}

.header-address {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-address > li {
  padding: 0 0.9rem;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
  border-right: 1px solid #9d9d9d;
}
@media (min-width: 768px) {
  .header-address > li {
    padding: 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.header-address > li:first-of-type {
  border-left: 1px solid #9d9d9d;
}

.nav-open {
  position: fixed;
  top: 0.8rem;
  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;
  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;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  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;
  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;
  box-shadow: none;
  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) {
  animation: menu-bar01 0.6s forwards;
}
.toggle-icon span:nth-of-type(2) {
  opacity: 1;
  transition: all 0.2s 0.18s;
}
.toggle-icon span:nth-of-type(3) {
  animation: menu-bar03 0.6s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(2.2vw) rotate(45deg);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-2.2vw) rotate(-45deg);
  }
  50% {
    transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    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;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
    background: #fff;
    transform: translateY(-3rem);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78);
  }
  .navbar .nav-inner {
    display: flex;
    margin: auto 0;
    padding: 2rem 0 3rem;
  }
  .navbar .gNav {
    margin: 0;
    padding: 0 1.4rem;
    list-style: none;
  }
  .navbar .gNav > li:not(:last-child) {
    border-bottom: 1px solid #ccc9c1;
  }
  .navbar .gNav > li.-parent > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-bottom: 0.7rem;
  }
  .navbar .gNav > li.-parent i {
    display: none;
  }
  .navbar .gNav > li.-reserve > a {
    color: #fff;
    background: #707070;
  }
  .navbar .gNav > li.-reserve .en-caption {
    color: #cbbf99;
  }
  .navbar .gNav a {
    display: block;
    padding: 1.5rem 0 1.4rem 1rem;
    color: #111;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: 0.08em;
    text-align: left;
    text-decoration: none;
  }
  .navbar .gNav .en-caption {
    margin-left: 1em;
    color: #9e9577;
    font-weight: 400;
    font-size: 86%;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.06em;
    text-transform: none;
  }
  .navbar .sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0.8rem 1.1rem;
    list-style: none;
  }
  .navbar .sub > li {
    flex-basis: 50%;
    margin: 0;
  }
  .navbar .sub > li > a {
    display: flex;
    align-items: center;
    height: 2.8rem;
    padding: 0;
    color: #333;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.05em;
  }
  .navbar .sub > li > a::before {
    margin-right: 0.1rem;
    color: #beaa69;
    transform: scale(0.35);
    content: "●";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767.98px) {
  .nav-open[aria-expanded=true] ~ .navbar {
    position: fixed;
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85);
  }
}
.nav-open[aria-expanded=true] {
  transform: translateY(0.6rem);
}
.nav-open[aria-expanded=true]::after {
  content: "CLOSE";
}
.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
  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) {
  animation: active-menu-bar03 0.6s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(2.2vw) rotate(0);
  }
  100% {
    transform: translateY(2.2vw) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-2.2vw) rotate(0);
  }
  100% {
    transform: translateY(-2.2vw) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 1130px;
    transition: transform 0.3s, background-color 0.3s;
  }
}
@media (min-width: 768px) {
  .navbar.is-scroll {
    background: rgba(87, 87, 87, 0.8);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
}

@media (min-width: 768px) {
  .gNav {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 0 8.6rem;
    list-style: none;
  }
  .gNav li {
    padding: 0;
  }
  .gNav > li {
    position: relative;
    z-index: 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.-reserve > a .em {
    margin: -0.25em 0;
    padding: 0.25em 0.65em;
    color: #707070;
    background-color: #fff;
    border-radius: 10rem;
  }
  .gNav > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 67px;
    padding: 0;
    overflow: visible;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s, background-color 0.4s;
  }
  .gNav > li > a::after {
    position: absolute;
    bottom: 8px;
    left: 28px;
    width: calc(100% - 54px);
    height: 1px;
    background: #ece2c1;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: transform 0.25s 0.05s ease-out;
    content: "";
  }
  .gNav > li > a:hover {
    color: #f6e3a7;
  }
  .gNav > li > a:hover::after {
    transform: scale(1, 1);
    transition: 0.2s cubic-bezier(0, 0.29, 0, 0.91);
  }
  .gNav .en-caption {
    display: block;
    margin-top: 0.5rem;
    color: #ece2c1;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "EB Garamond", serif;
  }
  .gNav > li[aria-expanded=true] > .sub {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .gNav .sub {
    position: absolute;
    top: 108%;
    left: 20px;
    display: none;
    flex-wrap: wrap;
    width: 210px;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: top 0.4s, visibility 0.4s, opacity 0.4s;
  }
  .gNav .sub.load {
    display: block;
  }
  .gNav .sub > li {
    border: 0;
    border-bottom: 1px solid #beaa69;
  }
  .gNav .sub > li > a {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 0 0 1rem;
    color: #010101;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
  }
  .gNav .sub > li > a::before {
    color: #beaa69;
    transition: color 0.15s;
    content: "・";
  }
  .gNav .sub > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b9a45e;
  }
  .gNav .sub > li > a:hover::before {
    color: #fff;
  }
  .gNav .sub br {
    display: none;
  }
  .gNav .sub i {
    display: none;
  }
}
.main {
  flex-basis: 100%;
  padding: 0 0 4rem;
  background: url("../images/a_pattern01.jpg") repeat 50% 0/57rem;
}
@media (min-width: 768px) {
  .main {
    margin-top: 12rem;
    padding: 0 0 14.4rem;
    background-size: auto;
  }
}
.page-index .main {
  margin-top: 0;
  padding: 0;
  background: none;
}

.contents {
  margin: 0 1rem;
  padding: 0.1rem calc(15px + 0.2rem) 3rem;
  background: #fff;
  box-shadow: 0 1.2rem 1.2rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px 60px;
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.05);
  }
}
.page-index .contents {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .page-index .contents {
    width: 100%;
  }
}

.footer {
  padding: 3.4rem 0 0;
  background: #5b5d5c url("../images/footer_bg.jpg") repeat 50% 0/57rem;
}
@media (min-width: 768px) {
  .footer {
    padding: 6.4rem 0 0;
    background-size: auto;
  }
}

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
}
.footer-nav > li {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.footer-nav > li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-nav a {
  padding: 0 2.3rem;
  overflow: visible;
  color: #fff;
  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;
}
.footer-nav .en-caption {
  display: none;
}

.copyright {
  padding: 0.7rem 0 4.6rem;
  color: #010101;
  line-height: 1.1;
  text-align: center;
  background: #fff;
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 4.1rem;
    padding: 1.5rem 0;
  }
}
.copyright small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .copyright small {
    font-size: 1.4rem;
  }
}
.copyright a {
  color: #010101;
  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;
  -moz-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;
  -moz-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);
  -ms-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;
  -moz-box-sizing: border-box;
  -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);
  -ms-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);
  -ms-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);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

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

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

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

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-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);
  -ms-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);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

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

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

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-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 {
  width: 100%;
  padding-bottom: 4rem;
  background: #fff url("../images/tit_pagetitle.jpg") no-repeat 50% 0/auto 9rem;
}
@media (min-width: 768px) {
  .page-tit-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1130px;
    padding: 0;
    background-size: auto 100%;
  }
}

.page-tit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  margin: 0;
  padding: 0.15em 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .page-tit {
    height: 260px;
    padding-top: 5rem;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}

.tit-basic01 {
  position: relative;
  margin: 4rem 0 1.2rem;
  padding: 0 0 3rem;
  font-weight: 400;
  font-size: 2rem;
  font-family: "EB Garamond", "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tit-basic01 {
    margin: 7.8rem 0 2.6rem 0;
    padding: 0 0 5rem;
    font-size: 3.4rem;
  }
}
.tit-basic01::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 2rem;
  margin: 0 auto;
  background: #9d9d9d;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic01::before {
    height: 4rem;
  }
}
.tit-basic01.-index {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .tit-basic01.-index {
    margin-bottom: 4rem;
  }
}
.tit-basic01.-index::before {
  display: none;
}
.tit-basic01 .en {
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .tit-basic01 .en {
    font-size: 4rem;
  }
}
.tit-basic01 .caption {
  display: block;
  margin-top: 0.4em;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .tit-basic01 .caption {
    font-size: 1.6rem;
  }
}

.tit-basic02 {
  position: relative;
  z-index: 0;
  display: table;
  margin: 3.3rem 0 1.1rem;
  padding: 0.6rem 0.9rem;
  color: #98780d;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .tit-basic02 {
    margin: 5.8rem 0 2rem;
    padding: 0.9rem 1.3rem;
    font-size: 2.6rem;
  }
}
.tit-basic02::before, .tit-basic02::after {
  position: absolute;
  z-index: -1;
  width: 0.92307692em;
  height: 0.92307692em;
  background: #f5f3eb;
  content: "";
}
.tit-basic02::before {
  bottom: 0;
  left: 0;
}
.tit-basic02::after {
  top: 0;
  right: 0;
}

.tit-basic03 {
  position: relative;
  z-index: 0;
  display: table;
  margin: 2rem 0 0.9rem;
  padding: 0.5rem 0.6rem;
  color: #010101;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .tit-basic03 {
    margin: 3.6rem 0 1.4rem;
    padding: 0.6rem 1.1rem;
    font-size: 2.3rem;
  }
}
.tit-basic03::before, .tit-basic03::after {
  position: absolute;
  z-index: -1;
  width: 0.86363636em;
  height: 0.86363636em;
  background: #e6e6e6;
  content: "";
}
.tit-basic03::before {
  bottom: 0;
  left: 0;
}
.tit-basic03::after {
  top: 0;
  right: 0;
}

.tit-basic04 {
  position: relative;
  z-index: 0;
  margin: 1.9rem 0 0.8rem;
  padding: 0 0 0 1rem;
  color: #010101;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .tit-basic04 {
    margin: 2.6rem 0 1.3rem;
    padding: 0 0 0 1.6rem;
    font-size: 2rem;
  }
}
.tit-basic04::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.2em);
  margin: auto 0;
  background: #e1c66c;
  content: "";
}
@media (min-width: 768px) {
  .tit-basic04::before {
    width: 0.3rem;
  }
}

.contents > section:first-child > .tit-basic01,
.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;
}

.contents > section:first-child > .tit-basic01 {
  margin-bottom: -0.2rem;
  transform: translateY(-1.6rem);
}
@media (min-width: 768px) {
  .contents > section:first-child > .tit-basic01 {
    margin-bottom: -3.3rem;
    transform: translateY(-5.9rem);
  }
}

.table-basic {
  width: 100%;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.3;
  border-top: 1px solid #bfc6d4;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .table-basic {
    margin: 1.6rem 0;
    font-size: 1.8rem;
  }
}
.table-basic caption {
  padding: 0.6rem 0;
}
.table-basic th {
  padding: 0.8rem;
  color: #465a80;
  text-align: center;
  background-color: #e6edf9;
  border-bottom: 1px solid #bfc6d4;
}
@media (min-width: 768px) {
  .table-basic th {
    padding: 1.5rem;
  }
}
.table-basic th:not(:last-child) {
  border-right: 1px solid #bfc6d4;
}
.table-basic th.-color02 {
  color: #34435f;
  background-color: #c9d8f2;
  border-right-color: #adb6c8;
  border-bottom-color: #adb6c8;
}
.table-basic td {
  padding: 0.8rem;
  background: #fafafa;
  border-bottom: 1px solid #bfc6d4;
}
@media (min-width: 768px) {
  .table-basic td {
    padding: 1.5rem;
  }
}
.table-basic td:not(:last-child) {
  border-right: 1px solid #bfc6d4;
}
.table-basic .border-right {
  border-right: 1px solid #bfc6d4;
}
.table-basic.-caption-top caption {
  caption-side: top;
}
.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.2em;
  padding-left: 1em;
}
.list-basic > li::before {
  position: absolute;
  left: 0;
  color: #b7a465;
  transform: scale(0.6);
  transform-origin: left center;
  content: "■";
}
.list-basic.-square > li {
  padding-left: 1.4em;
}
.list-basic.-square > li::before {
  color: #b0aa96;
  transform: none;
  content: "□";
}
.list-basic.-expanded > li {
  margin-bottom: 0.8em;
}
.list-basic.-expanded02 > li {
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .list-basic.-col-2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-2 > li {
    width: 50%;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .list-basic.-col-3 > li {
    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: 2.16rem;
  }
}
.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.8rem;
  }
}

.list-notice {
  padding: 0;
  list-style: none;
}
.list-notice > li {
  position: relative;
  padding-left: 1.6rem;
}
@media (min-width: 768px) {
  .list-notice > li {
    padding-left: 2rem;
  }
}
.list-notice > li::before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  content: "※";
}
.list-notice.-expanded > li {
  margin-bottom: 0.8em;
}

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

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

.notice-area {
  padding: 2.8rem 0 5rem;
}
@media (min-width: 768px) {
  .notice-area {
    padding: 8.2rem 0 6rem;
  }
}

@media (min-width: 768px) {
  .notice-row {
    display: flex;
    justify-content: space-between;
  }
}
.notice-row > .notice-col-left {
  margin-bottom: 1.1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #9d9d9d;
}
@media (min-width: 768px) {
  .notice-row > .notice-col-left {
    display: flex;
    flex-basis: 148px;
    align-items: center;
    margin: 0;
    padding: 0;
    border-right: 1px solid #9d9d9d;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .notice-row > .notice-col-right {
    flex-basis: 919px;
  }
}

.notice-frame {
  width: 100%;
  margin: 0;
  padding: 0;
}
.notice-frame .notice-box {
  margin: 0;
  padding: 0;
}
.notice-frame .news_title {
  position: relative;
  margin: 0;
  padding: 0.7em 0 0.5em 1.7rem;
  color: #98780d;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.25s;
}
@media (min-width: 768px) {
  .notice-frame .news_title {
    display: flex;
    padding-left: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.notice-frame .news_title:first-child {
  border-top: none;
}
.notice-frame .news_title .i-toggle {
  position: absolute;
  top: 1.25rem;
  left: 0;
  margin: auto 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle {
    top: 1.6rem;
    margin: 0;
  }
}
.notice-frame .news_title .i-toggle::before {
  display: inline-block;
  color: #98780d;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "fontello", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  transform: scale(1, -1);
  transition: transform 0.25s ease, color 0.25s;
  content: "\e802";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .notice-frame .news_title .i-toggle::before {
    font-size: 1.7rem;
  }
}
.notice-frame .news_title:hover {
  color: #cea92c;
}
.notice-frame .news_title:hover .i-toggle::before {
  color: #cea92c;
}
.notice-frame .news_title[aria-selected=true] .i-toggle::before {
  transform: scale(1, 1);
}
.notice-frame .news_body {
  display: none;
  margin: 0 0 0.2em;
  padding: 0 0 0.1rem 1.7rem;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .notice-frame .news_body {
    padding: 0 0 0.1rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.55;
  }
}

.notice-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.6rem;
  margin: 4rem auto 0;
  padding: 0.66em 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  background: #9d9d9d;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .notice-bnr {
    width: 47.4rem;
    margin: 7rem auto 2.6rem;
    font-size: 2.8rem;
  }
}
.notice-bnr i {
  font-size: 65%;
}
.notice-bnr i::before {
  margin: 0 -0.3em 0 0.4em;
  transition: transform 0.2s 0.05s;
}
.notice-bnr:hover {
  color: #fff;
  text-decoration: none;
  background-color: #707070;
}
.notice-bnr:hover i::before {
  transform: translateX(0.3em);
}

.overview-logo {
  display: block;
  width: 17rem;
  margin: 0 auto 2.2rem;
}
@media (min-width: 768px) {
  .overview-logo {
    width: 41.5rem;
    margin-bottom: 6.3rem;
  }
}

.overview-row {
  padding: 0 0 2.6rem;
}
@media (min-width: 768px) {
  .overview-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 7.4rem;
  }
}

.overview-col-left {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .overview-col-left {
    flex-basis: 53rem;
    padding-bottom: 0;
  }
}

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

.overview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2.5rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .overview-list {
    margin: 0 0 5.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.overview-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8em;
  padding: 1.1rem 0;
  text-align: center;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
}
@media (min-width: 768px) {
  .overview-list dt {
    width: 136px;
    padding: 1.7rem 0;
  }
}
.overview-list dt:not(:first-child) {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .overview-list dt:not(:first-child) {
    margin-top: 2.7rem;
  }
}
.overview-list dd {
  display: flex;
  align-items: center;
  width: calc(100% - 6.3em);
  margin: 0;
  padding: 0.2rem 0 0.2rem 0.6rem;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .overview-list dd {
    width: calc(100% - 136px);
    padding: 0.4rem 0.8rem 0.4rem 1.8rem;
    font-size: 1.8rem;
  }
}
.overview-list dd:not(:first-of-type) {
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .overview-list dd:not(:first-of-type) {
    margin-top: 2.7rem;
  }
}

.overview-tel {
  letter-spacing: 0.06em;
}
.overview-tel a {
  color: #fff;
}

.overview-map {
  display: block;
  width: 94%;
  margin: 0 auto 0.7rem;
}
@media (min-width: 768px) {
  .overview-map {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.timetable {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  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;
  }
}
.timetable caption {
  padding: 0.7rem 0 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.45;
  caption-side: bottom;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 768px) {
  .timetable caption {
    padding: 1.8rem 0 0;
    font-size: 1.8rem;
  }
}
.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.timetable th {
  padding: 0.8rem 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  background: #484949;
}
@media (min-width: 768px) {
  .timetable th {
    padding: 1.3rem 0;
    font-size: 1.8rem;
  }
}
.timetable th.time {
  width: 8.4rem;
}
@media (min-width: 768px) {
  .timetable th.time {
    width: 15.1rem;
  }
}
.timetable td {
  padding: 0.8rem 0;
  color: #98780d;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #e3e3e3;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .timetable td {
    padding: 1.3rem 0;
    font-size: 1.8rem;
  }
}
.timetable td.time2 {
  color: #010101;
}
@media (min-width: 768px) {
  .timetable td.time2 {
    font-size: 1.8rem;
  }
}
.timetable .sun {
  width: 3.8rem;
}
@media (min-width: 768px) {
  .timetable .sun {
    width: 6.4rem;
  }
}
.timetable .closed {
  color: #111;
}
@media (min-width: 768px) {
  .main .timetable caption {
    padding-top: 1.7rem;
    color: #010101;
    font-size: 1.6rem;
  }
  .main .timetable .reserve-only {
    font-size: 1.7rem;
  }
  .main .timetable th {
    font-size: 1.8rem;
  }
  .main .timetable th.time {
    width: 290px;
    letter-spacing: 0.08em;
  }
  .main .timetable td {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  .main .timetable td.time2 {
    font-size: 1.9rem;
  }
  .main .timetable .sun {
    width: auto;
  }
}

.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: 625px;
  }
}
.page-access .google-map {
  margin-top: 2rem;
  padding-bottom: 130%;
}
@media (min-width: 768px) {
  .page-access .google-map {
    height: 0;
    margin-top: 4rem;
    padding-bottom: 55%;
  }
}

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

.google-map-link {
  display: block;
  width: 78%;
  margin: 0 auto;
  padding: 0.6rem 0 0.5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .google-map-link {
    width: 62%;
    padding: 0.9rem 0 0.8rem;
  }
}
.google-map-link i::before {
  margin: 0 0 0 0.4em;
  font-size: 85%;
}
.google-map-link:hover {
  color: #f6e3a7;
  text-decoration: none;
}

.page-top {
  position: fixed;
  right: 0.6rem;
  bottom: 4.3rem;
  z-index: 999;
  display: none;
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .page-top {
    right: 2rem;
    bottom: 2.4rem;
  }
}
.page-top a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1.1rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-family: "EB Garamond", serif;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #98780d;
  border-radius: 50%;
  box-shadow: 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.2);
  transition: filter 0.2s;
}
@media (min-width: 768px) {
  .page-top a {
    width: 95px;
    height: 95px;
    padding: 1.8rem 0 0;
    font-size: 2rem;
    box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.page-top a::before {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  margin: 0;
  font-size: 1.3rem;
  transform: translateX(-50%);
  transition: transform 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .page-top a::before {
    top: 0.6rem;
    font-size: 3.2rem;
  }
}
.page-top a:hover {
  filter: brightness(108%);
}
.page-top a:hover::before {
  transform: translate(-50%, -0.1em);
}

.sticky-contact {
  position: fixed;
  bottom: 0;
  z-index: 998;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ddd;
  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 {
  flex-basis: 100%;
}
.sticky-contact li.-tel a {
  color: #fff;
  font-size: 1.3rem;
  background-color: #beaa69;
}
.sticky-contact li.-reserve a {
  background-color: #5c5e5d;
}
.sticky-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}
.sticky-contact i::before {
  margin: 0 0.5rem 0 0;
  font-size: 110%;
}

.slider-pro img,
.slider-pro p {
  display: none;
}
.slider-pro .sp-layer.sp-white.sp-padding {
  color: #444;
  font-size: 30px;
  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 #b99a39;
}

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

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

.low-img-basic02 {
  display: block;
  width: 90%;
  margin: 0.2em auto 1.2em;
}
@media (min-width: 768px) {
  .low-img-basic02 {
    float: right;
    width: calc((100% + 30px) * 0.5 - 30px);
    margin: 0.3em 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: #f3edd9;
}
@media (min-width: 768px) {
  .bg-highlight {
    margin-bottom: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.bg-highlight.-color02 {
  background-color: #f1f1f1;
}
.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;
  font-size: 110%;
  line-height: 1.2;
  background: #bfa758;
}
@media (min-width: 768px) {
  .list-frame dt {
    padding: 1.2rem 1.8rem 1.1rem;
    font-size: 115%;
  }
}
.list-frame dd {
  width: 100%;
  margin: 0;
  padding: 0.8rem 1.3rem 1rem;
  line-height: 1.5;
  border: 2px solid #bfa758;
  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 {
  display: inline-block;
  margin: 0 0.3rem 0.6rem;
  padding: 0.8rem 1.6rem;
  overflow: visible;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #ab954b;
  transition: background-color 0.25s, border-coler 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .btn-basic {
    margin: 0 0.5rem 1rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.8rem;
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  color: #010101;
  background: #fff;
  border: 1px solid #707070;
}
.btn-basic.-color02:hover {
  color: #fff;
  background-color: #98780d;
  border-color: #98780d;
}

.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-bg {
  padding-bottom: 2.6rem;
  background: #f8fafa url("../images/a_pattern01.jpg") repeat 50% 100%/57rem;
}
@media (min-width: 768px) {
  .page-index .keyv-bg {
    padding-bottom: 5.7rem;
    background-size: auto;
  }
}
.page-index .keyv {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .page-index .keyv {
    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;
}
.page-index .keyv-slider > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 100%/auto 110%;
  clip-path: ellipse(37rem 100% at 50% 0);
}
@media (min-width: 768px) {
  .page-index .keyv-slider > li {
    background: no-repeat 50% 50%/cover;
    clip-path: ellipse(834px 726px at 50% -50px);
  }
}
.page-index .keyv-slider > li:nth-child(2) {
  animation-delay: 4s;
}
.page-index .keyv-slider > li:nth-child(3) {
  animation-delay: 8s;
}
@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29.2rem;
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .page-index .keyv-inner {
    height: 676px;
    padding: 0 15px;
  }
}
.page-index .keyv-copy {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.71em rgba(0, 0, 0, 0.6);
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .page-index .keyv-copy {
    font-size: 2.8rem;
  }
}
.page-index .keyv-copy > p {
  margin: 0;
}
.page-index .keyv-logo {
  width: 19rem;
  margin: 0 auto 1.4rem;
}
@media (min-width: 768px) {
  .page-index .keyv-logo {
    width: 34rem;
    margin-bottom: 2rem;
  }
}
.page-index .keyv-logo > img {
  width: 100%;
  filter: drop-shadow(0 0 1.6rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  .page-index .keyv-logo > img {
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.5));
  }
}
.page-index .feature-area {
  position: relative;
  z-index: 0;
  padding: 0 0 2rem;
}
@media (min-width: 768px) {
  .page-index .feature-area {
    padding: 0 0 8.6rem;
  }
}
.page-index .feature-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 8.6rem);
  background: #f8fafa url("../images/a_pattern01.jpg") repeat 50% 0/57rem;
  content: "";
}
@media (min-width: 768px) {
  .page-index .feature-area::before {
    height: calc(100% - 14rem);
    background-size: auto;
  }
}
.page-index .feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .feature-list {
    display: flex;
    justify-content: space-between;
  }
}
.page-index .feature-list > li {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .feature-list > li {
    width: 32rem;
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.page-index .feature-list figure {
  position: relative;
  margin: 0 0 1.4rem;
}
@media (min-width: 768px) {
  .page-index .feature-list figure {
    margin-bottom: 2.8rem;
  }
}
.page-index .feature-list figure::before {
  position: absolute;
  bottom: 0.3rem;
  left: calc(50% - 13rem);
  width: 9.6rem;
  height: 6.027907008rem;
  background: url("../images/index_feature_num01.svg") no-repeat 50% 100%/contain;
  filter: drop-shadow(0 0 1.2rem rgba(0, 0, 0, 0.1));
  content: "";
}
@media (min-width: 768px) {
  .page-index .feature-list figure::before {
    bottom: 0.8rem;
    left: calc(50% - 17.7rem);
    width: 13rem;
    height: 8.16279074rem;
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.1));
  }
}
.page-index .feature-list li:nth-child(2) figure::before {
  background-image: url("../images/index_feature_num02.svg");
}
.page-index .feature-list li:nth-child(3) figure::before {
  background-image: url("../images/index_feature_num03.svg");
}
.page-index .feature-list img {
  display: block;
  width: 22rem;
  margin: 0 auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .page-index .feature-list img {
    width: 30.6rem;
  }
}
.page-index .feature-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  margin: 1.2rem auto 0;
  padding: 0.75em 0;
  color: #010101;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #707070;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
@media (min-width: 768px) {
  .page-index .feature-btn {
    width: 20.4rem;
    margin-top: 2.1rem;
    font-size: 1.6rem;
  }
}
.page-index .feature-btn i {
  font-size: 65%;
}
.page-index .feature-btn i::before {
  margin: 0 0 0 0.45em;
  transition: transform 0.2s 0.1s;
}
.page-index .feature-btn:hover {
  color: #fff;
  background-color: #98780d;
  border-color: #98780d;
}
.page-index .feature-btn:hover i::before {
  transform: translateX(0.3em);
}
.page-index .treatment-area {
  padding: 3.6rem 0 2.4rem;
}
@media (min-width: 768px) {
  .page-index .treatment-area {
    padding: 7rem 0 4rem;
  }
}
.page-index .treatment-lead {
  text-align: center;
}
@media (min-width: 768px) {
  .page-index .treatment-lead {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.page-index .treatment-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.6rem -15px 0;
  padding: 0 1.6rem;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list {
    margin: 4.3rem -15px 0;
    padding: 0 8.3rem;
  }
}
.page-index .treatment-index-list > li {
  flex-basis: 50%;
  margin: 0 0 2.4rem -1px;
  padding: 0;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list > li {
    flex-basis: 25%;
    margin-bottom: 5.5rem;
  }
}
.page-index .treatment-index-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.6rem;
  padding: 6.1rem 0 0;
  color: #010101;
  font-size: 1.25rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 768px) {
  .page-index .treatment-index-list a {
    height: 16.5rem;
    padding-top: 10.3rem;
    font-size: 1.8rem;
  }
}
.page-index .treatment-index-list a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 80%;
  height: 80%;
  margin: auto;
  background: #f7f4e9;
  opacity: 0;
  transition: 0.5s 0.05s cubic-bezier(0, 0.1, 0.11, 0.63);
  content: "";
}
.page-index .treatment-index-list a::after {
  margin-left: 0.45em;
  font-size: 70%;
  font-family: "fontello", sans-serif;
  content: "\e803";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-index .treatment-index-list a:hover {
  color: #a58d3f;
}
.page-index .treatment-index-list a:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.3, 0.06, 0.15, 0.98);
}
.page-index .treatment-index-list i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -77%);
}
.page-index .treatment-index-list i::before {
  width: 6.8rem;
  height: 6.8rem;
  margin: 0;
  background: no-repeat 50% 50%/contain;
  content: "";
}
@media (min-width: 768px) {
  .page-index .treatment-index-list i::before {
    width: 9.2rem;
    height: 9.2rem;
  }
}
.page-index .treatment-index-list i.i-cataract::before {
  background-image: url("../images/icon_cataract.svg");
}
.page-index .treatment-index-list i.i-age-related::before {
  background-image: url("../images/icon_age-related.svg");
}
.page-index .treatment-index-list i.i-diabetic::before {
  background-image: url("../images/icon_diabetic.svg");
}
.page-index .treatment-index-list i.i-obstruction::before {
  background-image: url("../images/icon_obstruction.svg");
}
.page-index .treatment-index-list i.i-glaucoma::before {
  background-image: url("../images/icon_glaucoma.svg");
}
.page-index .treatment-index-list i.i-ophthalmology::before {
  background-image: url("../images/icon_ophthalmology.svg");
}
.page-index .treatment-index-list i.i-micro-pulses::before {
  background-image: url("../images/icon_micro-pulses.svg");
}
.page-index .symptom-area {
  position: relative;
  z-index: 0;
  padding: 4rem 0 4.4rem;
  overflow: hidden;
  background: #f8fafa url("../images/a_pattern01.jpg") repeat 50% 0/57rem;
}
@media (min-width: 768px) {
  .page-index .symptom-area {
    padding: 10rem 0 11.8rem;
    background-size: auto;
  }
}
.page-index .symptom-area::before {
  position: absolute;
  top: 11rem;
  left: calc(50% + 3.4rem);
  z-index: -1;
  width: 15.8rem;
  height: 15.8rem;
  background: url("../images/index_symptom01@2x.jpg") no-repeat 50% 50%/cover;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .page-index .symptom-area::before {
    top: 8.6rem;
    left: calc(50% + 21.3rem);
    width: 35.2rem;
    height: 35.2rem;
  }
}
.page-index .symptom-lead {
  margin-bottom: 2.6rem;
  padding-right: 10rem;
}
@media (min-width: 768px) {
  .page-index .symptom-lead {
    margin-bottom: 12.1rem;
    padding: 0;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}
.page-index .symptom-tit {
  position: relative;
  display: flex;
  align-items: center;
  margin: 3rem 0 1.4rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-index .symptom-tit {
    margin: 5.3rem 0 3.5rem;
    font-size: 2.8rem;
  }
}
.page-index .symptom-tit::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4em;
  height: 3.4em;
  margin-right: 0.5em;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  background: #beaa69;
  border-radius: 50%;
  content: "症状";
}
@media (min-width: 768px) {
  .page-index .symptom-tit::before {
    width: 4em;
    height: 4em;
    font-size: 2.4rem;
  }
}
.page-index .symptom-tit::after {
  flex-grow: 1;
  margin-left: 0.7em;
  border-bottom: 2px dotted #98780d;
  content: "";
}
.page-index .symptom-tit .en {
  position: absolute;
  top: calc(50% + 0.4em);
  right: 0;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-index .symptom-tit .en {
    font-size: 2.2rem;
  }
}
.page-index .symptom-box {
  padding: 1.4rem 1.3rem 0.6rem;
  background: #fff url("../images/index_symptom02@2x.jpg") no-repeat 100% 100%/24rem;
}
@media (min-width: 768px) {
  .page-index .symptom-box {
    padding: 3.2rem 4.1rem 2rem;
    background-size: 53.2rem;
  }
}
.page-index .symptom-box.-type02 {
  background-image: url("../images/index_symptom03@2x.jpg");
  background-position: 50% 100%;
  background-size: 44rem;
}
@media (min-width: 768px) {
  .page-index .symptom-box.-type02 {
    background-size: 110rem;
  }
}
.page-index .symptom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-index .symptom-list > li {
  margin-bottom: 1em;
}
.page-index .symptom-tab {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.3em;
  color: #010101;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: color 0.2s;
  appearance: none;
}
.page-index .symptom-tab::before {
  position: absolute;
  left: 0;
  color: #98780d;
  font-family: "fontello", sans-serif;
  transform: scale(1, -1);
  transition: transform 0.25s ease;
  content: "\e802";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-index .symptom-tab:focus-visible {
  outline: 1px dotted #000;
}
.page-index .symptom-tab:hover {
  color: #98780d;
}
.page-index .symptom-tab[aria-selected=true]::before {
  transform: scale(1, 1);
}
.page-index .symptom-panel {
  display: none;
  padding-left: 0.4rem;
}
@media (min-width: 768px) {
  .page-index .symptom-panel {
    padding-left: 0.7rem;
  }
}
.page-index .symptom-panel > ul {
  margin: 0.5rem 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .symptom-panel > ul {
    margin: 1rem 0 0;
  }
}
.page-index .symptom-panel > ul > li {
  display: inline-block;
  margin: 0 1em 0.3em 0;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .page-index .symptom-panel > ul > li {
    margin: 0 1em 0.2em 0;
    font-size: 1.6rem;
  }
}
.page-index .symptom-panel > ul a {
  color: #010101;
  transition: color 0.2s;
}
.page-index .symptom-panel > ul a:hover {
  color: #98780d;
}
.page-index .symptom-panel p {
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .page-index .symptom-panel p {
    font-size: 1.6rem;
  }
}
.page-index .gallery-area {
  padding: 3.6rem 0;
}
@media (min-width: 768px) {
  .page-index .gallery-area {
    padding: 10rem 0;
  }
}
.page-index .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px -1rem;
  padding: 0 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  .page-index .gallery-list {
    flex-wrap: nowrap;
    margin: 0 -15px;
  }
}
.page-index .gallery-list > li {
  width: 9.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-index .gallery-list > li {
    width: 15rem;
    margin-bottom: 0;
  }
}
.page-index .gallery-list > li.-more > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.2rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: 0;
  text-decoration: none;
  background: #beaa69;
  border-radius: 50%;
  transition: filter 0.25s;
}
@media (min-width: 768px) {
  .page-index .gallery-list > li.-more > a {
    height: 15rem;
    font-size: 2.4rem;
  }
}
.page-index .gallery-list > li.-more > a:hover {
  filter: brightness(108%);
}
.page-index .gallery-list > li.-more > a:hover i::before {
  transform: translateX(0.3em);
}
.page-index .gallery-list > li.-more i::before {
  margin: 0 0 0 0.6em;
  font-size: 55%;
  transition: transform 0.25s;
}
.page-index .gallery-list img {
  width: 100%;
  border-radius: 50%;
}

.page-greeting .list-career {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.65em;
}
.page-greeting .list-career dt {
  width: 7em;
}
@media (min-width: 768px) {
  .page-greeting .list-career dt {
    width: 8em;
  }
}
.page-greeting .list-career dd {
  width: calc(100% - 7em);
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .page-greeting .list-career dd {
    width: calc(100% - 8em);
    padding-bottom: 0.55em;
  }
}
.page-greeting .list-career dd:last-child {
  padding-bottom: 0;
}

.page-visitor .flow-list {
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
  counter-reset: flowNum;
}
.page-visitor .flow-list > li {
  position: relative;
  margin: 0 0 3.4rem;
  padding: 1.8rem 1.6rem;
  background: #fbf7e9;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .page-visitor .flow-list > li {
    margin-bottom: 7rem;
    padding: 2.6rem 3rem;
  }
}
.page-visitor .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 #d7ceae;
  border-right: 1.4em solid transparent;
  border-left: 1.4em solid transparent;
  content: "";
}
@media (min-width: 768px) {
  .page-visitor .flow-list > li::after {
    bottom: -4.8rem;
  }
}
.page-visitor .flow-list > li:last-of-type {
  margin-bottom: 0;
}
.page-visitor .flow-list > li:last-of-type::after {
  display: none;
}
.page-visitor .flow-list > li > :last-child {
  margin-bottom: 0;
}
.page-visitor .flow-list .flow-tit {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 2.6rem;
  color: #625e4e;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-visitor .flow-list .flow-tit {
    margin-bottom: 1rem;
    padding-left: 3.8rem;
    font-size: 2.4rem;
  }
}
.page-visitor .flow-list .flow-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  padding-top: 0.1rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: 0;
  text-align: center;
  background: #b5a263;
  border-radius: 50%;
  content: counter(flowNum);
  counter-increment: flowNum;
}
@media (min-width: 768px) {
  .page-visitor .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.7rem;
    border-width: 2px;
  }
}

.page-clinic .equipment-box {
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-clinic .equipment-box {
    justify-content: flex-start;
  }
}
.page-clinic .equipment-box > li {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-clinic .equipment-box > li {
    margin-bottom: 1.8rem;
  }
}
.page-clinic .equipment-box figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.page-clinic .equipment-box img {
  order: -1;
  width: 100%;
  min-height: 1%;
}
.page-clinic .equipment-box figcaption {
  margin: 1.1rem 0 0.2rem;
  padding: 0;
  color: #a79049;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .page-clinic .equipment-box figcaption {
    margin: 1.7rem 0 0.6rem;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .page-access .address-br {
    display: none;
  }
}

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 {
    position: absolute !important;
    display: block;
  }
  .page-top {
    display: none !important;
  }
}