@charset "utf-8";
/* ******************************************************************

    --access.css--

    1. Style setting
        1-1. Font styles

    2. Layout setting
        2-1. Base styles
        2-2. Header styles
        2-3. Content styles
        2-4. Footer styles

****************************************************************** */
/*==================================================================
    1. Style setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Font styles
-------------------------------------------------------------------*/
/*==================================================================
    2. Layout setting
===================================================================*/
/* ------------------------------------------------------------------
    2-1. Base styles
-------------------------------------------------------------------*/
/* ------------------------------------------------------------------
    2-2. Header styles
-------------------------------------------------------------------*/
/* ------------------------------------------------------------------
    2-3. Content styles
-------------------------------------------------------------------*/
.container {
  padding-bottom: 65px;
}
.container .content {
  margin-bottom: 0 !important;
}
.container .content #map {
  padding: 0 122px;
  margin-bottom: 30px;
}
.container .content #map iframe {
  display: block;
  width: 676px;
  height: 378px;
}
.access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.access_contents {
  color: #427392;
  font-weight: 600;
  text-align: left;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  margin-top: 10px;
  margin-left: 35px;
}
.access_contents .name {
  font-size: 22px;
  margin-bottom: 18px;
}
.access_contents .address {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.access_contents .route {
  font-size: 14px;
  line-height: 1.5;
}
.access_contents a {
  color: #427392;
  text-decoration: none;
}
.access_contents a:hover {
  text-decoration: underline;
}
