/*----------------------------
** navigation menu
----------------------------*/
/* _navi-list */
._navi-list {
  font-weight: 700;
  color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
}

/* _navi-item */
._navi-item {
  font-size: 13px;
  margin: 0 0 32px 0;
  position: relative;
}
._navi-item:hover {
  cursor: pointer;
}
.contractor ._navi-item._navi-item05 {
  display: none;
}
._navi-item._navi-item06 {
  display: none;
}

@media screen and (max-width: 768px) {
  ._navi-item {
    opacity: 0;
    transform: rotateX(0) translateX(-200px);
    -webkit-transform: rotateX(0) translateX(-200px);
    -moz-transform: rotateX(0) translateX(-200px);
    -ms-transform: rotateX(0) translateX(-200px);
    -o-transform: rotateX(0) translateX(-200px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  ._navi-item.-show {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* _navi-link */
._navi-link {
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (min-width: 769px) {
  ._navi-link:hover {
    color: #000562;
  }
}
@media screen and (min-width: 769px) {
  ._navi-link:active {
    color: #000562;
  }
}

/* _navi-item-sub */
._navi-item-sub {
  border-left: 1px solid #fff;
  padding: 10px 0 10px 10px;
  margin: 10px 0 0 33px;
  width: calc(100% - 33px);
  display: none;
}
@media screen and (max-width: 768px) {
}
._navi-item-sub.-open {
  display: block;
}

/* _navi-item-sub ._navi-link */
._navi-item-sub ._navi-link {
  padding: 10px 0 10px 1em;
  text-indent: -1em;
}
._main-sidebar ._navi-item-sub ._navi-link::before {
  content: '';
}

/* -ic */
.-ic {
  padding: 0 0 0 28px;
  position: relative;
}
.nav-areainfo::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/navi/ic-nav-areainfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-enquete::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-enquete.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-forum::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-forum.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-lifesupport::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-lifesupport.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-mansioninfo::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-mansioninfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-mansioninfo_sp::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-mansioninfo_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-mypage::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-mypage.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-newinfo::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-newinfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-notificationdocs::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-notificationdocs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-parking::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-parking.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-qanda::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-qanda.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-rateddocs::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-rateddocs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-report::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-report.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-rijikai::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-rijikai.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-schedule::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-schedule.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-procedure::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-procedure.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-smartdesk::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-smartdesk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-toppage::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-toppage.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.nav-vote::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-vote.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -1px;
}
.nav-mypage::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/navi/ic-nav-mypage.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}

/* -nav-toggle */
._nav-toggle {
  display: block;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (min-width: 769px) {
  ._nav-toggle:hover {
    color: #000562;
  }
}
@media screen and (min-width: 769px) {
  ._nav-toggle:active {
    color: #000562;
  }
}

._nav-toggle::after {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../img/navi/ic-nav-arrow-right.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 3px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
}

._nav-toggle.-open::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*----------------------------
** calender
----------------------------*/
/* _calender-ttl */
._calender-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 12px 0;
  display:none;
}
@media screen and (max-width: 768px) {
  ._calender-ttl {
    font-size: 2.1rem;
    margin: 0 0 12px 0;
    color: #fff;
  }
}

/* _calender-wrap */
._calender-wrap {
  background-color: #fff;
  border: 1px solid #98a6b5;
  padding: 15px 8px 8px 8px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 016));
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
}

/* _cal-current */
._cal-current {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
}

/* _cal-bt */
._cal-bt {
  width: 6px;
}
@media screen and (max-width: 768px) {
  ._cal-bt {
    width: 10px;
  }
}

/* _cal-month */
._cal-month {
  color: #707f89;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  ._cal-month {
    font-size: 1.2rem;
  }
}
._cal-month .-lg {
  font-size: 1.7rem;
  font-weight: 700;
  color: #3b4043;
}
@media screen and (max-width: 768px) {
  ._cal-month .-lg {
    font-size: 2.4rem;
  }
}

/* _cal-date */
._cal-date {
  display: flex;
  font-size: 1.1rem;
  color: #cdd6dd;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 768px) {
  ._cal-date {
    font-size: 1.6rem;
  }
}

/* -date */
.-date {
  width: calc(100% / 7);
  text-align: center;
}

/* _cal-days */
._cal-days {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  ._cal-days {
    font-size: 1.2rem;
    margin: 0 0 3% 0;
  }
}

/* -days */
._cal-days span,
.-days {
  width: calc((100% - 14px) / 7);
  background-color: #f0f3f5;
  color: #3b4043;
  margin: 0 1px 2px 1px;
  padding: 9px 7px 7px 7px;
  text-align: center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

._cal-days span.nocur {
	color: #999;
}

@media screen and (min-width: 769px) {
  .-days:hover {
    color: #fff;
    background-color: #3b4043;
  }
}
@media screen and (max-width: 768px) {
  .-days:active {
    color: #fff;
    background-color: #3b4043;
  }
}
._cal-days span.today,
.-days.-current {
  background-color: #000562;
  color: #fff;
}
._cal-days span.on {
  background-color: #ffa576;
  color: #fff;
}

.calnews li {
	color: #565656;
	margin: 5px 5px 10px;
	font-size: 1.25rem;
	line-height: 1.3;
}

/*----------------------------
** drawr handle
----------------------------*/
/*  drawr-handle*/
.drawr-handle {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawr-handle {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 16px;
    bottom: 30%;
    left: 5%;
    z-index: 200;
  }
  .drawr-handle,
  .drawr-handle span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
  .drawr-handle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .drawr-handle span:nth-of-type(1) {
    top: 0;
  }
  .drawr-handle span:nth-of-type(2) {
    top: 7px;
  }
  .drawr-handle span:nth-of-type(3) {
    width: 50%;
    bottom: 0;
  }
  .drawr-handle.active {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .drawr-handle.active span {
    background-color: #fff;
    width: 80%;
    left: 3px;
  }
  .drawr-handle.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -o-transform: translateY(10px) rotate(-45deg);
  }
  .drawr-handle.active span:nth-of-type(2) {
    transform: translateY(3px) rotate(45deg);
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
  }
  .drawr-handle.active span:nth-of-type(3) {
    opacity: 0;
  }
}

/*----------------------------
** drawr-overlay
----------------------------*/
/* drawr-overlay */
.drawr-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawr-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .drawr-overlay.-open {
    display: block;
    opacity: 1;
  }
}

/*----------------------------
** drawr-menu
----------------------------*/
/* drawr-menu */
.drawr-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawr-menu {
    display: block;
    width: 75%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -75%;
    z-index: 400;
    background-color: #76a5b2;
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .drawr-menu.-open {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* _drawr-user */
  ._drawr-user {
    width: 100%;
    /* width: calc(100% + 1px); */
    background-color: #000562;
    color: #fff;
    padding: 10%;
    display: flex;
    align-items: center;
  }

  /* _drawr-user-avatar */
  ._drawr-user-avatar {
    width: 40px;
    margin: 0 20px 0 0;
  }

  /* _drawr-user-info */
  ._drawr-user-info {
    width: calc(100% - 40px);
  }

  /* _drawr-user-room */
  ._drawr-user-room {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 4px 0;
  }

  /* _drawr-user-resident */
  ._drawr-user-resident {
    font-size: 1.4rem;
    display: none;
  }

  /* _drawr-navi */
  ._drawr-navi {
    padding: 10%;
  }
}


.banner {
	margin: 30px auto;
	text-align: center;
}
.banner a:hover {
  opacity: 0.8;
}
.banner .bnr_item {
	margin-bottom: 20px;
}

.banner .bnr_item p {
	font-size: 120%;
	margin: 4px auto;
}
._main-container .banner {
	display: none;
}

@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    padding: 40px 5%;
    margin: 0;
    text-align: center;
  }
  .banner img {
    width: 100%;
  }
  ._main-container .banner {
	display: block;
  }
}


.navi-link-url {
	display: none;
}
