.usu{color:#464b50;}

.header-contents.page {
  background: rgb(255 255 255 / .62)!important;
}
.page .before {
  display: none!important;
}
.page .after {
  display: block!important;
}
.page .gloval-nav li a {
  color: #292929;
}
main {
  margin-top: 110px;
}
.page-top {
  background: url(../img/wedding-style/fv.jpg) center;
  width: 100%;
  background-size: cover;
  height: 315px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.page-top h1 {
  font: 500 61px futura-pt, sans-serif;
  text-align: center;
  line-height: .5;
  color: #FFF;
}
.page-top h1 span {
  font-weight: nomal;
  font-size: 18px;
}
/* plan */
.plan {
  margin-bottom: 65px;
}
.plan h2 {
  font: 500 38px futura-pt, sans-serif;
  text-align: center;
  position: relative;
  line-height: .8;
  margin-bottom: 48px;
}
.plan h2 span {
  font-size: 13px;
  color: #333;
}
.plan h2:after {
  content: "";
  position: absolute;
  background: #009898;
  height: 4px;
  width: 80px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.intro {
  text-align: center;
  line-height: 1.94;
  margin-bottom: 84px;
}
.plan-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-lists li {
  width: 48%;
  margin-bottom: 70px;
}
.plan-lists li img {
  margin-bottom: 28px;
}
.plan-lists li h3 {
  font: 400 27px futura-pt, sans-serif;
  margin-bottom: 11px;
}
/* ----------
  1024px
  ---------- */
@media (max-width: 1024px) {
  main {
    margin-top: 55px;
  }
}
/* ----------
  768px
  ---------- */
@media (max-width: 768px) {
  .breadcrumb {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .page-top {
    height: 200px;
    margin-bottom: 42px;
  }
  .page-top h1 {
    font-size: 22px;
    line-height: 1;
  }
  .page-top h1 span {
    font-size: 9px;
  }
  /* plan */
  .plan h2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1;
  }
  .plan h2 span {
    font-size: 10px;
  }
  .plan h2:after {
    bottom: -13px;
  }
  .intro {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .plan-lists {
    flex-direction: column;
  }
  .plan-lists li {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 45px;
  }
  .plan-lists li h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .plan-lists li img {
    margin-bottom: 18px;
  }
  .plan-lists li {
    font-size: 15px;
  }
}
/* ----------
  480px
  ---------- */
@media (max-width: 480px) {
  .page-top {
    height: 92px;
    margin-bottom: 42px;
    background: url(../img/wedding-style/fv_sp.jpg) center;
    background-size: cover;
  }
}
