@charset "UTF-8";
/* CSS Document */
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
/* ==============================
  Access Section start
============================== */
.AccessSection {
  padding: 0 0 5vw 0;
  background: #f2f2ef;
}

.access-box {
  margin-bottom: 8vw;
  padding: 0 5vw;
}

.access-grid {
  display: flex;

  align-items: stretch;
  margin-bottom: 1.5vw;
}

.access-img {
  flex: 1;
}

.access-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.access-map {
  width: 53vw;
  position: relative;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.access-info h3 {
  color: #0a3b78;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.access-info hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

.access-subinfo p {
  margin: 0.2rem 0;
}
/* ==============================
  Access Section end
============================== */


  .PC {}
  .SP {
    display: none;
    max-width: 0%;
    max-height: 0%;
  }
}
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
  .PC {
    display: none;
    max-width: 0%;
    max-height: 0%;
  }
  .SP {}
}