/*========================================================================
   access layout
========================================================================*/
#access #mainVisual {
  background: url(../img/access/mainimg.jpg) no-repeat center/cover;
}

#around {
  padding-top: 0;
  margin-top: clamp(4.375em, 3.571em + 3.571vw, 6.25em);
  background: #7dc5d4;
}
#around .container {
  max-width: 1100px;
}
#around > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#around .cont {
  color: #222;
  background-color: rgba(255, 255, 255, 0.75);
  padding: calc(var(--grid-gutter));
  margin-bottom: 1.5em;
}
#around .cont h4 {
  color: #6bc;
}
#around .cont .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#around .cont .txtArea .txt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#around .cont .txtArea .btn {
  margin-right: 0;
}
#around .cont .imgArea {
  text-align: center;
  margin-bottom: 0.5em;
}
#around .cont .imgArea img {
  width: 100%;
}
#around .cont .ttl {
  margin-bottom: 0.1em;
}
#around .cont .time {
  text-align: center;
  color: #e96453;
}
#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;
}

#linkArea .link_wrap {
  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;
}
#linkArea .link_wrap .btn {
  margin: 1em;
}