/*========================================================================
   access layout
========================================================================*/
#access #mainVisual {
  background: url(../img/access/mainimg.jpg) no-repeat center/cover;
}
#access .deco_ttl {
  max-width: 319px;
  width: clamp(160px, 50%, 319px);
  position: absolute;
  top: 0;
  left: 1.25em;
  z-index: 1;
}
#access .deco_ttl img {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

#map #shop_info {
  background-color: transparent;
}
#map #access_info > * {
  min-width: 320px;
}
#map .bgdeco.lb {
  bottom: -100px;
}

#around h3 {
  max-width: 215px;
}
#around h4 {
  color: var(--color-pri);
}
#around .container {
  max-width: 1100px;
}
#around .lead {
  text-align: center;
  margin-bottom: 2em;
}
#around .row {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#around .cont {
  background-color: rgba(255, 255, 255, 0.7);
  padding: calc(var(--grid-gutter) / 2);
  border-radius: 20px;
  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;
}
#around .cont > *:not(:last-child) {
  margin-bottom: 0.5em;
}
#around .cont .imgArea {
  text-align: center;
}
#around .cont .imgArea img {
  width: 100%;
  border-radius: 15px;
}
#around .cont .imgArea .copyright {
  font-size: 0.7em;
  line-height: 1;
  margin-top: -0.4em;
  margin-bottom: 0.6em;
  text-align: right;
}
#around .cont .ttl {
  margin-bottom: 0.1em;
}
#around .cont .time {
  text-align: center;
  color: #bc4;
}
#around .cont .txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#around .cont .btn {
  margin: 5px auto;
}
#around .cont .btn a {
  height: 50px;
}