@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 2.6em; }

a {
  color: #b0803b; }

html:not(.wf-active) * {
  color: transparent !important; }

html:not(.touch) a {
  transition: opacity .1s linear; }
  html:not(.touch) a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

@media (max-width: 767px) {
  html, body {
    line-height: 2em; }
  span.sphidden {
    display: none; }
  span.spbr {
    display: block; } }

.pagelead {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto; }

.pagelead__catch {
  font-size: 32px;
  line-height: 1.6875em;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.pagelead__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pagelead__body__column {
  width: calc(50% - 15px);
  max-width: 465px;
  -ms-flex-preferred-size: 0 1 calc(50% - 15px);
      flex-basis: 0 1 calc(50% - 15px); }
  .pagelead__body__column:nth-of-type(even) {
    margin-left: 30px; }
  .pagelead__body__column p + p {
    margin-top: 2.6em; }

.pagelead__catch + .pagelead__body {
  margin-top: 46px; }

@media (max-width: 767px) {
  .pagelead {
    width: calc(100% - 64px); }
  .pagelead__catch {
    font-size: 24px; }
    .pagelead__catch br {
      display: none; }
  .pagelead__body {
    display: block; }
  .pagelead__body__column {
    width: 100%;
    max-width: 100%; }
    .pagelead__body__column:nth-of-type(even) {
      margin-left: 0px; }
    .pagelead__body__column + .pagelead__body__column,
    .pagelead__body__column p + p {
      margin-top: 18px; }
  .pagelead__catch + .pagelead__body {
    margin-top: 24px; } }

.pagesection {
  margin-top: 10px;
  padding-top: 130px; }
  .pageheader + .pagesection {
    margin-top: -130px; }

@media (max-width: 767px) {
  .pagesection {
    padding-top: 60px; }
    .pageheader + .pagesection {
      margin-top: -60px; } }

.roundbutton, .roundbutton--reverse, .news__sigle__nav__prev, .roundbutton--large, .news__sigle__nav__next {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 0 62px 0 18px;
  font-size: 14px;
  line-height: 38px;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }
  .roundbutton:after, .roundbutton--reverse:after, .news__sigle__nav__prev:after, .roundbutton--large:after, .news__sigle__nav__next:after {
    content: "";
    display: block;
    width: 31px;
    height: 5px;
    background-image: url(/img/common/arrow_h_bk.png);
    background-size: 100px 9px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 16px; }
  html:not(.touch) .roundbutton, html:not(.touch) .roundbutton--reverse, html:not(.touch) .news__sigle__nav__prev, html:not(.touch) .roundbutton--large, html:not(.touch) .news__sigle__nav__next {
    transition: color .1s linear, border-color .1s linear; }
    html:not(.touch) .roundbutton:hover, html:not(.touch) .roundbutton--reverse:hover, html:not(.touch) .news__sigle__nav__prev:hover, html:not(.touch) .roundbutton--large:hover, html:not(.touch) .news__sigle__nav__next:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(217, 217, 217, 0.5);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      html:not(.touch) .roundbutton:hover:after, html:not(.touch) .roundbutton--reverse:hover:after, html:not(.touch) .news__sigle__nav__prev:hover:after, html:not(.touch) .roundbutton--large:hover:after, html:not(.touch) .news__sigle__nav__next:hover:after {
        animation: roundbutton--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.roundbutton--reverse, .news__sigle__nav__prev {
  padding: 0 18px 0 62px; }
  .roundbutton--reverse:after, .news__sigle__nav__prev:after {
    background-image: url(/img/common/arrow_rh_bk.png);
    background-position: left bottom;
    left: 16px; }
  html:not(.touch) .roundbutton--reverse:hover:after, html:not(.touch) .news__sigle__nav__prev:hover:after {
    animation: roundbutton--arrow-hover-reverse 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.roundbutton--large {
  height: 76px;
  border-radius: 38px;
  font-size: 16px;
  line-height: 74px;
  padding: 0 90px 0 34px; }
  .roundbutton--large:after {
    width: 50px;
    height: 9px;
    margin-top: -7px;
    right: 32px; }
  html:not(.touch) .roundbutton--large:hover:after {
    animation: roundbutton--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes roundbutton--arrow-hover {
  0% {
    transform: translate(6px, 0); }
  100% {
    transform: translate(0px, 0); } }

@keyframes roundbutton--arrow-hover-reverse {
  0% {
    transform: translate(-6px, 0); }
  100% {
    transform: translate(0px, 0); } }

@media (max-width: 767px) {
  .roundbutton--large {
    height: 66px;
    border-radius: 33px;
    font-size: 16px;
    line-height: 64px;
    padding: 0 75px 0 30px; }
    .roundbutton--large:after {
      width: 40px;
      height: 6px;
      margin-top: -3px;
      right: 30px; } }

.sectionlabel {
  margin-bottom: 50px; }

.sectionlabel__ja {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 28px;
  text-align: center;
  color: #000; }

.sectionlabel__en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 13px;
  text-align: center;
  color: #b2b2b2;
  line-height: 20px; }

@media (max-width: 767px) {
  .sectionlabel {
    margin-bottom: 28px; }
  .sectionlabel__ja {
    font-size: 24px;
    line-height: 36px; }
  .sectionlabel__en {
    font-size: 13px;
    line-height: 20px; } }

.contentsgrid {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1010px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.contentsgrid__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.contentsgrid__title {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-flex: 0 1 260px;
      flex: 0 1 260px;
  padding: 30px 30px 30px 0; }

.contentsgrid__title__label {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 18px;
  line-height: 1.56em; }

.contentsgrid__main {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-flex: 0 1 750px;
      flex: 0 1 750px;
  padding: 30px 20px 50px;
  border-top: 1px solid #e5e5e5; }
  .contentsgrid__main ul li {
    position: relative;
    padding-left: 1em; }
    .contentsgrid__main ul li:before {
      content: "・";
      position: absolute;
      left: 0px; }

@media (max-width: 767px) {
  .contentsgrid {
    width: calc(100% - 32px); }
  .contentsgrid__row {
    display: block;
    border-top: 1px solid #e5e5e5; }
    .contentsgrid__row:last-child .contentsgrid__main {
      padding-bottom: 0px; }
  .contentsgrid__title {
    width: 100%;
    padding: 20px 16px 20px; }
  .contentsgrid__title__label {
    font-size: 16px; }
  .contentsgrid__main {
    width: 100%;
    padding: 0px 16px 30px;
    border-top: none; } }

.footer {
  margin-top: 180px; }
  .index .footer {
    margin-top: 0px; }
  .footer a[href^="tel"] {
    color: #a6a6a6;
    text-decoration: none; }

.footer__banners {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.footer__banners__column {
  width: 50%;
  height: auto; }

.footer__banners__column__link {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  color: #FFF;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  html:not(.touch) .footer__banners__column__link:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.footer__banners__column__block {
  width: auto;
  height: auto;
  padding-left: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.footer__banners__column__icon {
  width: 32px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 32px 30px;
  background-position: center;
  background-repeat: no-repeat; }

.footer__banners__column__label {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #FFF;
  font-size: 21px;
  line-height: 30px;
  white-space: nowrap; }

.footer__banners__column__en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  color: #b2b2b2;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0;
  white-space: nowrap; }

.footer__map {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #EBEBEB; }
  .footer__map #embedmap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }

.footer__main {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #333333;
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6; }

.footer__main__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 0 auto 0; }

.footer__main__small {
  display: block;
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 24px auto 0;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0; }

.footer__main__info {
  position: relative;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 385px; }

.footer__main__info__outline__detail {
  margin: 24px 0 0;
  white-space: nowrap; }

.footer__main__info__outline__logo a {
  display: block;
  width: 259px;
  height: 27px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  width: 259px;
  height: 27px;
  background-image: url(/img/common/footer_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.footer__main__info__open {
  margin-top: 24px; }
  .footer__main__info__open h3 {
    color: #FFF; }
  .footer__main__info__open p + h3 {
    margin-top: 24px; }

.footer__main__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 410px;
  width: 650px; }

.footer__main__nav__block a {
  display: inline-block;
  color: #a6a6a6;
  text-decoration: none; }

.footer__main__nav__block > ul {
  margin: 12px 0 0; }
  .footer__main__nav__block > ul > li > a {
    position: relative;
    padding-left: 8px; }
    .footer__main__nav__block > ul > li > a:before {
      content: "・";
      display: block;
      position: absolute;
      left: 0px; }

.footer__main__nav__block > ul > li > ul > li > a {
  position: relative;
  padding-left: 16px; }
  .footer__main__nav__block > ul > li > ul > li > a:before {
    content: "-";
    display: block;
    position: absolute;
    left: 6px;
    top: 0px; }

.footer__main__nav__block.about {
  -ms-flex-order: 0;
      order: 0;
  height: 196px;
  margin: 0 20px 0 0; }

.footer__main__nav__block.exhibition {
  -ms-flex-order: 2;
      order: 2;
  height: 196px;
  margin: 0 20px 0 0; }

.footer__main__nav__block.stay {
  -ms-flex-order: 4;
      order: 4;
  width: 308px; }
  .footer__main__nav__block.stay > ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.footer__main__nav__block.around {
  -ms-flex-order: 1;
      order: 1;
  margin: 40px 20px 0 0; }

.footer__main__nav__block.news {
  -ms-flex-order: 3;
      order: 3;
  margin: 40px 20px 0 0; }

.footer__main__nav__block.links {
  -ms-flex-order: 6;
      order: 6;
  margin: 48px 0 0;
  line-height: 16px;
  height: 16px;
  position: relative; }
  .footer__main__nav__block.links > a {
    color: #FFF;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em;
    font-size: 13px; }
  .footer__main__nav__block.links > a + a {
    margin-left: 26px; }

.footer__main__nav__block__label {
  height: 40px;
  width: auto;
  font-size: 16px;
  line-height: 20px; }
  .footer__main__nav__block__label a {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em;
    color: #FFF; }

.footer__main__nav__block__sns {
  position: absolute;
  right: 0px;
  top: 0px; }

.footer__main__nav__block__sns__link {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .footer__main__nav__block__sns__link.ig {
    background-image: url(/img/common/sns_ig.png); }
  .footer__main__nav__block__sns__link.fb {
    background-image: url(/img/common/sns_fb.png); }
  .footer__main__nav__block__sns__link.tw {
    background-image: url(/img/common/sns_tw.png); }
  .footer__main__nav__block__sns__link + .footer__main__nav__block__sns__link {
    margin-left: 20px; }

.footer__main__nav__block__button {
  margin: 36px auto 0; }
  .footer__main__nav__block__button a {
    display: block;
    width: 100%;
    border-color: #9F9F9F;
    color: #FFF; }
    .footer__main__nav__block__button a:after {
      background-image: url(/img/common/arrow_h_wh.png); }
  html:not(.touch) .footer__main__nav__block__button a:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(159, 159, 159, 0.5); }

@media (min-width: 1024px) {
  .footer__main__info__outline__logo {
    position: relative;
    top: -8px; } }

@media (max-width: 1024px) {
  .footer__banners__column__link {
    height: 240px; }
  .footer__map {
    height: 375px; }
  .footer__main__container {
    width: 708px;
    height: auto;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
  .footer__main__info {
    width: 100%;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    height: auto;
    margin: 0 0 50px; }
  .footer__main__info__outline {
    width: 50%;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%; }
  .footer__main__info__open {
    width: 50%;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    margin-top: 51px; }
  .footer__main__nav {
    width: 100%; }
  .footer__main__small {
    width: 708px; } }

@media (max-width: 767px) {
  .footer {
    margin-top: 90px; }
    .index .footer {
      margin-top: 0px; }
  .footer__banners {
    display: block; }
  .footer__banners__column {
    width: 100%; }
  .footer__banners__column__link {
    height: 166px; }
  .footer__banners__column__block {
    width: auto;
    height: auto;
    padding-left: 36px; }
  .footer__banners__column__icon {
    width: 24px;
    height: 22px;
    background-size: 24px 22px;
    top: 4px; }
  .footer__banners__column__label {
    font-size: 18px;
    line-height: 30px; }
  .footer__banners__column__en {
    font-size: 13px;
    line-height: 20px;
    margin: 2px 0 0; }
  .footer__map {
    height: 320px; }
  .footer__main {
    padding: 44px 0; }
  .footer__main__container {
    width: calc(100% - 32px);
    max-width: 325px;
    margin: 0 auto;
    display: block; }
  .footer__main__info {
    display: block;
    margin-bottom: 56px; }
  .footer__main__info__outline {
    width: 100%; }
  .footer__main__info__outline__logo a {
    width: 180px;
    height: 18px;
    background-position: left center; }
  .footer__main__info__outline__detail {
    margin-top: 20px; }
  .footer__main__info__open {
    width: 100%; }
  .footer__main__info__open {
    margin: 26px 0 0; }
  .footer__main__nav {
    width: 100%;
    height: auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .footer__main__nav__block__label {
    height: 20px; }
  .footer__main__nav__block.about {
    -ms-flex-order: 0;
        order: 0;
    width: 50%;
    margin: 0 0 0;
    height: auto; }
  .footer__main__nav__block.exhibition {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    margin: 0 0 0;
    height: auto; }
  .footer__main__nav__block.stay {
    -ms-flex-order: 2;
        order: 2;
    width: 50%;
    margin: 54px 0 0;
    height: auto; }
    .footer__main__nav__block.stay > ul > li > ul {
      display: none; }
  .footer__main__nav__block.around {
    -ms-flex-order: 3;
        order: 3;
    width: 50%;
    margin: 54px 0 0;
    height: auto; }
  .footer__main__nav__block.links {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    margin: 50px 0 0;
    height: auto;
    font-size: 0px;
    line-height: 0px;
    text-align: center; }
    .footer__main__nav__block.links > a {
      display: inline-block;
      font-size: 13px;
      line-height: 24px; }
    .footer__main__nav__block.links > a + a {
      margin-left: 20px; }
  .footer__main__nav__block.news {
    display: none; }
  .footer__main__nav__block__button {
    margin: 0; }
    .footer__main__nav__block__button a {
      position: relative;
      display: inline-block;
      padding: 0;
      border: 0;
      font-size: 14px;
      line-height: 24px;
      height: auto;
      color: #a6a6a6;
      padding-left: 8px;
      font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.05em; }
      .footer__main__nav__block__button a:before {
        content: "・";
        position: absolute;
        left: 0px; }
      .footer__main__nav__block__button a:after,
      .footer__main__nav__block__button a span {
        display: none; }
  .footer__main__nav__block__sns {
    width: 94px;
    margin: 12px auto 0;
    position: relative;
    right: auto;
    top: auto; }
  .footer__main__nav__block__sns__link + .footer__main__nav__block__sns__link {
    margin-left: 23px; }
  html:not(.touch) .footer__main__nav__block__button a:hover {
    color: #a6a6a6;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .footer__main__small {
    width: calc(100% - 32px);
    max-width: 325px;
    margin: 34px auto 0;
    display: block;
    text-align: center; } }

@media (max-width: 374px) {
  .footer__main__info__outline__detail {
    white-space: normal; }
    .footer__main__info__outline__detail span {
      display: block; } }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  -ms-transform: translate(0px, 30px);
      transform: translate(0px, 30px);
  z-index: 99; }

.header__toggle {
  display: none; }

.header__container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  padding-left: 300px; }

.header__title {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }
  .header__title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333333;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s linear; }

.header__title__logotype {
  width: 300px;
  height: 88px;
  position: absolute;
  left: 0px;
  top: 0px; }

.header__title__logotype__logo {
  width: 201px;
  height: 40px;
  background-image: url(/img/common/logo_type.png);
  background-size: 201px 21px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 38px;
  top: 24px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent; }

.header__title__logotype__backtop {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 29px;
  top: 29px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
  transition: opacity .1s linear, visibility 0s linear .1s; }
  .header__title__logotype__backtop:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-color: #FFF;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px -3px 0 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  html:not(.touch) .header__title__logotype__backtop:hover:before {
    animation: headerBacktop--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes headerBacktop--arrow-hover {
  0% {
    transform: translate(0px, -3px) rotate(-45deg); }
  100% {
    transform: translate(0px, 0px) rotate(-45deg); } }

.header__navigation {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative; }
  .header__navigation:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b0803b;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .1s linear; }

.header__navigation__container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center; }

.header__navigation__main {
  box-sizing: border-box;
  -ms-flex: 1 1 calc(100% - 286px);
      flex: 1 1 calc(100% - 286px);
  width: calc(100% - 286px);
  height: 42px; }

.header__navigation__main__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center; }

.header__navigation__main__item + .header__navigation__main__item {
  margin-left: 46px; }

.header__navigation__main__link {
  display: block;
  width: auto;
  height: 42px;
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  line-height: 42px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }
  .header__navigation__main__link:after {
    content: "";
    display: none;
    width: 100%;
    height: 4px;
    background-color: #b0803b;
    position: absolute;
    left: 0px;
    bottom: 0px; }

.header__navigation__sub {
  box-sizing: border-box;
  -ms-flex: 0 0 286px;
      flex: 0 0 286px;
  width: 286px;
  height: 48px;
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.header__navigation__sub__list {
  font-size: 13px;
  line-height: 24px; }

.header__navigation__sub__link {
  color: #FFF;
  text-decoration: none;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.header__navigation__sub__sns {
  width: 94px;
  height: 16px;
  position: relative; }

.header__navigation__sub__sns__link {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent; }
  .header__navigation__sub__sns__link + .header__navigation__sub__sns__link {
    margin-left: 23px; }
  .header__navigation__sub__sns__link.ig {
    background-image: url(/img/common/sns_ig.png); }
  .header__navigation__sub__sns__link.fb {
    background-image: url(/img/common/sns_fb.png); }
  .header__navigation__sub__sns__link.tw {
    background-image: url(/img/common/sns_tw.png); }

.header__title__logo {
  display: block;
  width: 179px;
  height: 144px;
  background-image: url(/img/common/logo_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 40px;
  top: 5px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.1s linear, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important; }

.header__title__logotype {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0px, 130px);
      transform: translate(0px, 130px);
  transition: opacity 0.1s linear, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.header.sticked {
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
  .header.sticked .header__title:before,
  .header.sticked .header__navigation:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .header.sticked .header__title__logotype__backtop {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    pointer-events: auto;
    transition: opacity .1s linear, visibility 0s linear 0s; }
  .header.sticked .header__navigation__main__link:after {
    background-color: #D1B792; }

.header.scrolled .header__title__logo,
.header.sticked .header__title__logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0px, -130px);
      transform: translate(0px, -130px); }

.header.scrolled .header__title__logotype,
.header.sticked .header__title__logotype {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

@media (max-width: 1280px) {
  .header__navigation__main__list {
    padding: 0 24px;
    max-width: 646px;
    margin: 0;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header__navigation__main__item + .header__navigation__main__item {
    margin-left: 0px; }
  .header__navigation__sub {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: end;
        align-items: flex-end;
    height: 68px;
    width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-left: 16px; }
  .header__navigation__sub__list {
    line-height: 22px; }
    .header__navigation__sub__list:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
  .header__navigation__sub__item {
    text-align: left; }
  .header__navigation__sub__sns {
    width: auto;
    margin-right: 4px;
    margin: 4px; }
  .header__navigation__sub__sns__link + .header__navigation__sub__sns__link {
    margin-left: 16px; } }

@media (max-width: 1024px) {
  .header {
    -ms-transform: none !important;
        transform: none !important;
    position: relative; }
  .header__splogo {
    content: "";
    display: block;
    width: 179px;
    height: 144px;
    background-image: url(/img/common/logo_img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 35px;
    z-index: 1; }
  .header__toggle {
    display: block;
    width: 56px;
    height: 56px;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #333333;
    z-index: 100; }
    .header__toggle a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
    .header__toggle span {
      display: block;
      width: 26px;
      height: 2px;
      background-color: #FFF;
      position: absolute;
      top: 27px;
      left: 15px; }
      .header__toggle span:nth-of-type(1) {
        -ms-transform: translate(0px, -9px);
            transform: translate(0px, -9px); }
      .header__toggle span:nth-of-type(2) {
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
      .header__toggle span:nth-of-type(3) {
        -ms-transform: translate(0px, 9px);
            transform: translate(0px, 9px); }
  .header__container {
    position: fixed;
    width: 100%;
    height: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #b0803b;
    z-index: 99;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__title {
    width: 100%;
    height: 56px;
    background-color: #333333;
    z-index: 1; }
    .header__title:before, .header__title:after {
      display: none; }
  .header__title__logo {
    display: none; }
  .header__title__logotype {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: none !important;
        transform: none !important;
    transition: none !important; }
  .header__title__logotype__logo {
    width: 180px;
    height: 18px;
    background-size: 180px 18px;
    position: absolute;
    left: 20px;
    top: 19px; }
  .header__title__logotype__backtop {
    display: none; }
  .header__navigation {
    padding-top: 56px;
    overflow: scroll;
    height: 100vh; }
    .header__navigation:before {
      display: none; }
  .header__navigation__container {
    box-sizing: border-box;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 382px; }
  .header__navigation__main {
    width: 100%;
    height: 250px;
    -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    padding: 20px 0 0; }
  .header__navigation__main__list {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  .header__navigation__main__item {
    display: block;
    text-align: center; }
  .header__navigation__main__link {
    display: inline-block;
    height: 50px;
    line-height: 50px; }
    .header__navigation__main__link:after {
      bottom: 4px;
      background-color: #D1B792 !important; }
  .header__navigation__sub {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 40px;
    margin: 20px 0 0; }
  .header__navigation__sub__list {
    text-align: center;
    font-size: 0px;
    line-height: 0px; }
  .header__navigation__sub__item {
    display: inline-block;
    margin: 0 10px; }
  .header__navigation__sub__link {
    font-size: 13px;
    line-height: 24px; }
  .header__navigation__sub__sns {
    width: 94px;
    margin: 12px auto 0; }
  .header__navigation__sub__sns__link + .header__navigation__sub__sns__link {
    margin-left: 23px; }
  .header.open .header__container {
    height: 100vh; }
  .header.open .header__toggle span:nth-of-type(1) {
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg); }
  .header.open .header__toggle span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .header.open .header__toggle span:nth-of-type(3) {
    -ms-transform: translate(0px, 0px) rotate(-45deg);
        transform: translate(0px, 0px) rotate(-45deg); } }

@media (max-width: 767px) {
  .header__splogo {
    width: 89px;
    height: 71px;
    left: 17px;
    top: 22px; } }

.pageheader {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 170px; }

.pageheader__eyecatch {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.pageheader__main {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 60px);
  max-width: 1130px;
  height: 140px;
  padding: 0 60px;
  margin: -70px auto 0;
  background-color: #b0803b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.pageheader__title__ja {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 28px;
  color: #FFF;
  line-height: 30px; }

.pageheader__title__en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 13px;
  color: #000; }

.pageheader__nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 82px;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.pageheader__nav__item {
  margin: 6px 0 6px 30px; }
  .pageheader__nav__item:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1; }
  .pageheader__nav__item:nth-of-type(2) {
    -ms-flex-order: 3;
        order: 3; }
  .pageheader__nav__item:nth-of-type(3) {
    -ms-flex-order: 5;
        order: 5; }
  .pageheader__nav__item:nth-of-type(4) {
    -ms-flex-order: 2;
        order: 2; }
  .pageheader__nav__item:nth-of-type(5) {
    -ms-flex-order: 4;
        order: 4; }
  .pageheader__nav__item:nth-of-type(6) {
    -ms-flex-order: 6;
        order: 6; }
  @media (max-width: 1024px) {
    .pageheader__nav__item:nth-of-type(1) {
      -ms-flex-order: 1;
          order: 1; }
    .pageheader__nav__item:nth-of-type(2) {
      -ms-flex-order: 2;
          order: 2; }
    .pageheader__nav__item:nth-of-type(3) {
      -ms-flex-order: 3;
          order: 3; }
    .pageheader__nav__item:nth-of-type(4) {
      -ms-flex-order: 4;
          order: 4; }
    .pageheader__nav__item:nth-of-type(5) {
      -ms-flex-order: 5;
          order: 5; }
    .pageheader__nav__item:nth-of-type(6) {
      -ms-flex-order: 6;
          order: 6; } }

.pageheader__nav__link {
  display: block;
  position: relative;
  width: auto;
  height: 29px;
  padding-left: 38px;
  line-height: 29px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }
  .pageheader__nav__link:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.5); }
  .pageheader__nav__link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg);
    position: absolute;
    left: 10px;
    top: 8px; }
  html:not(.touch) .pageheader__nav__link {
    transition: color .1s linear; }
    html:not(.touch) .pageheader__nav__link:before {
      transition: opacity .1s linear; }
    html:not(.touch) .pageheader__nav__link:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      color: rgba(0, 0, 0, 0.5); }
      html:not(.touch) .pageheader__nav__link:hover:before {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
      html:not(.touch) .pageheader__nav__link:hover:after {
        animation: pagecheader_btn-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }
  html:not(.wf-active) .pageheader__nav__link {
    visibility: hidden;
    color: #000 !important; }

@keyframes pagecheader_btn-hover {
  0% {
    transform: translate(0, 3px) rotate(45deg); }
  100% {
    transform: translate(0px, 0) rotate(45deg); } }

@media (max-width: 1024px) {
  .pageheader {
    height: auto;
    margin-bottom: 100px; }
  .pageheader__main {
    height: auto;
    display: block;
    padding: 36px 30px 30px; }
  .pageheader__nav {
    width: 100%;
    margin: 16px 0 0; }
  .pageheader__nav__list {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    height: auto;
    margin-left: -30px; } }

@media (max-width: 767px) {
  .pageheader {
    height: auto;
    margin-bottom: 40px; }
  .pageheader__eyecatch {
    height: 280px; }
  .pageheader__title__ja {
    font-size: 24px;
    line-height: 36px; }
  .pageheader__title__en {
    font-size: 13px;
    line-height: 20px; }
  .pageheader__main {
    width: calc(100% - 32px);
    padding: 16px 24px 16px;
    height: auto;
    margin-top: -44px; }
  .pageheader__nav__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: 0; }
  .pageheader__nav__item {
    margin-left: 0px;
    box-sizing: border-box;
    min-width: 50%; }
  .pageheader__nav__link {
    height: auto;
    line-height: 20px;
    padding: 5px 0 5px 38px; }
    .pageheader__nav__link:before {
      top: 50%;
      margin-top: -15px; }
    .pageheader__nav__link:after {
      top: 50%;
      margin-top: -7px; } }

@media (max-width: 374px) {
  .pageheader__title__ja {
    line-height: 30px;
    margin: 4px 0 4px; }
    .pageheader__title__ja span {
      display: block; } }

.wysiwyg_texting p, .news__sigle__body p, .wysiwyg_texting ol, .news__sigle__body ol, .wysiwyg_texting ul, .news__sigle__body ul, .wysiwyg_texting blockquote, .news__sigle__body blockquote {
  margin: 36px 0; }

.wysiwyg_texting a, .news__sigle__body a {
  text-decoration: underline;
  color: #b0803b; }

.wysiwyg_texting strong, .news__sigle__body strong {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.wysiwyg_texting em, .news__sigle__body em {
  font-style: italic; }

.wysiwyg_texting del, .news__sigle__body del {
  text-decoration: line-through; }

.wysiwyg_texting ol, .news__sigle__body ol {
  list-style: decimal outside;
  padding: 0; }

.wysiwyg_texting ul, .news__sigle__body ul {
  list-style: disc outside;
  padding: 0; }

.wysiwyg_texting li ol, .news__sigle__body li ol, .wysiwyg_texting li ul, .news__sigle__body li ul {
  margin: 0 0 0 20px; }

.wysiwyg_texting dl, .news__sigle__body dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 50px auto; }
  .wysiwyg_texting dl dt, .news__sigle__body dl dt,
  .wysiwyg_texting dl dd, .news__sigle__body dl dd {
    box-sizing: border-box;
    width: 50%;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    border-top: 1px solid #e5e5e5;
    line-height: 24px;
    padding: 20px; }
  .wysiwyg_texting dl dt, .news__sigle__body dl dt {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em; }

.wysiwyg_texting blockquote, .news__sigle__body blockquote {
  padding: 8px 32px;
  background-color: #f2f2f2; }
  .wysiwyg_texting blockquote p, .news__sigle__body blockquote p, .wysiwyg_texting blockquote ol, .news__sigle__body blockquote ol, .wysiwyg_texting blockquote ul, .news__sigle__body blockquote ul {
    margin: 24px 0; }

.wysiwyg_texting hr, .news__sigle__body hr {
  width: 50%;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
  margin: 48px auto; }

.wysiwyg_texting img, .news__sigle__body img,
.wysiwyg_texting img.alignleft, .news__sigle__body img.alignleft,
.wysiwyg_texting img.alignright, .news__sigle__body img.alignright,
.wysiwyg_texting img.aligncenter, .news__sigle__body img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px auto 50px; }

.wysiwyg_texting > *:first-child, .news__sigle__body > *:first-child {
  margin-top: 0px; }

.wysiwyg_texting > *:last-child, .news__sigle__body > *:last-child {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .wysiwyg_texting p, .news__sigle__body p, .wysiwyg_texting ol, .news__sigle__body ol, .wysiwyg_texting ul, .news__sigle__body ul, .wysiwyg_texting blockquote, .news__sigle__body blockquote {
    margin: 24px 0; }
  .wysiwyg_texting li ol, .news__sigle__body li ol, .wysiwyg_texting li ul, .news__sigle__body li ul {
    margin: 0 0 0 14px; }
  .wysiwyg_texting dl, .news__sigle__body dl {
    margin: 32px auto; }
    .wysiwyg_texting dl dt, .news__sigle__body dl dt,
    .wysiwyg_texting dl dd, .news__sigle__body dl dd {
      line-height: 24px;
      padding: 16px 0px 16px 16px; }
  .wysiwyg_texting blockquote, .news__sigle__body blockquote {
    padding: 8px 16px; }
    .wysiwyg_texting blockquote p, .news__sigle__body blockquote p, .wysiwyg_texting blockquote ol, .news__sigle__body blockquote ol, .wysiwyg_texting blockquote ul, .news__sigle__body blockquote ul {
      margin: 18px 0; }
  .wysiwyg_texting hr, .news__sigle__body hr {
    margin: 32px auto; }
  .wysiwyg_texting img, .news__sigle__body img,
  .wysiwyg_texting img.alignleft, .news__sigle__body img.alignleft,
  .wysiwyg_texting img.alignright, .news__sigle__body img.alignright,
  .wysiwyg_texting img.aligncenter, .news__sigle__body img.aligncenter {
    margin: 34px auto 34px; } }

.about .header__navigation__main__link.about:after {
  display: block; }

/* concept */
/* /concept */
/* floormap */
.about__floormap__floornum {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #b2b2b2;
  margin-bottom: 10px; }

.about__floormap__mapimage img {
  display: block;
  max-width: 100%;
  height: auto; }

.about__floormap__detail {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 30px 0 0; }

.about__floormap__detail__list, .about__floormap__detail__list--3column {
  list-style: none outside;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.about__floormap__detail__item {
  position: relative;
  box-sizing: border-box;
  -ms-flex: 0 1 calc(50% - 10px);
      flex: 0 1 calc(50% - 10px);
  padding: 2px 0 2px 36px;
  font-size: 14px;
  line-height: 20px;
  margin: 9px 0; }
  .about__floormap__detail__item:nth-of-type(odd) {
    margin-right: 20px; }

.about__floormap__detail__item__num {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2a368f;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px; }

.about__floormap__detail__list--3column .about__floormap__detail__item {
  -ms-flex: 0 1 calc(33.3333% - 10px);
      flex: 0 1 calc(33.3333% - 10px); }
  .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+1), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+2) {
    margin-right: 15px; }
  .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+3) {
    margin-right: 0px; }

@media (max-width: 767px) {
  .about .contentsgrid__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
  .about__floormap__floornum {
    margin: 0 15px 0 0; }
  .about__floormap__detail__list .about__floormap__detail__item, .about__floormap__detail__list--3column .about__floormap__detail__item,
  .about__floormap__detail__list--3column .about__floormap__detail__item {
    width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px); }
    .about__floormap__detail__list .about__floormap__detail__item:nth-of-type(3n+1), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+1), .about__floormap__detail__list .about__floormap__detail__item:nth-of-type(3n+2), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+2), .about__floormap__detail__list .about__floormap__detail__item:nth-of-type(3n+3), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+3), .about__floormap__detail__list .about__floormap__detail__item:nth-of-type(even), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(even),
    .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+1),
    .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+2),
    .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(3n+3),
    .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(even) {
      margin-right: 0px; }
    .about__floormap__detail__list .about__floormap__detail__item:nth-of-type(odd), .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(odd),
    .about__floormap__detail__list--3column .about__floormap__detail__item:nth-of-type(odd) {
      margin-right: 20px; }
  .about__floormap__f1 .about__floormap__detail__item,
  .about__floormap__f2 .about__floormap__detail__item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .about__floormap__f1 .about__floormap__detail__item:nth-of-type(odd), .about__floormap__f1 .about__floormap__detail__item:nth-of-type(even), .about__floormap__f1 .about__floormap__detail__item:nth-of-type(3n+1), .about__floormap__f1 .about__floormap__detail__item:nth-of-type(3n+2), .about__floormap__f1 .about__floormap__detail__item:nth-of-type(3n+3),
    .about__floormap__f2 .about__floormap__detail__item:nth-of-type(odd),
    .about__floormap__f2 .about__floormap__detail__item:nth-of-type(even),
    .about__floormap__f2 .about__floormap__detail__item:nth-of-type(3n+1),
    .about__floormap__f2 .about__floormap__detail__item:nth-of-type(3n+2),
    .about__floormap__f2 .about__floormap__detail__item:nth-of-type(3n+3) {
      margin-right: 0px; } }

/* /floormap */
/* guide */
.about__guide__fee {
  width: calc(100% + 40px);
  margin-left: -20px; }

.about__guide__fee__table {
  width: 100%; }
  .about__guide__fee__table th, .about__guide__fee__table td {
    box-sizing: border-box;
    padding: 12px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: left; }
    .about__guide__fee__table th:first-child, .about__guide__fee__table td:first-child {
      width: 300px; }
  .about__guide__fee__table th {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em; }
  .about__guide__fee__table tr:first-of-type th, .about__guide__fee__table tr:first-of-type td {
    border-top: 0px;
    padding-top: 0px; }

.about__guide__notice {
  margin-top: 20px; }
  .about__guide__notice li {
    position: relative;
    padding-left: 1.1em; }
    .about__guide__notice li span {
      display: block;
      position: absolute;
      left: 0px; }

@media (max-width: 767px) {
  .about__guide__fee {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .about__guide__fee__table {
    width: 100%; }
    .about__guide__fee__table th, .about__guide__fee__table td {
      box-sizing: border-box;
      padding: 12px 0px 12px 16px;
      border-top: 1px solid #e5e5e5;
      text-align: left;
      line-height: 24px;
      vertical-align: middle; }
      .about__guide__fee__table th:first-child, .about__guide__fee__table td:first-child {
        width: auto; }
    .about__guide__fee__table th {
      white-space: nowrap; }
  .about__guide__notice {
    margin-top: 12px; } }

/* /guide */
/* pamphlet */
.about__pamphlet__content {
  width: 100%;
  max-width: 680px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.about__pamphlet__block {
  width: 50%;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
  .about__pamphlet__block img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto; }

@media (max-width: 767px) {
  .about__pamphlet__content {
    display: block; }
  .about__pamphlet__block {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    text-align: center; }
    .about__pamphlet__block img {
      margin-bottom: 12px; }
    .about__pamphlet__block + .about__pamphlet__block {
      margin-top: 20px; } }

/* /pamphlet */
/* access */
.about__access__map img {
  display: block;
  max-width: 100%;
  height: auto; }

.about__access__links {
  margin: 24px 0; }
  .about__access__links a:not(:last-child) {
    margin-right: 20px; }

@media (max-width: 767px) {
  .about__access__links {
    margin: 12px 0 18px; }
    .about__access__links a {
      display: block;
      width: 250px;
      margin: 0 auto; }
      .about__access__links a:not(:last-child) {
        margin: 0px auto 10px; } }

/* /access */
.around .header__navigation__main__link.around:after {
  display: block; }

.around .pageheader__nav__item:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1; }

.around .pageheader__nav__item:nth-of-type(2) {
  -ms-flex-order: 3;
      order: 3; }

.around .pageheader__nav__item:nth-of-type(3) {
  -ms-flex-order: 2;
      order: 2; }

.around .pageheader__nav__item:nth-of-type(4) {
  -ms-flex-order: 4;
      order: 4; }

@media (max-width: 1024px) {
  .around .pageheader__nav__item:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1; }
  .around .pageheader__nav__item:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2; }
  .around .pageheader__nav__item:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3; }
  .around .pageheader__nav__item:nth-of-type(4) {
    -ms-flex-order: 4;
        order: 4; } }

/* sites */
.around__sites__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  line-height: 20px;
  padding: 8px 0; }

.around__sites__line__link {
  box-sizing: border-box;
  -ms-flex: 0 1 calc(100% - 360px);
      flex: 0 1 calc(100% - 360px);
  padding-right: 20px; }
  .around__sites__line__link a {
    color: #b0803b; }

.around__sites__line__access {
  -ms-flex: 0 1 180px;
      flex: 0 1 180px; }

.around__sites__line__external {
  -ms-flex: 0 1 180px;
      flex: 0 1 180px;
  height: 20px;
  position: relative; }
  .around__sites__line__external > a.roundbutton, .around__sites__line__external > a.roundbutton--reverse, .around__sites__line__external > a.news__sigle__nav__prev, .around__sites__line__external > a.roundbutton--large, .around__sites__line__external > a.news__sigle__nav__next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap; }

@media (max-width: 1024px) {
  .around__sites__line {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .around__sites__line__link {
    -ms-flex: 0 1 calc(100% - 180px);
        flex: 0 1 calc(100% - 180px); }
  .around__sites__line__external {
    box-sizing: border-box;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    height: auto;
    position: relative;
    margin-top: 8px;
    padding-left: calc(100% - 180px); }
    .around__sites__line__external > a.roundbutton, .around__sites__line__external > a.roundbutton--reverse, .around__sites__line__external > a.news__sigle__nav__prev, .around__sites__line__external > a.roundbutton--large, .around__sites__line__external > a.news__sigle__nav__next {
      display: block;
      max-width: 160px;
      position: relative;
      top: auto;
      margin: 0 auto 0 0; } }

@media (max-width: 767px) {
  .around__sites__line:first-child {
    padding-top: 0px; }
  .around__sites__line__link {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-right: 0px; }
  .around__sites__line__access {
    position: relative;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 8px; }
  .around__sites__line__external {
    margin-top: 8px;
    padding: 0; } }

/* /sites */
/* map */
.around__map__image img {
  display: block;
  max-width: 100%;
  height: auto; }

.around__map__links {
  margin: 24px 0 0; }
  .around__map__links a:not(:last-child) {
    margin-right: 20px; }

@media (max-width: 767px) {
  .around__map__links {
    margin: 12px 0 0px; }
    .around__map__links a {
      display: block;
      width: 250px;
      margin: 0 auto; }
      .around__map__links a:not(:last-child) {
        margin: 0px auto 10px; } }

/* /map*/
/* hotspring */
/* /hotspring*/
/* sightseeing */
/* /sightseeing*/
/* historical */
/* /historical*/
.contact__form {
  width: calc(100% - 60px);
  max-width: 760px;
  margin: 60px auto 0; }

.contact__form__description {
  margin: 0 0 50px; }

.contact__form__part {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.contact__form__part__label {
  position: relative;
  box-sizing: border-box;
  width: 200px;
  -ms-flex: 1 1 200px;
      flex: 1 1 200px;
  margin-right: 20px;
  border-top: 1px solid #e5e5e5;
  padding: 19px 20px;
  line-height: 24px; }
  .contact__form__part__label span.required {
    display: block;
    width: 46px;
    height: 22px;
    background-color: #000;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 20px;
    top: 21px; }

.contact__form__part__input {
  position: relative;
  width: calc(100% - 220px);
  -ms-flex: 1 1 calc(100% - 220px);
      flex: 1 1 calc(100% - 220px);
  border-top: 1px solid #e5e5e5; }
  .contact__form__part__input select {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1; }
  .contact__form__part__input input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
    margin: 0px;
    outline: 0;
    padding: 19px 20px; }
    .contact__form__part__input input:placeholder-shown {
      color: #bfbfbf; }
    .contact__form__part__input input::-webkit-input-placeholder {
      color: #bfbfbf; }
    .contact__form__part__input input:-moz-placeholder {
      color: #bfbfbf;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__form__part__input input::-moz-placeholder {
      color: #bfbfbf;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__form__part__input input:-ms-input-placeholder {
      color: #bfbfbf; }
  .contact__form__part__input textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
    margin: 0px;
    outline: 0;
    padding: 19px 20px; }
    .contact__form__part__input textarea:placeholder-shown {
      color: #bfbfbf; }
    .contact__form__part__input textarea::-webkit-input-placeholder {
      color: #bfbfbf; }
    .contact__form__part__input textarea:-moz-placeholder {
      color: #bfbfbf;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__form__part__input textarea::-moz-placeholder {
      color: #bfbfbf;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__form__part__input textarea:-ms-input-placeholder {
      color: #bfbfbf; }

.contact__form__part__input__selectlabel {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 19px 20px;
  line-height: 24px;
  color: #bfbfbf; }
  .contact__form__part__input__selectlabel.active {
    color: #000; }
  .contact__form__part__input__selectlabel:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/common/dropdown.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 22px; }

.contact__form__message {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #ccc;
  padding: 20px;
  text-align: center;
  margin: 40px auto; }
  .contact__form__message p, .contact__form__message li {
    line-height: 24px; }
  .contact__form__message li {
    display: none; }
    .contact__form__message li:before {
      content: "・";
      padding-right: 6px; }
  .contact__form__message.success {
    border-color: #28a745;
    color: #28a745; }
  .contact__form__message.error, .contact__form__message.invalid {
    border-color: #dc3545;
    color: #dc3545; }

.contact__form__send {
  cursor: pointer;
  display: block;
  width: 280px;
  height: 56px;
  border-radius: 28px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 54px;
  padding-left: 30px;
  background-color: transparent; }
  .contact__form__send.processing {
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(195, 195, 195, 0.5) !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    cursor: default;
    pointer-events: none; }
    .contact__form__send.processing:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      animation: none !important; }

@media (max-width: 767px) {
  .contact__form {
    width: calc(100% - 32px);
    margin: 0 auto 0; }
  .contact__form__description {
    margin: 0 auto 24px;
    width: calc(100% - 32px); }
  .contact__form__part {
    display: block; }
  .contact__form__part__label {
    width: 100%;
    margin-right: 0px;
    border-top: 1px solid #e5e5e5;
    padding: 16px 16px 0;
    line-height: 24px;
    font-size: 16px; }
    .contact__form__part__label span.required {
      right: 16px;
      top: 16px; }
  .contact__form__part__input {
    width: 100%;
    border-top: 0px; }
    .contact__form__part__input select {
      font-size: 16px; }
    .contact__form__part__input input {
      height: 56px;
      padding: 16px;
      font-size: 16px; }
    .contact__form__part__input textarea {
      font-size: 16px;
      height: 160px;
      padding: 16px; }
  .contact__form__part__input__selectlabel {
    height: 56px;
    padding: 16px;
    font-size: 16px;
    line-height: 24px; }
    .contact__form__part__input__selectlabel:after {
      right: 16px;
      top: 22px; } }

.exhibition .header__navigation__main__link.exhibition:after {
  display: block; }

.exhibition .pageheader__nav__item:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1; }

.exhibition .pageheader__nav__item:nth-of-type(2) {
  -ms-flex-order: 3;
      order: 3; }

.exhibition .pageheader__nav__item:nth-of-type(3) {
  -ms-flex-order: 2;
      order: 2; }

@media (max-width: 1024px) {
  .exhibition .pageheader__nav__item:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1; }
  .exhibition .pageheader__nav__item:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2; }
  .exhibition .pageheader__nav__item:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3; } }

.exhibition__section__cover {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.exhibition__section__cover__container {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin: 0 auto 0;
  padding-top: 54px; }

.exhibition__section__cover__title__block {
  display: inline-block;
  text-align: left; }

.exhibition__section__cover__title__ja {
  font-size: 28px;
  color: #FFF;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.exhibition__section__cover__title__en {
  font-size: 13px;
  letter-spacing: 0px;
  color: #b0803b;
  line-height: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em; }

.exhibition__section__cover__catch {
  margin: 60px 0 0; }
  .exhibition__section__cover__catch p {
    display: inline-block;
    font-size: 32px;
    line-height: 1.6875em;
    text-align: left;
    color: #FFF;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.15em; }

.exhibition__section#dinosaur .exhibition__section__cover__title,
.exhibition__section#sea .exhibition__section__cover__title {
  text-align: left; }

.exhibition__section#dinosaur .exhibition__section__cover__catch,
.exhibition__section#sea .exhibition__section__cover__catch {
  text-align: right; }

.exhibition__section#universe .exhibition__section__cover__title {
  text-align: right; }

.exhibition__section#universe .exhibition__section__cover__catch {
  text-align: left; }

.exhibition__section__main {
  width: calc(100% - 60px);
  max-width: 870px;
  height: auto;
  margin: 0 auto 0; }

.exhibition__section__images {
  width: 100%;
  height: auto;
  margin: -16.09% auto 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.exhibition__section__images__img {
  -ms-flex: 0 1 calc(50% - 15px);
      flex: 0 1 calc(50% - 15px); }
  .exhibition__section__images__img img {
    display: block;
    width: 100%;
    height: auto; }

.exhibition__section__slides {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: -16.09% auto 40px; }
  .exhibition__section__slides.dragging * {
    transition: none !important; }

.exhibition__section__slides {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

.exhibition__section__slides__container {
  font-size: 0px;
  letter-spacing: 0px;
  line-height: 0px;
  white-space: nowrap;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }

.exhibition__section__slides__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px; }
  .exhibition__section__slides__img:last-child {
    margin-right: 0px; }
  .exhibition__section__slides__img img {
    display: block;
    width: 100%;
    height: auto; }

.exhibition__section__slides__pager {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  margin: 18px 0 0;
  position: relative;
  z-index: 1; }
  .exhibition__section__slides__pager span[data-page] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity .1s linear; }
    html:not(.touch) .exhibition__section__slides__pager span[data-page]:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.exhibition__section__slides[data-position="0"] .exhibition__section__slides__pager span[data-page="0"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="1"] .exhibition__section__slides__pager span[data-page="1"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="2"] .exhibition__section__slides__pager span[data-page="2"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="3"] .exhibition__section__slides__pager span[data-page="3"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="4"] .exhibition__section__slides__pager span[data-page="4"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="5"] .exhibition__section__slides__pager span[data-page="5"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="6"] .exhibition__section__slides__pager span[data-page="6"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="7"] .exhibition__section__slides__pager span[data-page="7"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="8"] .exhibition__section__slides__pager span[data-page="8"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="9"] .exhibition__section__slides__pager span[data-page="9"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.exhibition__section__slides[data-position="10"] .exhibition__section__slides__pager span[data-page="10"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 767px) {
  .exhibition__section__cover {
    height: auto;
    padding-bottom: 20%; }
  .exhibition__section__cover__container {
    width: calc(100% - 64px);
    padding-top: 40px; }
  .exhibition__section__cover__title__block {
    display: inline-block;
    text-align: left; }
  .exhibition__section__cover__title__ja {
    font-size: 24px;
    line-height: 36px; }
  .exhibition__section__cover__title__en {
    font-size: 13px;
    line-height: 20px; }
  .exhibition__section__cover__catch {
    margin: 24px 0 0; }
    .exhibition__section__cover__catch p {
      font-size: 24px;
      line-height: 1.6875em; }
      .exhibition__section__cover__catch p br {
        display: none; }
  .exhibition__section#dinosaur .exhibition__section__cover__title,
  .exhibition__section#sea .exhibition__section__cover__title,
  .exhibition__section#universe .exhibition__section__cover__title {
    text-align: left; }
  .exhibition__section#dinosaur .exhibition__section__cover__catch,
  .exhibition__section#sea .exhibition__section__cover__catch,
  .exhibition__section#universe .exhibition__section__cover__catch {
    text-align: left; }
  .exhibition__section__main {
    width: calc(100% - 64px); }
  .exhibition__section__images {
    margin: -16.09% auto 18px; }
  .exhibition__section__images__img {
    -ms-flex: 0 1 calc(50% - 3px);
        flex: 0 1 calc(50% - 3px); }
    .exhibition__section__images__img img {
      display: block;
      width: 100%;
      height: auto; }
  .exhibition__section__slides {
    margin-bottom: 18px; }
  .exhibition__section__slides__img {
    width: calc(50% - 3px);
    margin-right: 6px; } }

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

/* .index__hero */
.index__hero {
  position: relative;
  width: 100%;
  height: 100vh; }

.index__hero__images {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #333333; }

.index__hero__images__slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  transition: width 2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden; }
  .index__hero__images__slide.active, .index__hero__images__slide.last {
    width: 100%; }
    .index__hero__images__slide.active .index__hero__images__slide__image, .index__hero__images__slide.last .index__hero__images__slide__image {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .index__hero__images__slide.last {
    z-index: 1; }
  .index__hero__images__slide.active {
    z-index: 2; }

.index__hero__images__slide__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 15s linear;
  -ms-transform: scale(1);
      transform: scale(1); }

.index__hero__catch {
  width: calc(100% - 60px);
  max-width: 1010px;
  height: 162px;
  position: relative;
  top: calc(50% - 81px);
  margin: 0 auto 0; }

.index__hero__catch__lead {
  font-size: 42px;
  line-height: 58px;
  color: #FFF;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.index__hero__catch__en {
  font-size: 13px;
  color: #b0803b;
  margin: 10px 0 0;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em; }

.index__hero__scroll {
  width: 9px;
  height: 100px;
  position: absolute;
  left: 44px;
  bottom: 50px;
  z-index: 1;
  padding-bottom: 60px; }

.index__hero__scroll__arrow {
  display: block;
  width: 9px;
  height: 100px;
  background-image: url(/img/common/arrow_v_wh.png);
  background-size: 9px 100px;
  background-position: left bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%); }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%); } }

.index__hero__scroll__text {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  width: 44px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 100px;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  -ms-transform: rotate(90deg) translate(0px, 6px);
      transform: rotate(90deg) translate(0px, 6px); }

.index__hero__nav {
  width: 110px;
  height: 55px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #FFF; }

.index__hero__nav__bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 0px; }
  .index__hero__nav__bar span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    background-color: #b0803b;
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1); }

.index__hero__nav__prev,
.index__hero__nav__next {
  box-sizing: border-box;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  cursor: pointer; }
  .index__hero__nav__prev:before,
  .index__hero__nav__next:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: opacity .1s linear; }
  .index__hero__nav__prev.disabled,
  .index__hero__nav__next.disabled {
    pointer-events: none; }
    .index__hero__nav__prev.disabled:before,
    .index__hero__nav__next.disabled:before {
      opacity: 0.5 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index__hero__nav__prev {
  left: 0px; }
  .index__hero__nav__prev:before {
    border-width: 1px 0 0 1px;
    margin: -7px 0 0 -3px; }

.index__hero__nav__next {
  right: 0px; }
  .index__hero__nav__next:before {
    border-width: 0 1px 1px 0;
    margin: -7px 0 0 -11px; }

@media (max-width: 1024px) {
  .index__hero {
    height: 600px; } }

@media (max-width: 1024px) {
  .index__hero__scroll {
    left: 17px;
    padding-bottom: 0px;
    bottom: 20px;
    margin-bottom: 12.24%;
    height: 75px; }
  .index__hero__scroll__arrow {
    height: 75px; }
  .index__hero__scroll__text {
    display: none; } }

@media (max-width: 767px) {
  .index__hero {
    height: 375px; }
  .index__hero__scroll {
    width: 6px;
    height: 50px;
    left: 16px;
    margin-bottom: 0px;
    bottom: 60px; }
  .index__hero__scroll__arrow {
    width: 6px;
    height: 50px; }
  .index__hero__catch {
    width: calc(100% - 64px);
    height: 98px;
    top: calc(50% - 50px); }
  .index__hero__catch__lead {
    font-size: 24px;
    line-height: 34px; }
  .index__hero__catch__en {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 0; }
  .index__hero__nav {
    width: 66px;
    height: 33px; }
  .index__hero__nav__prev,
  .index__hero__nav__next {
    width: 33px;
    height: 33px; }
    .index__hero__nav__prev:before,
    .index__hero__nav__next:before {
      width: 8px;
      height: 8px; }
  .index__hero__nav__prev:before {
    margin: -5px 0 0 -3px; }
  .index__hero__nav__next:before {
    margin: -5px 0 0 -7px; } }

/* /.index__hero */
/* .index__verticaltitle */
.index__verticaltitle {
  width: 215px;
  position: relative; }

.index__verticaltitle__container {
  position: absolute;
  padding: 0 0 0 26px;
  left: 50%;
  margin-left: -32px; }

.index__verticaltitle__label {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: normal;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  white-space: nowrap; }

.index__verticaltitle__en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 13px;
  line-height: 20px;
  color: #b2b2b2;
  position: absolute;
  left: 0px;
  top: 3px;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  -ms-transform: translate(0%, -100%) rotate(90deg);
      transform: translate(0%, -100%) rotate(90deg);
  letter-spacing: 0px;
  white-space: nowrap; }

@media (max-width: 1440px) {
  .index__verticaltitle {
    width: calc(50% - 505px); } }

@media (max-width: 1280px) {
  .index__verticaltitle {
    width: 135px; } }

@media (max-width: 1024px) {
  .index__verticaltitle {
    width: 100%; }
  .index__verticaltitle__container {
    position: relative;
    padding: 0;
    left: auto;
    margin-left: 0px; }
  .index__verticaltitle__label {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr;
    -webkit-writing-mode: horizontal-tb;
    font-feature-settings: "palt";
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.15em;
    text-align: center; }
  .index__verticaltitle__en {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    left: auto;
    top: auto;
    -ms-transform: none;
        transform: none;
    letter-spacing: 0px;
    text-align: center; } }

@media (max-width: 767px) {
  .index__verticaltitle__label {
    font-size: 24px;
    line-height: 36px; }
  .index__verticaltitle__en {
    font-size: 13px;
    line-height: 20px;
    color: #b2b2b2; } }

/* /.index__verticaltitle */
/* .index__imagephoto */
.index__imagephoto {
  position: relative;
  margin: 0 auto 100px;
  pointer-events: none; }

.index__imagephoto__container {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1010px;
  height: auto;
  margin: 0 auto; }

.index__imagephoto__image {
  width: 55.6436%;
  height: auto;
  margin-top: -168px; }
  .index__imagephoto__image:nth-of-type(odd) {
    margin-right: auto; }
  .index__imagephoto__image:nth-of-type(even) {
    margin-left: auto; }
  .index__imagephoto__image div {
    width: 100%;
    height: 0px;
    padding-top: 66.726%;
    position: relative; }
  .index__imagephoto__image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }

.index__imagephoto.scrollFx .index__imagephoto__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0px, 60px);
      transform: translate(0px, 60px); }
  .index__imagephoto.scrollFx .index__imagephoto__image:nth-of-type(odd) {
    transition: opacity 0.5s linear 0.25s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }
  .index__imagephoto.scrollFx .index__imagephoto__image:nth-of-type(even) {
    transition: opacity 0.5s linear 0.5s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }

.index__imagephoto.scrollFx .index__dino1 > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(-45px, 0px);
      transform: translate(-45px, 0px);
  transition: opacity 0.75s linear 1s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s; }

.index__imagephoto.scrollFx .index__dino3 > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(45px, 0px);
      transform: translate(45px, 0px);
  transition: opacity 0.75s linear 1.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.25s; }

.index__imagephoto.scrollFx .index__dino2 > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(-45px, 0px);
      transform: translate(-45px, 0px);
  transition: opacity 0.75s linear 1.5s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s; }

.index__imagephoto.scrollFx.appear .index__imagephoto__image,
.index__imagephoto.scrollFx.appear .index__dino1 > div,
.index__imagephoto.scrollFx.appear .index__dino2 > div,
.index__imagephoto.scrollFx.appear .index__dino3 > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

@media (max-width: 1024px) {
  .index__imagephoto {
    max-width: 640px;
    margin-bottom: 260px; }
  .index__imagephoto__container {
    width: calc(100% - 32px); }
  .index__imagephoto__image {
    margin-top: 0px; }
    .index__imagephoto__image:nth-of-type(odd) {
      margin-top: -12.24%; }
    .index__imagephoto__image:nth-of-type(even) {
      margin-top: -16.91%; } }

@media (max-width: 767px) {
  .index__imagephoto {
    margin-bottom: calc(25.46688% + 30px); }
  .index__imagephoto__image:nth-of-type(odd) {
    margin-top: -42px; } }

/* /.index__imagephoto */
/* .index__information */
.index__information {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 180px;
  padding: 0 215px 0; }

.index__information__title {
  height: 360px;
  position: absolute;
  left: 0px;
  top: 0px; }

.index__information__label {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 26px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.index__information__main {
  width: 100%;
  max-width: 1010px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.index__information__news.scrollFx {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0px, 60px);
      transform: translate(0px, 60px);
  transition: opacity 0.5s linear 0.25s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }
  .index__information__news.scrollFx.appear {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }

.index__information__schedule.scrollFx {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0px, 60px);
      transform: translate(0px, 60px);
  transition: opacity 0.5s linear 0.5s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .index__information__schedule.scrollFx.appear {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }

/* news */
.index__information__news {
  width: calc(50% - 15px);
  max-width: 465px;
  -ms-flex: 0 1 calc(50% - 15px);
      flex: 0 1 calc(50% - 15px); }

.index__information__news__list {
  margin: 0 0 20px; }

.index__information__news__list__article {
  position: relative;
  border-top: 1px solid #f2f2f2;
  padding: 16px 20px; }

.index__information__news__list__article__link {
  display: block;
  color: #000;
  text-decoration: none; }

.index__information__news__list__article__date {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 16px;
  color: #b2b2b2;
  line-height: 28px; }

.index__information__news__list__article__cat {
  width: 66px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.index__information__news__list__article__title {
  font-size: 14px;
  line-height: 28px; }

/* /news */
/* schedule */
.index__information__schedule {
  width: calc(50% - 15px);
  max-width: 465px;
  -ms-flex: 0 1 calc(50% - 15px);
      flex: 0 1 calc(50% - 15px); }

.index__information__schedule__viewport {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden; }
  .index__information__schedule__viewport.nextmonth .index__information__schedule__block {
    -ms-transform: translate(calc(-100% - 10px), 0%);
        transform: translate(calc(-100% - 10px), 0%); }
  .index__information__schedule__viewport.nextmonth .index__information__schedule__move.next {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .index__information__schedule__viewport.nextmonth .index__information__schedule__move.prev {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.index__information__schedule__block {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .index__information__schedule__block + .index__information__schedule__block {
    margin-left: 10px; }

.index__information__schedule__move {
  display: block;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .index__information__schedule__move:after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
    -ms-transform: translate(0px, 0px) rotate(-45deg);
        transform: translate(0px, 0px) rotate(-45deg);
    position: absolute;
    left: 7px;
    top: 9px; }
  .index__information__schedule__move.next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .index__information__schedule__move.prev {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 5px;
    right: auto;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  html:not(.touch) .index__information__schedule__move {
    transition: border-color .1s linear, opacity .1s linear; }
    html:not(.touch) .index__information__schedule__move:hover {
      border: 1px solid rgba(0, 0, 0, 0.25); }
      html:not(.touch) .index__information__schedule__move:hover:after {
        animation: calender_btn-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes calender_btn-hover {
  0% {
    transform: translate(3px, 0px) rotate(-45deg); }
  100% {
    transform: translate(0px, 0px) rotate(-45deg); } }

.index__information__schedule__calendar__week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  .index__information__schedule__calendar__week > span {
    width: 14.28%;
    -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0; }

.index__information__schedule__calendar__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-top: -1px; }
  .index__information__schedule__calendar__date > span {
    position: relative;
    width: 14.28%;
    -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 44px;
    border-top: 1px solid #f2f2f2; }
  .index__information__schedule__calendar__date > span > span {
    display: block;
    width: calc(100% - 1px);
    height: 14px;
    position: absolute;
    left: 0px;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent; }
    .index__information__schedule__calendar__date > span > span.open {
      bottom: 10px;
      background-color: #e5e5e5; }
    .index__information__schedule__calendar__date > span > span.close {
      bottom: 10px;
      background-color: #ea89b4; }
    .index__information__schedule__calendar__date > span > span.event {
      bottom: 25px;
      background-color: #f3cc6c; }
  .index__information__schedule__calendar__date:before {
    content: "";
    display: block;
    width: 0px;
    height: auto; }
  .index__information__schedule__calendar__date[data-startday="0"]:before {
    width: 0%; }
  .index__information__schedule__calendar__date[data-startday="1"]:before {
    width: 14.28%; }
  .index__information__schedule__calendar__date[data-startday="2"]:before {
    width: 28.56%; }
  .index__information__schedule__calendar__date[data-startday="3"]:before {
    width: 42.84%; }
  .index__information__schedule__calendar__date[data-startday="4"]:before {
    width: 57.12%; }
  .index__information__schedule__calendar__date[data-startday="5"]:before {
    width: 71.4%; }
  .index__information__schedule__calendar__date[data-startday="6"]:before {
    width: 85.68%; }

.index__information__schedule__legends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 46px 0 0; }

.index__information__schedule__legends__open,
.index__information__schedule__legends__event,
.index__information__schedule__legends__close {
  padding-left: 80px;
  position: relative;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  line-height: 26px; }
  .index__information__schedule__legends__open:before,
  .index__information__schedule__legends__event:before,
  .index__information__schedule__legends__close:before {
    content: "";
    display: block;
    width: 66px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px; }

.index__information__schedule__legends__open:before {
  background-color: #e5e5e5; }

.index__information__schedule__legends__event:before {
  background-color: #f3cc6c; }

.index__information__schedule__legends__close:before {
  background-color: #ea89b4; }

/* /schedule */
@media (max-width: 1440px) {
  .index__information {
    padding: 0 calc(50% - 505px) 0; } }

@media (max-width: 1280px) {
  .index__information {
    padding: 0 135px 0; } }

@media (max-width: 1024px) {
  .index__information {
    width: calc(100% - 60px);
    padding: 0 0;
    margin-bottom: 90px; }
  .index__information__title {
    position: relative;
    height: auto;
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .index__information {
    width: calc(100% - 32px); }
  .index__information__title {
    margin-bottom: 28px; }
  .index__information__main {
    display: block; }
  .index__information__label {
    font-size: 16px;
    margin-bottom: 10px; }
  .index__information__news {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px; }
  .index__information__schedule {
    width: 100%;
    max-width: 100%; }
  .index__information__news__list {
    margin-bottom: 28px; }
  .index__information__news__list__article {
    padding: 0px; }
  .index__information__news__list__article__link {
    padding: 10px 16px; }
  .index__information__news__list__article__date {
    font-size: 16px; }
  .index__information__news__list__article__cat {
    top: 14px; }
  .index__information__news__list__article__title {
    font-size: 14px;
    line-height: 24px; }
  .index__information__news__link {
    text-align: center; }
  .index__information__schedule__calendar__week > span {
    padding: 12px 0; }
  .index__information__schedule__calendar__date > span {
    padding: 10px 0 42px; }
  .index__information__schedule__calendar__date > span > span.open {
    bottom: 8px; }
  .index__information__schedule__calendar__date > span > span.close {
    bottom: 8px; }
  .index__information__schedule__calendar__date > span > span.event {
    bottom: 23px; }
  .index__information__schedule__legends {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 20px 0 0; }
  .index__information__schedule__legends__open {
    box-sizing: border-box;
    width: 100%; }
  .index__information__schedule__legends__open,
  .index__information__schedule__legends__event,
  .index__information__schedule__legends__close {
    padding-left: 54px;
    font-size: 12px;
    line-height: 24px; }
    .index__information__schedule__legends__open:before,
    .index__information__schedule__legends__event:before,
    .index__information__schedule__legends__close:before {
      width: 44px;
      height: 14px; } }

/* /.index__information */
/* .index__exhibition */
.index__exhibition {
  position: relative; }

.index__exhibition__eyecatch {
  position: relative;
  width: calc(1010px + calc(50% - 505px));
  padding-right: 215px;
  padding-bottom: 40px;
  margin-right: auto;
  overflow: visible; }

.index__dino4.scrollFx > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(-45px, 0px);
      transform: translate(-45px, 0px);
  transition: opacity 0.75s linear 0.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

.index__dino4.scrollFx.appear > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.index__dino5.scrollFx > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(45px, 0px);
      transform: translate(45px, 0px);
  transition: opacity 0.75s linear 0.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

.index__dino5.scrollFx.appear > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.index__exhibition__eyecatch__title {
  position: absolute;
  top: 0px;
  right: 0px; }
  .index__exhibition__eyecatch__title .index__verticaltitle__container {
    margin-left: -40px; }

.index__exhibition__eyecatch__image {
  width: 100%;
  height: 600px;
  position: relative; }

.index__exhibition__eyecatch__image__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.index__exhibition__main {
  margin-bottom: 150px;
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 0 auto 150px; }

.index__exhibition__main__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .index__exhibition__main__text p {
    width: calc(50% - 15px);
    max-width: 465px;
    -ms-flex: 0 1 calc(50% - 15px);
        flex: 0 1 calc(50% - 15px); }

.index__exhibition__main__link {
  text-align: center;
  margin: 30px auto 0; }

@media (max-width: 1440px) {
  .index__exhibition__eyecatch {
    box-sizing: border-box;
    width: 100%;
    padding-right: calc(50% - 505px); } }

@media (max-width: 1280px) {
  .index__exhibition__eyecatch {
    padding-right: 135px; } }

@media (max-width: 1024px) {
  .index__exhibition__eyecatch {
    position: relative;
    width: 100%;
    padding-right: 0px;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 6.5%; }
  .index__exhibition__eyecatch__image {
    height: auto; }
  .index__exhibition__eyecatch__image__img {
    height: 0px;
    padding-top: 48.98%; }
  .index__exhibition__eyecatch__title {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 24px; }
    .index__exhibition__eyecatch__title .index__verticaltitle__container {
      margin: 0; } }

@media (max-width: 767px) {
  .index__exhibition__eyecatch {
    margin-bottom: 32px; }
  .index__exhibition__eyecatch__title {
    margin-bottom: 14px; }
  .index__exhibition__main {
    width: calc(100% - 64px);
    margin-bottom: 120px; }
  .index__exhibition__main__text {
    display: block; }
    .index__exhibition__main__text p {
      width: 100%;
      margin: 0;
      max-width: 100%; }
    .index__exhibition__main__text p + p {
      margin-top: 18px; } }

/* /.index__exhibition */
/* .index__links */
.index__links {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0 auto 280px; }

.index__dino6.scrollFx > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(45px, 0px);
      transform: translate(45px, 0px);
  transition: opacity 0.75s linear 0.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

.index__dino6.scrollFx.appear > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.index__dino8.scrollFx > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(-45px, 0px);
      transform: translate(-45px, 0px);
  transition: opacity 0.75s linear 0.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

.index__dino8.scrollFx.appear > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.index__dino7.scrollFx > div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(45px, 0px);
      transform: translate(45px, 0px);
  transition: opacity 0.75s linear 0.25s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.25s; }

.index__dino7.scrollFx.appear > div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.index__links__column {
  width: 33.3333%;
  position: relative; }

.index__links__image {
  width: 100%;
  height: auto;
  position: relative; }
  .index__links__image div {
    width: 100%;
    height: 0px;
    padding-top: 66.6666%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.index__links__title {
  text-align: center;
  margin: 32px auto 0; }

.index__links__title__lead {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 24px; }

.index__links__title__en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 13px;
  line-height: 22px;
  color: #b2b2b2; }

.index__links__body {
  width: calc(100% - 60px);
  max-width: 340px;
  height: auto;
  margin: 10px auto 0; }

.index__links__button {
  text-align: center;
  margin: 36px auto 0; }

@media (max-width: 767px) {
  .index__links {
    display: block;
    width: calc(100% - 64px);
    margin-bottom: 180px; }
  .index__links__column {
    width: 100%; }
    .index__links__column + .index__links__column {
      margin-top: 40px; }
  .index__links__title {
    margin: 18px auto 0; }
  .index__links__title__lead {
    font-size: 20px;
    line-height: 26px; }
  .index__links__title__en {
    font-size: 13px;
    line-height: 20px; }
  .index__links__body {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 4px auto 0; }
  .index__links__button {
    margin-top: 20px; } }

/* /.index__links */
/* .index__dino */
.index__dino1 {
  width: 25.62%;
  max-width: 369px;
  height: auto;
  position: absolute;
  top: 180px;
  left: 34px;
  z-index: 1; }
  @media (min-width: 1440px) {
    .index__dino1 {
      left: 50%;
      margin-left: -686px; } }
  .index__dino1 div {
    width: 100%;
    height: 0;
    padding-top: 31.98%;
    position: relative;
    background-image: url(/img/index/dino_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino2 {
  width: 20%;
  max-width: 288px;
  height: auto;
  position: absolute;
  bottom: -46px;
  right: 50%;
  margin-right: 104px;
  z-index: 1; }
  .index__dino2 div {
    width: 100%;
    height: 0px;
    padding-top: 66.32%;
    position: relative;
    background-image: url(/img/index/dino_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino3 {
  width: 20.28%;
  max-width: 292px;
  height: auto;
  position: absolute;
  bottom: 28px;
  right: 34px;
  z-index: 1; }
  @media (min-width: 1440px) {
    .index__dino3 {
      right: 50%;
      margin-right: -686px; } }
  .index__dino3 div {
    width: 100%;
    height: 0px;
    padding-top: 30.137%;
    position: relative;
    background-image: url(/img/index/dino_3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino4 {
  width: 20.21%;
  max-width: 291px;
  height: auto;
  position: absolute;
  top: 6px;
  right: 50%;
  -ms-transform: translate(0%, -100%);
      transform: translate(0%, -100%);
  z-index: 1; }
  .index__dino4 div {
    width: 100%;
    height: 0px;
    padding-top: 83.85%;
    position: relative;
    background-image: url(/img/index/dino_4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino5 {
  width: 191px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin-right: 40px;
  -ms-transform: translate(100%, 17.6%);
      transform: translate(100%, 17.6%);
  z-index: 1; }
  .index__dino5 div {
    width: 100%;
    height: 0px;
    padding-top: 74.35%;
    position: relative;
    background-image: url(/img/index/dino_5.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino6 {
  width: 19.17%;
  max-width: 276px;
  height: auto;
  position: absolute;
  top: 6px;
  left: 16.666666667%;
  -ms-transform: translate(-48%, -100%);
      transform: translate(-48%, -100%);
  z-index: 1; }
  .index__dino6 div {
    width: 100%;
    height: 0px;
    padding-top: 59.42%;
    position: relative;
    background-image: url(/img/index/dino_6.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino7 {
  width: 21.39%;
  max-width: 308px;
  height: auto;
  position: absolute;
  bottom: -220px;
  left: 57%;
  z-index: 1; }
  .index__dino7 div {
    width: 100%;
    height: 0px;
    padding-top: 63.96%;
    position: relative;
    background-image: url(/img/index/dino_7.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.index__dino8 {
  width: 30.28%;
  max-width: 436px;
  height: auto;
  position: absolute;
  bottom: -284px;
  right: 50%;
  margin-right: 26px;
  z-index: 1; }
  .index__dino8 div {
    width: 100%;
    height: 0px;
    padding-top: 30.96%;
    position: relative;
    background-image: url(/img/index/dino_8.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .index__dino1 {
    width: 48%;
    position: absolute;
    top: 56%;
    left: 0px;
    -ms-transform: translate(-19.44%, 0px);
        transform: translate(-19.44%, 0px); }
  .index__dino2 {
    width: 38.4%;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: 0px; }
  .index__dino3 {
    width: 38.13%;
    position: absolute;
    top: 88%;
    right: 0px;
    -ms-transform: translate(12.59%, 0px);
        transform: translate(12.59%, 0px); }
  .index__dino4 {
    top: 84px;
    margin-right: 100px; }
  .index__dino5 {
    width: 18.65%;
    bottom: 0px;
    right: 0;
    margin-right: 0;
    -ms-transform: translate(12%, 60%);
        transform: translate(12%, 60%); } }

@media (max-width: 767px) {
  .index__dino2 {
    max-width: 100%; }
  .index__dino4 {
    top: 73px;
    width: 145px;
    margin-right: 70px; }
  .index__dino5 {
    width: 97px;
    -ms-transform: translate(12%, 60%);
        transform: translate(12%, 60%); }
  .index__dino6 {
    width: 136px;
    top: 2px;
    left: auto;
    right: 10px;
    -ms-transform: translate(0px, -100%);
        transform: translate(0px, -100%); }
  .index__dino7 {
    width: 154px;
    height: auto;
    bottom: -124px;
    left: 72.27%;
    margin-left: -77px; }
  .index__dino8 {
    width: 218px;
    bottom: -181px;
    right: 67.73%;
    margin-right: -109px; } }

/* /.index__dino */
.news .header__navigation__main__link.news:after {
  display: block; }

/* news index */
.news__index {
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 0 auto; }

.news__index__item {
  border-top: 1px solid #f2f2f2; }

.news__index__item__link {
  display: block;
  color: #000;
  line-height: 24px;
  padding: 23px 0px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.news__index__item__date {
  box-sizing: border-box;
  -ms-flex: 0 0 150px;
      flex: 0 0 150px;
  width: 150px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #b2b2b2;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em; }

.news__index__item__body {
  position: relative;
  padding-left: 95px; }

.news__index__item__term {
  width: 66px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  top: 4px;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.news__index__item__title {
  font-size: 14px;
  line-height: 24px; }

.news__index__pager {
  text-align: center;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  vertical-align: top;
  margin: 80px 0 0; }

.news__index__pager__prev,
.news__index__pager__next {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 44px;
  height: 44px;
  vertical-align: top;
  text-decoration: none; }
  .news__index__pager__prev:before,
  .news__index__pager__next:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-color: #000;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%; }

html:not(.touch) a.news__index__pager__prev {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  html:not(.touch) a.news__index__pager__prev:hover:before {
    animation: prevpager_btn-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

html:not(.touch) a.news__index__pager__next {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  html:not(.touch) a.news__index__pager__next:hover:before {
    animation: nextpager_btn-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes prevpager_btn-hover {
  0% {
    transform: translate(-6px, 0px) rotate(45deg); }
  100% {
    transform: translate(0px, 0) rotate(45deg); } }

@keyframes nextpager_btn-hover {
  0% {
    transform: translate(6px, 0px) rotate(45deg); }
  100% {
    transform: translate(0px, 0) rotate(45deg); } }

span.news__index__pager__prev,
span.news__index__pager__next {
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.news__index__pager__prev {
  margin-right: 15px; }
  .news__index__pager__prev:before {
    border-width: 0 0 1px 1px;
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg);
    margin: -7px 0 0 -4px; }

.news__index__pager__next {
  margin-left: 15px; }
  .news__index__pager__next:before {
    border-width: 1px 1px 0 0;
    -ms-transform: translate(0px, 0px) rotate(45deg);
        transform: translate(0px, 0px) rotate(45deg);
    margin: -7px 0 0 -10px; }

.news__index__pager__page, .news__index__pager__page--current {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 44px;
  height: 44px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  vertical-align: top;
  color: #000; }
  .news__index__pager__page.current, .current.news__index__pager__page--current {
    border-color: #d9d9d9;
    text-decoration: none;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.news__index__pager__page--current {
  border-color: #d9d9d9;
  text-decoration: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 767px) {
  .news__index {
    width: calc(100% - 32px); }
  .news__index__item__link {
    line-height: 24px;
    padding: 10px 16px;
    display: block; }
  .news__index__item__date {
    width: 100%;
    padding: 0 0;
    font-size: 16px;
    line-height: 28px; }
  .news__index__item__body {
    position: relative;
    padding-left: 0px; }
  .news__index__item__term {
    left: auto;
    right: 4px;
    top: -24px; }
  .news__index__item__title {
    font-size: 14px;
    line-height: 24px; }
  .news__index__pager {
    margin: 50px 0 0; } }

/* /news index */
/* news single */
.news__sigle {
  width: calc(100% - 60px);
  max-width: 760px;
  margin: 60px auto 0; }

.news__sigle__header {
  position: relative;
  margin: 0 auto 60px; }

.news__sigle__header__term {
  width: 66px;
  height: 20px;
  background-color: #f2f2f2;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.news__sigle__header__title {
  font-size: 28px;
  line-height: 1.75em;
  margin-top: 8px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em; }

.news__sigle__header__date {
  font-size: 16px;
  color: #b2b2b2;
  display: block;
  line-height: 22px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em; }

.news__sigle__body {
  position: relative;
  margin: 0 auto 0; }

.news__sigle__nav {
  width: calc(100% - 60px);
  max-width: 760px;
  height: 40px;
  margin: 70px auto 0;
  position: relative; }

.news__sigle__nav__prev,
.news__sigle__nav__back,
.news__sigle__nav__next {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  display: block;
  box-sizing: border-box;
  width: 164px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  line-height: 38px;
  text-decoration: none;
  position: absolute;
  top: 0px;
  color: #000; }

.news__sigle__nav__prev {
  left: 0px; }

.news__sigle__nav__back {
  text-align: center;
  left: 50%;
  margin-left: -82px; }

.news__sigle__nav__next {
  right: 0px; }

span.news__sigle__nav__prev,
span.news__sigle__nav__next {
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  pointer-events: none; }

@media (max-width: 767px) {
  .news__sigle {
    max-width: 760px;
    margin: 0px auto 0; }
  .news__sigle__header {
    padding-top: 24px;
    margin-bottom: 40px; }
  .news__sigle__header__title {
    font-size: 24px;
    line-height: 1.6875em;
    margin-top: 0px; }
  .news__sigle__header__term {
    position: absolute;
    top: 0px;
    right: 0px; }
  .news__sigle__header__date {
    position: absolute;
    top: 0px;
    left: 0px; }
  .news__sigle__nav {
    width: calc(100% - 32px);
    height: auto;
    margin: 50px auto 0;
    padding-top: 40px; }
  .news__sigle__nav__prev,
  .news__sigle__nav__next {
    box-sizing: border-box;
    width: calc(50% - 5px);
    text-align: center; }
  .news__sigle__nav__prev {
    left: 0px;
    padding-left: 50px;
    padding-right: 12px; }
    .news__sigle__nav__prev:after {
      left: 12px; }
  .news__sigle__nav__next {
    right: 0px;
    padding-right: 50px;
    padding-left: 12px; }
    .news__sigle__nav__next:after {
      right: 12px; }
  .news__sigle__nav__back {
    position: relative;
    width: 100%;
    margin-top: 10px;
    left: auto;
    margin-left: 0px; } }

@media (max-width: 374px) {
  .news__sigle__nav__prev,
  .news__sigle__nav__next,
  .news__sigle__nav__back {
    font-size: 12px; } }

/* /news single */
.singlepage .header {
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
  .singlepage .header .header__title:before,
  .singlepage .header .header__navigation:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .singlepage .header .header__title__logotype__backtop {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    pointer-events: auto;
    transition: opacity .1s linear, visibility 0s linear 0s; }
  .singlepage .header .header__navigation__main__link:after {
    background-color: #D1B792; }
  .singlepage .header .header__title__logo {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, -130px);
        transform: translate(0px, -130px); }
  .singlepage .header .header__title__logotype {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }
  .singlepage .header .header__splogo {
    background-image: url(/img/common/logo_img_bk.png); }
  .singlepage .header .header__splogo {
    width: 220px;
    height: 56px;
    background-image: url(/img/common/logo_type_bk.png);
    background-size: 180px 18px;
    top: 0px;
    left: 0px; }

.singlepage__body {
  padding: 180px 0 60px; }

@media (max-width: 1024px) {
  .singlepage__body {
    padding: 120px 0 0px; } }

@media (max-width: 767px) {
  .singlepage__body {
    padding: 90px 0 0px; } }

.stay .header__navigation__main__link.stay:after {
  display: block; }

.stay .pageheader__nav__item:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1; }

.stay .pageheader__nav__item:nth-of-type(2) {
  -ms-flex-order: 3;
      order: 3; }

.stay .pageheader__nav__item:nth-of-type(3) {
  -ms-flex-order: 2;
      order: 2; }

@media (max-width: 1024px) {
  .stay .pageheader__nav__item:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1; }
  .stay .pageheader__nav__item:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2; }
  .stay .pageheader__nav__item:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3; } }

.stay .sectionlabel {
  position: relative;
  z-index: 2; }

.stay__textlist li {
  position: relative;
  padding-left: 1em; }
  .stay__textlist li:before {
    content: "・";
    position: absolute;
    left: 0px; }
  .stay__textlist li.note:before {
    content: "※"; }

@media (min-width: 1024px) {
  .stay__anchor {
    padding-top: 88px;
    margin-top: -88px; } }

@media (max-width: 767px) {
  .stay__anchor .contentsgrid__row:last-child .contentsgrid__main {
    padding-bottom: 30px; }
  .stay__anchor:last-child .contentsgrid__row .contentsgrid__main {
    padding-bottom: 30px; } }

/* imageslide */
.stay__imageslide {
  width: 100%;
  max-width: 690px;
  position: relative; }
  .stay__imageslide.dragging * {
    transition: none !important; }

.stay__imageslide__viewport {
  position: relative;
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px; }

.stay__imageslide__container {
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }

.stay__imageslide__slide {
  display: inline-block;
  width: 100%;
  height: 0px;
  padding-top: 66.67%;
  position: relative;
  overflow: hidden; }
  .stay__imageslide__slide div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.stay__imageslide__pager {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  margin: 18px 0 0;
  position: relative;
  z-index: 1; }
  .stay__imageslide__pager span[data-page] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity .1s linear; }
    html:not(.touch) .stay__imageslide__pager span[data-page]:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.stay__imageslide[data-position="0"] .stay__imageslide__pager span[data-page="0"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="1"] .stay__imageslide__pager span[data-page="1"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="2"] .stay__imageslide__pager span[data-page="2"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="3"] .stay__imageslide__pager span[data-page="3"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="4"] .stay__imageslide__pager span[data-page="4"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="5"] .stay__imageslide__pager span[data-page="5"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="6"] .stay__imageslide__pager span[data-page="6"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="7"] .stay__imageslide__pager span[data-page="7"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="8"] .stay__imageslide__pager span[data-page="8"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="9"] .stay__imageslide__pager span[data-page="9"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide[data-position="10"] .stay__imageslide__pager span[data-page="10"] {
  background-color: #b0803b;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.stay__imageslide__caption {
  margin-top: 32px; }

/* /imageslide */
/* feature */
.stay__feature {
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 50px auto 0; }

.stay__feature__item {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 21px 30px 21px 60px; }
  .stay__feature__item span {
    position: absolute;
    left: 30px;
    top: 21px; }
  .stay__feature__item a {
    color: #b0803b; }

@media (max-width: 767px) {
  .stay__feature {
    width: calc(100% - 32px);
    margin: 24px auto 0; }
  .stay__feature__item {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 16px 16px 16px 32px; }
    .stay__feature__item span {
      position: absolute;
      left: 16px;
      top: 16px; }
    .stay__feature__item a {
      color: #b0803b; } }

/* /feature */
/* guestroom */
.stay__guestroom__meal {
  position: relative;
  width: 100%;
  max-width: 690px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 32px; }

.stay__guestroom__meal__image {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
  .stay__guestroom__meal__image img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 767px) {
  .stay__guestroom__meal {
    margin-bottom: 16px; } }

/* /guestroom*/
/* facility */
/* /facility*/
/* _reservation */
.stay__reservation__button .roundbutton--large {
  display: block;
  width: calc(100% - 60px);
  max-width: 558px;
  margin: 0 auto;
  font-size: 20px; }

@media (max-width: 767px) {
  .stay__reservation__button .roundbutton--large {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px; } }

/* /_reservation*/
