@charset "UTF-8";
/*============================================================
 共通変数
*============================================================*/
.forPC {
  display: none;
}

.forSP {
  display: inline;
}

/*============================================================
トップページ
*============================================================*/
#page-top .mv__catch {
  color: #1356AF;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
  width: 100%;
  display: block;
}
#page-top .service__heading {
  text-align: center;
}
#page-top .service__wrap {
  flex-direction: column;
  align-items: center;
}
#page-top .service__item {
  margin-bottom: 26px;
}
#page-top .service__item:last-of-type {
  margin-bottom: 0;
}
#page-top .pickup__heading {
  text-align: center;
}
#page-top .faq__heading {
  text-align: center;
}
#page-top .link__heading {
  text-align: center;
}
#page-top .link__wrap img {
  width: 100%;
}
#page-top .link__wrap a {
  width: 48%;
}
#page-top .catch__wrap {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-top .catch__item {
  margin-bottom: 16px;
}
#page-top .catch__item:last-of-type {
  margin-bottom: 0;
}

/*============================================================
会社案内
*============================================================*/
.page-about .about__wrap {
  flex-direction: column;
  align-items: center;
}
.page-about .about__info {
  width: 100%;
  margin-bottom: 16px;
}

/*============================================================
店舗一覧
*============================================================*/
.archive-branch .branch__item {
  flex-direction: column-reverse;
  align-items: center;
}
.archive-branch .branch__item-name.forPC {
  display: none;
}
.archive-branch .branch__item-name.forSP {
  width: 100%;
  margin-bottom: 0;
}
.archive-branch .branch__info {
  width: 100%;
}

/*============================================================
入居者の方へ
*============================================================*/
.page-contract .menu {
  padding: 0;
  align-items: center;
}

/*============================================================
CICとは？
*============================================================*/
.page-what .greeting__wrap {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.page-what .greeting__info {
  width: 100%;
  margin-bottom: 24px;
}

/*# sourceMappingURL=page_tb.css.map */
