/* Scss Document */
/* access */
#access section.feature {
  background-image: url("../img/access/access_kv_bg01.jpg");
}
#access section.access-1 {
  background: linear-gradient(0deg, rgba(0, 66, 142, 0.05) 0%, rgba(0, 66, 142, 0.05) 70%, white 70%, white 100%);
  padding: 50px 0 80px;
}
@media (max-width: 1000px) {
  #access section.access-1 {
    background: rgba(0, 66, 142, 0.05);
    padding: 30px 0 80px;
  }
}
@media (max-width: 560px) {
  #access section.access-1 {
    padding: 30px 0 30px;
  }
}
#access section.access-1 .photo {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: auto;
}
@media (max-width: 560px) {
  #access section.access-1 .photo {
    margin-bottom: 195px;
  }
}
#access section.access-1 .photo .access-title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  color: #00428e;
  border: 3px solid #00afec;
  border-radius: 50px;
  padding: 20px 80px;
  background: #fff;
  transform: translate(0, 50%);
}
@media (max-width: 560px) {
  #access section.access-1 .photo .access-title {
    font-size: 18px;
    line-height: 1.8;
    padding: 10px;
  }
}
#access section.access-1 .photo .text {
  position: absolute;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 5%;
  z-index: 2;
  text-align: center;
}
#access section.access-1 .photo .text h2 img {
  width: 350px;
  height: auto;
}
#access section.access-1 .photo .text p {
  color: #00428e;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  #access section.access-1 .photo .text {
    padding: 40px 25px;
  }
}
@media (max-width: 560px) {
  #access section.access-1 .photo .text {
    background-color: white;
    width: 90%;
    padding: 40px 0 20px;
    bottom: -185px;
  }
  #access section.access-1 .photo .text h2 img {
    width: 90%;
  }
}
#access section.access-1 .g-map {
  width: 100%;
  max-width: 1200px;
  height: 0;
  position: relative;
  padding-bottom: 30%;
  margin: auto;
}
@media (max-width: 1000px) {
  #access section.access-1 .g-map {
    padding-bottom: 45%;
  }
}
@media (max-width: 1000px) {
  #access section.access-1 .g-map {
    padding-bottom: 76%;
  }
}
#access section.access-1 .g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access section.access-2 {
  color: #00428e;
  padding: 50px 0 80px;
}
#access section.access-2 h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding-bottom: 0.5em;
}
@media (max-width: 560px) {
  #access section.access-2 h2 {
    padding-bottom: 0.3em;
  }
}
#access section.access-2 .wrap {
  margin: 40px auto auto;
  width: 90%;
  max-width: 1000px;
  border: 2px solid #99dff8;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 1rem;
  background-color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access section.access-2 .wrap::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 66px;
  background-color: #00afec;
}
#access section.access-2 .wrap .text {
  width: 55%;
  position: relative;
}
#access section.access-2 .wrap .text p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}
@media (max-width: 560px) {
  #access section.access-2 .wrap .text {
    width: 100%;
    padding: 25px 0 25px;
  }
  #access section.access-2 .wrap .text p {
    position: static;
    transform: none;
    line-height: 1.6em;
  }
}
#access section.access-2 .wrap .map {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 560px) {
  #access section.access-2 .wrap .map {
    flex-direction: column;
    width: 100%;
  }
}
#access section.access-2 .wrap .map img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  #access section.access-2 .wrap .map img {
    width: 100%;
  }
}

/* access, ourclinic */
.bg-grad {
  width: 100%;
  background: white;
  background: linear-gradient(0deg, #f0fafe 0%, white 20%, white 100%);
}/*# sourceMappingURL=access.css.map */