@charset "utf-8";
/*----------------------------------------------------
  介護サービス
----------------------------------------------------*/
/*-- ナビゲーションメニュー --*/
.menu {
  position: fixed;
  top: 115px;
  z-index: 2;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 991.98px) {
  .menu {
    top: 95px;
  }
}
/*-- メインイメージ --*/
.mainimage-area {
  margin: 0;
  padding: 0 0 10px;
  background: url("../images/mainimg.jpg");
  background-position: right 50% top 0;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  .mainimage-area {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575.98px) {
}