@charset "UTF-8";

#slider-accese {
  display: grid;
  width: 100vw;
  height: 70vh;
  align-items: center;
  justify-content: center;
  background-image: url(../img/access-top.jpg);
  background-size: cover;
  background-position: center;
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.ac-only{
  color: #000;
}
.map-area{
  color: #000;
  padding: 8rem 0;
  background-image: url(../img/access-back_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.yajirusi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-left: 10px;
}
.line01, .line02 {
  background-color: #000;
}
.line01 {
  display: block;
  height: 1px;
}
.line02 {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: right center;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
}
.scroll-indicator {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.map-container iframe {
  filter: grayscale(100%);
}
.accese-con {
  width: 80vw;

  margin: 0 auto;
  text-align: center;
  /* padding-top: 5rem; */
}
.accese-con img {
  /* width: 70%; */
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section.accese-area:nth-of-type(2) {
  padding: 5rem 0;
}
.ac-only-con{
  display: grid;
  grid-template-columns: 40% 60%;
  width: 80vw;
}

.map-grid img,
.map-grid iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-grid iframe {
  border: 0;
  width: 100%;
}


.map-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 5px;
  padding: 3rem 1rem;
  align-items: stretch;
}

.map-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map-container iframe {
  flex-grow: 1;
  border: 0;
}

.map-container a {
  text-align: center;
  font-size: 16px;
}
.map-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-container .map-link {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: #0000EE;
}

.map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.map-container .map-link {
  margin-top: 10px;
  text-decoration: none;
  color: #0000EE;
  white-space: nowrap;
  display: inline-block;
}

.parking-area {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 5%; 
  align-items: center; 
  width: 80vw;
  margin: 2rem auto 0 auto;
}
.parking-area img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.parking-area h4{
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.2rem;
}
.accese-con h3{
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .scroll-indicator {
    display: flex;
  }
  .accese-con {
      width: 100%;
      padding-left: 4%;
      overflow-x: auto;
      box-sizing: border-box;
  }
  .accese-con img {
      min-width: 600px;
      width: auto;
      height: 70vh;
  }
  .map-container{
    display: block !important;
  }
  .accese-area:first-of-type {
    margin-top: 6rem;
  }
  .parking-area {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 4%;
  }
}

.ac-page-lead{
  background-image: url(../img/access-back_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ac-only-con{
  display: grid;
  grid-template-columns: 60% 37%;
  gap:3%;
  width: 80vw;
  margin: 0 auto;
  padding: 5rem 1rem;
  max-width: 1000px;
  background-image: url(../img/f-back_04.png);
  background-repeat: no-repeat;
  background-position: 0 10%;
  background-size: 20%;
}

.ac-only h2{
  padding-top: 2rem;
}
.page-lead{
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.ac-only{
  margin-top: 100px;
}
.ma-01{
  margin-top: 3rem;
}

.slide-logo{
  margin-top: 85px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
}

.ac-only-photo img:first-child {
  width: 100%; 
  margin-left: auto; 
  margin-top: 120px;
}

.ac-ad{
  padding: 10px;
}
.ma-02{
  margin-top: 2rem;
 
}

.ac-only-photo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
}

.ac-only-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.highlight {
  font-size: 150%;
  color: #bd8953;
  margin: 0 4px;
  display: inline-block;
  line-height: 1;
}
.ma-02 {
  width: 90%;
  border-top: 2px solid #bd8953;
  border-bottom: 2px solid #bd8953;
  
}
.ac-only-photo img:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 0;
}


.ac-ad {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

@media (max-width: 768px){

    #slider-accese {
      height: 100vh;
    }
    .slide-logo{
      margin-top: 0;
    }
  
  .ac-only-con{
    grid-template-columns: 1fr;
    /* padding-left: 0; */
    padding: 0 0 3rem 0;
  }
  .ac-only-photo img:first-child {

    margin-top: 0;
  }
  .ac-only{
    margin-top: 40px;
  }
  .map-grid{
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }

  .accese-area:first-of-type{
    margin-top: 0;
  }
  .ac-ad{
    margin-bottom: 0;
    /* padding: 10px 5px; */
  }
}
