@charset "UTF-8";
/*h2の下線を削除*/
.smb-section__title::after {
  display: none;
}

/*タイトルの影、ボタン角丸*/
@media (max-width: 639px) {
  .top-title {
    display: none;
  }
}
.top-title h2 {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
.top-title .wp-block-snow-monkey-blocks-btn a {
  border-radius: 0%;
}

/*パネル*/
.top-panel {
  position: relative;
  transform: translateY(-100px);
  z-index: 1;
}
@media (max-width: 1023px) {
  .top-panel {
    margin-top: 30px;
    transform: none;
  }
}
.top-panel .smb-panels__item {
  box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 1023px) {
  .top-panel .smb-panels__item {
    box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
}
.top-panel .smb-panels__item__body {
  padding: 80px;
}
@media (max-width: 1023px) {
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
}
.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none;
}

/************************
3枚のパネル
************************/
.panels {
  box-shadow: none !important;
  border: 1px solid #ccc;
}
.panels .smb-panels__item {
  display: flex;
  flex-direction: column;
}
.panels .smb-panels__item__figure {
  order: 2;
  overflow: hidden;
  position: relative;
}
.panels .smb-panels__item__figure::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "新しい暮らしを始めたい方\aのためのリフォーム\a\a老後のために暮らしやすい\aバリアフリーの住宅\a\a未来を創造し作り上げられる\a Billion自慢の住宅設計";
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}
.panels .smb-panels__item__figure img {
  transition: all 0.6s;
}
.panels .smb-panels__item__body {
  box-shadow: 0 0 0 1px #ccc;
}
.panels .smb-panels__item__title {
  font-size: 24px;
}
.panels .smb-panels__item__content {
  font-size: 14px;
}
.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  transform: scale(1.4);
  opacity: 1;
}
.panels .smb-panels__item:hover .smb-panels__item__figure img {
  transform: scale(1.2);
}

/******************
NEWSセクション
******************/
.news {
  /* 最近の投稿（テキスト）のスタイル */
}
.news .smb-section__title {
  font-size: 2.5em;
}
.news .c-entries--text {
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.news .c-entries__item a {
  padding-right: 2em;
  padding-left: 2em;
}
.news .c-entries__item .c-entry-summary {
  display: flex;
  position: relative;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}
.news .c-entries__item .c-entry-summary__title {
  transition: color 0.3s;
}
.news .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 6em;
  background-color: transparent;
}
.news .c-entries__item .c-entry-summary__figure img, .news .c-entries__item .c-entry-summary__figure::before {
  display: none;
}
.news .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
  border-radius: 15px;
}
.news .c-entries__item .c-entry-summary__term {
  position: relative;
  white-space: nowrap;
}
.news .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem !important;
}
.news .c-entries__item .c-entry-summary__term--category-8 {
  color: #333;
  border: 1px solid #333;
}
.news .c-entries__item .c-entry-summary__term--category-6 {
  color: #cd162c;
  border: 1px solid #cd162c;
}
.news .c-entries__item .c-entry-summary__term--category-5 {
  color: #104f96;
  border: 1px solid #104f96;
}
.news .c-entries__item .c-entry-summary__term--category-4 {
  color: #e97501;
  border: 1px solid #e97501;
}
.news .c-entries__item .c-entry-summary:hover .c-entry-summary__title {
  color: #cd162c;
}

/*************
バナー
**************/
.banners .smb-items__banner__figure {
  filter: none !important;
}
.banners .smb-items__banner img {
  filter: brightness(0.8);
}
.banners .smb-items__banner__body {
  transition: transform 0.3s;
}
.banners .smb-items__banner__title {
  font-size: 24px;
  font-weight: 600;
}
.banners .smb-items__banner__lede {
  font-size: 16px;
}
.banners .smb-items__banner:hover .smb-items__banner__body {
  transform: translateX(15px);
}

/************
Worksセクション
***********/
.c-entries--rich-media .c-entries__item:nth-of-type(-n+3) {
  margin-bottom: 80px;
}
@media (max-width: 639px) {
  .c-entries--rich-media .c-entries__item {
    margin-bottom: 30px !important;
  }
}
.c-entries--rich-media .c-entry-summary {
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}
.c-entries--rich-media .c-entry-summary__figure {
  margin-bottom: 0;
}
.c-entries--rich-media .c-entry-summary img {
  filter: none !important;
  transition: transform 0.6s !important;
}
.c-entries--rich-media .c-entry-summary__term--category-6 {
  background-color: rgba(205, 22, 44, 0.8);
}
.c-entries--rich-media .c-entry-summary__term--category-5 {
  background-color: rgba(16, 79, 150, 0.8);
}
.c-entries--rich-media .c-entry-summary__term--category-4 {
  background-color: rgba(233, 117, 1, 0.8);
}
.c-entries--rich-media .c-entry-summary__body {
  padding-left: 30px;
  border-left: 5px solid #cd162c;
}
.c-entries--rich-media .c-entry-summary__header {
  padding: 20px 0;
}
.c-entries--rich-media .c-entry-summary__content {
  color: #333;
  font-size: 14px;
  line-height: 2.25em;
}
.c-entries--rich-media .c-entry-summary__meta {
  display: none;
}
.c-entries--rich-media a:hover .c-entry-summary__figure img {
  transform: scale(1.2);
}
@media (max-width: 639px) {
  .c-entries--rich-media .c-entry-summary__content {
    display: none;
  }
}

/**********
下部のバナー
*************/
.bottom-banners .smb-items__banner__title {
  font-size: 16px;
  font-weight: 400;
}

/*************
フッター上部にHTMLの挿入
***************/
.info {
  border-top: 1px solid #ccc;
}
.info-inner {
  display: flex;
  align-items: center;
  max-width: 1180px;
  height: 140px;
}
@media (max-width: 639px) {
  .info-inner {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px;
  }
}
.info__logo {
  margin-right: 30px;
}
@media (max-width: 639px) {
  .info__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.info__logo img {
  width: 150px;
}
@media (max-width: 639px) {
  .info__logo img {
    width: 120px;
  }
}
.info__text {
  flex: 1;
  font-size: 14px;
}
@media (max-width: 639px) {
  .info__text {
    margin-bottom: 25px;
  }
}
.info .social-nav {
  margin-left: 0;
}
.info .social-nav__icon {
  display: inline;
  margin: 0 10px;
  list-style: none;
}
.info .social-nav__icon a {
  color: #212121;
}

/**********
フッター
*********/
.l-footer-widget-area {
  border-top: 1px solid #ccc;
}
.l-footer-widget-area__item {
  text-align: center;
}
.l-footer-widget-area__item:nth-of-type(1) {
  border-right: 1px solid #ccc;
}/*# sourceMappingURL=style.css.map */