/*---------------------------
access
----------------------------*/
.content_title {
  background: url(../img/common/title/access.png);
  background-size: cover;
}

#access {
  padding: 3em 0;
}
#access .time {
  margin-bottom: 2em;
}
#access .time .inner {
  max-width: 800px;
}
#access .time .inner h2 {
  border: 1px solid #EBD7AE;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 10px;
}
#access .time .inner table {
  width: 100%;
  border: 1px solid #EBD7AE;
}
#access .time .inner table tr {
  border-bottom: 1px solid #EBD7AE;
}
#access .time .inner table tr th,
#access .time .inner table tr td {
  padding: 1em 0.5em;
  border-right: 1px solid #EBD7AE;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #access .time .inner table tr th,
  #access .time .inner table tr td {
    /*sp*/
    padding: 0.5em 0.25em;
  }
}
#access .time .inner table tr th:nth-of-type(even),
#access .time .inner table tr td:nth-of-type(even) {
  background: #FFF4DE;
}
#access .res {
  margin-bottom: 2rem;
}
#access .res .inner {
  max-width: 800px;
}
#access .res .inner .row {
  display: grid;
  grid-template-columns: 28% 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  #access .res .inner .row {
    grid-template-columns: 1fr;
  }
}
#access .res .inner .row .col {
  text-align: left;
}
#access .res .inner .row .col span {
  border-radius: 5px;
  display: block;
  background: #FF7F2F;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}
#access .photo {
  margin-bottom: 2em;
}
#access .photo .inner {
  max-width: 800px;
}
#access .photo .inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #EBD7AE;
  padding: 1.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
  #access .photo .inner .row { /*sp*/
    padding: 1rem;
  }
}
#access .photo .inner .row .col {
  width: 48%;
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  #access .photo .inner .row .col { /*sp*/
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
#access .photo .inner .row .col span {
  display: inline-block;
  background: #FF7F2F;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  width: 40%;
  margin-right: 10%;
  border-radius: 50px;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  #access .photo .inner .row .col span { /*sp*/
    padding: 0.2em;
  }
}
#access .photo .inner .row p {
  width: 100%;
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  #access .photo .inner .row p { /*sp*/
    padding-top: 0px;
  }
}
#access .photo .inner .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#access .photo .inner .img .col {
  width: 48%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #access .photo .inner .img .col { /*sp*/
    width: 100%;
    margin-bottom: 1rem;
  }
}
#access .photo .inner .img .col img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
#access .access .inner {
  max-width: 800px;
}
#access .access .inner h2 {
  margin-bottom: 1em;
  font-size: 1.2em;
  letter-spacing: 5px;
  text-align: left;
}
#access .access .inner iframe {
  margin-bottom: 2em;
  max-width: 100% !important;
}
#access .access .inner .txt {
  text-align: left;
}
#access .access .inner .txt ul {
  list-style: none;
}
#access .access .inner .txt ul li {
  padding: 1em 0;
  padding-left: 50px;
  border-bottom: 1px dashed #999;
}
#access .access .inner .txt ul li span {
  display: inline-block;
  width: 16%;
}
#access .access .inner .txt ul li:nth-of-type(1) {
  background: url(../img/access/icon_car.png) no-repeat left center;
}
#access .access .inner .txt ul li:nth-of-type(2) {
  background: url(../img/access/icon_walk.png) no-repeat left center;
}