@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {
  
  /* =====================
    access
  ===================== */
  
  #access {
    background: #fff;
  }

  .gmap {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
  }

  .gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  /* =====================
    company
  ===================== */
  
  #company .table th {
    width: 100px;
  }

  #company .table td {
    width: calc( 100% - 100px );
  }

  /* =====================
    access
  ===================== */
  
  #access {
    background: #fff;
  }

  .gmap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }

  .gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  
}