@charset "UTF-8";
/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* common
=================================================================== */
/* contents
=================================================================== */
article .section.exhibition .exhibition__content .map {
  margin-bottom: 14px; }

article .section.place_new .exhibition__content {
  /*project
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  /*spot--icon
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  /*map--detail
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/ }
  article .section.place_new .exhibition__content .map--icon {
    margin-bottom: 60px;
    padding-left: 15px; }
    article .section.place_new .exhibition__content .map--icon li {
      margin-right: 15px;
      text-align: left;
      white-space: nowrap; }
      article .section.place_new .exhibition__content .map--icon li:nth-child(1) {
        margin-right: 26px; }
      article .section.place_new .exhibition__content .map--icon li:nth-child(n + 2):before {
        border-radius: 0; }
      article .section.place_new .exhibition__content .map--icon li:nth-child(2):before, article .section.place_new .exhibition__content .map--icon li:nth-child(3):before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: -2px;
        left: -2px;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        background-color: rgba(0, 0, 0, 0);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 90% auto; }
      article .section.place_new .exhibition__content .map--icon li:nth-child(2):before {
        background-image: url(../img/contents/place/new/ac--black.svg); }
      article .section.place_new .exhibition__content .map--icon li:nth-child(3):before {
        background-image: url(../img/contents/place/new/aa--black.svg); }
      article .section.place_new .exhibition__content .map--icon li:last-child {
        margin-right: 0; }
  article .section.place_new .exhibition__content .place__main {
    max-width: 940px;
    margin: 0 auto 100px; }
  article .section.place_new .exhibition__content .place__main--map {
    margin-bottom: 50px; }
    article .section.place_new .exhibition__content .place__main--map .place__main--title {
      line-height: 1;
      margin-bottom: 22px; }
      article .section.place_new .exhibition__content .place__main--map .place__main--title dt {
        font-size: 64px;
        text-indent: -0.1em;
        margin-bottom: 10px; }
      article .section.place_new .exhibition__content .place__main--map .place__main--title dd {
        font-size: 41px; }
    article .section.place_new .exhibition__content .place__main--map .place__main--time {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.7; }
    article .section.place_new .exhibition__content .place__main--map .place__main--detail {
      font-size: 19px;
      margin-bottom: 30px; }
      article .section.place_new .exhibition__content .place__main--map .place__main--detail li {
        position: relative;
        padding-left: 107px; }
        article .section.place_new .exhibition__content .place__main--map .place__main--detail li strong {
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          width: 107px;
          font-weight: bold; }
    article .section.place_new .exhibition__content .place__main--map .project--link {
      border: 2px solid #000; }
      article .section.place_new .exhibition__content .place__main--map .project--link a {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        line-height: 56px;
        padding: 0 25px;
        color: #fff;
        background-color: #000; }
        article .section.place_new .exhibition__content .place__main--map .project--link a:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          width: 14px;
          height: 16px;
          left: auto;
          right: 25px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          background-image: url(../img/common/btn--download--white.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background-size: 100% auto; }
      article .section.place_new .exhibition__content .place__main--map .project--link:hover a {
        background-color: rgba(0, 0, 0, 0.2); }
  article .section.place_new .exhibition__content .project {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    article .section.place_new .exhibition__content .project li {
      width: calc(50% - 40px); }
      article .section.place_new .exhibition__content .project li dl dt {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px; }
        article .section.place_new .exhibition__content .project li dl dt span {
          text-indent: -9999px;
          display: inline-block;
          position: relative;
          width: 46px;
          margin-left: 5px; }
          article .section.place_new .exhibition__content .project li dl dt span:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            height: 0;
            padding-top: calc(16 / 46 * 100%);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: 100% auto; }
      article .section.place_new .exhibition__content .project li dl dd p {
        margin-bottom: 24px; }
      article .section.place_new .exhibition__content .project li dl dd .project--link {
        border: 2px solid #000; }
        article .section.place_new .exhibition__content .project li dl dd .project--link a {
          position: relative;
          font-size: 14px;
          font-weight: bold;
          line-height: 56px;
          padding: 0 25px; }
          article .section.place_new .exhibition__content .project li dl dd .project--link a:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            width: 14px;
            height: 16px;
            left: auto;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            background-image: url(../img/common/btn--download.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: 100% auto; }
        article .section.place_new .exhibition__content .project li dl dd .project--link.blank a::after {
          background-image: url("../img/common/btn--site.svg"); }
        article .section.place_new .exhibition__content .project li dl dd .project--link:hover a {
          background-color: rgba(0, 0, 0, 0.2); }
      article .section.place_new .exhibition__content .project li:nth-child(1) dl dt span::after {
        background-image: url("../img/contents/place/new/ac--black.svg"); }
      article .section.place_new .exhibition__content .project li:nth-child(2) dl dt span::after {
        background-image: url("../img/contents/place/new/aa--black.svg"); }
  article .section.place_new .exhibition__content .spot--icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 45px; }
    article .section.place_new .exhibition__content .spot--icon li {
      position: relative;
      height: 24px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left center;
      background-size: auto 100%;
      padding-left: 28px;
      margin: 0 15px 20px 0; }
      article .section.place_new .exhibition__content .spot--icon li span {
        font-size: 11px;
        line-height: 24px; }
      article .section.place_new .exhibition__content .spot--icon li.ticket {
        background-image: url("../img/contents/place/new/icon--ticket.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.change {
        background-image: url("../img/contents/place/new/icon--change.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.credit {
        background-image: url("../img/contents/place/new/icon--credit.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.qr {
        background-image: url("../img/contents/place/new/icon--qr.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.goods {
        background-image: url("../img/contents/place/new/icon--goods.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.wc {
        background-image: url("../img/contents/place/new/icon--wc.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.wcpara {
        background-image: url("../img/contents/place/new/icon--wcpara.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.coffee {
        background-image: url("../img/contents/place/new/icon--coffee.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.wifi {
        background-image: url("../img/contents/place/new/icon--wifi.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.locker {
        background-image: url("../img/contents/place/new/icon--locker.svg"); }
      article .section.place_new .exhibition__content .spot--icon li.info {
        background-image: url("../img/contents/place/new/icon--info.svg"); }
    article .section.place_new .exhibition__content .spot--icon.hover {
      margin-bottom: 0; }
      article .section.place_new .exhibition__content .spot--icon.hover li {
        cursor: pointer;
        margin: 0 15px 25px 0; }
        article .section.place_new .exhibition__content .spot--icon.hover li span {
          position: absolute;
          left: 0;
          bottom: 105%;
          left: 50%;
          font-size: 10px;
          text-align: center;
          white-space: nowrap;
          opacity: 0;
          transform: translate3d(-50%, 5px, 0) scale(0.9);
          -webkit-transform: translate3d(-50%, 5px, 0) scale(0.9);
          transform-origin: center bottom;
          transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          line-height: 1.2; }
        article .section.place_new .exhibition__content .spot--icon.hover li:hover span {
          transform: translate3d(-50%, 0, 0) scale(0.9);
          -webkit-transform: translate3d(-50%, 0, 0) scale(0.9);
          opacity: 1; }
  article .section.place_new .exhibition__content .map--detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px; }
    article .section.place_new .exhibition__content .map--detail > li {
      width: calc(100% / 3 - 30px);
      flex-basis: inherit;
      padding-left: 25px;
      border-left: 1px solid #000;
      margin-bottom: 70px;
      line-height: 1.6;
      margin-right: 45px; }
      article .section.place_new .exhibition__content .map--detail > li .spot--mark {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 15px; }
        article .section.place_new .exhibition__content .map--detail > li .spot--mark > li {
          position: relative;
          width: 30px;
          height: 30px;
          background-color: #000;
          color: #fff;
          font-size: 11px;
          line-height: 41px;
          text-align: center;
          margin-right: 15px;
          transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
          article .section.place_new .exhibition__content .map--detail > li .spot--mark > li:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            width: 19px;
            height: 7px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            top: 4px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: 100% auto; }
          article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.circle {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 12px;
            line-height: 33px; }
            article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.circle:after {
              display: none; }
          article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.aa {
            color: #000;
            border: 1.5px solid #000;
            background-color: transparent; }
            article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.aa:after {
              background-image: url("../img/contents/place/new/aa--black.svg"); }
          article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.ac {
            color: #000;
            border: 1.5px solid #000;
            background-color: transparent; }
            article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.ac:after {
              background-image: url("../img/contents/place/new/ac--black.svg"); }
          article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.info {
            background-color: transparent; }
            article .section.place_new .exhibition__content .map--detail > li .spot--mark > li.info:after {
              width: 30px;
              height: 30px;
              top: 0px;
              background-image: url("../img/contents/place/new/info--black.svg"); }
      article .section.place_new .exhibition__content .map--detail > li > dl {
        margin-bottom: 25px; }
        article .section.place_new .exhibition__content .map--detail > li > dl > dt {
          font-size: 15px;
          margin-bottom: 12px;
          cursor: pointer; }
          article .section.place_new .exhibition__content .map--detail > li > dl > dt:hover {
            opacity: .7; }
        article .section.place_new .exhibition__content .map--detail > li > dl > dd {
          font-size: 13px;
          text-align: left; }
          article .section.place_new .exhibition__content .map--detail > li > dl > dd a {
            font-size: 10px;
            font-weight: bold;
            padding-left: 20px;
            background-image: url("../img/contents/exhibition/map__link--google.svg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left center;
            background-size: 15px auto;
            margin-top: 3px; }
          article .section.place_new .exhibition__content .map--detail > li > dl > dd span {
            font-size: 10px; }
      article .section.place_new .exhibition__content .map--detail > li > aside {
        font-size: 10px;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.2;
        margin-bottom: 10px; }
      article .section.place_new .exhibition__content .map--detail > li .addText {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 12px; }
        article .section.place_new .exhibition__content .map--detail > li .addText a {
          display: inline-block;
          border-bottom: 1px dotted black; }
      article .section.place_new .exhibition__content .map--detail > li .addText--btn {
        margin-bottom: 20px; }
        article .section.place_new .exhibition__content .map--detail > li .addText--btn a {
          display: inline-block;
          color: #fff;
          font-size: 10px;
          padding: 10px 15px;
          background-color: rgba(0, 0, 0, 0.8); }
      article .section.place_new .exhibition__content .map--detail > li .spot--access > li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 16px; }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          width: 22px;
          height: 31px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: left top;
          background-size: 100% auto; }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li > dl > dt {
          font-size: 13px; }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li > dl > dd {
          font-size: 11px; }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li.train:after {
          background-image: url("../img/contents/place/new/access--train.svg"); }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li.bus > dl > dd {
          text-indent: -1em;
          padding-left: 1em; }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li.bus:after {
          background-image: url("../img/contents/place/new/access--bus.svg"); }
        article .section.place_new .exhibition__content .map--detail > li .spot--access > li:last-child {
          margin-bottom: 0; }
      article .section.place_new .exhibition__content .map--detail > li .spot--access--en > li > dl > dt {
        font-size: 11px; }
      article .section.place_new .exhibition__content .map--detail > li:nth-child(3n) {
        margin-right: 0; }
  article .section.place_new .exhibition__content .palce__access--title {
    font-size: 23px;
    margin-bottom: 30px;
    text-align: left; }
article .section.contents--en .exhibition__content .place__main--map {
  text-align: left; }
  article .section.contents--en .exhibition__content .place__main--map .place__main--title {
    white-space: nowrap; }
    article .section.contents--en .exhibition__content .place__main--map .place__main--title dt {
      font-size: 60px; }
  article .section.contents--en .exhibition__content .place__main--map .place__main--detail li {
    padding-left: 180px; }
    article .section.contents--en .exhibition__content .place__main--map .place__main--detail li strong {
      width: 180px; }
