/*========================================================================
   access layout
========================================================================*/
#access #mainVisual {
  background: url(../img/access/mainimg.jpg) no-repeat center/cover;
}
#access h2.title, #access .left_line, #access .pagenav {
  border-color: #289;
}
#access .top_line::before,
#access .under_line::after {
  background-color: #289;
}
#access .pagenav h3 {
  color: #289;
}
#access .pagenav li a.is-current {
  color: #289;
}
#access .pagenav li a.is-current::before {
  background-color: #289;
}
#access .btn_c a::after {
  background-color: #289;
}

#acces_map .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#acces_map .layout > * {
  width: 100%;
}
#acces_map .layout > *:not(:last-child) {
  margin-bottom: 1.3em;
}
#acces_map .mapArea {
  position: relative;
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 992px) {
  #acces_map .mapArea {
    height: 600px;
  }
}
#acces_map #shop_info {
  margin-bottom: 2em;
  line-height: 1.5;
}
#acces_map #shop_info a {
  color: #222;
}
#acces_map #shop_info h4 {
  color: #222;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 992px) {
  #acces_map .layout .infoArea {
    width: 35%;
  }
  #acces_map .layout .mapArea {
    width: 65%;
  }
  #acces_map .layout #shop_info {
    text-align: inherit;
  }
}

#kankou_map .inner {
  max-width: 1200px;
}
#kankou_map .banner {
  max-width: 250px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  background-color: #cbd;
  padding: 2px 6px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #kankou_map .banner {
    margin-right: 0;
  }
}

#sightseeing .lead {
  text-align: center;
  margin-bottom: 2em;
}
#sightseeing .layout .cont {
  max-width: 400px;
  width: 90%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 3em;
  background-color: rgba(255, 255, 255, 0.7);
}
#sightseeing .layout .cont > *:not(:last-child) {
  margin-bottom: 1em;
}
#sightseeing .layout .cont h4 {
  font-weight: 600;
  color: #289;
}
#sightseeing .layout .cont .time {
  -ms-flex-item-align: end;
      align-self: end;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2;
  background-color: #289;
  color: #fff;
  padding: 0 0.2em;
  border-radius: 10px;
  display: inline-block;
  margin-top: -1.2em;
}
#sightseeing .layout .cont .btn_c {
  text-align: right;
}
#sightseeing .layout .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sightseeing .layout .cont .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #sightseeing .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sightseeing .layout .cont {
    width: 47.5%;
  }
}
#sightseeing .bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sightseeing .bnrArea > * {
  margin: 0 0.8em 0.8em;
}
#sightseeing .bnrArea .btn {
  min-width: 180px;
  min-height: 50px;
}
#sightseeing .bnrArea .btn a {
  padding: 0.6em 2em 0.6em 1em;
  text-align: inherit;
  background-color: rgba(34, 136, 153, 0.7);
  border-color: #289;
}
#sightseeing .bnrArea .btn a:hover {
  color: #289;
  background-color: rgba(34, 136, 153, 0.1);
}