.modeltop-img {
  display: flex;
  justify-content: end;
  margin: 0 0 0 auto;
  padding-top: 261px;
  padding-right: 20px;
  width: 146px;
}
.modeltop-logo {
  margin: 45px 0 0 auto;
  padding-right: 26px;
  width: 270px;
}
#modeltop {
  min-height: 540px;
  max-height: 540px;
}
#common_link .lnk_opt li {
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    Verdana, sans-serif;
}
#common_link #mjwood_logo {
  display: block;
  box-sizing: border-box;
  margin: 0 10px;
  width: 110px;
  height: 50px;
  background-size: 100% auto;
  text-indent: -9999px;
}
#head_area h1 {
  flex-grow: 1;
  margin: 0 10px;
  width: 146px;
}
.local_navi ul li img {
  width: 236px;
}
.local_navi ul li a {
  width: 100px;
  height: 35px;
}
#mjwood_navi ul.nav-list a {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    Verdana, sans-serif;
}
.modal {
  /* position: absolute;
  top: 11750px; */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: none;
  overflow: auto;
  margin: 0 auto;
  /* padding-top: 140px; */
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1001px) {
  .modal {
    top: 10420px;
    height: 600px;
  }
}
.modal-content {
  display: block;
  margin: auto;
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  padding: 16px;
  width: auto;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  cursor: pointer;
  transition: 0.6s ease;

  user-select: none;
}

.next {
  right: 20px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 20px;
  border-radius: 3px 0 0 3px;
}

/* .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */


