@charset "utf-8";
/*-------------------------------------------
main
-------------------------------------------*/
.main {
  padding-top: 0;
  align-items: center;
}

.title {
  height: 310px;
  background-image: url(../images/access/access_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
 }

 .title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
 }

 .title p {
  font-size: 14px;
  margin-top: 15px;
 }

 .about {
  margin-top: 40px;
  padding-top: 30px;
  align-items: center;
}

.about h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 0.6em;
  color: #7b6459;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  align-items: flex-start;
}

.about img {
  width: 360px;
}

.about-text {
  margin-left: 40px;
}

.about-text p {
  font-size: 15px;
  line-height: 28px;
}

.table01 {
  border-collapse: collapse;
  border: solid 1px #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
}

.table01 th,
.table01 td {
  border-collapse: collapse;
  border: solid 1px #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
  padding: 16px 0 16px 16px;
}

.table01 th {
  padding-left: 20px;
  text-align: left;
  width: 30%;
}

 .access {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  }

  .access h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 0.6em;
    color: #7b6459;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    border-radius: 7px;
  }

  .access img {
    width: 360px;
  }
  
  .access-text {
    max-width: 500px;
    margin-right: 40px;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .reverse .access-text {
    margin-left: 40px;
    margin-right: 0;
  }

  .access-text h2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .access-text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left;
  }

  .footer {
    margin-top: 100px;
  }

/*-------------------------------------------
Access Map
-------------------------------------------*/
.access-calendar {
  margin-top: 40px;
  padding-top: 30px;
  align-items: center;
}

.access-calendar h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 0.6em;
  color: #7b6459;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.access-calendar title {
  font-size: 15px;
}

.access-calendar p {
  text-align: center;
}

.calendar {
  width: 930px;
  max-width: 90%;
  /*margin-top: 75px;*/
  margin-left: auto;
  margin-right: auto;
}

.calendar iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 50px;
}


.map {
  width: 930px;
  max-width: 90%;
  /*margin-top: 75px;*/
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}


@media (max-width: 800px) {
  .access {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .access-text {
    margin-right: 0;
  }

  .access-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .access-text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }

  .reverse .access-text {
    margin-left: 0;
  }

  .about-inner {
    display: block;
    padding-bottom: 0;
  }

  .about h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .about-text {
    margin-right: 0;
    margin-left: 0;
  }

  .about-text p {
    padding-top: 20px;
  }

  .about img {
    width: 100%;
    height: auto;
  }

  .about p {
    font-size: 14px;
    line-height: 24px;
  }

  .access-calendar h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .table01 {
    font-size: 14px;
    margin-top: 20px;
  }

  .table01 td {
    padding: 12px;
  }

  .test {
    margin-left: 0;
  }

  .access img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .table01 {
    font-size: 14px;
    margin-top: 20px;
  }

  .map {
    height: 60%;
  }

}

