/*-------------
mv
--------------*/
.mv {
  background: url("../images/mv_bg.jpg") no-repeat top center/cover;
}
.mv h2 {
  color: #fff;
}

/*-------------
info
--------------*/
.mv__bottom .middle__text {
  text-align: center;
  margin-top: 145px;
  font-size: 20px;
}

/*-------------
index
--------------*/
.index {
  margin-top: 120px;
}
.index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.index ul li {
  width: 210px;
  position: relative;
}
.index ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #31180F;
  border-left: 2px solid #31180F;
  content: "";
}
.index ul a {
  padding-bottom: 14px;
  border-bottom: 1px solid #31180F;
  position: relative;
  display: block;
}
.index ul a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: #31180F;
  content: "";
}

/*-------------
institution
--------------*/
.institution ul {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 54px 34px;
}
.institution li {
  width: calc(33.3333333333% - 23px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.institution dt {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}
.institution dd {
  margin-top: 8px;
}
.institution p {
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  margin-top: auto;
  margin-bottom: 0;
}
.institution .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.institution a {
  margin-top: 17px;
  max-width: 166px;
  width: 100%;
  padding: 8px;
  text-align: center;
  color: #fff;
  background-color: #31180F;
}/*# sourceMappingURL=sightseeing.css.map */