@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1064px;
  }
}

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

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.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: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-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 (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

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

.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-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;
  }

  .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;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* ---------------------------------------------
 * Yahoo UI Library Reset CSS
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.8.0r4
 * --------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup, sub {
  vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
legend {
  color: #000;
}

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

/* @ To enable resizing for IE */
/* @ For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

html, body {
  font-family: YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(en) html, html:lang(en) body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html:lang(zh-cmn-Hans) html, html:lang(zh-cmn-Hans) body {
  font-family: "微软雅黑", "宋体";
}

html:lang(zh-cmn-Hant) html, html:lang(zh-cmn-Hant) body {
  font-family: Helvetica, Verdana, Arial, "5FAE8EDF6B639ED19AD4", "Microsoft JhengHei", "51379ED1 Pro", "LiHei Pro", sans-serif;
}

html:lang(ko) html, html:lang(ko) body {
  font-family: 'td','ng', sans-serif;
}

.alphanumeric {
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic,'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
}

html {
  margin: 0 !important;
}

html, body {
  font-size: 14px;
  color: #231815;
  font-weight: 500;
}

body {
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a.disable {
  opacity: .3;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  a.underline:hover {
    text-decoration: underline;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

span {
  display: inline;
}

#main {
  display: block;
  position: relative;
}

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

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  font-size: 1.07143rem;
  height: 40px;
  text-align: center;
  transition: .3s;
  border: 1px solid #4d4d4d;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  a.button {
    font-size: 1.28571rem;
    height: 60px;
  }
}
a.button:hover {
  border: 1px solid #e8506f;
  background: #e8506f;
  color: #fff;
}
a.button i {
  position: absolute;
  right: 15px;
}

.icon_circle-arrow-right {
  display: inline-block;
  position: relative;
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: .2em;
  width: 1.6em;
}
.icon_circle-arrow-right:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.6em;
  height: 1.6em;
  margin: auto;
}
.icon_circle-arrow-right:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -.2em;
  right: -.1em;
}
@media print, screen and (min-width: 768px) {
  .icon_circle-arrow-right:after {
    bottom: -.1em;
  }
}

i.icon-exlink:before {
  content: '';
  display: inline-block;
  position: relative;
  background: url(../img/icon_exlink.svg) center center no-repeat;
  background-size: contain;
  top: .1em;
  left: .5em;
  width: 1em;
  height: 1em;
}

.accordion:hover {
  cursor: pointer;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pagination ul {
    max-width: 670px;
  }
}
.pagination ul li {
  flex: 1 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 2em;
}
.pagination ul li a {
  display: block;
  border-radius: 5px;
}
.pagination ul li a.disable {
  pointer-events: none;
  opacity: .3;
}
.pagination ul li a:hover {
  color: #128c1c;
}
.pagination ul li.pagination-current-item {
  background: #128c1c;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
}
.pagination .pagination-prev, .pagination .pagination-next {
  position: relative;
  z-index: 1;
  flex: 1 0 10px;
  max-width: 10px;
}
.pagination .pagination-prev a, .pagination .pagination-next a {
  display: block;
  width: 10px;
  height: 10px;
}
.pagination .pagination-prev a:before, .pagination .pagination-next a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: .3s;
  border-bottom: 1px solid #128c1c;
  border-left: 1px solid #128c1c;
}
.pagination .pagination-prev a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.pagination .pagination-prev a:hover:before {
  left: -10px;
}
.pagination .pagination-next a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
}
.pagination .pagination-next a:hover:before {
  right: -10px;
}

.archive-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.archive-nav .archive-nav-prev, .archive-nav .archive-nav-next {
  position: relative;
  z-index: 1;
}
.archive-nav .archive-nav-prev a, .archive-nav .archive-nav-next a {
  display: block;
}
.archive-nav .archive-nav-prev a:before, .archive-nav .archive-nav-next a:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: .3s;
  border-bottom: 1px solid #128c1c;
  border-left: 1px solid #128c1c;
}
.archive-nav .archive-nav-prev a {
  padding-left: 1.5em;
}
.archive-nav .archive-nav-prev a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5px;
}
.archive-nav .archive-nav-prev a:hover:before {
  left: 0;
}
.archive-nav .archive-nav-next a {
  padding-right: 1.5em;
}
.archive-nav .archive-nav-next a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 5px;
}
.archive-nav .archive-nav-next a:hover:before {
  right: 0;
}

#backtotop {
  margin: 30px auto;
  text-align: center;
  font-size: 1.71429rem;
}
@media only screen and (max-width: 767px) {
  #backtotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
  }
}
@media print, screen and (min-width: 768px) {
  #backtotop {
    position: relative;
    width: 103px;
  }
}
#backtotop a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #backtotop a {
    position: relative;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 20px;
    opacity: .8;
  }
  #backtotop a:before {
    content: "\f0aa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    color: #9fa0a0;
    font-size: 2.85714rem;
    top: -1px;
    left: -1px;
  }
}
@media print, screen and (min-width: 768px) {
  #backtotop a {
    padding-top: 10px;
  }
  #backtotop a:before, #backtotop a:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    width: 55px;
    height: 2px;
    background: #b3b3b3;
    transition: .3s;
  }
  #backtotop a:before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #backtotop a:after {
    right: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #backtotop a:hover {
    opacity: .8;
  }
  #backtotop a:hover:before, #backtotop a:hover:after {
    top: -10px;
  }
}

.breadcrumbs {
  background: #1b1450;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  height: 35px;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 1.07143rem;
}
.breadcrumbs ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: relative;
  left: -10px;
}
.breadcrumbs ul li:first-child::before {
  content: none;
}
.breadcrumbs ul li + li {
  margin-left: 20px;
}
.breadcrumbs ul li br {
  display: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@-webkit-keyframes fadeAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@keyframes fadeAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideAnime {
  0% {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideAnimeReserve {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.fadeAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeAnime;
  animation-name: fadeAnime;
  visibility: visible !important;
}

.hBookmark-widget-counter {
  display: none !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1158px;
}

html:lang(en) p, html:lang(en) figcaption, html:lang(en) dt, html:lang(en) dd, html:lang(en) li, html:lang(zh-cmn-Hans) p, html:lang(zh-cmn-Hans) figcaption, html:lang(zh-cmn-Hans) dt, html:lang(zh-cmn-Hans) dd, html:lang(zh-cmn-Hans) li, html:lang(zh-cmn-Hant) p, html:lang(zh-cmn-Hant) figcaption, html:lang(zh-cmn-Hant) dt, html:lang(zh-cmn-Hant) dd, html:lang(zh-cmn-Hant) li, html:lang(ko) p, html:lang(ko) figcaption, html:lang(ko) dt, html:lang(ko) dd, html:lang(ko) li {
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    height: 50px;
  }
  #header h1.site-logo {
    position: relative;
    width: 200px;
    padding: 13.5px 0;
  }

  .gnav {
    opacity: 0;
    width: 100vw;
    height: 0;
    max-height: 0;
    background-color: rgba(89, 87, 87, 0.7);
    transition: .3s;
    border-top: 1px solid #dcdddd;
    pointer-events: none;
  }
  .gnav.is-open {
    height: 100vh;
    max-height: 100vh;
    opacity: 1;
    pointer-events: auto;
  }
  .gnav.is-open ul {
    display: block;
  }
  .gnav.is-open + .copyright {
    display: block;
  }
  .gnav ul.category {
    background: #fff;
  }
  .gnav ul.category .container {
    padding: 0;
  }
  .gnav ul.category li .category_title {
    display: none;
    font-size: 1.07143rem;
    padding: 15px;
    border-bottom: 1px solid #9fa0a0;
    font-weight: bold;
  }
  .gnav ul.category li .category_title a {
    display: block;
  }
  .gnav ul.category li h2 {
    font-size: 1.07143rem;
    padding: 15px;
    border-bottom: 1px solid #9fa0a0;
  }
  .gnav ul.category li h2 span {
    display: inline-block;
    margin-left: 1em;
    font-size: 0.78571rem;
  }
  .gnav ul.category li .gnav_accr_header {
    position: relative;
  }
  .gnav ul.category li .gnav_accr_header:before, .gnav ul.category li .gnav_accr_header:after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnav ul.category li .gnav_accr_header:before {
    width: 1em;
    height: 1px;
    right: 15px;
  }
  .gnav ul.category li .gnav_accr_header:after {
    width: 1px;
    height: 1em;
    right: calc(15px + .5em);
  }
  .gnav ul.category li .gnav_accr_header.open:after {
    content: none;
  }
  .gnav ul.category li .category_items {
    position: relative;
  }
  .gnav ul.category li .category_items ul {
    background: #f3f3ee;
  }
  .gnav ul.category li .category_items ul li {
    border-bottom: 1px solid #9fa0a0;
  }
  .gnav ul.category li .category_items ul li a {
    display: block;
    padding: 15px;
  }

  .hamburger {
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    border: none;
    top: 0;
    right: 0;
    z-index: 1001;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hamburger:focus {
    outline: none;
  }
  .hamburger span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #000;
    transition: background-color 0s .2s;
    margin: auto;
  }
  .hamburger span:before, .hamburger span:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    transition-delay: .2s, 0s;
    transition-duration: .2s, .2s;
  }
  .hamburger span:before {
    top: -10px;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  .hamburger span:after {
    bottom: -10px;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  .hamburger.is-open {
    background-color: transparent;
  }
  .hamburger.is-open span {
    background: none;
  }
  .hamburger.is-open span:after {
    transition-delay: 0s, .2s;
  }
  .hamburger.is-open span:before {
    transition-delay: 0s, .2s;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #main {
    padding-top: 50px;
  }

  html:lang(zh-cmn-Hans) .gnav ul.category li .category_title, html:lang(zh-cmn-Hant) .gnav ul.category li .category_title, html:lang(ko) .gnav ul.category li .category_title {
    display: block;
  }
  html:lang(zh-cmn-Hans) .gnav ul.category li.category_language .category_title, html:lang(zh-cmn-Hant) .gnav ul.category li.category_language .category_title, html:lang(ko) .gnav ul.category li.category_language .category_title {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger, .close {
    display: none;
  }

  #header {
    width: calc(100vw - 17px);
    padding: 0;
  }
  #header .gnav {
    position: relative;
  }
  #header .gnav .container ul.category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  #header .gnav .container ul.category li {
    flex-basis: auto;
    flex-grow: 1;
    padding: 12px 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .gnav .container ul.category li .category_title {
    position: relative;
    z-index: 102;
    text-align: center;
    font-size: 1.14286rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 992px) {
  #header .gnav .container ul.category li .category_title {
    font-size: 1.28571rem;
  }
}
@media print, screen and (min-width: 768px) {
  #header .gnav .container ul.category li .category_title:hover {
    z-index: 110;
    cursor: pointer;
  }
  #header .gnav .container ul.category li:hover .category_title {
    color: #e75171;
  }
  #header .gnav .container .js-menu_parent:hover > .category_items {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  #header .gnav .container .js-menu_parent.open > .category_items {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  #header .gnav .container .category_items {
    z-index: 101;
    position: absolute;
    background: rgba(245, 245, 245, 0.95);
    transition: all 0.3s;
    transform-origin: center top;
    transform: scaleY(0.96);
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 60px;
    width: 100%;
    min-height: 200px;
  }
  #header .gnav .container .category_items .wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #header .gnav .container .category_items .wrapper h2 {
    flex: 1 0 30%;
    max-width: 30%;
    font-size: 1.85714rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #header .gnav .container .category_items .wrapper h2 span {
    display: block;
    font-size: 1.28571rem;
    line-height: 1.6em;
    font-weight: normal;
    margin-top: 5px;
  }
  #header .gnav .container .category_items .wrapper .gnav_accr_inner {
    flex: 1 0 70%;
    max-width: 70%;
    display: flex !important;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  #header .gnav .container .category_items .wrapper .gnav_accr_inner ul {
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  #header .gnav .container .category_items .wrapper .gnav_accr_inner ul li {
    font-size: 1.14286rem;
  }
  #header .gnav .container .category_items .wrapper .gnav_accr_inner ul li:after {
    content: '';
    display: block;
    border-bottom: 1px solid #999999;
    margin-top: 10px;
  }
  #header .gnav .container .category_items .wrapper .gnav_accr_inner ul a:hover {
    color: #e75171;
  }
  #header .gnav .container .category_language {
    position: relative;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .gnav .container .category_language .gnav_accr_header {
    display: none;
  }
  #header .gnav .container .category_language .category_items {
    padding: 0;
    top: 60px;
    min-height: auto;
  }
  #header .gnav .container .category_language .category_items .gnav_accr_inner {
    display: block !important;
  }
  #header .gnav .container .category_language .category_items ul li {
    border-top: 1px solid #999999;
  }
  #header .gnav .container .category_language .category_items ul li a {
    display: block;
    padding: 5px 15px;
  }
  #header .gnav .container .category_language .category_items ul li a:hover {
    color: #e75171;
  }
  #header .gnav .container .category_language .category_items ul li:first-child {
    border-top: none;
  }

  body #header h1.site-logo {
    max-width: 302px;
    margin: 15px 0;
  }
}
#footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f3f3ee;
}
@media print, screen and (min-width: 768px) {
  #footer {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
#footer .site-logo {
  max-width: 280px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  #footer .site-logo {
    max-width: 477px;
  }
}
#footer .contact {
  margin-top: 30px;
  text-align: center;
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  #footer .contact {
    margin-top: 60px;
    font-size: 1.14286rem;
  }
}
#footer .sns {
  margin-top: 30px;
}
#footer .sns .row {
  justify-content: center;
}
#footer .sns .col {
  max-width: 80px;
}
@media print, screen and (min-width: 768px) {
  #footer .sns {
    margin-top: 60px;
  }
  #footer .sns .col {
    max-width: 100px;
  }
}
#footer .sns a img {
  transition: transform .3s;
}
#footer .sns a:hover img {
  transform: scale(1.1);
}
#footer .footer-links {
  margin-top: 30px;
  font-size: 0.85714rem;
}
@media print, screen and (min-width: 768px) {
  #footer .footer-links {
    margin-top: 60px;
    font-size: 1.28571rem;
  }
}
#footer .footer-links .row {
  justify-content: center;
}
#footer .footer-links .col {
  flex: 0 0 auto;
  width: auto;
  border-left: 1px solid #000000;
}
#footer .footer-links .col:first-of-type {
  border-left: none;
}
#footer .copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 0.78571rem;
}
@media print, screen and (min-width: 768px) {
  #footer .copyright {
    margin-top: 60px;
    font-size: 1rem;
  }
}

body.top #main section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body.top #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.top #main .hero {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero #slider:hover + .info-today {
    opacity: .3;
  }
}
body.top #main .hero .info-today {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    bottom: -80px;
    right: 15px;
    z-index: 100;
    transition: .3s;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  }
  body.top #main .hero .info-today:hover {
    transform: scale(1.06);
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today {
    width: 222px;
    height: 222px;
    border-radius: 111px;
    bottom: -111px;
  }
}
@media only screen and (max-width: 767px) {
  body.top #main .hero .info-today .wrapper {
    display: flex;
  }
}
body.top #main .hero .info-today .info-date {
  text-align: center;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  body.top #main .hero .info-today .info-date {
    font-weight: bold;
  }
}
body.top #main .hero .info-today .info-date .year {
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic,'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1rem;
}
body.top #main .hero .info-today .info-date .year:after {
  content: '/';
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today .info-date .year {
    font-size: 1.42857rem;
  }
  body.top #main .hero .info-today .info-date .year:after {
    content: ' / ';
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today .info-date .year {
    font-size: 1.78571rem;
  }
}
body.top #main .hero .info-today .info-date .month {
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic,'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  body.top #main .hero .info-today .info-date .month:after {
    content: '/';
  }
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today .info-date .month {
    font-size: 1.42857rem;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today .info-date .month {
    font-size: 1.78571rem;
  }
}
body.top #main .hero .info-today .info-date .day {
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic,'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today .info-date .day {
    font-weight: 500;
    display: block;
    line-height: 1.2em;
    font-size: 2.14286rem;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today .info-date .day {
    font-size: 3.57143rem;
  }
}
body.top #main .hero .info-today .info-date .week {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today .info-date .week {
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today .info-date .week {
    font-size: 1.42857rem;
  }
}
body.top #main .hero .info-today .info-status {
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 0;
  min-height: 2.1em;
}
@media only screen and (max-width: 767px) {
  body.top #main .hero .info-today .info-status {
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  body.top #main .hero .info-today .info-status {
    text-align: center;
    border-top: 1px solid #000;
    width: 100px;
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .hero .info-today .info-status {
    width: 161px;
    font-size: 1.42857rem;
  }
}
body.top #main .hero .info-today .info-status .today-closed {
  color: #b91c12;
}
body.top #main .hero .info-today .info-status .today-open {
  color: #000;
}
body.top #main .slideshow-slider {
  opacity: 0;
}
body.top #main .slideshow-slider.slick-initialized {
  opacity: 1;
}
body.top #main .slideshow-slider .slick-slide > a {
  display: block;
  transition: transform .3s;
  will-change: transform;
}
body.top #main .slideshow-slider .slick-slide > a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  body.top #main .slideshow-slider .slick-slide > a {
    margin: 0 15px;
  }
  body.top #main .slideshow-slider .slick-slide > a:hover {
    transform: scale(1.02);
  }
}
body.top #main .slideshow-slider .slick-slide .thumb-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 1600px;
  height: calc(100vw * 0.356875);
  max-height: 571px;
  transition: transform .3s;
  will-change: transform;
}
@media print, screen and (min-width: 768px) {
  body.top #main .slideshow-slider .slick-slide .thumb-container {
    width: calc(100vw - 17px);
    height: calc((100vw - 17px) * 0.356875);
  }
}
body.top #main .slideshow-slider .slick-slide .thumb-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
}
body.top #main .slideshow-slider .slick-slide .thumb-container:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.top #main .slideshow-slider .slick-prev, body.top #main .slideshow-slider .slick-next {
  margin: 0 auto;
  z-index: 1;
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  transition: .3s;
}
body.top #main .slideshow-slider .slick-prev:before, body.top #main .slideshow-slider .slick-next:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  body.top #main .slideshow-slider .slick-prev, body.top #main .slideshow-slider .slick-next {
    display: none !important;
  }
}
body.top #main .slideshow-slider .slick-prev {
  left: -665px;
  right: 0;
}
body.top #main .slideshow-slider .slick-prev:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.top #main .slideshow-slider .slick-prev:hover {
  left: -670px;
}
@media print, screen and (min-width: 992px) {
  body.top #main .slideshow-slider .slick-prev {
    left: -810px;
  }
  body.top #main .slideshow-slider .slick-prev:hover {
    left: -820px;
  }
}
@media print, screen and (min-width: 1200px) {
  body.top #main .slideshow-slider .slick-prev {
    left: -1065px;
  }
  body.top #main .slideshow-slider .slick-prev:hover {
    left: -1075px;
  }
}
body.top #main .slideshow-slider .slick-next {
  left: 0;
  right: -665px;
}
body.top #main .slideshow-slider .slick-next:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body.top #main .slideshow-slider .slick-next:hover {
  right: -670px;
}
@media print, screen and (min-width: 992px) {
  body.top #main .slideshow-slider .slick-next {
    right: -810px;
  }
  body.top #main .slideshow-slider .slick-next:hover {
    right: -820px;
  }
}
@media print, screen and (min-width: 1200px) {
  body.top #main .slideshow-slider .slick-next {
    right: -1065px;
  }
  body.top #main .slideshow-slider .slick-next:hover {
    right: -1075px;
  }
}
body.top #main .slideshow-slider .slick-dots {
  bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .slideshow-slider .slick-dots {
    bottom: 20px;
  }
}
body.top #main .slideshow-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
body.top #main .slideshow-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
body.top #main .slideshow-slider .slick-dots li button:before {
  content: '';
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}
body.top #main .slideshow-slider .slick-dots li button:hover:before, body.top #main .slideshow-slider .slick-dots li button:focus:before {
  background: #666666;
}
body.top #main .slideshow-slider .slick-dots li.slick-active button::before {
  background: #666666;
}
body.top #main .slideshow-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
body.top #main .notification {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f3f3ee;
}
@media print, screen and (min-width: 768px) {
  body.top #main .notification {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .notification br {
    display: none;
  }
}
body.top #main .notification .row {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body.top #main .notification .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  body.top #main .notification .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body.top #main .notification .head {
  flex: 1 0 82px;
  max-width: 82px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .notification .head {
    flex: 1 0 150px;
    max-width: 150px;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .notification .head {
    flex: 1 0 260px;
    max-width: 260px;
  }
}
body.top #main .notification .item {
  flex: 1 0 auto;
  max-width: calc(100% - 82px);
}
@media print, screen and (min-width: 768px) {
  body.top #main .notification .item {
    max-width: calc(100% - 150px);
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .notification .item {
    max-width: calc(100% - 260px);
  }
}
body.top #main .notification h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b91c12;
  color: #b91c12;
  text-align: center;
  padding: 5px;
  height: 72px;
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.top #main .notification h2 {
    padding: 15px;
    height: auto;
    font-size: 1.42857rem;
  }
}
body.top #main .notification h2 span {
  display: inline-block;
}
body.top #main .notification ul li {
  font-size: 1rem;
  line-height: 1.5em;
}
@media print, screen and (min-width: 768px) {
  body.top #main .notification ul li {
    font-size: 1.14286rem;
    line-height: 2em;
  }
}
body.top #main .notification ul li a:hover {
  text-decoration: underline;
}
body.top #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .section-header {
    margin-bottom: 80px;
  }
}
body.top #main .section-header h2 {
  font-size: 1.71429rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.top #main .section-header h2 {
    font-size: 2.57143rem;
  }
}
body.top #main .section-header h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .section-header h2 span {
    font-size: 1.57143rem;
  }
}
body.top #main .exhibition .image {
  text-align: center;
}
body.top #main .exhibition .image img {
  max-width: 500px;
}
body.top #main .exhibition .text {
  margin-top: 30px;
}
@media print, screen and (min-width: 992px) {
  body.top #main .exhibition .text {
    margin-top: 0;
    padding-right: 50px;
  }
}
body.top #main .exhibition h3 {
  font-size: 1.57143rem;
  line-height: 1.33333em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition h3 {
    font-size: 2.28571rem;
  }
}
body.top #main .exhibition h3 span {
  font-size: 1.35714rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition h3 span {
    font-size: 1.71429rem;
  }
}
body.top #main .exhibition .phase {
  font-size: 1.07143rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition .phase {
    font-size: 1.42857rem;
  }
}
body.top #main .exhibition .period {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition .period {
    font-size: 1.28571rem;
  }
}
body.top #main .exhibition .description {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition .description {
    font-size: 1.14286rem;
  }
}
body.top #main .exhibition .link_detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .exhibition .link_detail {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  body.top #main .exhibition .image {
    order: 2;
  }
  body.top #main .exhibition .text {
    order: 1;
  }
}
body.top #main .event {
  background: #f3f3ee;
}
body.top #main .event ul.row {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  body.top #main .event ul.row {
    margin-left: 0;
    margin-right: 0;
  }
  body.top #main .event ul.row > li {
    border-top: 1px solid #9fa0a0;
    padding: 15px 0;
  }
  body.top #main .event ul.row > li:last-of-type {
    border-bottom: 1px solid #9fa0a0;
  }
}
body.top #main .event .image {
  overflow: hidden;
}
body.top #main .event .image img {
  transition: transform .3s;
}
body.top #main .event h3 {
  font-size: 1.07143rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event h3 {
    font-size: 1.28571rem;
    margin-top: 10px;
  }
}
body.top #main .event .tag {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .tag {
    font-size: 1rem;
  }
}
body.top #main .event .tag span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .tag span {
    padding: 3px 10px;
  }
}
body.top #main .event .period {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .period {
    font-size: 1.14286rem;
  }
}
body.top #main .event .entry {
  font-size: 0.92857rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .entry {
    font-size: 1rem;
    margin-top: 10px;
  }
}
body.top #main .event .entry span {
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 3px 10px;
}
body.top #main .event .entry span.entry-free {
  background: #00858d;
}
body.top #main .event .entry span.entry-reserve {
  background: #b9292f;
}
body.top #main .event .card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
body.top #main .event .card > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
body.top #main .event .card .image {
  order: 2;
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}
body.top #main .event .card .text {
  order: 1;
  flex: 1 0 66.6666%;
  max-width: 66.6666%;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .card .image {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
  }
  body.top #main .event .card .text {
    order: 2;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  body.top #main .event .card:hover {
    opacity: 1;
  }
  body.top #main .event .card:hover img {
    transform: scale(1.1);
  }
  body.top #main .event .card:hover h3 {
    text-decoration: underline;
  }
}
body.top #main .event .event-none {
  text-align: center;
  margin: 0 auto 2rem;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .event-none {
    font-size: 1.42857rem;
  }
}
body.top #main .event .link_detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .event .link_detail {
    margin-top: 50px;
  }
}
body.top #main .whatsnew .news {
  flex: 1 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .news {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
body.top #main .whatsnew .news h3 {
  font-size: 1rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .news h3 {
    font-size: 1.14286rem;
  }
}
body.top #main .whatsnew .news .data p {
  display: inline-block;
}
body.top #main .whatsnew .news .date {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .news .date {
    font-size: 1.14286rem;
  }
}
body.top #main .whatsnew .news .category {
  font-size: 0.85714rem;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .news .category {
    font-size: 0.85714rem;
  }
}
body.top #main .whatsnew .news .category span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
body.top #main .whatsnew .news ul li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}
body.top #main .whatsnew .news a h3:hover {
  text-decoration: underline;
}
body.top #main .whatsnew .sns {
  flex: 1 0 100%;
  max-width: 100%;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .sns {
    flex: 1 0 30%;
    max-width: 30%;
    margin-top: 0;
  }
}
body.top #main .whatsnew .sns .facebook, body.top #main .whatsnew .sns .instagram {
  margin-top: 15px;
}
body.top #main .whatsnew .sns .facebook a, body.top #main .whatsnew .sns .instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-radius: 23px;
  font-size: 1.28571rem;
  color: #fff;
  transition: .3s;
}
body.top #main .whatsnew .sns .facebook a {
  background: #1877f2;
}
body.top #main .whatsnew .sns .facebook a:hover {
  background: #60a2f6;
}
body.top #main .whatsnew .sns .instagram a {
  background: #cf2e92;
}
body.top #main .whatsnew .sns .instagram a:hover {
  background: #de6bb3;
}
body.top #main .whatsnew .sns .instagram p{
  color: #cf2e92;
  font-size: 1.57143rem;
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic, 'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
}
body.top #main .whatsnew .sns .x {
  margin-top: 10px;
}
body.top #main .whatsnew .sns .x a {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-radius: 23px;
  font-size: 1.28571rem;
  color: #fff;
  transition: .3s;
}
body.top #main .whatsnew .sns .x a:hover {
  background: #666;
}
body.top #main .whatsnew .link_detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .whatsnew .link_detail {
    margin-top: 50px;
  }
}
body.top #main .other-contents {
  padding-bottom: 70px;
  background: #f3f3ee;
}
body.top #main .other-contents .row > div {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .other-contents .row > div {
    margin-bottom: 30px;
  }
}
body.top #main .other-contents .img-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.top #main .other-contents .img-link p {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 1.42857rem;
  text-shadow: rgba(0, 0, 0, 0.75) 2.5px 0 5px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  body.top #main .other-contents .img-link p {
    font-size: 2rem;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0 10px;
  }
}
body.top #main .other-contents .img-link img {
  transition: transform .3s;
}
body.top #main .other-contents .img-link:hover {
  opacity: 1;
}
body.top #main .other-contents .img-link:hover img {
  transform: scale(1.1);
}
body.top #main .collection {
  padding-top: 0;
  padding-bottom: 0;
  background: #333333;
  color: #fff;
}
body.top #main .collection .row {
  align-items: center;
}
body.top #main .collection .text {
  max-width: 800px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  body.top #main .collection .text {
    padding: 15px 15px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  body.top #main .collection .image {
    overflow: hidden;
  }
  body.top #main .collection .image img {
    min-width: 500px;
  }
}
body.top #main .collection h2 {
  font-size: 1.71429rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.top #main .collection h2 {
    font-size: 2.71429rem;
  }
}
body.top #main .collection h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.top #main .collection h2 span {
    font-size: 1.57143rem;
  }
}
body.top #main .collection .link_detail {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .collection .link_detail {
    margin-top: 30px;
  }
}
body.top #main .collection a.button {
  border-color: #fff;
}
body.top #main .collection a.button:hover {
  border-color: #e8506f;
}
body.top #main .external-links {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.top #main .external-links .container {
  max-width: 832px;
}
body.top #main .external-links .row {
  margin-left: -4px;
  margin-right: -4px;
}
body.top #main .external-links .row div {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.top #main .external-links {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  body.top #main .external-links .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  body.top #main .external-links .row div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 30px;
  }
}
body.top #main .external-links a {
  transition: opacity .3s;
}
body.top #main .external-links a:hover {
  opacity: .8;
}
@media print, screen and (min-width: 768px) {
  body.top #main .outline {
    margin-top: 50px;
  }
}
body.top #main .outline p {
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.top #main .outline p {
    font-size: 1.14286rem;
  }
}
body.top #main #calendar {
  display: none;
}

html:lang(en) body.top #main .other-contents {
  background: none;
}

@media print, screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) body.top #main .hero #slider:hover + .info-today, html:lang(zh-cmn-Hant) body.top #main .hero #slider:hover + .info-today, html:lang(ko) body.top #main .hero #slider:hover + .info-today {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) body.top #main .slideshow-slider .slick-slide > a:hover, html:lang(zh-cmn-Hant) body.top #main .slideshow-slider .slick-slide > a:hover, html:lang(ko) body.top #main .slideshow-slider .slick-slide > a:hover {
    transform: scale(1);
  }
}
html:lang(zh-cmn-Hans) body.top #main .slideshow-slider .slick-slide .thumb-container, html:lang(zh-cmn-Hant) body.top #main .slideshow-slider .slick-slide .thumb-container, html:lang(ko) body.top #main .slideshow-slider .slick-slide .thumb-container {
  max-width: 100vw;
  height: calc(100vw * 0.436875);
  max-height: 700px;
}
@media print, screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) body.top #main .slideshow-slider .slick-slide .thumb-container, html:lang(zh-cmn-Hant) body.top #main .slideshow-slider .slick-slide .thumb-container, html:lang(ko) body.top #main .slideshow-slider .slick-slide .thumb-container {
    width: calc(100vw - 17px);
    height: calc((100vw - 17px) * 0.436875);
  }
}
html:lang(zh-cmn-Hans) body.top #main .slideshow-slider .slick-slide .thumb-container img, html:lang(zh-cmn-Hant) body.top #main .slideshow-slider .slick-slide .thumb-container img, html:lang(ko) body.top #main .slideshow-slider .slick-slide .thumb-container img {
  margin: auto;
}
html:lang(zh-cmn-Hans) body.top #main .other-contents picture, html:lang(zh-cmn-Hant) body.top #main .other-contents picture, html:lang(ko) body.top #main .other-contents picture {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  html:lang(zh-cmn-Hans) body.top #main #backtotop, html:lang(zh-cmn-Hant) body.top #main #backtotop, html:lang(ko) body.top #main #backtotop {
    margin-top: 100px;
  }
}

body.schedule #main section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body.schedule #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.schedule.past #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .page-header {
    height: 265px;
  }
}
body.schedule.past #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .page-header h1 {
    font-size: 2.71429rem;
  }
}
body.schedule.past #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .page-header h1 span {
    font-size: 1.85714rem;
  }
}
body.schedule.past #main .exhibitions {
  padding-top: 0;
}
body.schedule.past #main .exhibitions ul {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions ul {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
body.schedule.past #main .exhibitions ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions ul li {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.schedule.past #main .exhibitions ul li:first-of-type {
  padding-top: 0;
}
body.schedule.past #main .exhibitions h2 {
  font-size: 1.35714rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions h2 {
    font-size: 1.71429rem;
  }
}
body.schedule.past #main .exhibitions .accr_header {
  position: relative;
}
body.schedule.past #main .exhibitions .accr_header:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 15px;
}
body.schedule.past #main .exhibitions .accr_header.open:after {
  content: "\f00d";
}
body.schedule.past #main .exhibitions .accr_header:hover {
  cursor: pointer;
}
body.schedule.past #main .exhibitions h3 {
  font-size: 1.35714rem;
  line-height: 1.32143em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions h3 {
    font-size: 1.85714rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body.schedule.past #main .exhibitions h3 span {
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions h3 span {
    font-size: 1.42857rem;
  }
}
body.schedule.past #main .exhibitions .phase {
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions .phase {
    font-size: 1.42857rem;
  }
}
body.schedule.past #main .exhibitions .period {
  font-size: 1.07143rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions .period {
    font-size: 1.28571rem;
    margin-bottom: 15px;
  }
}
body.schedule.past #main .exhibitions .description {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions .description {
    font-size: 1.14286rem;
  }
}
body.schedule.past #main .exhibitions .link_detail a.button {
  margin: 30px 0 0;
}
body.schedule.past #main .exhibitions .row-float::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 767px) {
  body.schedule.past #main .exhibitions .item-sm-left {
    float: left;
    max-width: 70%;
  }
  body.schedule.past #main .exhibitions .item-sm-right {
    float: right;
    max-width: 30%;
  }
  body.schedule.past #main .exhibitions .item-sm-full {
    float: left;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  body.schedule.past #main .exhibitions .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.schedule.past #main .exhibitions .item-left {
    float: left;
    max-width: 70%;
  }
  body.schedule.past #main .exhibitions .item-right {
    float: right;
    max-width: 30%;
  }
  body.schedule.past #main .exhibitions .row-float {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.schedule.annual #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  color: #fff;
  background: url(../img/exhibition/bg_annual-schedule.png) center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .page-header {
    height: 265px;
  }
}
body.schedule.annual #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .page-header h1 {
    font-size: 3rem;
  }
}
body.schedule.annual #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.schedule.annual #main .diagram .img-diagram {
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  body.schedule.annual #main .diagram .img-diagram {
    overflow-x: scroll;
  }
  body.schedule.annual #main .diagram .img-diagram img {
    width: auto;
    max-width: none;
    height: 462px;
  }
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .diagram .img-diagram {
    margin-left: -15px;
  }
}
body.schedule.annual #main .exhibitions ul li {
  border-top: 10px solid;
  padding-top: 30px;
}
body.schedule.annual #main .exhibitions ul li + li {
  margin-top: 50px;
}
body.schedule.annual #main .exhibitions ul li.ex01 {
  border-color: #e61d22;
}
body.schedule.annual #main .exhibitions ul li.ex02 {
  border-color: #005b92;
}
body.schedule.annual #main .exhibitions ul li.ex03 {
  border-color: #d4b320;
}
body.schedule.annual #main .exhibitions ul li.ex04 {
  border-color: #2a6837;
}
body.schedule.annual #main .exhibitions ul li.ex05 {
  border-color: #9e005d;
}
body.schedule.annual #main .exhibitions h3 {
  font-size: 1.35714rem;
  line-height: 1.32143em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions h3 {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body.schedule.annual #main .exhibitions h3 span {
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions h3 span {
    font-size: 1.57143rem;
  }
}
body.schedule.annual #main .exhibitions .phase {
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions .phase {
    font-size: 1.42857rem;
  }
}
body.schedule.annual #main .exhibitions .period {
  font-size: 1.07143rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions .period {
    font-size: 1.28571rem;
    margin-bottom: 15px;
  }
}
body.schedule.annual #main .exhibitions .description {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions .description {
    font-size: 1.14286rem;
  }
}
body.schedule.annual #main .exhibitions .link_detail a.button {
  margin: 30px 0 0;
}
body.schedule.annual #main .exhibitions .row-float::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 767px) {
  body.schedule.annual #main .exhibitions .item-sm-left {
    float: left;
    max-width: 70%;
  }
  body.schedule.annual #main .exhibitions .item-sm-right {
    float: right;
    max-width: 30%;
  }
  body.schedule.annual #main .exhibitions .item-sm-full {
    float: left;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  body.schedule.annual #main .exhibitions .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.schedule.annual #main .exhibitions .item-left {
    float: left;
    max-width: 70%;
  }
  body.schedule.annual #main .exhibitions .item-right {
    float: right;
    max-width: 30%;
  }
  body.schedule.annual #main .exhibitions .row-float {
    margin-left: -15px;
    margin-right: -15px;
  }
}

body.exhibition #main section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #000;
}
body.exhibition #main section:first-of-type {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.exhibition #main .anchor-link {
  background: #f3f3ee;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .anchor-link {
    display: none;
  }
}
body.exhibition #main .anchor-link ul {
  justify-content: center;
}
body.exhibition #main .anchor-link ul li {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  body.exhibition #main .anchor-link ul li {
    padding: 0 30px;
  }
}
body.exhibition #main .anchor-link ul li a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
body.exhibition #main .anchor-link ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #e8506f;
  transform: scaleX(0);
  transition: transform .3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.exhibition #main .anchor-link ul li a:hover:after {
  transform: scaleX(1);
}
body.exhibition #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .section-header {
    margin-bottom: 80px;
  }
}
body.exhibition #main .section-header h1, body.exhibition #main .section-header h2 {
  font-size: 1.71429rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .section-header h1, body.exhibition #main .section-header h2 {
    font-size: 2.71429rem;
  }
}
body.exhibition #main .section-header h1 span, body.exhibition #main .section-header h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .section-header h1 span, body.exhibition #main .section-header h2 span {
    font-size: 1.57143rem;
  }
}
body.exhibition #main .about .text {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .text {
    margin-top: 0;
    padding-right: 50px;
  }
}
body.exhibition #main .about h3 {
  font-size: 1.57143rem;
  line-height: 1.33333em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about h3 {
    font-size: 2.28571rem;
  }
}
body.exhibition #main .about h3 span {
  font-size: 1.35714rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about h3 span {
    font-size: 1.71429rem;
  }
}
body.exhibition #main .about .phase {
  font-size: 1.07143rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .phase {
    font-size: 1.42857rem;
  }
}
body.exhibition #main .about .period {
  margin-bottom: 15px;
}
body.exhibition #main .about .period p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .period p {
    font-size: 1.28571rem;
  }
}
body.exhibition #main .about .period dl {
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .period dl {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .about .period dl dt {
  float: left;
}
body.exhibition #main .about .period .note {
  font-weight: normal;
  font-size: 1rem;
}
body.exhibition #main .about .period span.range {
  display: inline-block;
  background: #c0a43c;
  color: #fff;
  font-size: 0.85714rem;
  font-weight: bold;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 10px;
}
body.exhibition #main .about .description {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .description {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .about .organizer {
  font-size: 1rem;
  line-height: 2.0625em;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .organizer {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .about .organizer dl dt {
  float: left;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .about .item + .item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .about .item {
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.exhibition #main .about .item-left {
    float: left;
  }
  body.exhibition #main .about .item-right {
    float: right;
  }
  body.exhibition #main .about .row-float {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.exhibition #main .about .row-float::after {
    display: block;
    clear: both;
    content: "";
  }
}
body.exhibition #main .exhibit .inner {
  max-width: 832px;
  margin: auto;
}
body.exhibition #main .exhibit h3.border {
  font-size: 1.14286rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit h3.border {
    font-size: 1.57143rem;
    margin-top: 100px;
  }
}
body.exhibition #main .exhibit h3.border:first-of-type {
  margin-top: 0;
}
body.exhibition #main .exhibit .exhibit-items {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .exhibit .exhibit-items .row > div + div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit .exhibit-items .row > div {
    margin-bottom: 30px;
  }
}
body.exhibition #main .exhibit p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit p {
    font-size: 1.28571rem;
  }
}
body.exhibition #main .exhibit figure figcaption {
  margin-top: 20px;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit figure figcaption {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .exhibit figure.img-container {
  text-align: center;
  width: 100%;
  height: 100%;
}
body.exhibition #main .exhibit figure.img-container.horizontal {
  height: auto;
}
body.exhibition #main .exhibit figure.img-container.horizontal img {
  width: 100%;
  height: auto;
}
body.exhibition #main .exhibit figure.img-container img {
  width: auto;
  height: 100%;
  max-height: 78%;
}
body.exhibition #main .exhibit figure.img-container figcaption {
  margin-top: .5em;
  text-align: left;
}
body.exhibition #main .exhibit figure.img-container.piece-2 {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .exhibit figure.img-container.piece-2 {
    overflow-x: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit figure.img-container.piece-2 img {
    width: 100%;
    max-width: 50%;
  }
}
body.exhibition #main .exhibit figure.img-container.piece-3 {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .exhibit figure.img-container.piece-3 {
    overflow-x: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit figure.img-container.piece-3 img {
    width: 100%;
    max-width: 33.3333%;
  }
}
body.exhibition #main .exhibit .caption {
  margin-top: 20px;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit .caption {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .exhibit .w500px {
  max-width: 500px;
  margin: auto;
}
body.exhibition #main .exhibit .link_detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit .link_detail {
    margin-top: 100px;
  }
}
body.exhibition #main .exhibit .cooperation-present {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 15px;
  background: #fcfaea;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .exhibit .cooperation-present {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .exhibit .cooperation-present .row > div + div {
    margin-top: 15px;
  }
}
body.exhibition #main .event ul.row {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  body.exhibition #main .event ul.row {
    margin-left: 0;
    margin-right: 0;
  }
  body.exhibition #main .event ul.row > li {
    border-top: 1px solid #9fa0a0;
    padding: 15px 0;
  }
  body.exhibition #main .event ul.row > li:last-of-type {
    border-bottom: 1px solid #9fa0a0;
  }
}
body.exhibition #main .event .image {
  overflow: hidden;
}
body.exhibition #main .event .image img {
  transition: transform .3s;
}
body.exhibition #main .event h3 {
  font-size: 1.07143rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event h3 {
    font-size: 1.28571rem;
    margin-top: 10px;
  }
}
body.exhibition #main .event .tag {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .tag {
    font-size: 1rem;
  }
}
body.exhibition #main .event .tag span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .tag span {
    padding: 3px 10px;
  }
}
body.exhibition #main .event .period {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .period {
    font-size: 1.14286rem;
  }
}
body.exhibition #main .event .entry {
  font-size: 0.92857rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .entry {
    font-size: 1rem;
    margin-top: 10px;
  }
}
body.exhibition #main .event .entry span {
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 3px 10px;
}
body.exhibition #main .event .entry span.entry-free {
  background: #00858d;
}
body.exhibition #main .event .entry span.entry-reserve {
  background: #b9292f;
}
body.exhibition #main .event .card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
body.exhibition #main .event .card > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
body.exhibition #main .event .card .image {
  order: 2;
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}
body.exhibition #main .event .card .text {
  order: 1;
  flex: 1 0 66.6666%;
  max-width: 66.6666%;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .card .image {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
  }
  body.exhibition #main .event .card .text {
    order: 2;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  body.exhibition #main .event .card:hover {
    opacity: 1;
  }
  body.exhibition #main .event .card:hover img {
    transform: scale(1.1);
  }
  body.exhibition #main .event .card:hover h3 {
    text-decoration: underline;
  }
}
body.exhibition #main .event .link_detail {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .event .link_detail {
    margin-top: 50px;
  }
}
body.exhibition #main .various-info .press-release h3 {
  font-size: 1.14286rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .various-info .press-release h3 {
    font-size: 1.71429rem;
    margin-bottom: 50px;
  }
}
body.exhibition #main .various-info .press-release a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 1rem;
  max-width: 380px;
  margin: 0 auto 15px;
  height: 42px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .various-info .press-release a {
    font-size: 1.28571rem;
    height: 70px;
  }
}
body.exhibition #main .various-info .press-release a i {
  color: #d52724;
  margin-right: .5em;
}
body.exhibition #main .various-info .press-release a div {
  color: #d52724;
  margin-right: .5em;
}
body.exhibition #main .row fill {
  color: #d52724;
  margin-right: .5em;
}
body.exhibition #main .annual-schedule {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .annual-schedule {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.exhibition #main .annual-schedule .img-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.exhibition #main .annual-schedule .img-link p {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 1.42857rem;
  text-shadow: rgba(0, 0, 0, 0.75) 2.5px 0 5px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  body.exhibition #main .annual-schedule .img-link p {
    font-size: 2rem;
    text-shadow: rgba(0, 0, 0, 0.75) 5px 0 10px;
  }
}
body.exhibition #main .annual-schedule .img-link img {
  transition: transform .3s;
}
body.exhibition #main .annual-schedule .img-link:hover {
  opacity: 1;
}
body.exhibition #main .annual-schedule .img-link:hover img {
  transform: scale(1.1);
}
body.exhibition.ex46 .yokkameguri {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex46 .yokkameguri {
    margin-bottom: 50px;
  }
}
body.exhibition.ex46 .sights .sight {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex46 .sights .sight {
    max-width: 80%;
    margin-bottom: 50px;
  }
}
body.exhibition.ex46 .sights .sight.south, body.exhibition.ex46 .sights .sight.north {
  margin-left: auto;
}
body.exhibition.ex46 .sights .sight h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-radius: 17px;
  background: #b72b21;
  color: #fff;
  text-align: center;
  font-size: 1.07143rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex46 .sights .sight h3 {
    font-size: 1.42857rem;
    margin-top: 20px;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits {
  margin-top: 30px;
  background: #f8f8ed;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits {
    margin-top: 50px;
    padding: 3rem;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits h3 {
  font-size: 1.14286rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits h3 {
    font-size: 1.57143rem;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits p {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits p {
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits .image {
    max-width: 80%;
    margin: 0 auto;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info {
    margin-top: 50px;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info h4 {
  font-size: 1rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info h4 {
    font-size: 1.14286rem;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .gutter-half {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .gutter-half > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .image {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .image img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .row > div + div {
    margin-top: 2rem;
  }
}
body.exhibition.ex50 #main .event .mutual-benefits .exhibition-info .button {
  margin-top: 1rem;
}
body.exhibition.ex50 #main .event .related-info {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .related-info {
    margin-top: 50px;
  }
}
body.exhibition.ex50 #main .event .related-info h3 {
  font-size: 1.14286rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
body.exhibition.ex50 #main .event .related-info h3 span {
  display: inline-block;
  padding: 0 1rem;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .related-info h3 {
    font-size: 1.57143rem;
    margin-bottom: 3rem;
  }
}
body.exhibition.ex50 #main .event .related-info h4 {
  font-size: 1rem;
  line-height: 1.63333em;
  font-weight: bold;
  background: #f3f3f3;
  padding: .5em 1rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .related-info h4 {
    font-size: 1.28571rem;
  }
}
body.exhibition.ex50 #main .event .related-info p {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.ex50 #main .event .related-info p {
    font-size: 1.14286rem;
  }
}
@media only screen and (max-width: 767px) {
  body.exhibition.ex50 #main .event .related-info .row > div + div {
    margin-top: 2rem;
  }
}
body.exhibition.ex50 #main .event .related-info .border {
  border-left: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  padding: 1rem 1rem 2rem;
}
body.exhibition.ex50 #main .event .related-info .button {
  margin-top: 1rem;
}
body.exhibition.preparation #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.preparation #main .page-header {
    margin-top: 50px;
  }
}
body.exhibition.preparation #main h1, body.exhibition.preparation #main p {
  text-align: center;
}
body.exhibition.preparation #main h1 {
  font-size: 1.42857rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.preparation #main h1 {
    font-size: 2.28571rem;
    margin-bottom: 15px;
  }
}
body.exhibition.preparation #main p {
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.exhibition.preparation #main p {
    font-size: 1.42857rem;
  }
}

body.past-exhibition {
  font-size: 16px;
  /*
  .schedulePage .scheduleBox {
    position: relative;
    width: 720px;
    height: 800px;
    background: url('/schedule/images/bg_schedule.gif') no-repeat left top;
  }
  .schedulePage .scheduleBox li {
    position: absolute;
  }
  .schedulePage .scheduleBox .ex201601 {
    top: 105px;
    left: 0px;
  }
  .schedulePage .scheduleBox .ex201602 {
    top: 219px;
    left: 200px;
  }
  .schedulePage .scheduleBox .ex201603 {
    top: 359px;
    left: 320px;
  }
  .schedulePage .scheduleBox .ex201604 {
    top: 497px;
    left: 460px;
  }
  .schedulePage .scheduleBox .ex201605 {
    top: 620px;
    left: 560px;
  }
  .schedulePage .scheduleBox li a {
    display: block;
    overflow: hidden;
    height: 0;
    background: url('/schedule/images/btn_schedule2016.png') no-repeat;
  }
  .schedulePage .scheduleBox li a:hover {
    opacity: .8;
  }
  .schedulePage .scheduleBox li.ex201601 a {
    width: 210px;
    padding-top: 70px;
    background-position: 0px -85px;
  }
  .schedulePage .scheduleBox li.ex201602 a {
    width: 170px;
    padding-top: 70px;
    background-position: -200px -239px;
  }
  .schedulePage .scheduleBox li.ex201603 a {
    width: 230px;
    padding-top: 70px;
    background-position: -320px -399px;
  }
  .schedulePage .scheduleBox li.ex201604 a {
    width: 220px;
    padding-top: 70px;
    background-position: -460px -537px;
  }
  .schedulePage .scheduleBox li.ex201605 a {
    width: 160px;
    padding-top: 70px;
    background-position: -560px -660px;
  }
  .schedulePage .scheduleBox p {
    font-size: 93%;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #900;
  }
  */
  /*	3.FancyBox
  :::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*
  * FancyBox - jQuery Plugin
  * Simple and fancy lightbox alternative
  *
  * Examples and documentation at: http://fancybox.net
  *
  * Copyright (c) 2008 - 2010 Janis Skarnelis
  * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
  *
  * Version: 1.3.4 (11/11/2010)
  * Requires: jQuery v1.3+
  *
  * Dual licensed under the MIT and GPL licenses:
  *   http://www.opensource.org/licenses/mit-license.php
  *   http://www.gnu.org/licenses/gpl.html
  */
  /* IE6 */
  /* IE6, IE7, IE8 */
}
body.past-exhibition .clearfix:before,
body.past-exhibition .clearfix:after {
  content: "";
  height: 0;
  display: block;
}
body.past-exhibition .clearfix:after {
  clear: both;
}
body.past-exhibition .clearfix {
  *zoom: 1;
}
body.past-exhibition .floatRight {
  float: right;
  text-align: left;
}
body.past-exhibition .floatLeft {
  float: left;
  text-align: left;
}
body.past-exhibition .center {
  text-align: center;
  margin: 0 auto;
}
body.past-exhibition .ta-center {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .w10px {
    width: 10px;
  }
  body.past-exhibition .w20px {
    width: 20px;
  }
  body.past-exhibition .w30px {
    width: 30px;
  }
  body.past-exhibition .w40px {
    width: 40px;
  }
  body.past-exhibition .w50px {
    width: 50px;
  }
  body.past-exhibition .w60px {
    width: 60px;
  }
  body.past-exhibition .w70px {
    width: 70px;
  }
  body.past-exhibition .w80px {
    width: 80px;
  }
  body.past-exhibition .w90px {
    width: 90px;
  }
  body.past-exhibition .w100px {
    width: 100px;
  }
  body.past-exhibition .w110px {
    width: 110px;
  }
  body.past-exhibition .w120px {
    width: 120px;
  }
  body.past-exhibition .w130px {
    width: 130px;
  }
  body.past-exhibition .w140px {
    width: 140px;
  }
  body.past-exhibition .w150px {
    width: 150px;
  }
  body.past-exhibition .w160px {
    width: 160px;
  }
  body.past-exhibition .w170px {
    width: 170px;
  }
  body.past-exhibition .w180px {
    width: 180px;
  }
  body.past-exhibition .w190px {
    width: 190px;
  }
  body.past-exhibition .w200px {
    width: 200px;
  }
  body.past-exhibition .w210px {
    width: 210px;
  }
  body.past-exhibition .w220px {
    width: 220px;
  }
  body.past-exhibition .w230px {
    width: 230px;
  }
  body.past-exhibition .w240px {
    width: 240px;
  }
  body.past-exhibition .w250px {
    width: 250px;
  }
  body.past-exhibition .w260px {
    width: 260px;
  }
  body.past-exhibition .w270px {
    width: 270px;
  }
  body.past-exhibition .w280px {
    width: 280px;
  }
  body.past-exhibition .w290px {
    width: 290px;
  }
  body.past-exhibition .w300px {
    width: 300px;
  }
  body.past-exhibition .w310px {
    width: 310px;
  }
  body.past-exhibition .w320px {
    width: 320px;
  }
  body.past-exhibition .w330px {
    width: 330px;
  }
  body.past-exhibition .w340px {
    width: 340px;
  }
  body.past-exhibition .w350px {
    width: 350px;
  }
  body.past-exhibition .w360px {
    width: 360px;
  }
  body.past-exhibition .w370px {
    width: 370px;
  }
  body.past-exhibition .w380px {
    width: 380px;
  }
  body.past-exhibition .w390px {
    width: 390px;
  }
  body.past-exhibition .w400px {
    width: 400px;
  }
  body.past-exhibition .w410px {
    width: 410px;
  }
  body.past-exhibition .w420px {
    width: 420px;
  }
  body.past-exhibition .w430px {
    width: 430px;
  }
  body.past-exhibition .w440px {
    width: 440px;
  }
  body.past-exhibition .w450px {
    width: 450px;
  }
  body.past-exhibition .w460px {
    width: 460px;
  }
  body.past-exhibition .w470px {
    width: 470px;
  }
  body.past-exhibition .w480px {
    width: 480px;
  }
  body.past-exhibition .w490px {
    width: 490px;
  }
  body.past-exhibition .w500px {
    width: 500px;
  }
  body.past-exhibition .w510px {
    width: 510px;
  }
  body.past-exhibition .w520px {
    width: 520px;
  }
  body.past-exhibition .w530px {
    width: 530px;
  }
  body.past-exhibition .w540px {
    width: 540px;
  }
  body.past-exhibition .w550px {
    width: 550px;
  }
  body.past-exhibition .w560px {
    width: 560px;
  }
  body.past-exhibition .w570px {
    width: 570px;
  }
  body.past-exhibition .w580px {
    width: 580px;
  }
  body.past-exhibition .w590px {
    width: 590px;
  }
  body.past-exhibition .w600px {
    width: 600px;
  }
  body.past-exhibition .w650px {
    width: 650px;
  }
  body.past-exhibition .w700px {
    width: 700px;
  }
  body.past-exhibition .w720px {
    width: 720px;
  }
  body.past-exhibition .w750px {
    width: 750px;
  }
  body.past-exhibition .w800px {
    width: 800px;
  }
  body.past-exhibition .w850px {
    width: 850px;
  }
  body.past-exhibition .w900px {
    width: 900px;
  }
  body.past-exhibition .w950px {
    width: 950px;
  }
  body.past-exhibition .h10px {
    height: 10px;
  }
  body.past-exhibition .h20px {
    height: 20px;
  }
  body.past-exhibition .h30px {
    height: 30px;
  }
  body.past-exhibition .h40px {
    height: 40px;
  }
  body.past-exhibition .h50px {
    height: 50px;
  }
  body.past-exhibition .h60px {
    height: 60px;
  }
  body.past-exhibition .h70px {
    height: 70px;
  }
  body.past-exhibition .h80px {
    height: 80px;
  }
  body.past-exhibition .h90px {
    height: 90px;
  }
  body.past-exhibition .h100px {
    height: 100px;
  }
  body.past-exhibition .h110px {
    height: 110px;
  }
  body.past-exhibition .h120px {
    height: 120px;
  }
  body.past-exhibition .h130px {
    height: 130px;
  }
  body.past-exhibition .h140px {
    height: 140px;
  }
  body.past-exhibition .h150px {
    height: 150px;
  }
  body.past-exhibition .h160px {
    height: 160px;
  }
  body.past-exhibition .h170px {
    height: 170px;
  }
  body.past-exhibition .h180px {
    height: 180px;
  }
  body.past-exhibition .h190px {
    height: 190px;
  }
  body.past-exhibition .h200px {
    height: 200px;
  }
  body.past-exhibition .h210px {
    height: 210px;
  }
  body.past-exhibition .h220px {
    height: 220px;
  }
  body.past-exhibition .h230px {
    height: 230px;
  }
  body.past-exhibition .h240px {
    height: 240px;
  }
  body.past-exhibition .h250px {
    height: 250px;
  }
  body.past-exhibition .h260px {
    height: 260px;
  }
  body.past-exhibition .h270px {
    height: 270px;
  }
  body.past-exhibition .h280px {
    height: 280px;
  }
  body.past-exhibition .h290px {
    height: 290px;
  }
  body.past-exhibition .h300px {
    height: 300px;
  }
  body.past-exhibition .h310px {
    height: 310px;
  }
  body.past-exhibition .h320px {
    height: 320px;
  }
  body.past-exhibition .h330px {
    height: 330px;
  }
  body.past-exhibition .h340px {
    height: 340px;
  }
  body.past-exhibition .h350px {
    height: 350px;
  }
  body.past-exhibition .h360px {
    height: 360px;
  }
  body.past-exhibition .h370px {
    height: 370px;
  }
  body.past-exhibition .h380px {
    height: 380px;
  }
  body.past-exhibition .h390px {
    height: 390px;
  }
  body.past-exhibition .h400px {
    height: 400px;
  }
  body.past-exhibition .h410px {
    height: 410px;
  }
  body.past-exhibition .h420px {
    height: 420px;
  }
  body.past-exhibition .h430px {
    height: 430px;
  }
  body.past-exhibition .h440px {
    height: 440px;
  }
  body.past-exhibition .h450px {
    height: 450px;
  }
  body.past-exhibition .h460px {
    height: 460px;
  }
  body.past-exhibition .h470px {
    height: 470px;
  }
  body.past-exhibition .h480px {
    height: 480px;
  }
  body.past-exhibition .h490px {
    height: 490px;
  }
  body.past-exhibition .h500px {
    height: 500px;
  }
  body.past-exhibition .h510px {
    height: 510px;
  }
  body.past-exhibition .h520px {
    height: 520px;
  }
  body.past-exhibition .h530px {
    height: 530px;
  }
  body.past-exhibition .h540px {
    height: 540px;
  }
  body.past-exhibition .h550px {
    height: 550px;
  }
  body.past-exhibition .h560px {
    height: 560px;
  }
  body.past-exhibition .h570px {
    height: 570px;
  }
  body.past-exhibition .h580px {
    height: 580px;
  }
  body.past-exhibition .h590px {
    height: 590px;
  }
  body.past-exhibition .h600px {
    height: 600px;
  }
  body.past-exhibition .h650px {
    height: 650px;
  }
  body.past-exhibition .h700px {
    height: 700px;
  }
  body.past-exhibition .h750px {
    height: 750px;
  }
  body.past-exhibition .h800px {
    height: 800px;
  }
  body.past-exhibition .h850px {
    height: 850px;
  }
  body.past-exhibition .h900px {
    height: 900px;
  }
  body.past-exhibition .h950px {
    height: 950px;
  }
}
body.past-exhibition .ma0px {
  margin: 0px;
}
body.past-exhibition .ma5px {
  margin: 5px;
}
body.past-exhibition .ma10px {
  margin: 10px;
}
body.past-exhibition .ma15px {
  margin: 15px;
}
body.past-exhibition .ma20px {
  margin: 20px;
}
body.past-exhibition .ma25px {
  margin: 25px;
}
body.past-exhibition .ma30px {
  margin: 30px;
}
body.past-exhibition .ma40px {
  margin: 40px;
}
body.past-exhibition .ma50px {
  margin: 50px;
}
body.past-exhibition .ma60px {
  margin: 60px;
}
body.past-exhibition .ma70px {
  margin: 70px;
}
body.past-exhibition .ma80px {
  margin: 80px;
}
body.past-exhibition .ma90px {
  margin: 90px;
}
body.past-exhibition .ma100px {
  margin: 100px;
}
body.past-exhibition .ma05em {
  margin: 0.5em;
}
body.past-exhibition .ma1em {
  margin: 1em;
}
body.past-exhibition .ma1-5em {
  margin: 1.5em;
}
body.past-exhibition .ma2em {
  margin: 2em;
}
body.past-exhibition .ma2-5em {
  margin: 2.5em;
}
body.past-exhibition .ma3em {
  margin: 3em;
}
body.past-exhibition .ma4em {
  margin: 4em;
}
body.past-exhibition .ma5em {
  margin: 5em;
}
body.past-exhibition .ma6em {
  margin: 6em;
}
body.past-exhibition .ma7em {
  margin: 7em;
}
body.past-exhibition .ma8em {
  margin: 8em;
}
body.past-exhibition .ma9em {
  margin: 9em;
}
body.past-exhibition .ma10em {
  margin: 10em;
}
body.past-exhibition .mt0px {
  margin-top: 0px;
}
body.past-exhibition .mt5px {
  margin-top: 5px;
}
body.past-exhibition .mt10px {
  margin-top: 10px;
}
body.past-exhibition .mt15px {
  margin-top: 15px;
}
body.past-exhibition .mt20px {
  margin-top: 20px;
}
body.past-exhibition .mt25px {
  margin-top: 25px;
}
body.past-exhibition .mt30px {
  margin-top: 30px;
}
body.past-exhibition .mt40px {
  margin-top: 40px;
}
body.past-exhibition .mt50px {
  margin-top: 50px;
}
body.past-exhibition .mt60px {
  margin-top: 60px;
}
body.past-exhibition .mt70px {
  margin-top: 70px;
}
body.past-exhibition .mt80px {
  margin-top: 80px;
}
body.past-exhibition .mt90px {
  margin-top: 90px;
}
body.past-exhibition .mt100px {
  margin-top: 100px;
}
body.past-exhibition .mt05em {
  margin-top: 0.5em;
}
body.past-exhibition .mt1em {
  margin-top: 1em;
}
body.past-exhibition .mt1-5em {
  margin-top: 1.5em;
}
body.past-exhibition .mt2em {
  margin-top: 2em;
}
body.past-exhibition .mt2-5em {
  margin-top: 2.5em;
}
body.past-exhibition .mt3em {
  margin-top: 3em;
}
body.past-exhibition .mt4em {
  margin-top: 4em;
}
body.past-exhibition .mt5em {
  margin-top: 5em;
}
body.past-exhibition .mt6em {
  margin-top: 6em;
}
body.past-exhibition .mt7em {
  margin-top: 7em;
}
body.past-exhibition .mt8em {
  margin-top: 8em;
}
body.past-exhibition .mt9em {
  margin-top: 9em;
}
body.past-exhibition .mt10em {
  margin-top: 10em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .mr0px {
    margin-right: 0px;
  }
  body.past-exhibition .mr5px {
    margin-right: 5px;
  }
  body.past-exhibition .mr10px {
    margin-right: 10px;
  }
  body.past-exhibition .mr15px {
    margin-right: 15px;
  }
  body.past-exhibition .mr20px {
    margin-right: 20px;
  }
  body.past-exhibition .mr25px {
    margin-right: 25px;
  }
  body.past-exhibition .mr30px {
    margin-right: 30px;
  }
  body.past-exhibition .mr40px {
    margin-right: 40px;
  }
  body.past-exhibition .mr50px {
    margin-right: 50px;
  }
  body.past-exhibition .mr60px {
    margin-right: 60px;
  }
  body.past-exhibition .mr70px {
    margin-right: 70px;
  }
  body.past-exhibition .mr80px {
    margin-right: 80px;
  }
  body.past-exhibition .mr90px {
    margin-right: 90px;
  }
  body.past-exhibition .mr100px {
    margin-right: 100px;
  }
  body.past-exhibition .mr05em {
    margin-right: 0.5em;
  }
  body.past-exhibition .mr1em {
    margin-right: 1em;
  }
  body.past-exhibition .mr1-5em {
    margin-right: 1.5em;
  }
  body.past-exhibition .mr2em {
    margin-right: 2em;
  }
  body.past-exhibition .mr2-5em {
    margin-right: 2.5em;
  }
  body.past-exhibition .mr3em {
    margin-right: 3em;
  }
  body.past-exhibition .mr4em {
    margin-right: 4em;
  }
  body.past-exhibition .mr5em {
    margin-right: 5em;
  }
  body.past-exhibition .mr6em {
    margin-right: 6em;
  }
  body.past-exhibition .mr7em {
    margin-right: 7em;
  }
  body.past-exhibition .mr8em {
    margin-right: 8em;
  }
  body.past-exhibition .mr9em {
    margin-right: 9em;
  }
  body.past-exhibition .mr10em {
    margin-right: 10em;
  }
}
body.past-exhibition .mb0px {
  margin-bottom: 0px;
}
body.past-exhibition .mb5px {
  margin-bottom: 5px;
}
body.past-exhibition .mb10px {
  margin-bottom: 10px;
}
body.past-exhibition .mb15px {
  margin-bottom: 15px;
}
body.past-exhibition .mb20px {
  margin-bottom: 20px;
}
body.past-exhibition .mb25px {
  margin-bottom: 25px;
}
body.past-exhibition .mb30px {
  margin-bottom: 30px;
}
body.past-exhibition .mb40px {
  margin-bottom: 40px;
}
body.past-exhibition .mb50px {
  margin-bottom: 50px;
}
body.past-exhibition .mb60px {
  margin-bottom: 60px;
}
body.past-exhibition .mb70px {
  margin-bottom: 70px;
}
body.past-exhibition .mb80px {
  margin-bottom: 80px;
}
body.past-exhibition .mb90px {
  margin-bottom: 90px;
}
body.past-exhibition .mb100px {
  margin-bottom: 100px;
}
body.past-exhibition .mb05em {
  margin-bottom: 0.5em;
}
body.past-exhibition .mb1em {
  margin-bottom: 1em;
}
body.past-exhibition .mb1-5em {
  margin-bottom: 1.5em;
}
body.past-exhibition .mb2em {
  margin-bottom: 2em;
}
body.past-exhibition .mb2-5em {
  margin-bottom: 2.5em;
}
body.past-exhibition .mb3em {
  margin-bottom: 3em;
}
body.past-exhibition .mb4em {
  margin-bottom: 4em;
}
body.past-exhibition .mb5em {
  margin-bottom: 5em;
}
body.past-exhibition .mb6em {
  margin-bottom: 6em;
}
body.past-exhibition .mb7em {
  margin-bottom: 7em;
}
body.past-exhibition .mb8em {
  margin-bottom: 8em;
}
body.past-exhibition .mb9em {
  margin-bottom: 9em;
}
body.past-exhibition .mb10em {
  margin-bottom: 10em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .ml0px {
    margin-left: 0px;
  }
  body.past-exhibition .ml5px {
    margin-left: 5px;
  }
  body.past-exhibition .ml10px {
    margin-left: 10px;
  }
  body.past-exhibition .ml15px {
    margin-left: 15px;
  }
  body.past-exhibition .ml20px {
    margin-left: 20px;
  }
  body.past-exhibition .ml25px {
    margin-left: 25px;
  }
  body.past-exhibition .ml30px {
    margin-left: 30px;
  }
  body.past-exhibition .ml40px {
    margin-left: 40px;
  }
  body.past-exhibition .ml50px {
    margin-left: 50px;
  }
  body.past-exhibition .ml60px {
    margin-left: 60px;
  }
  body.past-exhibition .ml70px {
    margin-left: 70px;
  }
  body.past-exhibition .ml80px {
    margin-left: 80px;
  }
  body.past-exhibition .ml90px {
    margin-left: 90px;
  }
  body.past-exhibition .ml100px {
    margin-left: 100px;
  }
  body.past-exhibition .ml05em {
    margin-left: 0.5em;
  }
  body.past-exhibition .ml1em {
    margin-left: 1em;
  }
  body.past-exhibition .ml1-5em {
    margin-left: 1.5em;
  }
  body.past-exhibition .ml2em {
    margin-left: 2em;
  }
  body.past-exhibition .ml2-5em {
    margin-left: 2.5em;
  }
  body.past-exhibition .ml3em {
    margin-left: 3em;
  }
  body.past-exhibition .ml4em {
    margin-left: 4em;
  }
  body.past-exhibition .ml5em {
    margin-left: 5em;
  }
  body.past-exhibition .ml6em {
    margin-left: 6em;
  }
  body.past-exhibition .ml7em {
    margin-left: 7em;
  }
  body.past-exhibition .ml8em {
    margin-left: 8em;
  }
  body.past-exhibition .ml9em {
    margin-left: 9em;
  }
  body.past-exhibition .ml10em {
    margin-left: 10em;
  }
}
body.past-exhibition .pa0px {
  padding: 0px;
}
body.past-exhibition .pa5px {
  padding: 5px;
}
body.past-exhibition .pa10px {
  padding: 10px;
}
body.past-exhibition .pa15px {
  padding: 15px;
}
body.past-exhibition .pa20px {
  padding: 20px;
}
body.past-exhibition .pa25px {
  padding: 25px;
}
body.past-exhibition .pa30px {
  padding: 30px;
}
body.past-exhibition .pa40px {
  padding: 40px;
}
body.past-exhibition .pa50px {
  padding: 50px;
}
body.past-exhibition .pa60px {
  padding: 60px;
}
body.past-exhibition .pa70px {
  padding: 70px;
}
body.past-exhibition .pa80px {
  padding: 80px;
}
body.past-exhibition .pa90px {
  padding: 90px;
}
body.past-exhibition .pa100px {
  padding: 100px;
}
body.past-exhibition .pa05em {
  padding: 0.5em;
}
body.past-exhibition .pa1em {
  padding: 1em;
}
body.past-exhibition .pa1-5em {
  padding: 1.5em;
}
body.past-exhibition .pa2em {
  padding: 2em;
}
body.past-exhibition .pa2-5em {
  padding: 2.5em;
}
body.past-exhibition .pa3em {
  padding: 3em;
}
body.past-exhibition .pa4em {
  padding: 4em;
}
body.past-exhibition .pa5em {
  padding: 5em;
}
body.past-exhibition .pa6em {
  padding: 6em;
}
body.past-exhibition .pa7em {
  padding: 7em;
}
body.past-exhibition .pa8em {
  padding: 8em;
}
body.past-exhibition .pa9em {
  padding: 9em;
}
body.past-exhibition .pa10em {
  padding: 10em;
}
body.past-exhibition .pt0px {
  padding-top: 0px;
}
body.past-exhibition .pt5px {
  padding-top: 5px;
}
body.past-exhibition .pt10px {
  padding-top: 10px;
}
body.past-exhibition .pt15px {
  padding-top: 15px;
}
body.past-exhibition .pt20px {
  padding-top: 20px;
}
body.past-exhibition .pt25px {
  padding-top: 25px;
}
body.past-exhibition .pt30px {
  padding-top: 30px;
}
body.past-exhibition .pt40px {
  padding-top: 40px;
}
body.past-exhibition .pt50px {
  padding-top: 50px;
}
body.past-exhibition .pt60px {
  padding-top: 60px;
}
body.past-exhibition .pt70px {
  padding-top: 70px;
}
body.past-exhibition .pt80px {
  padding-top: 80px;
}
body.past-exhibition .pt90px {
  padding-top: 90px;
}
body.past-exhibition .pt100px {
  padding-top: 100px;
}
body.past-exhibition .pt05em {
  padding-top: 0.5em;
}
body.past-exhibition .pt1em {
  padding-top: 1em;
}
body.past-exhibition .pt1-5em {
  padding-top: 1.5em;
}
body.past-exhibition .pt2em {
  padding-top: 2em;
}
body.past-exhibition .pt2-5em {
  padding-top: 2.5em;
}
body.past-exhibition .pt3em {
  padding-top: 3em;
}
body.past-exhibition .pt4em {
  padding-top: 4em;
}
body.past-exhibition .pt5em {
  padding-top: 5em;
}
body.past-exhibition .pt6em {
  padding-top: 6em;
}
body.past-exhibition .pt7em {
  padding-top: 7em;
}
body.past-exhibition .pt8em {
  padding-top: 8em;
}
body.past-exhibition .pt9em {
  padding-top: 9em;
}
body.past-exhibition .pt10em {
  padding-top: 10em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .pr0px {
    padding-right: 0px;
  }
  body.past-exhibition .pr5px {
    padding-right: 5px;
  }
  body.past-exhibition .pr10px {
    padding-right: 10px;
  }
  body.past-exhibition .pr15px {
    padding-right: 15px;
  }
  body.past-exhibition .pr20px {
    padding-right: 20px;
  }
  body.past-exhibition .pr25px {
    padding-right: 25px;
  }
  body.past-exhibition .pr30px {
    padding-right: 30px;
  }
  body.past-exhibition .pr40px {
    padding-right: 40px;
  }
  body.past-exhibition .pr50px {
    padding-right: 50px;
  }
  body.past-exhibition .pr60px {
    padding-right: 60px;
  }
  body.past-exhibition .pr70px {
    padding-right: 70px;
  }
  body.past-exhibition .pr80px {
    padding-right: 80px;
  }
  body.past-exhibition .pr90px {
    padding-right: 90px;
  }
  body.past-exhibition .pr100px {
    padding-right: 100px;
  }
  body.past-exhibition .pr05em {
    padding-right: 0.5em;
  }
  body.past-exhibition .pr1em {
    padding-right: 1em;
  }
  body.past-exhibition .pr1-5em {
    padding-right: 1.5em;
  }
  body.past-exhibition .pr2em {
    padding-right: 2em;
  }
  body.past-exhibition .pr2-5em {
    padding-right: 2.5em;
  }
  body.past-exhibition .pr3em {
    padding-right: 3em;
  }
  body.past-exhibition .pr4em {
    padding-right: 4em;
  }
  body.past-exhibition .pr5em {
    padding-right: 5em;
  }
  body.past-exhibition .pr6em {
    padding-right: 6em;
  }
  body.past-exhibition .pr7em {
    padding-right: 7em;
  }
  body.past-exhibition .pr8em {
    padding-right: 8em;
  }
  body.past-exhibition .pr9em {
    padding-right: 9em;
  }
  body.past-exhibition .pr10em {
    padding-right: 10em;
  }
}
body.past-exhibition .pb0px {
  padding-bottom: 0px;
}
body.past-exhibition .pb5px {
  padding-bottom: 5px;
}
body.past-exhibition .pb10px {
  padding-bottom: 10px;
}
body.past-exhibition .pb15px {
  padding-bottom: 15px;
}
body.past-exhibition .pb20px {
  padding-bottom: 20px;
}
body.past-exhibition .pb25px {
  padding-bottom: 25px;
}
body.past-exhibition .pb30px {
  padding-bottom: 30px;
}
body.past-exhibition .pb40px {
  padding-bottom: 40px;
}
body.past-exhibition .pb50px {
  padding-bottom: 50px;
}
body.past-exhibition .pb60px {
  padding-bottom: 60px;
}
body.past-exhibition .pb70px {
  padding-bottom: 70px;
}
body.past-exhibition .pb80px {
  padding-bottom: 80px;
}
body.past-exhibition .pb90px {
  padding-bottom: 90px;
}
body.past-exhibition .pb100px {
  padding-bottom: 100px;
}
body.past-exhibition .pb05em {
  padding-bottom: 0.5em;
}
body.past-exhibition .pb1em {
  padding-bottom: 1em;
}
body.past-exhibition .pb1-5em {
  padding-bottom: 1.5em;
}
body.past-exhibition .pb2em {
  padding-bottom: 2em;
}
body.past-exhibition .pb2-5em {
  padding-bottom: 2.5em;
}
body.past-exhibition .pb3em {
  padding-bottom: 3em;
}
body.past-exhibition .pb4em {
  padding-bottom: 4em;
}
body.past-exhibition .pb5em {
  padding-bottom: 5em;
}
body.past-exhibition .pb6em {
  padding-bottom: 6em;
}
body.past-exhibition .pb7em {
  padding-bottom: 7em;
}
body.past-exhibition .pb8em {
  padding-bottom: 8em;
}
body.past-exhibition .pb9em {
  padding-bottom: 9em;
}
body.past-exhibition .pb10em {
  padding-bottom: 10em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .pl0px {
    padding-left: 0px;
  }
  body.past-exhibition .pl5px {
    padding-left: 5px;
  }
  body.past-exhibition .pl10px {
    padding-left: 10px;
  }
  body.past-exhibition .pl15px {
    padding-left: 15px;
  }
  body.past-exhibition .pl20px {
    padding-left: 20px;
  }
  body.past-exhibition .pl25px {
    padding-left: 25px;
  }
  body.past-exhibition .pl30px {
    padding-left: 30px;
  }
  body.past-exhibition .pl40px {
    padding-left: 40px;
  }
  body.past-exhibition .pl50px {
    padding-left: 50px;
  }
  body.past-exhibition .pl60px {
    padding-left: 60px;
  }
  body.past-exhibition .pl70px {
    padding-left: 70px;
  }
  body.past-exhibition .pl80px {
    padding-left: 80px;
  }
  body.past-exhibition .pl90px {
    padding-left: 90px;
  }
  body.past-exhibition .pl100px {
    padding-left: 100px;
  }
  body.past-exhibition .pl05em {
    padding-left: 0.5em;
  }
  body.past-exhibition .pl1em {
    padding-left: 1em;
  }
  body.past-exhibition .pl1-5em {
    padding-left: 1.5em;
  }
  body.past-exhibition .pl2em {
    padding-left: 2em;
  }
  body.past-exhibition .pl2-5em {
    padding-left: 2.5em;
  }
  body.past-exhibition .pl3em {
    padding-left: 3em;
  }
  body.past-exhibition .pl4em {
    padding-left: 4em;
  }
  body.past-exhibition .pl5em {
    padding-left: 5em;
  }
  body.past-exhibition .pl6em {
    padding-left: 6em;
  }
  body.past-exhibition .pl7em {
    padding-left: 7em;
  }
  body.past-exhibition .pl8em {
    padding-left: 8em;
  }
  body.past-exhibition .pl9em {
    padding-left: 9em;
  }
  body.past-exhibition .pl10em {
    padding-left: 10em;
  }
}
body.past-exhibition a {
  text-decoration: none;
}
body.past-exhibition .fs10 {
  font-size: 77%;
}
body.past-exhibition .fs11 {
  font-size: 85%;
}
body.past-exhibition .fs12 {
  font-size: 93%;
}
body.past-exhibition .fs13 {
  font-size: 100%;
}
body.past-exhibition .fs14 {
  font-size: 108%;
}
body.past-exhibition .fs15 {
  font-size: 116%;
}
body.past-exhibition .fs16 {
  font-size: 123.1%;
}
body.past-exhibition .fs17 {
  font-size: 131%;
}
body.past-exhibition .fs18 {
  font-size: 138.5%;
}
body.past-exhibition .fs19 {
  font-size: 146.5%;
}
body.past-exhibition .fs20 {
  font-size: 153.9%;
}
body.past-exhibition .fs21 {
  font-size: 161.6%;
}
body.past-exhibition .fs22 {
  font-size: 167%;
}
body.past-exhibition .fs23 {
  font-size: 174%;
}
body.past-exhibition .fs24 {
  font-size: 182%;
}
body.past-exhibition .fs25 {
  font-size: 189%;
}
body.past-exhibition .fs26 {
  font-size: 197%;
}
body.past-exhibition .fs10px {
  font-size: 10px;
}
body.past-exhibition .fs11px {
  font-size: 11px;
}
body.past-exhibition .fs12px {
  font-size: 12px;
}
body.past-exhibition .fs13px {
  font-size: 13px;
}
body.past-exhibition .fs14px {
  font-size: 14px;
}
body.past-exhibition .fs15px {
  font-size: 15px;
}
body.past-exhibition .fs16px {
  font-size: 16px;
}
body.past-exhibition .fs17px {
  font-size: 17px;
}
body.past-exhibition .fs18px {
  font-size: 18px;
}
body.past-exhibition .fs19px {
  font-size: 19px;
}
body.past-exhibition .fs20px {
  font-size: 20px;
}
body.past-exhibition .fs21px {
  font-size: 21px;
}
body.past-exhibition .fs22px {
  font-size: 22px;
}
body.past-exhibition .fs23px {
  font-size: 23px;
}
body.past-exhibition .fs24px {
  font-size: 24px;
}
body.past-exhibition .fs25px {
  font-size: 25px;
}
body.past-exhibition .fs26px {
  font-size: 26px;
}
body.past-exhibition .fs27px {
  font-size: 27px;
}
body.past-exhibition .fs28px {
  font-size: 28px;
}
body.past-exhibition .fs29px {
  font-size: 29px;
}
body.past-exhibition .fs30px {
  font-size: 30px;
}
body.past-exhibition .fwN {
  font-weight: normal;
}
body.past-exhibition .fwB {
  font-weight: bold;
}
body.past-exhibition .fwI {
  font-style: italic;
}
body.past-exhibition .fh10 {
  line-height: 1;
}
body.past-exhibition .fh12 {
  line-height: 1.2;
}
body.past-exhibition .fh14 {
  line-height: 1.4;
}
body.past-exhibition .fh16 {
  line-height: 1.6;
}
body.past-exhibition .fh18 {
  line-height: 1.8;
}
body.past-exhibition .fh20 {
  line-height: 2.0;
}
body.past-exhibition .fl01em {
  letter-spacing: 0.1em;
}
body.past-exhibition .fl02em {
  letter-spacing: 0.2em;
}
body.past-exhibition .fl03em {
  letter-spacing: 0.3em;
}
body.past-exhibition .fl04em {
  letter-spacing: 0.4em;
}
body.past-exhibition .fl05em {
  letter-spacing: 0.5em;
}
body.past-exhibition .fl1em {
  letter-spacing: 1em;
}
body.past-exhibition .fl2em {
  letter-spacing: 2em;
}
body.past-exhibition .fl3em {
  letter-spacing: 3em;
}
body.past-exhibition .red {
  color: red;
}
body.past-exhibition .main-color {
  color: #E8506F;
}
@media (min-width: 1100px) {
  body.past-exhibition .container {
    max-width: 960px;
  }
}
body.past-exhibition #side h2 {
  background-position: -392px -180px;
}
body.past-exhibition #side .pdfLink {
  line-height: 1.5;
  margin: -.5em 0 0 10px;
  padding-left: 23px;
  background: url("/shared/images/ico_acrobat.png") no-repeat;
}
body.past-exhibition #article {
  margin-bottom: 0 !important;
}
body.past-exhibition #article .leftBlock {
  float: left;
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  body.past-exhibition #article .leftBlock {
    margin-bottom: 2rem;
  }
}
body.past-exhibition #article .leftBlock header {
  margin-bottom: 1em;
}
body.past-exhibition #article .leftBlock header .category {
  margin-bottom: 0 !important;
}
body.past-exhibition #article .leftBlock p {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .leftBlock p {
    font-size: 1.14286rem;
  }
}
body.past-exhibition #article .leftBlock header .date {
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .leftBlock header .date {
    font-size: 1.28571rem;
  }
}
body.past-exhibition #article .leftBlock header p {
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 5px;
}
body.past-exhibition #article .leftBlock header p strong {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .leftBlock header p strong {
    font-size: 1.14286rem;
  }
}
body.past-exhibition #article .leftBlock header p .tc {
  color: #231815;
}
body.past-exhibition #article .leftBlock #promoterBlock {
  font-size: 1rem;
  line-height: 2.0625em;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .leftBlock #promoterBlock {
    font-size: 1.14286rem;
  }
}
body.past-exhibition #article .leftBlock #promoterBlock strong {
  font-weight: 500;
}
body.past-exhibition #article .leftBlock #cooperationBlock {
  font-size: 1rem;
  line-height: 2.0625em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .leftBlock #cooperationBlock {
    font-size: 1.14286rem;
  }
}
body.past-exhibition #article .leftBlock #cooperationBlock strong {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #article .rightBlock {
    float: right;
    width: 345px;
  }
}
body.past-exhibition #article .rightBlock a {
  color: #222 !important;
}
body.past-exhibition #article .rightBlock #pressBlock {
  margin-top: 1.5em;
}
body.past-exhibition #article .rightBlock #promoterBlock {
  margin-top: 1.5em;
}
body.past-exhibition #article .rightBlock #cooperationBlock {
  margin-top: 1.5em;
}
body.past-exhibition #article .rightBlock #cooperationBlock img {
  vertical-align: middle;
}
body.past-exhibition #main .inner {
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.past-exhibition #main .inner .floatLeft {
    width: 100%;
  }
}
body.past-exhibition #main .exhibit .inner {
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.past-exhibition #main .exhibit .inner .floatLeft {
    width: 100%;
  }
}
body.past-exhibition #main .exhibit h4 {
  font-size: 1.14286rem;
  margin-bottom: 2em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #main .exhibit h4 {
    font-size: 1.57143rem;
    margin-top: 100px;
  }
}
body.past-exhibition #main .exhibit h4:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #main .exhibit img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.past-exhibition #main .exhibit img {
    width: auto;
    height: 100%;
    max-height: 78%;
  }
}
body.past-exhibition #main .exhibit p {
  font-size: 0.92857rem;
  margin-top: 8px;
}
body.past-exhibition #main .exhibit p.text,
body.past-exhibition #main .exhibit h4 + p,
body.past-exhibition #main .exhibit h5 + p {
  font-size: 1.14286rem;
  line-height: 1.8em;
  margin-top: 0;
}
body.past-exhibition #main .exhibit .middle + p {
  font-size: 0.92857rem;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  body.past-exhibition #main .exhibit .middle + p {
    text-align: left;
  }
}
body.past-exhibition #shareBlock {
  position: relative;
  width: 340px;
  height: 73px;
  margin-top: 1em;
}
body.past-exhibition #shareBlock .fb-like {
  position: absolute;
  left: 0;
}
body.past-exhibition #shareBlock .fb-like iframe {
  min-width: 135px !important;
}
body.past-exhibition #shareBlock .twitter {
  position: absolute;
  top: 3px;
  left: 180px;
}
body.past-exhibition .pastPage #article {
  margin-bottom: 25px !important;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
body.past-exhibition .pastPage #article .leftBlock {
  float: left;
  width: 170px !important;
}
body.past-exhibition .pastPage #article .rightBlock {
  float: left;
  width: 540px !important;
  margin-top: 5px;
}
body.past-exhibition .pastPage #article .rightBlock p.category {
  line-height: 1.5;
  margin: 0 !important;
}
body.past-exhibition .pastPage #article .rightBlock p.date {
  margin-bottom: 1em !important;
}
body.past-exhibition .pastPage #article .rightBlock p.text {
  line-height: 1.8 !important;
}
body.past-exhibition .pastPage #article .rightBlock h3 {
  font-size: 138.5%;
  font-weight: bold;
}
body.past-exhibition .pastPage #article .rightBlock h3 a {
  color: #222 !important;
}
body.past-exhibition .schedulePage .scheduleBox {
  max-width: 100%;
}
body.past-exhibition .schedulePage .scheduleBox .year,
body.past-exhibition .schedulePage .scheduleBox .month {
  display: flex;
  flex-wrap: wrap;
}
body.past-exhibition .schedulePage .scheduleBox .month {
  margin-bottom: 5px;
}
body.past-exhibition .schedulePage .scheduleBox .year li,
body.past-exhibition .schedulePage .scheduleBox .month li {
  position: relative;
  min-height: 1px;
  width: 100%;
}
body.past-exhibition .schedulePage .scheduleBox .year li {
  font-weight: bold;
  font-size: 1.2rem;
}
body.past-exhibition .schedulePage .scheduleBox .year li:nth-child(1) {
  flex: 0 0 75%;
  max-width: 75%;
}
body.past-exhibition .schedulePage .scheduleBox .year li:nth-child(2) {
  flex: 0 0 25%;
  max-width: 25%;
}
body.past-exhibition .schedulePage .scheduleBox .month li {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
body.past-exhibition .schedulePage .scheduleBox .graph {
  background: url(/schedule/images/bg_line.gif) left top repeat;
  position: relative;
  height: 600px;
  margin-right: -1px;
}
body.past-exhibition .schedulePage .scheduleBox .graph li {
  position: absolute;
  top: 0;
  left: 0;
}
body.past-exhibition .schedulePage .scheduleBox .graph li a.invalid {
  pointer-events: none;
}
body.past-exhibition .schedulePage .scheduleBox .graph li a:hover p,
body.past-exhibition .schedulePage .scheduleBox .graph li a:hover h3 {
  opacity: .7;
}
body.past-exhibition .schedulePage .scheduleBox .graph li .period {
  position: relative;
  margin-bottom: 5px;
}
body.past-exhibition .schedulePage .scheduleBox .graph li .period:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100px;
  height: 10px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex1 {
  top: 30px;
  left: 0px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex1 .period:before {
  width: 188px;
  background-color: #fe58c7;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex2 {
  top: 145px;
  left: 190px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex2 .period:before {
  width: 132px;
  background-color: #54caf5;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex3 {
  top: 260px;
  left: 324px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex3 .period:before {
  width: 120px;
  background-color: #ffd554;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex4 {
  top: 395px;
  left: 446px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex4 .period:before {
  width: 134px;
  background-color: #d46edc;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex5 {
  top: 500px;
  left: 540px;
}
body.past-exhibition .schedulePage .scheduleBox .graph .ex5 .period:before {
  width: 138px;
  left: 42px;
  background-color: #9dc93a;
}
body.past-exhibition .schedulePage .scheduleBox .graph p, body.past-exhibition h3 {
  color: #323232;
  font-weight: bold;
}
body.past-exhibition .schedulePage .scheduleBox .graph h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
body.past-exhibition .schedulePage .scheduleBox .graph h3 span {
  font-weight: bold;
  font-size: 1.1rem;
}
body.past-exhibition .schedulePage .scheduleBox .note {
  text-align: right;
  color: #900;
}
body.past-exhibition #fancy {
  width: 580px;
  margin: 20px auto;
}
body.past-exhibition #fancy .leftBlock {
  float: left;
  width: 210px;
  height: 330px;
}
body.past-exhibition #fancy .picSlide .slides {
  zoom: 1;
  height: 340px;
}
body.past-exhibition #fancy .picSlide .slides > li {
  display: none;
}
body.past-exhibition #fancy .picSlide .slides img {
  display: block;
  /*width: 100%;*/
}
body.past-exhibition #fancy .slides:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
body.past-exhibition * html .slides {
  height: 1%;
}
body.past-exhibition html[xmlns] .slides {
  display: block;
}
body.past-exhibition #fancy .picSlide .flex-control-nav {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
body.past-exhibition #fancy .picSlide .flex-control-nav li {
  display: inline-block;
}
body.past-exhibition #fancy .picSlide .flex-control-nav li a {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 0;
  margin: 0 4px;
  padding-top: 14px;
  cursor: pointer;
  background: url("/schedule/images/btn_indexslide.gif") no-repeat -20px 0;
}
body.past-exhibition #fancy .picSlide .flex-control-nav li a.flex-active {
  background-position: 0 0;
}
body.past-exhibition #fancy .rightBlock {
  line-height: 1.6;
  float: right;
  width: 340px;
}
body.past-exhibition #fancy .rightBlock hgroup {
  margin: 1em 0;
}
body.past-exhibition #fancy .rightBlock h1 {
  font-size: 18px;
  font-weight: bold;
}
body.past-exhibition #fancy .rightBlock p.date {
  font-weight: bold;
}
body.past-exhibition #fancy .rightBlock dl {
  margin: .5em 0;
}
body.past-exhibition #fancy .rightBlock dl dt {
  font-weight: bold;
  float: left;
  width: 4.5em;
  color: #e8506f;
}
body.past-exhibition #fancy .rightBlock dl dd {
  padding-left: 4.5em;
}
body.past-exhibition #fancy .rightBlock p.text {
  font-size: 93%;
  margin: 1.5em 0;
  padding-top: 1.5em;
  border-top: 1px dotted #ccc;
}
body.past-exhibition h4 {
  font-size: 1.14286rem;
  font-weight: bold;
  margin: 3em 0 1em;
  padding: .5em 1em;
  background: #f0f0f0;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition h4 {
    font-size: 1.28571rem;
  }
}
body.past-exhibition h5 {
  font-size: 1.14286rem;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: .5em 1em;
  background: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition h5 {
    font-size: 1.28571rem;
  }
}
body.past-exhibition .theme {
  margin: 2em 0;
  padding: 2em 20px;
  border: 3px solid #ebb7c2;
  border-radius: 5px;
}
body.past-exhibition .theme h3 {
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 1em;
  color: #e8506f;
  border-bottom: 1px dotted #e8506f;
}
body.past-exhibition .theme .imgBox {
  margin-bottom: 30px;
}
body.past-exhibition .related {
  margin-top: 3em;
}
body.past-exhibition .related h4 {
  margin: 0 0 1em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .related p {
    margin-left: .5em;
  }
}
body.past-exhibition .related dl {
  padding: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .related dl {
    padding: 0 10px 10px;
  }
}
body.past-exhibition .related dt {
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .related dt {
    float: left;
    width: 10em;
    padding: 10px 0;
    text-indent: .5em;
  }
}
body.past-exhibition .related dd {
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .related dd {
    padding: 10px 0 10px 150px;
  }
}
body.past-exhibition .borderBox {
  font-size: 93%;
  margin-bottom: 2em;
  padding: 1em;
  border: 2px solid #f0f0f0;
}
body.past-exhibition .btnBlock {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .btnBlock {
    margin: 20px 0 0 0;
  }
}
body.past-exhibition .btnBlock img {
  width: auto;
}
body.past-exhibition .borderBox .btnBlock a:hover img {
  background: #f0f0f0;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .profile {
    float: left;
    width: 500px;
  }
}
body.past-exhibition .profileimage {
  width: 180px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .profileimage {
    float: right;
  }
}
body.past-exhibition .profileimage img {
  display: block;
  margin-bottom: 5px;
}
body.past-exhibition .articleline {
  border-bottom: 1px dotted #ccc;
}
body.past-exhibition .tc {
  color: #e8506f;
}
body.past-exhibition .ml5em {
  margin-left: 5.5em !important;
}
body.past-exhibition #fancybox-loading {
  position: fixed;
  z-index: 11040;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
}
body.past-exhibition #fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../../images/fancybox.png");
}
body.past-exhibition #fancybox-overlay {
  position: absolute;
  z-index: 11000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
body.past-exhibition #fancybox-tmp {
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
body.past-exhibition #fancybox-wrap {
  position: absolute;
  z-index: 11010;
  top: 0;
  left: 0;
  display: none;
  padding: 20px;
  outline: none;
}
body.past-exhibition #fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
body.past-exhibition #fancybox-content {
  position: relative;
  z-index: 11020;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  border: 0 solid #fff;
  outline: none;
}
body.past-exhibition #fancybox-hide-sel-frame {
  position: absolute;
  z-index: 11010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
body.past-exhibition #fancybox-close {
  position: absolute;
  z-index: 11030;
  top: -25px;
  right: -25px;
  display: none;
  width: 41px;
  height: 41px;
  cursor: pointer;
  background: transparent url("../../images/fancybox.png") -59px 0;
}
body.past-exhibition #fancybox-error {
  font: normal 12px/20px Arial;
  margin: 0;
  padding: 14px;
  color: #444;
}
body.past-exhibition #fancybox-img {
  line-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: none;
  outline: none;
}
body.past-exhibition #fancybox-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
body.past-exhibition #fancybox-left,
body.past-exhibition #fancybox-right {
  position: absolute;
  z-index: 11020;
  bottom: 0;
  display: none;
  width: 35%;
  height: 100%;
  cursor: pointer;
  outline: none;
  background: transparent url("../images/blank.gif");
}
body.past-exhibition #fancybox-left {
  left: 20px;
}
body.past-exhibition #fancybox-right {
  right: 20px;
}
body.past-exhibition #fancybox-left-ico,
body.past-exhibition #fancybox-right-ico {
  position: absolute;
  z-index: 11020;
  top: 50%;
  left: -9999px;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -15px;
  cursor: pointer;
}
body.past-exhibition #fancybox-left-ico {
  background-image: url("../../images/fancybox.png");
  background-position: -57px -47px;
}
body.past-exhibition #fancybox-right-ico {
  background-image: url("../../images/fancybox.png");
  background-position: -57px -97px;
}
body.past-exhibition #fancybox-left:hover,
body.past-exhibition #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
body.past-exhibition #fancybox-left:hover span {
  left: 20px;
}
body.past-exhibition #fancybox-right:hover span {
  right: 20px;
  left: auto;
}
body.past-exhibition .fancybox-bg {
  position: absolute;
  z-index: 10010;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}
body.past-exhibition #fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox-x.png");
}
body.past-exhibition #fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("../../images/fancybox.png");
  background-position: -40px -162px;
}
body.past-exhibition #fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("../images/fancybox-y.png");
  background-position: -20px 0;
}
body.past-exhibition #fancybox-bg-se {
  right: -20px;
  bottom: -20px;
  background-image: url("../../images/fancybox.png");
  background-position: -40px -182px;
}
body.past-exhibition #fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox-x.png");
  background-position: 0 -20px;
}
body.past-exhibition #fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("../../images/fancybox.png");
  background-position: -40px -142px;
}
body.past-exhibition #fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("../images/fancybox-y.png");
}
body.past-exhibition #fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("../../images/fancybox.png");
  background-position: -40px -122px;
}
body.past-exhibition #fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 11020;
}
body.past-exhibition .fancybox-title-inside {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
}
body.past-exhibition .fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
body.past-exhibition .fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #fff;
}
body.past-exhibition #fancybox-title-over {
  display: block;
  padding: 10px;
  background-image: url("../images/fancy_title_over.png");
}
body.past-exhibition .fancybox-title-float {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 32px;
}
body.past-exhibition #fancybox-title-float-wrap {
  width: auto;
  border-collapse: collapse;
  border: none;
}
body.past-exhibition #fancybox-title-float-wrap td {
  white-space: nowrap;
  border: none;
}
body.past-exhibition #fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("../../images/fancybox.png") -40px -90px no-repeat;
}
body.past-exhibition #fancybox-title-float-main {
  font-weight: bold;
  line-height: 29px;
  padding: 0 0 3px 0;
  color: #fff;
  background: url("../images/fancybox-x.png") 0 -40px;
}
body.past-exhibition #fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../../images/fancybox.png") -55px -90px no-repeat;
}
body.past-exhibition .fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_close.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_left.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_right.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-title-over {
  zoom: 1;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_over.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_left.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_main.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_right.png', sizingMethod='scale');
}
body.past-exhibition #fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_loading.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie .fancybox-bg {
  background: transparent !important;
}
body.past-exhibition .fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_n.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_ne.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_e.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_se.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_s.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_sw.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_w.png', sizingMethod='scale');
}
body.past-exhibition .fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_nw.png', sizingMethod='scale');
}
body.past-exhibition .middle {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition .middle {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
  }
}
body.past-exhibition .middle + p {
  margin-top: 8px;
}
body.past-exhibition .peripheral {
  margin: 2em 0;
  padding: 2em 20px;
  border: 3px solid #ebb7c2;
  border-radius: 5px;
}
body.past-exhibition .peripheral h3 {
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 1em;
  color: #e8506f;
  border-bottom: 1px dotted #e8506f;
}
body.past-exhibition .peripheral .imgBox {
  margin-bottom: 30px;
}
body.past-exhibition .peripheral .related {
  margin-top: 3em;
}
body.past-exhibition .peripheral .related.borderBox {
  padding: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
body.past-exhibition .peripheral .related h4 {
  margin: 0;
}
body.past-exhibition .peripheral .related p {
  margin-left: .5em;
}
body.past-exhibition .peripheral .related dl {
  padding: 0 10px 0;
}
body.past-exhibition .peripheral .related dt {
  font-weight: bold;
  line-height: 1.5;
  float: left;
  width: 9em;
  padding: 10px 0;
  text-indent: .5em;
}
body.past-exhibition .peripheral .related dd {
  line-height: 1.5;
  padding: 10px 0 10px 7em;
  border-bottom: 1px dotted #ccc;
}
body.past-exhibition .peripheral .related dl:last-child dd {
  border: none;
}
body.past-exhibition .peripheral .related.borderBox p {
  padding: 0px 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.past-exhibition .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
body.past-exhibition .col {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.past-exhibition .col-4 {
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}
body.past-exhibition .row-center {
  justify-content: center;
  align-items: center;
}
body.past-exhibition .right {
  text-align: right;
}
body.past-exhibition.shikigoyomi .spring, body.past-exhibition.shikigoyomi .summer, body.past-exhibition.shikigoyomi .autumn, body.past-exhibition.shikigoyomi .winter {
  font-size: 30px;
  font-weight: bold;
  color: white;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 0;
}
body.past-exhibition.shikigoyomi .spring {
  background-color: #ffb9d3;
}
body.past-exhibition.shikigoyomi .summer {
  background-color: #aad191;
}
body.past-exhibition.shikigoyomi .autumn {
  background-color: #f6ca87;
}
body.past-exhibition.shikigoyomi .winter {
  background-color: #94eafa;
}
body.past-exhibition #event {
  margin-top: 5em;
}
body.past-exhibition #event p a {
  text-decoration: underline;
  color: #e8506f;
}
body.past-exhibition #event h3 {
  text-align: left;
  background-color: #fff;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
body.past-exhibition #event img {
  width: auto;
}
body.past-exhibition #event table {
  border: 2px solid #f9d9e1;
  width: 100%;
  margin-bottom: 30px;
}
body.past-exhibition #event table tr {
  border-bottom: 2px solid #f9d9e1;
}
body.past-exhibition #event table th {
  font-size: 1.14286rem;
  background-color: #f9d9e1;
  width: 18%;
  padding: 5px 5px;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table th {
    font-size: 1.42857rem;
    width: 10%;
    padding: 5px 15px;
  }
}
body.past-exhibition #event table td {
  padding: 5px 15px;
  width: 90%;
}
body.past-exhibition #event table td h4 {
  font-size: 1.14286rem;
  background: none;
  margin: 0;
  font-weight: normal;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td h4 {
    font-size: 1.42857rem;
  }
}
body.past-exhibition #event table td .day + .day {
  padding-top: 10px;
  border-top: 1px dotted #f9d9e1;
}
body.past-exhibition #event table td .event {
  padding-top: 5px;
  padding-bottom: 10px;
}
body.past-exhibition #event table td .event li + li {
  padding-top: 5px;
}
body.past-exhibition #event table td .event li:after {
  content: "";
  display: block;
  clear: both;
}
body.past-exhibition #event table td .event p {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td .event p {
    font-size: 1.28571rem;
  }
}
body.past-exhibition #event table td .event .time {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td .event .time {
    flex: 0 0 15%;
    max-width: 15%;
    margin-right: 15px;
  }
}
body.past-exhibition #event table td .event p span, body.past-exhibition #event p.note span {
  background-color: #e8506f;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 3px;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 0.85714rem;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td .event p span, body.past-exhibition #event p.note span {
    font-size: 1rem;
    margin-left: 1em;
    margin-right: 1em;
  }
}
body.past-exhibition #event table td .event p span.free, body.past-exhibition #event p.note span.free {
  display: inline-block;
  background-color: #7c98e8;
}
body.past-exhibition #event table td .event p span.reserve, body.past-exhibition #event p.note span.reserve, body.past-exhibition #event table td .event p span.full, body.past-exhibition #event p.note span.full {
  display: inline-block;
  background-color: #e8506f;
}
body.past-exhibition #event table td .event a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 20px;
  color: #222 !important;
}
body.past-exhibition #event table td .event a:hover p {
  color: #e8506f;
}
body.past-exhibition #event table td .event a:hover:before {
  background: #e8506f;
}
body.past-exhibition #event table td .event a:hover:after {
  border-color: #e8506f;
}
body.past-exhibition #event table td .event a:before, body.past-exhibition #event table td .event a:after {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
}
body.past-exhibition #event table td .event a:before {
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #222;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td .event a:before {
    top: 14px;
    width: 14px;
  }
}
body.past-exhibition #event table td .event a:after {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition #event table td .event a:after {
    top: 10px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
}
body.past-exhibition #event .caution {
  background: #f0f0f0;
  padding: 15px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1rem;
}
body.past-exhibition table caption {
  text-align: left;
  background-color: #fff;
  padding: 0;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.past-exhibition table caption {
    font-size: 1.42857rem;
    margin-bottom: 1rem;
  }
}
body.past-exhibition .brc-pink {
  border-color: #f9d9e1;
}
body.past-exhibition .bgc-pink {
  background-color: #fae8ec;
}
body.past-exhibition.ex2020-1 .part-list {
  margin: 0 -5px;
}
body.past-exhibition.ex2020-1 .part-list li p {
  padding: 10px 15px;
  font-weight: bold;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(1) p {
  border: 2px solid #670144;
  color: #670144;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(2) p {
  border: 2px solid #344218;
  color: #344218;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(3) p {
  border: 2px solid #205678;
  color: #205678;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(2) p, body.past-exhibition.ex2020-1 .part-list li:nth-child(3) p {
  position: relative;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(2) p::before, body.past-exhibition.ex2020-1 .part-list li:nth-child(3) p::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -27px;
  width: 16px;
  height: 2px;
  background: #999;
}
body.past-exhibition.ex2020-1 .part-list li:nth-child(2) p::after, body.past-exhibition.ex2020-1 .part-list li:nth-child(3) p::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.past-exhibition.ex2020-1 .part1 {
  color: #670144;
}
body.past-exhibition.ex2020-1 .part2 {
  color: #344218;
}
body.past-exhibition.ex2020-1 .part3 {
  color: #205678;
}
body.past-exhibition.ex2020-3 .border {
  border-top: 1px solid #000;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
body.past-exhibition.ex2020-3 .border.-dot {
  border-top-style: dotted;
}
body.past-exhibition .bg-none {
  background: none;
}
body.past-exhibition.ex2021-1 .icon-1 {
  position: relative;
  text-align: left;
  padding-left: 30px;
}
body.past-exhibition.ex2021-1 .icon-1 .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.past-exhibition.ex2021-1 #main .exhibit .icon-1 img.icon {
  width: auto;
  height: auto;
  max-height: 100%;
}
body.past-exhibition.ex2021-1 .area {
  position: relative;
  background: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 2em;
  margin: 0 .5em 1.5em;
}
body.past-exhibition.ex2021-1 .area .icon-square {
  position: absolute;
  left: 0;
  top: -.2em;
  font-size: 2em;
}
body.past-exhibition.ex2021-1 .area .icon-square.-part1 {
  color: #08803c;
}
body.past-exhibition.ex2021-1 .area .icon-square.-part2 {
  color: #004471;
}
body.past-exhibition.ex2021-1 .area .icon-square.-part3 {
  color: #c02c24;
}
body.past-exhibition #contents a.outer-link {
  display: block;
  border: 1px solid #cccccc;
  color: #595757 !important;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
body.past-exhibition #contents a.outer-link:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #595757;
}
body.past-exhibition #contents a.outer-link:hover {
  background-color: #f0f0f0;
}

body.news #main section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.news #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.news #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  color: #fff;
  background: #ccc;
}
@media print, screen and (min-width: 768px) {
  body.news #main .page-header {
    height: 265px;
  }
}
body.news #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.news #main .page-header h1 {
    font-size: 3rem;
  }
}
body.news #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.news #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.news #main .row {
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  body.news #main .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
body.news #main .contents {
  flex: 1 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  body.news #main .contents {
    flex: 1 0 calc(100% - 286px);
    max-width: calc(100% - 286px);
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.news #main .side {
  flex: 1 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  body.news #main .side {
    flex: 1 0 286px;
    max-width: 286px;
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.news #main .side > div + div {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.news #main .side > div + div {
    margin-top: 80px;
  }
}
body.news #main .side h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  body.news #main .side h2 {
    font-size: 1.28571rem;
  }
}
body.news #main .side ul li {
  border-bottom: 1px solid #999999;
  padding: .5em 0;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.news #main .side ul li {
    font-size: 1.28571rem;
  }
}
body.news #main .side ul li:first-of-type {
  border-top: 1px solid #999999;
}
body.news #main .side ul li:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #e8506f;
  margin-right: .8em;
}
body.news #main .side ul li a:hover {
  text-decoration: underline;
}
body.news.news-archive #main .page-header {
  background: url(../img/whatsnew/bg_news-archive.png) center/cover no-repeat;
}
body.news.news-archive #main .contents h3 {
  font-size: 1.21429rem;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  body.news.news-archive #main .contents h3 {
    font-size: 1.42857rem;
  }
}
body.news.news-archive #main .contents .data p {
  display: inline-block;
}
body.news.news-archive #main .contents .date {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.news.news-archive #main .contents .date {
    font-size: 1.14286rem;
  }
}
body.news.news-archive #main .contents .category {
  font-size: 0.85714rem;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  body.news.news-archive #main .contents .category {
    font-size: 1rem;
  }
}
body.news.news-archive #main .contents .category span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
body.news.news-archive #main .contents ul li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  margin-bottom: 20px;
}
body.news.news-archive #main .contents a h3:hover {
  text-decoration: underline;
}
body.news.news-single #main .article-header h1 {
  font-size: 1.21429rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .5em 0;
}
@media print, screen and (min-width: 768px) {
  body.news.news-single #main .article-header h1 {
    font-size: 1.42857rem;
    display: flex;
    align-items: center;
  }
}
body.news.news-single #main .article-header .data p {
  display: inline-block;
}
body.news.news-single #main .article-header .date {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.news.news-single #main .article-header .date {
    font-size: 1.14286rem;
  }
}
body.news.news-single #main .article-header .category {
  font-size: 0.85714rem;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  body.news.news-single #main .article-header .category {
    font-size: 1rem;
  }
}
body.news.news-single #main .article-header .category span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
body.news.news-single #main .article-body {
  margin-bottom: 80px;
}
body.news.news-single #main .article-body p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.news.news-single #main .article-body p {
    font-size: 1.14286rem;
  }
}
body.news.news-single #main .article-body a {
  color: #e8506f;
  text-decoration: underline;
}
body.news.news-single #main .article-body a:hover {
  opacity: .8;
}

body.event #main section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.event #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.event #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  color: #fff;
  background: #ccc;
}
@media print, screen and (min-width: 768px) {
  body.event #main .page-header {
    height: 265px;
  }
}
body.event #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.event #main .page-header h1 {
    font-size: 3rem;
  }
}
body.event #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.event #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.event #main .lnav {
  background: #f3f3ee;
}
@media only screen and (max-width: 767px) {
  body.event #main .lnav {
    display: none;
  }
}
body.event #main .lnav ul {
  justify-content: center;
}
body.event #main .lnav ul li {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  body.event #main .lnav ul li {
    padding: 0 30px;
  }
}
body.event #main .lnav ul li a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
body.event #main .lnav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #e8506f;
  transform: scaleX(0);
  transition: transform .3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.event #main .lnav ul li a.active:after, body.event #main .lnav ul li a:hover:after {
  transform: scaleX(1);
}
body.event.event-schedule #main .page-header {
  background: url(../img/event/bg_event-schedule.png) center/cover no-repeat;
}
body.event.event-schedule #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .section-header {
    margin-bottom: 80px;
  }
}
body.event.event-schedule #main .section-header h2 {
  font-size: 1.64286rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .section-header h2 {
    font-size: 2.71429rem;
  }
}
body.event.event-schedule #main p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main p {
    font-size: 1.28571rem;
  }
}
body.event.event-schedule #main .event-none {
  text-align: center;
}
body.event.event-schedule #main .event-none span {
  display: inline-block;
  padding: 1em;
  border: 1px solid #231815;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-none span {
    padding: 1em 2em;
  }
}
body.event.event-schedule #main .event-list .lead {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .lead {
    margin-bottom: 80px;
  }
}
body.event.event-schedule #main .event-list .image {
  overflow: hidden;
}
body.event.event-schedule #main .event-list .image img {
  transition: transform .3s;
}
body.event.event-schedule #main .event-list h3 {
  font-size: 1.35714rem;
  margin-top: 30px;
  margin-bottom: 1.5em;
  padding: .2em 0;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list h3 {
    margin-top: 60px;
    font-size: 1.71429rem;
  }
}
body.event.event-schedule #main .event-list h4 {
  font-size: 1.07143rem;
  line-height: 1.63333em;
  font-weight: bold;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list h4 {
    font-size: 1.28571rem;
    margin-top: 10px;
  }
}
body.event.event-schedule #main .event-list .tag {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .tag {
    font-size: 1rem;
  }
}
body.event.event-schedule #main .event-list .tag span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .tag span {
    padding: 3px 10px;
  }
}
body.event.event-schedule #main .event-list .period {
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .period {
    font-size: 1.14286rem;
  }
}
body.event.event-schedule #main .event-list .entry {
  font-size: 0.92857rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .entry {
    font-size: 1rem;
    margin-top: 10px;
  }
}
body.event.event-schedule #main .event-list .entry span {
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 3px 10px;
}
body.event.event-schedule #main .event-list .entry span.entry-free {
  background: #00858d;
}
body.event.event-schedule #main .event-list .entry span.entry-reserve {
  background: #b9292f;
}
body.event.event-schedule #main .event-list .card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
body.event.event-schedule #main .event-list .card > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
body.event.event-schedule #main .event-list .card .image {
  order: 2;
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}
body.event.event-schedule #main .event-list .card .text {
  order: 1;
  flex: 1 0 66.6666%;
  max-width: 66.6666%;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .card .image {
    order: 1;
    flex: 1 0 100%;
    max-width: 100%;
  }
  body.event.event-schedule #main .event-list .card .text {
    order: 2;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  body.event.event-schedule #main .event-list .card:hover {
    opacity: 1;
  }
  body.event.event-schedule #main .event-list .card:hover img {
    transform: scale(1.1);
  }
  body.event.event-schedule #main .event-list .card:hover h3 {
    text-decoration: underline;
  }
}
body.event.event-schedule #main .event-list .notes {
  margin-top: 40px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .notes {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .notes {
    font-size: 1.14286rem;
  }
}
body.event.event-schedule #main .event-list .notes span {
  font-size: 0.92857rem;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0 .5em;
}
@media print, screen and (min-width: 768px) {
  body.event.event-schedule #main .event-list .notes span {
    font-size: 1.07143rem;
  }
}
body.event.event-schedule #main .event-list .notes span.entry-reserve {
  background: #b9292f;
}
body.event.printmaking #main .page-header {
  background: url(../img/event/making/bg_printmaking.png) center/cover no-repeat;
}
body.event.printmaking #main .printmaking-hero {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-hero {
    margin-top: 80px;
  }
}
body.event.printmaking #main .printmaking-about {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.event.printmaking #main .printmaking-about p {
  font-size: 1.28571rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-about p {
    text-align: center;
    font-size: 1.42857rem;
  }
}
body.event.printmaking #main .printmaking-about p.caution {
  color: #ff1d25;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-about p.caution {
    font-size: 1.14286rem;
  }
}
body.event.printmaking #main .printmaking-artwork {
  background: #f2f4e8;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-artwork .row {
    max-width: 900px;
    margin: 0 auto;
  }
  body.event.printmaking #main .printmaking-artwork .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.event.printmaking #main .printmaking-artwork .row > div + div {
    margin-top: 30px;
  }
}
body.event.printmaking #main .printmaking-artwork h2 {
  text-align: center;
  font-size: 1.35714rem;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-artwork h2 {
    font-size: 2.14286rem;
  }
}
body.event.printmaking #main .printmaking-artwork figcaption {
  text-align: center;
  margin-top: .5em;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-artwork figcaption {
    font-size: 1.14286rem;
  }
}
body.event.printmaking #main .printmaking-artwork figcaption strong {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-artwork figcaption strong {
    font-size: 1.28571rem;
  }
}
body.event.printmaking #main .printmaking-flow h2 {
  font-size: 1.35714rem;
  margin-bottom: 1.5em;
  padding: .2em 0;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-flow h2 {
    font-size: 1.71429rem;
  }
}
body.event.printmaking #main .printmaking-flow h3 {
  font-size: 1.14286rem;
  margin-bottom: .5em;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-flow h3 {
    font-size: 1.42857rem;
  }
}
body.event.printmaking #main .printmaking-flow .text {
  margin-top: 1em;
}
body.event.printmaking #main .printmaking-flow p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-flow p {
    font-size: 1.14286rem;
  }
}
body.event.printmaking #main .printmaking-flow ul.row > li {
  margin-bottom: 15px;
}
body.event.printmaking #main .printmaking-flow .thumb-container {
  display: block;
  position: relative;
}
body.event.printmaking #main .printmaking-flow .thumb-container:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/event/making/icon_play.svg) center/contain no-repeat;
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
  will-change: transform;
}
body.event.printmaking #main .printmaking-flow .thumb-container:hover:before {
  transform: scale(1.18);
}
body.event.printmaking #main .printmaking-flow .finish {
  max-width: 986px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-flow .finish {
    margin: 60px auto 0;
  }
}
body.event.printmaking #main .printmaking-info h2 {
  font-size: 1.35714rem;
  margin-bottom: 1.5em;
  padding: .2em 0;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-info h2 {
    font-size: 1.71429rem;
  }
}
body.event.printmaking #main .printmaking-info dl dt {
  font-size: 1.14286rem;
  margin-bottom: .5em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-info dl dt {
    font-size: 1.28571rem;
  }
}
body.event.printmaking #main .printmaking-info dl dd {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.printmaking #main .printmaking-info dl dd {
    font-size: 1.14286rem;
  }
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-header {
    margin-top: 80px;
  }
}
body.event.event-single #main .article-header h1 {
  font-size: 1.35714rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .3em 0;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-header h1 {
    font-size: 1.71429rem;
    display: flex;
    align-items: center;
  }
}
body.event.event-single #main .article-header .category {
  font-size: 0.85714rem;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-header .category {
    font-size: 1rem;
  }
}
body.event.event-single #main .article-header .category span {
  display: inline-block;
  border: 1px solid #4d4d4d;
  padding: 1px 10px;
}
body.event.event-single #main .article-body {
  margin-bottom: 80px;
}
body.event.event-single #main .article-body p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body p {
    font-size: 1.14286rem;
  }
}
body.event.event-single #main .article-body a.text {
  color: #e8506f;
  text-decoration: underline;
}
body.event.event-single #main .article-body .lead {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body .lead {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body.event.event-single #main .article-body .info {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body .info {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body.event.event-single #main .article-body .info .row > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.event.event-single #main .article-body .info .row > div + div {
    margin-top: 30px;
  }
}
body.event.event-single #main .article-body dl dt {
  font-size: 1.14286rem;
  margin-bottom: .5em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body dl dt {
    font-size: 1.28571rem;
  }
}
body.event.event-single #main .article-body dl dd {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body dl dd {
    font-size: 1.14286rem;
  }
}
body.event.event-single #main .article-body .link_form {
  margin-top: 30px;
}
body.event.event-single #main .article-body .tag .entry {
  font-size: 1rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body .tag .entry {
    font-size: 1.14286rem;
    margin-top: 10px;
  }
}
body.event.event-single #main .article-body span.caution {
  color: #f00;
}
body.event.event-single #main .article-body span.entry-free,
body.event.event-single #main .article-body span.entry-reserve {
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 3px 10px;
  margin-right: 1em;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.event.event-single #main .article-body span.entry-free,
  body.event.event-single #main .article-body span.entry-reserve {
    font-size: 1rem;
  }
}
body.event.event-single #main .article-body span.entry-free {
  background: #00858d;
}
body.event.event-single #main .article-body span.entry-reserve {
  background: #b9292f;
}

html:lang(en) body.event.printmaking #main .page-header h1 {
  letter-spacing: 0;
}

body.guide #main section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #000;
}
body.guide #main section:first-of-type {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  body.guide #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.guide #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  background: #ccc;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .page-header {
    height: 265px;
  }
}
body.guide #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .page-header h1 {
    font-size: 3rem;
  }
}
body.guide #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.guide #main .lnav {
  background: #f3f3ee;
}
@media only screen and (max-width: 767px) {
  body.guide #main .lnav {
    display: none;
  }
}
body.guide #main .lnav ul {
  justify-content: center;
}
body.guide #main .lnav ul li {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  body.guide #main .lnav ul li {
    padding: 0 30px;
  }
}
body.guide #main .lnav ul li a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
body.guide #main .lnav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #e8506f;
  transform: scaleX(0);
  transition: transform .3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.guide #main .lnav ul li a.active:after, body.guide #main .lnav ul li a:hover:after {
  transform: scaleX(1);
}
body.guide #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .section-header {
    margin-bottom: 80px;
  }
}
body.guide #main .section-header h2 {
  font-size: 1.64286rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .section-header h2 {
    font-size: 2.71429rem;
  }
}
body.guide #main .section-header h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.guide #main .section-header h2 span {
    font-size: 1.57143rem;
  }
}
body.guide #main p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.guide #main p {
    font-size: 1.14286rem;
  }
}
body.guide.guide-info #main .page-header {
  background: url(../img/guide/bg_guide-info.png) center/cover no-repeat;
}
body.guide.guide-info #main h3 {
  font-size: 1.07143rem;
  margin-bottom: .5em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main h3 {
    font-size: 1.42857rem;
  }
}
body.guide.guide-info #main .section-body p + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body.guide.guide-info #main .section-calendar .row > div + div {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-calendar .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.guide.guide-info #main .section-calendar .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  body.guide.guide-info #main .section-calendar .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  body.guide.guide-info #main .section-calendar .row > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.guide.guide-info #main .section-calendar .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-calendar .section-header {
    margin-bottom: 30px;
  }
}
body.guide.guide-info #main .section-calendar .calendar-guide {
  margin-top: 30px;
}
body.guide.guide-info #main .section-calendar .calendar-guide .row {
  justify-content: center;
}
body.guide.guide-info #main .section-calendar .calendar-guide .row .col {
  flex: 0 0 auto;
  width: auto;
}
body.guide.guide-info #main .section-calendar .calendar-guide i {
  display: inline-block;
  position: relative;
  top: .1em;
  font-style: normal;
  margin-right: .2em;
  width: 1em;
  height: 1em;
  border-radius: .5em;
}
body.guide.guide-info #main .section-calendar .calendar-guide i.circle-today {
  border: 1px solid #e8506f;
}
body.guide.guide-info #main .section-calendar .calendar-guide i.circle-event {
  background: #e4d25a;
}
body.guide.guide-info #main .section-calendar .calendar-guide i.circle-close {
  background: #4d4d4d;
}
body.guide.guide-info #main .section-calendar .calendar-guide p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-calendar .calendar-guide p {
    font-size: 1.42857rem;
  }
}
body.guide.guide-info #main .section-calendar #calendar-body {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-calendar #calendar-body {
    margin-top: 50px;
  }
}
body.guide.guide-info #main .section-inquiry {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-inquiry {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.guide.guide-info #main .section-inquiry h2 {
  border-bottom: 2px solid #000000;
  padding: .2em 0;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-inquiry h2 {
    font-size: 1.71429rem;
  }
}
body.guide.guide-info #main .section-inquiry p {
  line-height: 2.11111em;
}
body.guide.guide-info #main .section-inquiry a.button {
  margin-top: 40px;
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-info #main .section-inquiry a.button {
    margin-top: 80px;
  }
}
body.guide.guide-info #main .section-inquiry a.button:hover {
  border: 1px solid #e8506f;
  background: #e8506f;
}
body.guide.guide-access #main .page-header {
  background: url(../img/guide/bg_guide-access.png) center/cover no-repeat;
}
body.guide.guide-access #main .section-access h3 {
  font-size: 1.35714rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access h3 {
    font-size: 1.71429rem;
  }
}
body.guide.guide-access #main .section-access h4 {
  font-size: 1.07143rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access h4 {
    font-size: 1.42857rem;
  }
}
body.guide.guide-access #main .section-access p {
  line-height: 2em;
}
body.guide.guide-access #main .section-access .section-body p + h3 {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access .section-body p + h3 {
    margin-top: 100px;
  }
}
body.guide.guide-access #main .section-access .section-body p + h4 {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access .section-body p + h4 {
    margin-top: 50px;
  }
}
body.guide.guide-access #main .section-access .googlemap {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access .googlemap {
    margin-top: 100px;
  }
}
body.guide.guide-access #main .section-access .googlemap iframe {
  width: 100%;
  height: 320px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-access .googlemap iframe {
    height: 430px;
  }
}
body.guide.guide-access #main .section-access .googlemap .button {
  margin-top: 30px;
  max-width: 460px;
  padding-right: 15px;
}
body.guide.guide-access #main .section-access .googlemap .button i {
  right: 5px;
}
body.guide.guide-access #main .section-parking h3 {
  font-size: 1.07143rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-access #main .section-parking h3 {
    font-size: 1.57143rem;
  }
}
body.guide.guide-access #main .section-parking p {
  line-height: 2em;
}
body.guide.guide-floor #main .page-header {
  background: url(../img/guide/bg_guide-floor.png) center/cover no-repeat;
}
body.guide.guide-floor #main .section-floormap p {
  font-size: 1rem;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap p {
    font-size: 1.28571rem;
  }
}
body.guide.guide-floor #main .section-floormap .floormap {
  max-width: 938px;
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap .floormap {
    margin: 0 auto 100px;
  }
}
body.guide.guide-floor #main .section-floormap .floor_detail {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap .floor_detail {
    margin-top: 100px;
  }
}
body.guide.guide-floor #main .section-floormap .floor_detail ul.row > li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap .floor_detail ul.row > li {
    margin-bottom: 50px;
  }
}
body.guide.guide-floor #main .section-floormap .floor_detail figure figcaption {
  position: relative;
  margin-top: .3em;
  font-size: 1.07143rem;
  font-weight: bold;
  padding-left: 2em;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap .floor_detail figure figcaption {
    font-size: 1.42857rem;
  }
}
body.guide.guide-floor #main .section-floormap .floor_detail figure figcaption i.point-num {
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  background: #e8506f;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.75em;
  text-align: center;
  padding-top: .1em;
  font-family: Futura, 'Century Gothic', CenturyGothic, AppleGothic,'Helvetica Neue', Arial, Helvetica, YuGothic, '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
}
body.guide.guide-floor #main .section-floormap .floor_detail figure figcaption small {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.guide.guide-floor #main .section-floormap .floor_detail figure figcaption small {
    font-size: 1.42857rem;
  }
}
body.guide #calendar .fc-scrollgrid-sync-table {
  padding-bottom: 30px;
}
body.guide #calendar .fc-theme-standard .fc-scrollgrid,
body.guide #calendar .fc-theme-standard th,
body.guide #calendar .fc-theme-standard td {
  border: none;
}
body.guide #calendar .fc-scroller {
  overflow: hidden !important;
}
body.guide #calendar .fc .fc-daygrid-day-top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.guide #calendar .fc .fc-bg-event .fc-event-title {
  display: none;
}
body.guide #calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  height: 0;
  min-height: auto;
}
body.guide #calendar .fc .fc-daygrid-event-harness {
  display: none;
}
body.guide #calendar .fc .fc-col-header-cell-cushion {
  font-size: 1.21429rem;
}
@media print, screen and (min-width: 768px) {
  body.guide #calendar .fc .fc-col-header-cell-cushion {
    font-size: 1.42857rem;
  }
}
body.guide #calendar .fc .fc-toolbar-title {
  font-size: 1.28571rem;
}
@media print, screen and (min-width: 768px) {
  body.guide #calendar .fc .fc-toolbar-title {
    font-size: 1.57143rem;
  }
}
@media print, screen and (min-width: 992px) {
  body.guide #calendar .fc .fc-col-header-cell-cushion {
    padding-bottom: 10px;
  }
}
body.guide #calendar .fc .fc-day-sun .fc-col-header-cell-cushion {
  color: #ed1c24;
}
body.guide #calendar .fc .fc-day-sat .fc-col-header-cell-cushion {
  color: #0071bc;
}
body.guide #calendar .fc .fc-daygrid-day-top {
  font-size: 1.21429rem;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px) {
  body.guide #calendar .fc .fc-daygrid-day-top {
    font-size: 1.42857rem;
  }
}
body.guide #calendar .fc .fc-day-other .fc-daygrid-day-top {
  display: none;
}
body.guide #calendar .fc .fc-day-today {
  background: none;
}
body.guide #calendar .fc .fc-day-closed .fc-daygrid-day-number {
  color: #fff;
  background: #4d4d4d;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 1em;
}
body.guide #calendar .fc .fc-day-event .fc-daygrid-day-number {
  background: #e4d25a;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 1em;
}
body.guide #calendar .fc .fc-day-today .fc-daygrid-day-top {
  position: relative;
}
body.guide #calendar .fc .fc-day-today .fc-daygrid-day-top:after {
  content: '';
  position: absolute;
  border: 2px solid #e8506f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
}

body.collection #main section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body.collection #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.collection #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  color: #fff;
  background: #ccc;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .page-header {
    height: 265px;
  }
}
body.collection #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .page-header h1 {
    font-size: 3rem;
  }
}
body.collection #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.collection #main .lnav {
  background: #f3f3ee;
}
@media only screen and (max-width: 767px) {
  body.collection #main .lnav {
    display: none;
  }
}
body.collection #main .lnav ul {
  justify-content: center;
}
body.collection #main .lnav ul li {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  body.collection #main .lnav ul li {
    padding: 0 30px;
  }
}
body.collection #main .lnav ul li a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
body.collection #main .lnav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #e8506f;
  transform: scaleX(0);
  transition: transform .3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.collection #main .lnav ul li a.active:after, body.collection #main .lnav ul li a:hover:after {
  transform: scaleX(1);
}
body.collection #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .section-header {
    margin-bottom: 80px;
  }
}
body.collection #main .section-header h2 {
  font-size: 1.71429rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .section-header h2 {
    font-size: 2.71429rem;
  }
}
body.collection #main .section-header h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.collection #main .section-header h2 span {
    font-size: 1.57143rem;
  }
}
body.collection #main p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.collection #main p {
    font-size: 1.28571rem;
  }
}
body.collection.collection-main #main .page-header {
  background: url(../img/collection/bg_collection-main.png) center/cover no-repeat;
}
body.collection.collection-main #main h3 {
  font-size: 1.28571rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.collection.collection-main #main h3 {
    font-size: 1.71429rem;
    margin-top: 100px;
  }
}
body.collection.collection-main #main h3:first-of-type {
  margin-top: 0;
}
body.collection.collection-main #main h4 {
  font-size: 1rem;
  margin-bottom: 1em;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.collection.collection-main #main h4 {
    font-size: 1.42857rem;
    margin-top: 60px;
  }
}
body.collection.collection-main #main p {
  line-height: 2em;
}
body.collection.collection-main #main .row > div {
  margin-bottom: 30px;
}
body.collection.collection-main #main figure {
  text-align: center;
  width: 100%;
  height: 100%;
}
body.collection.collection-main #main figure img {
  width: auto;
  max-height: 78%;
}
body.collection.collection-main #main figure figcaption {
  text-align: left;
  margin-top: .5em;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.collection.collection-main #main figure figcaption {
    font-size: 1.14286rem;
  }
}

body.outline #main section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.outline #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.outline #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
  background: #ccc;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .page-header {
    height: 265px;
  }
}
body.outline #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .page-header h1 {
    font-size: 3rem;
  }
}
body.outline #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.outline #main .lnav {
  background: #f3f3ee;
}
@media only screen and (max-width: 767px) {
  body.outline #main .lnav {
    display: none;
  }
}
body.outline #main .lnav ul {
  justify-content: center;
}
body.outline #main .lnav ul li {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  body.outline #main .lnav ul li {
    padding: 0 30px;
  }
}
body.outline #main .lnav ul li a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
body.outline #main .lnav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #e8506f;
  transform: scaleX(0);
  transition: transform .3s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.outline #main .lnav ul li a.active:after, body.outline #main .lnav ul li a:hover:after {
  transform: scaleX(1);
}
body.outline #main .section-header {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .section-header {
    margin-bottom: 80px;
  }
}
body.outline #main .section-header h2 {
  font-size: 1.71429rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .section-header h2 {
    font-size: 2.71429rem;
  }
}
body.outline #main .section-header h2 span {
  display: block;
  font-size: 1.14286rem;
}
@media print, screen and (min-width: 768px) {
  body.outline #main .section-header h2 span {
    font-size: 1.57143rem;
  }
}
body.outline #main p {
  font-size: 1.07143rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.outline #main p {
    font-size: 1.14286rem;
  }
}
body.outline.outline-museum #main .page-header {
  background: url(../img/outline/bg_outline-museum.png) center/cover no-repeat;
}
body.outline.outline-museum #main .section-about p {
  line-height: 2em;
}
body.outline.outline-museum #main .section-about .image {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  body.outline.outline-museum #main .section-about .image .row > div + div {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-museum #main .section-about .image {
    margin-top: 50px;
  }
}
body.outline.outline-education #main .page-header {
  background: url(../img/outline/bg_outline-education.png) center/cover no-repeat;
}
body.outline.outline-education #main h3 {
  font-size: 1.28571rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-education #main h3 {
    font-size: 1.71429rem;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-education #main h3 .tag {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
body.outline.outline-education #main h3 .tag span {
  display: inline-block;
  width: 6em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: .7em;
  margin-right: .5em;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-education #main h3 .tag span {
    font-size: 1rem;
  }
}
body.outline.outline-education #main h3 .tag span.target-school {
  background: #42813f;
}
body.outline.outline-education #main h3 .tag span.target-general {
  background: #de9117;
}
body.outline.outline-education #main h4 {
  font-size: 1.07143rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-education #main h4 {
    font-size: 1.42857rem;
  }
}
body.outline.outline-education #main p {
  line-height: 2em;
}
body.outline.outline-education #main .links {
  max-width: 832px;
  margin: 50px auto 0;
}
body.outline.outline-education #main .links .row > div {
  margin-bottom: 15px;
}
body.outline.outline-education #main .links .inquiry {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
body.outline.outline-education #main .links .inquiry:hover {
  border: 1px solid #e8506f;
  background: #e8506f;
}
body.outline.outline-utagawa-hiroshige #main section {
  border-top: 1px solid #000;
}
body.outline.outline-utagawa-hiroshige #main section:first-of-type {
  border-top: none;
}
body.outline.outline-utagawa-hiroshige #main .page-header {
  background: url(../img/outline/bg_outline-utagawa-hiroshige.png) center/cover no-repeat;
}
body.outline.outline-utagawa-hiroshige #main ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
body.outline.outline-utagawa-hiroshige #main ruby[data-ruby]:before {
  content: attr(data-ruby);
  display: inline-block;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: 0 -2em;
  text-align: center;
  font-size: 0.4em;
  line-height: 1em;
}
body.outline.outline-utagawa-hiroshige #main h2 ruby[data-ruby]:before {
  top: -.5em;
  font-size: 0.4em;
}
body.outline.outline-utagawa-hiroshige #main h3 ruby[data-ruby]:before {
  top: -.5em;
  font-size: 0.5em;
}
body.outline.outline-utagawa-hiroshige #main p ruby[data-ruby]:before {
  top: -.1em;
  font-size: 0.6em;
}
body.outline.outline-utagawa-hiroshige #main .section-header {
  text-align: center;
}
body.outline.outline-utagawa-hiroshige #main .section-header p {
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-header p {
    font-size: 1.42857rem;
  }
}
body.outline.outline-utagawa-hiroshige #main p {
  line-height: 2.22222em;
}
body.outline.outline-utagawa-hiroshige #main figcaption {
  margin-top: .5em;
  font-size: 0.92857rem;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main figcaption {
    font-size: 1.14286rem;
  }
}
body.outline.outline-utagawa-hiroshige #main figcaption strong {
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main figcaption strong {
    font-size: 1.42857rem;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku {
    margin-top: 50px;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku h3 {
  font-size: 1.21429rem;
  margin-bottom: 1em;
  background: #f3f3ee;
  padding: .6em .5em .2em;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku h3 {
    font-size: 1.85714rem;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku .txt_jisei {
  max-width: 934px;
  margin: 30px auto;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-hiroshige .jisei-no-ku .txt_jisei {
    margin: 50px auto;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork {
    margin-top: 80px;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork .row > div {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork .row > div {
    margin-bottom: 80px;
  }
}
body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork .artwork-meisho, body.outline.outline-utagawa-hiroshige #main .section-ukiyo-e .artwork .artwork-giga {
  max-width: 630px;
  margin: auto;
}
body.outline.outline-volunteer #main .page-header {
  background: url(../img/outline/bg_outline-volunteer.png) center/cover no-repeat;
}
body.outline.outline-volunteer #main h3 {
  font-size: 1.28571rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-volunteer #main h3 {
    font-size: 1.71429rem;
    display: flex;
    align-items: center;
  }
}
body.outline.outline-volunteer #main h4 {
  font-size: 1.14286rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-volunteer #main h4 {
    font-size: 1.42857rem;
    display: flex;
    align-items: center;
  }
}
body.outline.outline-volunteer #main h5 {
  font-size: 1.07143rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-volunteer #main h5 {
    font-size: 1.28571rem;
  }
}
body.outline.outline-volunteer #main p {
  line-height: 2em;
}
body.outline.outline-volunteer #main .inquiry {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-volunteer #main .inquiry {
    margin-top: 100px;
  }
}
body.outline.outline-volunteer #main .inquiry a.button {
  margin-top: 40px;
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body.outline.outline-volunteer #main .inquiry a.button {
    margin-top: 80px;
  }
}
body.outline.outline-volunteer #main .inquiry a.button:hover {
  border: 1px solid #e8506f;
  background: #e8506f;
}

body.privacy #main section {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main section {
    padding-bottom: 80px;
  }
}
body.privacy #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main .page-header {
    height: 265px;
  }
}
body.privacy #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main .page-header h1 {
    font-size: 2.71429rem;
  }
}
body.privacy #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.privacy #main h3 {
  font-size: 1.28571rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main h3 {
    font-size: 1.71429rem;
  }
}
body.privacy #main ol {
  padding-left: 1.5em;
}
body.privacy #main ol > li {
  list-style: decimal;
  font-size: 1rem;
  margin-bottom: 2em;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.privacy #main ol > li {
    font-size: 1.14286rem;
  }
}

body.recruit #main section {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main section {
    padding-bottom: 80px;
  }
}
body.recruit #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main .page-header {
    height: 265px;
  }
}
body.recruit #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main .page-header h1 {
    font-size: 3rem;
  }
}
body.recruit #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main .page-header h1 span {
    font-size: 1.57143rem;
  }
}
body.recruit #main h3 {
  font-size: 1.35714rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main h3 {
    font-size: 2.28571rem;
    display: flex;
    align-items: center;
  }
}
body.recruit #main h4 {
  font-size: 1.14286rem;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
  padding: .2em 0;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main h4 {
    font-size: 1.71429rem;
    display: flex;
    align-items: center;
  }
}
body.recruit #main h5 {
  font-size: 1.07143rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main h5 {
    font-size: 1.42857rem;
  }
}
body.recruit #main p {
  font-size: 1.07143rem;
  margin-bottom: 1em;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main p {
    font-size: 1.28571rem;
  }
}
body.recruit #main .inquiry {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main .inquiry {
    margin-top: 100px;
  }
}
body.recruit #main .inquiry a.button {
  margin-top: 40px;
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body.recruit #main .inquiry a.button {
    margin-top: 80px;
  }
}
body.recruit #main .inquiry a.button:hover {
  border: 1px solid #e8506f;
  background: #e8506f;
}

body.inquiry #main section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.inquiry #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .page-header {
    height: 265px;
  }
}
body.inquiry #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .page-header h1 {
    font-size: 2.71429rem;
  }
}
body.inquiry #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .page-header h1 span {
    font-size: 1.85714rem;
  }
}
body.inquiry #main p {
  font-size: 1rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main p {
    font-size: 1.14286rem;
  }
}
body.inquiry #main th, body.inquiry #main td {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main th, body.inquiry #main td {
    font-size: 1.14286rem;
  }
}
body.inquiry #main table {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main table {
    margin-bottom: 60px;
  }
}
body.inquiry #main table th, body.inquiry #main table td {
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #808080;
}
body.inquiry #main table th {
  min-width: 180px;
}
body.inquiry #main table tr:first-of-type th, body.inquiry #main table tr:first-of-type td {
  border-top: 1px solid #808080;
}
body.inquiry #main table p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.inquiry #main table th, body.inquiry #main table td {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
  }
  body.inquiry #main table th {
    padding-top: 15px;
    border-bottom: none;
  }
  body.inquiry #main table td {
    padding-bottom: 15px;
  }
  body.inquiry #main table tr:first-of-type td {
    border-top: none;
  }
}
body.inquiry #main input[type='text'], body.inquiry #main textarea {
  padding: 0 .5em;
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  body.inquiry #main input[type='text'], body.inquiry #main textarea {
    width: 100%;
  }
}
body.inquiry #main textarea, body.inquiry #main select {
  width: 100%;
  max-width: 100%;
}
body.inquiry #main .notes {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .notes {
    margin-bottom: 40px;
  }
}
body.inquiry #main .lead a {
  color: #e8506f;
  text-decoration: underline;
}
body.inquiry #main .error {
  margin-bottom: 30px;
  color: #ff1d25;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .error {
    font-size: 1.28571rem;
    margin-bottom: 60px;
  }
}
body.inquiry #main .error p {
  text-align: center;
}
body.inquiry #main .error .error-items {
  display: flex;
  justify-content: center;
}
body.inquiry #main .error ul {
  padding-left: 1.5em;
}
body.inquiry #main .error ul li {
  list-style: disc;
}
body.inquiry #main .privacy {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .privacy {
    margin-top: 40px;
  }
}
body.inquiry #main .privacy .check {
  text-align: center;
  font-size: 1.07143rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .privacy .check {
    font-size: 1.42857rem;
  }
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main .privacy .check {
    margin-bottom: 40px;
  }
}
body.inquiry #main .privacy a {
  color: #e8506f;
  text-decoration: underline;
}
body.inquiry #main .submit {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.inquiry #main .row > div + div {
    margin-top: 20px;
  }
}
body.inquiry #main input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e6e6e6;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.07143rem;
  margin-bottom: 1em;
  width: 100%;
  max-width: 380px;
  margin: auto;
  padding: 15px;
  transition: .3s;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main input[type='submit'] {
    font-size: 1.42857rem;
  }
}
body.inquiry #main input[type='submit']:hover {
  cursor: pointer;
  background: #e8506f;
  color: #fff;
}
body.inquiry #main input[type='submit'][disabled='disabled'] {
  opacity: .5;
}
body.inquiry #main input[type='submit'][disabled='disabled']:hover {
  color: #6d6d6d;
  background: #e6e6e6;
  cursor: not-allowed;
}
body.inquiry #main span.required {
  display: inline-block;
  color: #fff;
  background: #f55555;
  border-radius: .4em;
  font-weight: bold;
  padding: 0 .5em;
  margin-right: .5em;
  font-size: 0.85714rem;
}
@media print, screen and (min-width: 768px) {
  body.inquiry #main span.required {
    font-size: 1rem;
  }
}
body.inquiry.inquiry-error #main h2 {
  font-size: 1.28571rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry.inquiry-error #main h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.42857rem;
  }
}
body.inquiry.inquiry-error #main h3 {
  font-size: 1.07143rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry.inquiry-error #main h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.28571rem;
  }
}
body.inquiry.inquiry-error #main h3 span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width: 768px) {
  body.inquiry.inquiry-error #main p {
    text-align: center;
  }
}
body.inquiry.inquiry-error #main .back-form, body.inquiry.inquiry-error #main .mail {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.inquiry.inquiry-error #main .back-form, body.inquiry.inquiry-error #main .mail {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

body.sitemap #main section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.sitemap #main .page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .page-header {
    height: 265px;
  }
}
body.sitemap #main .page-header h1 {
  letter-spacing: 0.25em;
  font-size: 1.78571rem;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .page-header h1 {
    font-size: 3rem;
  }
}
body.sitemap #main .page-header h1 span {
  display: block;
  letter-spacing: 0;
  font-size: 1.07143rem;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .page-header h1 span {
    font-size: 1.85714rem;
  }
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  body.sitemap #main .row > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.sitemap #main .category {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .category {
    margin-bottom: 80px;
  }
}
body.sitemap #main .category h2 {
  font-size: 1.07143rem;
  border-bottom: 1px solid #000;
  margin-bottom: .8em;
  padding: .3em 0;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .category h2 {
    font-size: 1.28571rem;
  }
}
body.sitemap #main .category ul li {
  font-size: 1rem;
  margin-bottom: .5em;
}
@media print, screen and (min-width: 768px) {
  body.sitemap #main .category ul li {
    font-size: 1.28571rem;
  }
}
body.sitemap #main .category ul li i {
  color: #e8506f;
  margin-right: .5em;
}
body.sitemap #main .category ul li a:hover {
  text-decoration: underline;
}
