@charset "UTF-8";
.header.header-access {
  background: url(../img/access/hero_access.jpg) no-repeat center center/cover;                                         /* 背景画像を指定 */    
}

.wrapper {
  max-width: 960px;               /* 最大の画面幅を 960pxに */        
  margin: 0 auto;                 /* 外余白を上下 0、左右自動に */
  padding: 0 4%;                  /* 内余白を上下 0、左右 4%に */
}

.section-access {
  padding: 30px 0 50px;           /* 内余白を上 30px、左右 0、下 50pxに */
}

@media print, screen and (min-width: 768px) {
  .section-access {
    padding: 60px 0 100px;        /* 内余白を上 60px、左右0、下 100pxに */
    max-width: 700px;             /* 最大幅を 700pxに */
    margin: 0 auto;               /* 外余白の上下0、左右自動に */
  }
}

.access-img {
  margin-bottom: 15px;            /* 外余白の下部を 15pxに */
}

@media print, screen and (min-width: 768px) {
  .access-img {
    width: 50%;                   /* 要素の幅を 50%に */
    max-width: 300px;             /* 要素の最大幅を 300pxに */
    padding-right: 20px;          /* 内余白の右部を 20pxに */
  }
}

.address {
  margin-bottom: 20px;            /* 外余白の下部を 20pxに */
}

.address dt {
  font-size: 12px;                /* 文字サイズを 12pxに */
  margin-bottom: 10px;            /* 外余白の下部を 10pxに */
}

.access-name {
  font-family: "ヒラギノ明朝 PronN W3", "Hiragino Mincho PronN", 　                   "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;         /* フォントの種類を指定 */
  font-size: 20px;                /* 文字サイズを 20pxに */
  font-weight: bold;              /* 文字を太字に */ 
  margin-bottom: 15px;            /* 外余白の下部を 15pxに */
}

.address-text {
  font-size: 14px;                /* 文字サイズを 14pxに */
  line-height: 1.67;              /* 行の高さをフォントサイズの1.67倍に */ 
  margin-bottom: 10px;            /* 外余白の下部を 10pxに */
}

.address-contact {
  font-size: 12px;                /* 文字サイズを 12pxに */
  line-height: 1.5;               /* 行の高さをフォントサイズの1.5倍に */ 
}

@media print, screen, and (min-width: 768px) {
  .access-block {
    display: -webkit-flex;        /* 子要素を並列に */
    display: -ms-flexbox;
    display: flex;
    justify-content: center;      /* 並列になった要素の幅を均等に */
    margin-bottom: 40px;          /* 外余白の下部を 40px */
    }
}

.map {
  position: relative;             /* 要素の配置を相対座標に指定 */
  width: 100%;                    /* 要素の幅を 100%に        */
  height: 0;                      /* 要素の高さ 0に */
  padding-bottom: 75%;            /* 内余白の下部を 75%に      */
}

.map iframe {
  width: 100%;                    /* 要素の幅を 100%に */
  height: 100%;                   /* 要素の高さ 0に */
  position: absolute;             /* 要素の配置を絶対座標に指定 */
  top: 0;                         /* 上部分を基準点から 0の位置に */
  left: 0;                        /* 左部分を基準点から 0の位置に */
  bottom: 0;                      /* 下部分を基準点から 0の位置に */
  right: 0;                       /* 右部分を基準点から 0の位置に */
}

.address-text {
  font-size: 12px;                /* 文字サイズを 12pxに */
  line-height: 1.5;               /* 行の高さをフォントサイズの1.5倍に */ 
}