@charset "utf-8";

/** ***************************************************************************
 * 会社概要
 * ************************************************************************* */

#outline {
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {
}

/** ***************************************************************************
 * アクセス
 * ************************************************************************* */

#access .access-contents {
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #access .access-contents {
    padding-left: calc(100% / 3);
  }

}

/** ***************************************************************************
 * 所在地
 */

#access .access-contents div.content {
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {
}

/** ***************************************************************************
 * 画像
 */

#access .access-contents div.image {
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {
}

/** ***************************************************************************
 * マップ
 */

#access .access-contents div.map {
  padding-bottom: 75%;
  position: relative;
}

#access .access-contents div.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:901px) {

  #access .access-contents div.map {
    padding-bottom: 56.25%;
  }

}
