@charset "UTF-8";
/*------------------------------------------------------
    access用scss
------------------------------------------------------*/
/*------------------------------------------------------
    Breakpoint　値はサイトに合わせて変更しましょう
------------------------------------------------------*/
/*------------------------------------------------------
    このファイルは基本触らない
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    access用scss
------------------------------------------------------*/
/*------------------------------------------------------
    access用scss
------------------------------------------------------*/
/*------------------------------------------------------
    access用scss
------------------------------------------------------*/
.lower-fv__right__title {
  padding-top: 0px;
  font-size: 1.5rem;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 5%;
}
.lower-fv {
  display: flex;
  gap: 3%;
  align-items: flex-start;
}
.access-video {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lower-fv__right__title {
    padding-top: 30px;
  }
  .access-video {
    width: 100%;
  }
}
.lower-fv img {
  object-position: 90% 50%;
}
.lower-fv p {
  font-size: 1.5rem;
  line-height: 2;
}
.lower-fv .w-500 {
  font-weight: 500;
}
.lower-fv .access__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lower-fv .access__container .access__item h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.lower-fv .access__container .access__item p {
  padding-left: 18px;
  position: relative;
}
.lower-fv .access__container .access__item p::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  top: 1em;
}
.maplink {
  font-size: 1.3rem;
  color: #000000;
  background: #000;
  border-radius: 100px;
  padding: 12px 43px;
  letter-spacing: .2em;
  font-family: Lora, serif;
  transition: .3s;
  border: 1px solid #000;
  cursor: pointer;
  width: 180px;
  padding: 7px 12px;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  background-color: transparent;
  margin-top: 15px;
  transition: .3s;
}
.maplink:hover {
  background-color: #000;
  color: #fff;
}
