@charset "UTF-8";

/**======================================
	Access
======================================**/

/*--------------------------------------
	index
---------------------------------------*/

.place {
  font-weight: 500;
  font-size: 2rem;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  border: 1px solid var(--main-color);
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access_cont {
  margin-bottom: 20px;
  padding: 30px;
  background: var(--bg-color);
  border-radius: 5px;
}

.access_cont .icon::before {
  margin-right: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #ddd;
  }
}

@media screen and (min-width: 600px) {
  #top_access_area .gmap {
    margin-bottom: -5.5px;
  }
}

@media screen and (min-width: 1025px) {
}
