@charset "UTF-8";
/* 航空券付きプラン */
.Plane_plan {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background-color: #bdbbba;
}

@media (max-width: 767px) {
  .Plane_plan {
    display: none;
  }
}

.Plane_plan-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  min-height: 48px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: .1em;
  color: #fff;
  background-color: #808080;
  -webkit-transition: .3s;
  transition: .3s;
}

.Plane_plan-anc:hover {
  background-color: #5c5954;
}

@media (min-width: 768px) {
  .firstview-wrapper {
    height: calc(100vh - 159px);
  }
  .vacancy {
    margin-top: -159px;
  }
}
/*# sourceMappingURL=Plane_plan.css.map */