/* Basic Color List */
/* $pc : pc;
$tablet : tablet;
$mobile : mobile; */
/* Basic Tool List */
.flex__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex__box > * {
  flex-shrink: 1;
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}
/* Basic FONT List */
.map__box {
  width: 100%;
  height: 600px;
  margin: 0 auto 50px auto;
}
.map__box iframe {
  width: 100%;
  height: 100%;
}

.access__box {
  margin: 0 auto 8rem auto;
  color: #4d4d4d;
}
.access__box p {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access__box p {
    font-size: 1.8rem;
  }
}
.access__box .link__box {
  width: 370px;
  margin: 3rem auto 0 auto;
  max-width: 100%;
}
.access__box .link__box a {
  display: flex;
  background: #255d40;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75em;
  height: 6.6rem;
  align-items: center;
  text-decoration: none;
}
.access__box .link__box a .material-icons {
  font-size: 2.4rem;
}
.access__box .link__box a:hover {
  background: #053826;
}
.access__box .btn__box {
  margin: 8rem auto 0 auto;
  width: calc(100% - 40px);
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .access__box .btn__box {
    margin: 4rem auto 0 auto;
  }
}
.access__box .btn__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem 0;
}
.access__box .btn__box ul li {
  flex-basis: calc((100% - 100px) / 2);
}
@media screen and (max-width: 767px) {
  .access__box .btn__box ul li {
    flex-basis: 100%;
  }
}
.access__box .btn__box ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: white;
  color: #255d40;
  font-size: min(2.4rem, 4vw);
  height: 12rem;
  gap: 1rem;
  font-family: "BIZ UDPMincho", serif;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid white;
  transition: all 0.3s ease-in 0s;
}
.access__box .btn__box ul li a .material-icons {
  font-size: 3rem;
}
.access__box .btn__box ul li a .logo {
  flex-basis: min(6em, 6.5vw);
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .access__box .btn__box ul li a .logo {
    flex-basis: min(6em, 10.5vw);
  }
}
.access__box .btn__box ul li a:hover {
  border: 2px solid #255d40;
}
@media screen and (max-width: 767px) {
  .access__box .btn__box ul li a {
    font-size: min(2.4rem, 5vw);
    height: auto;
    min-height: 9rem;
  }
}/*# sourceMappingURL=access.css.map */