.button {
  background-color: #E0A568;
  width: 100%;
  padding: 14px 0;
  margin: 30px auto;
  color: #FFF;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  top: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .button {
    font-size: 15px;
    line-height: 21px;
    padding: 17px 0;
  }
}
.button::before {
  width: 13.5px;
  height: 13.5px;
  top: calc(50% - 6px);
  background-image: url(../images/access/link.svg);
}
@media screen and (max-width: 750px) {
  .button::before {
    top: calc(50% - 8px);
    width: 17.5px;
    height: 17.5px;
  }
}
.button.pdf::before {
  width: 15px;
  height: 18.5px;
  top: calc(50% - 9px);
  background-image: url(../images/access/pdf.svg);
}
@media screen and (max-width: 750px) {
  .button.pdf::before {
    top: calc(50% - 12.5px);
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 750px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
}

.p_access .main-visual {
  overflow: hidden;
  background-color: #f5f5f5;
  height: 281px;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .p_access .main-visual {
    height: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p_access .main-visual .sub-title {
  position: absolute;
  width: 200px;
  top: 125px;
  left: calc(50% - 112px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_access .main-visual .sub-title {
    width: 164px;
    top: 95px;
    left: calc(50% - 82px);
  }
}
.p_access .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 190px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_access .main-visual .title {
    font-size: 18px;
    top: 138px;
  }
}
.p_access .main-access {
  background-color: #F5F5F5;
  padding-top: 1px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access {
    padding: 20px 30px 40px;
  }
}
.p_access .main-access .container {
  width: 800px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_access .main-access .container {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_access .main-access .container {
    width: 100%;
  }
}
.p_access .main-access .h_title {
  margin: 10px auto 25px;
  width: 210px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .h_title {
    width: 148px;
  }
}
.p_access .main-access .h_title .eng {
  margin-bottom: -50px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .h_title .eng {
    margin-bottom: -40px;
  }
}
.p_access .main-access .h_title::before {
  content: "";
  width: 100vw;
  left: calc(50% - 50vw);
  height: 100%;
  z-index: -1;
  position: absolute;
}
.p_access .main-access .button {
  background-color: #E0A568;
  border: solid #E0A568 1px;
  width: 315px;
  height: 55px;
  padding: 15px 0;
  margin: 30px auto;
  color: #FDFDFD;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  top: 0;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .button {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 2px;
  }
}
.p_access .main-access .button::before {
  background-image: url(../images/common/arrow-white.svg);
}
.p_access .main-access .button:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
}
.p_access .main-access .block .car {
  text-align: center;
  margin-bottom: 25px;
}
.p_access .main-access .block .address {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .block .address {
    margin-bottom: 10px;
  }
}
.p_access .main-access .block .tel {
  text-align: center;
  font-weight: 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .block .tel {
    margin-bottom: 35px;
  }
}
.p_access .main-access .block .map {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_access .main-access .block .map {
    margin: 0 0 20px;
    padding-bottom: 76.2%;
  }
}
.p_access .main-access .block .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_access .transport {
  padding: 90px 0 60px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_access .transport {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_access .transport {
    padding: 50px 30px 60px;
    display: block;
    width: 100%;
  }
}
.p_access .transport .transport-kind {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind {
    width: 100%;
  }
}
.p_access .transport .transport-kind:last-child {
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind:last-child {
    padding-left: 0;
    margin-top: 40px;
  }
}
.p_access .transport .transport-kind .h_title {
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 40px;
  font-weight: 700;
  color: #ac6f30;
  padding-left: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .h_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p_access .transport .transport-kind .h_title::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 26px;
  top: calc(50% - 13px);
  left: 0;
  background-image: url(../images/access/map.svg);
}
.p_access .transport .transport-kind .transport-item {
  height: 420px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 57px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item {
    height: auto;
    margin-bottom: 20px;
  }
}
.p_access .transport .transport-kind .transport-item .detail {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item .detail:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item .detail:nth-child(2) {
    width: 45%;
  }
}
.p_access .transport .transport-kind .transport-item .detail::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  top: 15px;
  left: 8px;
  background-color: #ebddcf;
}
.p_access .transport .transport-kind .transport-item .detail .detail-item .place {
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #ac6f30;
  padding-left: 27px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item .detail .detail-item .place {
    font-size: 12px;
  }
}
.p_access .transport .transport-kind .transport-item .detail .detail-item .place::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  left: 0;
  border: solid #E0A568 3px;
  border-radius: 10px;
  background-color: #FFF;
}
.p_access .transport .transport-kind .transport-item .detail .detail-item .time {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #E0A568;
  padding-left: 27px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item .detail .detail-item .time {
    margin: 8px 0;
  }
}
.p_access .transport .transport-kind .transport-item .detail .detail-item .time .time-detail {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #E0A568;
  display: block;
}
.p_access .transport .transport-kind .transport-item .detail .detail-item:last-child {
  position: relative;
}
.p_access .transport .transport-kind .transport-item .detail .detail-item:last-child::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 14.5px;
  left: 4px;
  border-radius: 10px;
  background-color: #E0A568;
}
.p_access .transport .transport-kind .transport-item .attention {
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
  margin: 5px 0 0;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-item .attention {
    font-size: 15px;
  }
}
.p_access .transport .transport-kind .transport-info {
  background-color: #F5F5F5;
  padding: 24px 53px;
  height: 250px;
  width: 380px;
  /* margin-left: -30px; */
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-info {
    width: 100%;
    height: auto;
    margin: 0;
    margin: 0 0 30px;
  }
}
.p_access .transport .transport-kind .transport-info .title {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 7px;
}
.p_access .transport .transport-kind .transport-info .detail {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  height: 72px;
}
@media screen and (max-width: 750px) {
  .p_access .transport .transport-kind .transport-info .detail {
    margin-bottom: 7px;
    height: auto;
  }
}
.p_access .transport .transport-kind .transport-info .time {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: relative;
}
.p_access .transport .transport-kind .transport-info .time::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #C2B692 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}
.p_access .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  overflow: scroll;
  background: rgba(44, 65, 66, 0.9294117647);
  padding: 140px;
}
@media screen and (max-width: 750px) {
  .p_access .popup {
    padding: 140px 30px 0;
  }
}
.p_access .popup.active {
  display: unset;
}
.p_access .popup .popup-inside {
  position: relative;
}
.p_access .popup .popup-inside .close {
  position: absolute;
  width: 49px;
  height: 49px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1254901961);
  right: calc(50% - 522px);
  top: -32px;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .p_access .popup .popup-inside .close {
    right: -22px;
  }
}
@media screen and (max-width: 750px) {
  .p_access .popup .popup-inside .close {
    right: -20px;
  }
}
.p_access .popup .popup-inside .close:hover {
  cursor: pointer;
}
.p_access .popup .popup-inside .close::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  top: 24px;
  left: 8px;
  background-color: #E0A568;
  transform: rotate(28deg);
}
.p_access .popup .popup-inside .close::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  top: 24px;
  left: 8px;
  background-color: #E0A568;
  transform: rotate(-28deg);
}
.p_access .popup .popup-inside .map-img {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.p_access .movie {
  position: relative;
  transition: opacity 0.2s;
  width: 800px;
  margin: 0 auto 150px;
  background-color: #FDFDFD;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_access .movie {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_access .movie {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 110px;
  }
}
.p_access .movie:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p_access .movie .play {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 35px);
  width: 50px;
  height: 50px;
  background-image: url(../images/top/play.png);
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p_access .movie .play {
    left: calc(50% - 18px);
    top: calc(50% - 30px);
    width: 36px;
    height: 36px;
  }
}
.p_access .movie.playing {
  opacity: 1 !important;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 20px;
}
.p_access .movie.playing iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_access .movie .text {
  position: absolute;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 600;
  color: #FFF;
  top: calc(50% + 25px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p_access .movie .text {
    font-size: 13px;
    top: calc(50% + 13px);
  }
}
.p_access .movie .title {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}
.p_access .maps {
  background-color: #F5F5F5;
  padding: 90px;
  margin-bottom: 49px;
}
@media screen and (max-width: 750px) {
  .p_access .maps {
    padding: 40px 30px;
  }
}
.p_access .maps .container {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 37px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_access .maps .container {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_access .maps .container {
    width: 100%;
  }
}
.p_access .maps .button:hover {
  cursor: pointer;
}
.p_access .maps .item {
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 750px) {
  .p_access .maps .item {
    width: 100%;
  }
}
.p_access .maps .item .title {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .p_access .maps .item .title {
    line-height: 40px;
    margin-bottom: 10px;
  }
}

footer .button {
  margin: 0;
}/*# sourceMappingURL=access.css.map */