@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
/* ========================= /
/  フォント
/* =========================*/
.room {
  margin: 0;
  padding: 130px 0;
}
@media screen and (max-width: 1024px) {
  .room {
    padding: 64px 0;
  }
}
.room .shape.--top {
  top: 600px;
}
.room .shape.--bottom {
  bottom: -400px;
}
.room__movie {
  margin: 40px auto 0;
  width: 81.4814814815%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .room__movie {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.room__movie iframe {
  width: 100%;
  height: 100%;
}
.room__list {
  margin: 130px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .room__list {
    margin: 60px 0 0;
    display: block;
  }
  .room__list > :first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .room__item {
    margin: 30px 0 0;
  }
}
.room__item-img img {
  aspect-ratio: 1022/624;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.room__item-ttl {
  margin: 35px 0 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  color: #5B3218;
}
@media screen and (max-width: 1024px) {
  .room__item-ttl {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
}
.room__item-txt {
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .room__item-txt {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}

.access {
  margin: 0;
  padding: 130px 0 300px;
}
@media screen and (max-width: 1024px) {
  .access {
    padding: 64px 0 150px;
  }
}
.access .shape.--top {
  top: 1700px;
}
.access .shape.--bottom {
  bottom: 500px;
}
.access__area {
  margin: 30px 0 0;
  aspect-ratio: 1080/547;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access__area {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 375/309;
  }
}
.access__area iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .access__area iframe {
    border-radius: 0;
  }
}
.access__info {
  margin: 25px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.access__info-lead {
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1024px) {
  .access__info-lead {
    font-size: 2rem;
  }
}
.access__info-txt {
  margin: 15px 0 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .access__info-txt {
    font-size: 1.4rem;
  }
}
.access__caution {
  margin: 45px 0 0;
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.access__caution-ttl {
  margin: 25px -2px 0;
  padding-left: 35px;
  font-size: 2.2rem;
  color: #fff;
  background: #F49E1A;
  width: calc(100% + 4px);
  height: 52px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .access__caution-ttl {
    margin: 15px -2px 0;
    padding-left: 25px;
    font-size: 1.8rem;
    height: 40px;
  }
}
.access__caution-list {
  padding: 30px 35px;
  list-style: inherit;
}
.access__caution-list > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .access__caution-list {
    padding: 20px 25px;
  }
}
.access__caution-item {
  margin: 30px 0 0 25px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .access__caution-item {
    margin: 20px 0 0 20px;
    font-size: 1.5rem;
  }
}
.access__btns {
  margin: 105px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .access__btns {
    margin: 60px 0 0;
    display: block;
  }
  .access__btns > :first-child {
    margin-top: 0;
  }
}
.access__btn > a {
  padding: 12px 16px;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .access__btn {
    margin: 30px 0 0;
  }
}
.access__lead {
  margin: 55px auto 0;
  padding: 30px 15px 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #000;
  border-bottom: 2px solid #000;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .access__lead {
    margin: 30px auto 0;
    padding: 30px 10px 7px;
    font-size: 1.7rem;
    text-align: center;
  }
}
.access__movie {
  margin: 40px auto 103px;
  width: 81.4814814815%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
  .access__movie {
    margin: 40px auto 60px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.access__movie iframe {
  width: 100%;
  height: 100%;
}
.access__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}
.access__list > :nth-child(3n+3) .access__item-img::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .access__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .access__list > :nth-child(3n+3) .access__item-img::after {
    content: "";
  }
  .access__list > :nth-child(2n+2) .access__item-img::after {
    content: none;
  }
}
.access__item-img {
  position: relative;
}
.access__item-img::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 21px;
  border-color: transparent transparent transparent #8EB92B;
}
@media screen and (max-width: 1024px) {
  .access__item-img::after {
    right: -23px;
    border-width: 14px 0 14px 12px;
  }
}
.access__item-img img {
  aspect-ratio: 318/318;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.access__item-box {
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 1024px) {
  .access__item-box {
    gap: 0 7px;
  }
}
.access__item-num {
  flex-grow: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background: #F49E1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .access__item-num {
    width: 30px;
    height: 30px;
    font-size: 1.7rem;
  }
}
.access__item-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .access__item-txt {
    font-size: 1.3rem;
  }
}
.access__note {
  margin: 30px auto 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  width: fit-content;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1024px) {
  .access__note {
    font-size: 1.3rem;
  }
}
.access__note::before {
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  margin: 5px 0 0;
  width: 25px;
  height: 25px;
  background: url(../img/introduction-access/note.svg) no-repeat center/contain;
}/*# sourceMappingURL=introduction-access.css.map */