@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf:after, #slide #slider.slick-slider > .slick-list .slide:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf, #slide #slider.slick-slider > .slick-list .slide {
  min-height: 1px; }

* html .clf, * html #slide #slider.slick-slider > .slick-list .slide, #slide #slider.slick-slider > .slick-list * html .slide {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/ }

#opening_info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 53px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2b2b2b;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: calc(24 / 14); }
  @media only screen and (max-width: 880px) {
    #opening_info {
      height: auto;
      margin: 14px 18px 19px;
      padding: 18px 17px 12px 18px;
      color: #000;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.03em;
      line-height: 1.83; } }
  #opening_info .link::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    margin: auto 7px auto 6px;
    background-image: url("/img/index/rarr-65d6b20d.svg");
    background-repeat: no-repeat;
    background-size: 12px 5px; }
  #opening_info .link_text {
    border-bottom: 1px solid #2b2b2b; }

#slide {
  position: relative;
  padding: 0;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background-color: white;
  margin-bottom: 40px; }
  #slide #slider.slick-slider {
    width: 100%; }
    #slide #slider.slick-slider > .slick-list {
      width: 100%; }
      #slide #slider.slick-slider > .slick-list > .slick-track {
        width: 100%; }
      #slide #slider.slick-slider > .slick-list .slide {
        height: 100%;
        background-position: center;
        background-size: cover;
        background-position: center 0; }

section {
  position: relative;
  display: block;
  margin-top: 76px;
  margin-bottom: 92px; }
  @media only screen and (max-width: 880px) {
    section {
      margin-top: 22px;
      margin-bottom: 37px; } }
  section h2 {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 13px;
    letter-spacing: 0.16em;
    font-weight: 500; }
    @media only screen and (max-width: 880px) {
      section h2 {
        position: static;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
        margin-bottom: 8px; } }
  section .col {
    width: calc(100% - 240px);
    margin: 10px 0 10px 240px;
    padding-top: 7px; }
    @media only screen and (max-width: 880px) {
      section .col p {
        letter-spacing: 0.04em; } }
    section .col p + a.readmore {
      margin-top: 37px; }
      @media only screen and (max-width: 880px) {
        section .col p + a.readmore {
          margin-top: 25px; } }
    @media only screen and (max-width: 880px) {
      section .col {
        width: calc(100% - 40px);
        margin: 0 auto; } }
@media only screen and (max-width: 880px) {
  section#access .annotation {
    font-size: 11px;
    margin-left: 10px; } }

a.readmore {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding-left: 30px;
  padding-top: 1px;
  background-image: url("/img/index/circle-arrow-7f9d8758.svg");
  background-repeat: no-repeat;
  background-position: left top; }
  a.readmore_ext {
    display: inline-block;
    height: 12px;
    margin-top: 37px;
    line-height: 12px;
    padding-left: 30px;
    padding-top: 1px;
    background-image: url("/img/index/ext-link-733ea4cc.svg");
    background-repeat: no-repeat;
    background-size: 16px 12px; }
    @media only screen and (max-width: 880px) {
      a.readmore_ext {
        margin-top: 25px; } }
footer {
  margin-top: 80px; }
