@charset "UTF-8";
/* CSS Document */
#key {
  background: url("../img/access/key_img.jpg") no-repeat center;
  background-size: cover; }

#sec1 {
  background: url("../img/access/s1_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 132px;
  padding-bottom: 65px;
  position: relative; }
  #sec1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/shared/line.jpg") repeat-x; }
  #sec1 h2 {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.3em; }
  #sec1 .info {
    width: 685px;
    margin: 0 auto;
    padding-top: 52px; }
    #sec1 .info dl {
      display: table;
      padding-bottom: 25px;
      width: 100%;
      padding-left: 15px; }
      #sec1 .info dl dt, #sec1 .info dl dd {
        display: table-cell;
        line-height: 25px; }
      #sec1 .info dl dt {
        width: 212px;
        position: relative; }
        #sec1 .info dl dt:after {
          content: "／";
          position: absolute;
          top: 0;
          right: 27px;
          color: #a39288; }
      #sec1 .info dl dd .txt-md {
        font-size: 20px;
        letter-spacing: 0.2em; }
  #sec1 .lst_btn {
    text-align: center;
    padding-top: 58px; }
    #sec1 .lst_btn li {
      display: inline-block;
      padding: 0 32px; }
    #sec1 .lst_btn .copied img {
      opacity: 1 !important; }
  #sec1 .link {
    font-size: 16px;
    padding-left: 191px;
    padding-top: 8px; }

#sec2 {
  position: relative; }
  #sec2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/shared/line.jpg") repeat-x; }

#sec3 {
  background: url("../img/access/s3_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 96px;
  margin-top: -14px; }
  #sec3 .floormap {
    position: absolute;
    top: 115px;
    left: 22px; }
  #sec3 .box {
    width: 490px;
    margin-left: auto;
    padding-top: 178px;
    padding-bottom: 314px; }
    #sec3 .box h2 {
      font-size: 40px;
      padding-left: 5px; }
      #sec3 .box h2 .txt-md {
        font-size: 35px; }
      #sec3 .box h2 .txt_org {
        color: #b4490b; }
      #sec3 .box h2 .highlight {
        letter-spacing: 0.15em;
        background: -webkit-linear-gradient(transparent 60%, #eecc8e 60%);
        background: -o-linear-gradient(transparent 60%, #eecc8e 60%);
        background: linear-gradient(transparent 60%, #eecc8e 60%); }
    #sec3 .box .txt {
      padding-top: 59px;
      width: 418px; }
  #sec3 .img {
    margin: 0 -61px; }
