@charset "utf-8";

/*
  File Name   : access.css
  Description : コンテンツエリア関係 他
*/

/* section-access
============================================================ */
.section-access {
  margin-bottom: 150px;
}
.section-access:last-of-type {
  margin-bottom: 0;
}
.section-access .com-section-inner {
  padding: 0 0 150px;
  border-bottom: solid 1px #d8d8d8;
}
.section-access:last-of-type .com-section-inner {
  padding: 0 0 0;
  border-bottom: none;
}

.section-access .map-wrap iframe {
  width: 100%;
  height: 500px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-access {
    margin-bottom: 80px;
  }
  .section-access .com-section-inner {
    padding: 0 20px 80px !important;
  }

  .section-access .map-wrap iframe {
    height: 300px;
  }

  .page-img-wrap,
  .map-wrap {
    margin: 0 -20px;
  }
}


