@charset "UTF-8";
/**
 *  アクセス
 *
 */
/* ==========================================================================
   Gooole Map設定
   ========================================================================== */
.map-wrap {
  margin-top: 10px; }
  .map-wrap iframe {
    width: 960px;
    height: 400px; }
  .map-wrap .btn-area {
    margin: 40px 0 60px;
    text-align: left; }

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 0; }
    .map-wrap iframe {
      width: 100%;
      height: 300px; } }
/* ==========================================================================
   テーブル
   ========================================================================== */
.tbl-access {
  width: 960px;
  float: none; }

.route-area {
  position: relative;
  overflow: hidden;
  min-height: 450px; }
  .route-area .access-data {
    width: 39.75%;
    padding-left: 483px;
    color: #6d6d6d; }
    .route-area .access-data h3:first-child {
      margin-top: 0; }
    .route-area .access-data .access-txt-bold {
      font-weight: bold; }
  .route-area .access-en {
    width: 59.75%; }
    .route-area .access-en ul li {
      margin-top: 10px;
      list-style-type: decimal;
      margin-left: 1.3em; }

.route-map {
  float: left;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  .tbl-access {
    width: 100%; }

  .route-area .access-data {
    width: 100%;
    padding-left: 0;
    margin-top: 30px; }

  .route-map {
    float: none;
    position: static; } }
/* ==========================================================================
   英語ページのみ
   ========================================================================== */
.access-index-en .map-wrap {
  text-align: center; }
  .access-index-en .map-wrap .btn-area {
    text-align: center; }
.access-index-en .tbl-access {
  width: 100%; }
