@charset "utf-8";

/* -------------------------------------------------------------------
#ACCESS
------------------------------------------------------------------- */
#ACCESS {
  font-size: 1.6rem;
  line-height: 2;
}
/* font */
.font-bold {
  font-weight: 700;
}





/* content-1 */
.content-1 {
  padding-bottom: 80px;
}
.content-1 .map {
  margin-bottom: 80px;
}
.content-1 .map iframe {
  width: 100%;
  height: 635px;
}
.content-1 ul li {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.content-1 ul li + li {
  margin-top: 40px;
}
.content-1 ul li div {
  flex: 1;
}
.content-1 ul li div h3 {
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.content-1 ul li img {
  width: 43.3%;
  margin-right: 3%;
}





/* content-2 */
.content-2 {
  padding-bottom: 150px;
}
.content-2 .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.content-2 .flex p {
  flex: 1;
}
.content-2 .flex img {
  width: 43.3%;
  margin-right: 3%;
}





@media screen and (max-width: 1400px) {
  /* content-1 */
  .content-1 .map iframe {
    height: calc(86vw / 1200 * 635);
  }
}