@charset "UTF-8";            

#onkio-bld,
#eizo-bld {
    max-width: 100%;
    font-family: "Helvetica Neue";
    top: 0;
    left: 0;
    margin-bottom: 0;
    border: none;
}
div#onkio-bld > p.bld-name,
div#eizo-bld > p.bld-name{
    background-color: #C19761;
    padding:0.5rem; 
    color: #fff;
  }
  #eizo-bld {
      margin-top: 348px;
  }

  #hanrei-btm {
      width: 100%;
      margin: 4rem 0 2rem;
      border-top: 1px solid #555555;
      padding-top: 2rem;
  }
  .floor-odd {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f2f2f2;
      border-bottom: 1px solid #555555;
      height: 87px;
  }
  .floor-even {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ffffff;
      border-bottom: 1px solid #555555;
      height: 87px;
  }
  .hanrei {
      display: flex;
      padding: 0 8px;
      width: 100px;
      flex-wrap: wrap;
      /*border: 1px solid green;*/
  }
  .hanrei-btm {
      display: flex;
      justify-content: center;
      width: 100%;
  }
   .hanrei-btm > div {
      margin: 0 2rem;
      text-align: center;
      font-size: 12px;
      width: 86px;
  }
  .hanrei img,
  .hanrei-btm img{
      width: 32px;
      margin: 3px;
  }
  #eizo-bld .hanrei {
      display: flex;
      justify-content: flex-end;
  }
.studio-name-block {
    display: flex;
    flex-direction: row;
    width: 70%;
    /*border: 1px solid red;*/
}
  #onkio-bld .studio-name {
      display: flex;
      width: 100%;
      justify-content: center;
      flex-direction: column;
  }
  #onkio-bld .studio-name p {
      padding: 1px 0;
      margin: 0;
      text-align: right;
  }
  #onkio-bld .studio-name-L {
      display: flex;
      width:100%;
      flex-direction: column;
      justify-content: center;
      /*border: 1px solid blue;*/
  }
  #onkio-bld .studio-name-L p{
      padding: 1px 0;
      margin: 0;
      text-align: right;
}
  #eizo-bld .studio-name {
      display: flex;
      width: 50%;
      flex-direction: column;
      justify-content: center;
  }
  #eizo-bld .studio-name p {
      padding: 1px 0;
      margin: 0;
      text-align: left;
  }
  #eizo-bld .studio-name-R {
      display: flex;
      width:100%;
      flex-direction: column;
      justify-content: center;
      /*border: 1px solid blue;*/
  }
  #eizo-bld .studio-name-R p {
      padding: 1px 0;
      margin: 0;
      text-align: left;
  }
  .floor-num {
      width: 56px;
      padding: 10px;
      margin: 0 10px;
  }
#eizo-bld .floor-num {
      padding: 10px 20px 10px 10px;
      margin: 0 20px 0 0;
  }
  .floor-num span {
      border: 1px solid #555555;
      border-radius: 7px;
      background-color: #ffffff;
      font-weight: 700;
      font-size: 20px;
      padding: 3px 8px;
      margin: 10px 3px;
  }


  span.st-num {
      font-size: 22px;
  }
  span.st7 {
      font-size: 10px;
      vertical-align: text-top;
      line-height: 5px;
  }
  span.information {
      color: #cc3333;
  }
  span.heibon {
      color: #8d8d8d;
  }

  #cboxContent {
      overflow: hidden;
  }


  @media (max-width: 1200px) {
      #eizo-bld {
          /*margin-top: 3rem;*/
          margin-top: 480px;
      }
      .floor-odd,
      .floor-even {
           min-height: 120px;
          line-height: 20px;
      }
      .hanrei {
          width: 120px;
      }
        #onkio-bld .studio-name-L {
            width: 75%;
    }
        #onkio-bld .studio-name p,
        #onkio-bld .studio-name-L p,
        #eizo-bld .studio-name p,
        #eizo-bld .studio-name-R p {
            line-height: 30px;
      }
       #hanrei-btm {
          width: 100%;
          margin: 4rem 0 2rem;
          border-top: 1px solid #555555;
          padding-top: 2rem;
      }

  }

@media (max-width: 991px) {
    #eizo-bld {
          margin-top: 3rem;
      }
}


  @media (max-width: 768px) {
      #eizo-bld {
          margin-top: 3rem;
      }
      .floor-odd,
      .floor-even {
           min-height: 120px;
          line-height: 20px;
      }
      span.st-num {
          font-size: inherit;
      }
      .hanrei-btm {
          display: flex;
          flex-wrap: wrap;
      }
      .hanrei-btm > div {
          margin:0 2rem;
          text-align: center;
          font-size: 12px;

      }
}
     @media (max-width: 480px) {
        .studio-name-block {
            flex-direction: column;
         }
        .floor-odd,
        .floor-even {
           min-height: 160px;
          line-height: 20px;
      }
         .hanrei {
          width: 50px;
          }
        #onkio-bld .studio-name p
         {
            line-height: 25px;
          }
         #onkio-bld .studio-name-L {
            width: 100%;
         }
         #onkio-bld .studio-name-L p {
             text-align: right;
             line-height: 25px;
         }
         
         
         
  }

