@charset "UTF-8";

/* -----------------------------

共通

--------------------------------*/
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-size: 16px;
  color: #000;
}

.line-height__1 {
  line-height: 1;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.gap-0 {
  gap: 0 !important;
}

.gap-40 {
  gap: 40px !important;
}

.center {
  text-align: center;
}

/* --------------------------------
title
-------------------------------- */
h2.wp-block-heading.has-text-align-center.is-style-vk-heading-plain,
h2.wp-block-heading.has-text-align-left.is-style-vk-heading-plain {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}

h3.wp-block-heading.is-style-vk-heading-solid_black,
h3.wp-block-heading.is-style-vk-heading-dotted_bottomborder_black {
  font-weight: 500;
}

h3.wp-block-heading.is-style-vk-heading-dotted_bottomborder_black {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

h2.wp-block-heading {
  font-weight: 400;
}

h3.tag-title {
  font-weight: 400;
}

/* --------------------------------
text
-------------------------------- */
.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.sp-left {
  text-align: center;
}

/* --------------------------------
button
-------------------------------- */
/* 黒いボタン */
.btn_more a {
  position: relative;
  border-radius: 0;
  min-width: 276px !important;
}

.vk_button_link_txt {
  position: relative;
}

.vk_button_link_txt:after {
  content: "";
  background-image: url(../images/common/arrow.png);
  background-size: 100%;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_more a:hover .vk_button_link_txt:after {
  background-image: url(../images/common/arrow2.png);
}

/* 白いボタン */
.btn-more__white a {
  min-width: 222px !important;
}

.btn-more__white a .vk_button_link_caption {
  position: relative;
}

.btn-more__white .vk_button_link_caption:after {
  content: "";
  background-image: url(../images/common/arrow2.png);
  background-size: 100%;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_wrapper {
  text-align: center;
  margin-top: 80px;
}

.btn-back {
  border: solid 1px #000;
  padding: 10px 80px;
  position: relative;
}

.btn-back:after {
  content: "";
  background-image: url(../images/common/arrow_back.png);
  background-size: 100%;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ----------------------------------
Table
------------------------------------*/
.horizontal_table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.horizontal_table tr td:first-child {
  border-left: none;
  border-right: none;
  border-top: solid 1px #221815;
  border-bottom: solid 1px #221815;
  padding: 30px 20px;
  font-weight: bold;
  width: 20%;
}

.horizontal_table tr td:nth-child(2) {
  border-left: none;
  border-right: none;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  padding: 30px 20px;
  width: 80%;
}

.horizontal_table p,
.horizontal_table input {
  margin-bottom: 0;
}

/* お問い合わせの表 */
.contact_horizontal_table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  margin-bottom: 40px;
}

.contact_horizontal_table__title {
  border-left: none;
  border-right: none;
  border-top: solid 1px #221815;
  border-bottom: solid 1px #221815;
  padding: 30px 20px;
  font-weight: bold;
  width: 20%;
  text-align: left;
}

.contact_horizontal_table__text {
  border-left: none;
  border-right: none;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  padding: 30px 20px;
  width: 80%;
}

.hissu_text {
  background-color: #cb000e;
  color: #fff;
  margin-bottom: 0;
  padding: 0 4px;
  font-size: 0.75rem;
  font-weight: 300;
}

.privacy-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.submit-wrapper {
  text-align: center;
}

.submit-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  position: relative;
  border-radius: 0;
  padding: 20px 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-size: 1.375rem;
}

.submit-wrapper p {
  position: relative;
  display: inline-block;
}

.submit-wrapper p:after {
  content: "";
  background-image: url(../images/common/arrow.png);
  background-size: 100%;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

div.wpcf7 .wpcf7-spinner {
  display: none;
}

.reCAPTCHA_wrapper {
  background-color: #fff;
  max-width: 378px;
  padding: 20px;
  margin: auto;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

.privacy-policy__box {
  background-color: #fff;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .horizontal_table tr td:first-child {
    padding: 30px 0;
  }
  .contact_horizontal_table__title {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
  .contact_horizontal_table__text {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-top: none;
  }
  .privacy-policy__box {
    font-size: 0.875rem;
  }
}
/* --------------------------------
header
-------------------------------- */
header.site-header {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 999;
}

.global-nav-list > li:before {
  display: none;
}

.site-header--layout--nav-float .site-header-container {
  padding-right: 0;
  margin-right: 2px;
  margin-left: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.site-header-logo img {
  width: 100% !important;
}

.header_scrolled .site-header-logo {
  display: block;
}

/* --------------------------------
header navigation
-------------------------------- */
.device-pc .global-nav-list > li > a {
  padding: 14px 8px;
}

nav#global-nav {
  margin-right: 20px;
}

.global-nav-list > li .global-nav-name {
  font-weight: 600;
  font-size: 1rem;
}

.header-cta {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.header-cta__tel,
.header-cta__mail {
  border: solid 1px #000;
}

.header-cta__tel-link {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 5px 24px;
}

.header-cta__mail-link {
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 5px 24px;
}

a.header-cta__tel-link:hover {
  opacity: 0.8;
  color: #000;
}

a.header-cta__mail-link:hover {
  opacity: 0.8;
  color: #fff;
}

.header-cta__ico {
  margin-right: 4px;
}

.header-cta__tel .header-cta__ico {
  width: 16px;
}

/* --------------------------------
mobile navigation
-------------------------------- */
#rmp-menu-item-613 {
  margin-bottom: 20px !important;
}

#rmp-menu-item-615 .rmp-menu-item-link,
#rmp-menu-item-614 .rmp-menu-item-link,
#rmp-menu-item-616 .rmp-menu-item-link {
  height: 60px;
}

/* -----------------------------

Footer

--------------------------------*/
.site-footer {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
}

.site-footer a,
.site-footer .nav li a,
.site-footer nav li a {
  color: #fff;
  font-size: 1rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.footer-logo {
  width: 180px;
  margin-right: 20px;
}

.footer-address address {
  font-style: normal;
  font-size: 1rem;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
}

.footer-nav-list li {
  padding: 0 10px;
}

.site-footer-copyright {
  text-align: center;
}

/* -----------------------------

TOPページ

--------------------------------*/

/* --------------------------------
メインビジュアル
-------------------------------- */
.swiper-pagination {
  position: relative;
}

.swiper-slide .ltg-slide-text-set {
  /* bottom: 0;
  top: unset; */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  bottom: 40px;
  left: 0;
  transform: unset;
  display: flex;
  align-items: flex-end;
}

.swiper-slide .ltg-slide-text-title {
  font-size: 3.625rem;
  font-weight: normal;
  text-shadow: 2px 2px 3px #000 !important;
}

.swiper-slide .ltg-slide-text-title small {
  font-size: 2.375rem;
}

.home .swiper-pagination {
  display: none;
}

/* --------------------------------
お知らせ一覧
-------------------------------- */
.news-cat__wrapper {
  width: auto !important;
  width: 80px;
  text-align: center;
  display: inline-flex;
}

.news-cat__wrapper a {
  text-decoration: none;
  text-align: center;
}

.news_wrapper hr {
  border: dashed 0.5px #000;
}

.home .site-body {
  padding-top: 0;
}

.link-black img {
  filter: brightness(35%);
}

.link-black:hover img {
  filter: brightness(100%);
  transition: 1s;
}

/* -----------------------------

下層ページ

--------------------------------*/
/* -----------------------------
共通
--------------------------------*/
.page-header {
  margin-top: 94px;
  height: 234px;
  background-size: cover;
  background-position: center;
}

.page-header-title,
h1.page-header-title {
  text-shadow: 1px 2px 3px #000;
  font-weight: 500;
}

/* お知らせ */
.post-type-post .page-header {
  background-image: url(../images/common/page-title-1.jpg);
}

/* コンセプト */
.page-id-53 .page-header {
  background-image: url(../images/common/page-title-2.jpg);
}

/* リフォーム・リノベーション */
.page-id-55 .page-header {
  background-image: url(../images/common/page-title-3.jpg);
}

/* 施工の流れ */
.page-id-58 .page-header {
  background-image: url(../images/common/page-title-5.jpg);
}

/* よくある質問 */
.page-id-57 .page-header {
  background-image: url(../images/common/page-title-6.jpg);
}

/* 職人紹介 */
.page-id-61 .page-header {
  background-image: url(../images/common/page-title-7.jpg);
}

/* 吉祥会について（会社概要） */
.page-id-63 .page-header {
  background-image: url(../images/common/page-title-8.jpg);
}

/* お問い合わせ */
.page-id-65 .page-header {
  background-image: url(../images/common/page-title-9.jpg);
}

/* 施工事例 */
.post-type-archive-works .page-header,
.tax-works_category .page-header,
.tax-works-tag .page-header,
.single-works .page-header {
  background-image: url(../images/common/page-title-4.jpg);
}

/* -----------------------------
コンセプト
--------------------------------*/
.post-name-concept .site-body {
  padding-top: 0;
  padding-bottom: 0;
}

.concept-img__wrapper {
  max-width: 716px;
  justify-content: center !important;
  margin: auto;
}

.concept_table table td {
  padding: 20px;
  border: solid 1px #000;
}

.concept_table table tr:first-child,
.concept_table table td:first-child {
  background-color: #fafaf7;
}

/* -----------------------------
施工の流れ
--------------------------------*/
.check_wrapper .is-layout-flex {
  gap: 10px;
}

.check_wrapper {
  padding: 20px;
}

.check_item {
  margin-bottom: 4px !important;
}

/* -----------------------------
リフォーム・リノベーション
--------------------------------*/
.post-name-renovation-remodeling .check_item {
  margin-bottom: 20px !important;
}

/* -----------------------------
よくある質問
--------------------------------*/
.vk_faq .vk_faq_title {
  border-bottom: solid 1px #ccc;
}

.vk_faq .vk_faq_title:before {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
}

.vk_faq .vk_faq_title p:last-child {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-weight: 500;
  font-size: 1.25rem;
}

.vk_faq .vk_faq_content:before {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
}

.vk_faq .vk_faq_content p:last-child {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.vk_faq {
  border-bottom: none !important;
}

/* -----------------------------
よくある質問
--------------------------------*/
.staff-name__wrapper {
  gap: 10px;
}

.staff-post__wrapper {
  text-align: end;
}

.staff-post {
  display: inline-block;
  padding: 0 4px;
  margin: 0 auto;
}

/* -----------------------------
職人紹介
--------------------------------*/
.staff-message {
  font-size: 0.875rem;
}

/* -----------------------------
吉祥会について
--------------------------------*/

/* -----------------------------
お問い合わせ
--------------------------------*/
.post-name-contact .cta-section {
  display: none;
}

/* -----------------------------
お知らせ（一覧）
--------------------------------*/
ul.category-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0;
}

.category-btn li {
  list-style: none;
  border-right: solid 1px #000;
}

.category-btn li:last-child {
  border-right: none;
}

.category-btn li a {
  text-decoration: none;
  color: #000;
  font-size: 1.25rem;
  padding: 10px;
}

ul.news_wrapper {
  padding: 0;
}

.news_item {
  list-style: none;
  border-bottom: dashed 0.5px #000;
  padding: 20px 0 20px 0;
}

.news_item a {
  text-decoration: none;
  color: #000;
}

.news_item__wrapper {
  display: flex;
}

.card__time {
  margin-right: 20px;
}

.category_wrapper {
  margin-right: 20px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 20px;
  margin-right: 20px;
  line-height: 24px;
}

.card__title {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  border: none;
  font-weight: normal;
}

.news_item__top {
  display: flex;
}

.wp-block-post-date time {
  margin-right: 20px;
}

/* -----------------------------
お知らせ（詳細）
--------------------------------*/
.single-post .site-body {
  background-color: #fafaf7;
}

.vk_posts.next-prev {
  display: none;
}

.cat-date__wrapper {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  font-size: 0.875rem;
}
.news_cat__wapper {
  background-color: #000;
  color: #fff;
  padding: 0 4px;
}

h1.ttl {
  font-weight: 400;
}

.news_single__wrapper {
  margin-bottom: 60px !important;
}

/* -----------------------------
ページネーション
--------------------------------*/
span.page-numbers.current {
  display: inline-flex;
  background-color: #000;
  color: #fff;
  width: 34px;
  height: 38px;
  /* border-radius: 4px 0 0 4px; */
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

a.page-numbers {
  border: solid 1px #efefef;
  height: 38px;
  width: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

nav.wp-block-query-pagination.is-horizontal.is-content-justification-center.is-layout-flex.wp-container-core-query-pagination-is-layout-1.wp-block-query-pagination-is-layout-flex {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
}

.wp-block-query-pagination-numbers {
  display: flex;
  margin-right: 0 !important;
}

a.wp-block-query-pagination-next {
  border: solid 1px #efefef;
  height: 38px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.wp-block-query-pagination-previous {
  border: solid 1px #efefef;
  height: 38px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
}

/* -----------------------------
施工事例（一覧）
--------------------------------*/
.section-works {
  margin-top: 120px;
  background-color: #fafaf7;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
}

.works-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.works-list__item {
  width: calc(100% / 3 - 24px);
  margin-right: 36px;
  margin-bottom: 60px;
}

.works-list__item a {
  text-decoration: none;
}

.works-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.works-thumbnail {
  margin-bottom: 12px;
}

.works-thumbnail img {
  max-width: 100%;
  max-height: 258px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.works-date {
  margin-bottom: 12px;
  font-size: 0.875rem;
  text-align: right;
}

.works-title {
  font-size: 1.375rem;
  text-decoration: none;
  color: #000;
}

.post-tax {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-tax li {
  margin: 0;
}

.works-tax__btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.works-tax__btn li a {
  border: solid 1px #333;
  border-right: none;
  margin: 0;
  /* color: #000; */
  font-size: 1.25rem;
  padding: 10px 20px;
  display: block;
  color: #000;
}

.works-tax__btn li:last-child a {
  border: solid 1px #000;
}
.works-tax__btn li a {
  text-decoration: none;
}

.post-type-archive-works .works-tax__btn li:first-child,
.works-tax__btn li a.is-active {
  background-color: #000;
}

.post-type-archive-works .works-tax__btn li:first-child a,
.works-tax__btn li a.is-active {
  color: #fff;
}

.post-type-archive-works .site-body,
.tax-works_category .site-body,
.tax-works-tag .site-body {
  padding-top: 100px;
  padding-bottom: 0;
}

a.works-contents {
  height: 1px;
  display: block;
  padding-top: 94px;
  margin-top: -94px;
}

/* -----------------------------

レスポンシブ

--------------------------------*/
@media screen and (max-width: 991px) {
  /* 991pxまでの幅の場合に適応される */
  .site-header-logo img {
    width: 140px !important;
    height: auto;
    max-height: max-content;
    margin: 0;
  }
  .header-cta {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-left {
    text-align: left !important;
  }
  .page-header {
    margin-top: 62px;
  }
  .footer-top {
    flex-direction: column;
  }
  .site-footer {
    padding-top: 30px;
  }
  .footer-top {
    margin-bottom: 20px;
  }
  .footer-logo {
    margin: 0;
    width: 120px;
  }
  .footer-nav-list {
    /* display: none; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: auto;
    max-width: 280px;
  }
  .footer-nav-list li {
    padding: 4px;
    width: 50%;
  }
  .swiper-slide .ltg-slide-text-set {
    bottom: 80px;
  }
  .swiper-slide .ltg-slide-text-title {
    font-size: 2.25rem;
  }
  .swiper-slide .ltg-slide-text-title small {
    font-size: 1.5rem;
  }
  .concept_table table td {
    padding: 10px;
  }
  .concept_table table td:not(:first-child) {
    vertical-align: text-bottom;
  }
  .check_wrapper {
    padding: 10px 8px;
  }
  .post-name-renovation-remodeling .check_item {
    margin-bottom: 20px !important;
  }
  p.staff-post {
    font-size: 0.625rem !important;
  }
  .news_item__wrapper {
    flex-direction: column;
  }
  .news_item__top {
    margin-bottom: 20px;
  }
  .card__title {
    font-size: 1.25rem;
  }
  .wp-block-post-date time {
    margin-right: 0;
  }
  /* .works-list {
    flex-direction: column;
  } */
  .works-list__item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }
  .works-list__item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .works-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .section-works {
    padding: 80px 0;
  }
  .works-tax__btn li a {
    font-size: 1rem;
  }
  .works-title {
    font-size: 1rem;
  }
  .works-tax__btn li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .works-tax__btn li a {
    border-right: solid 1px #000;
    border-bottom: none;
  }
  .works-tax__btn li:last-child a {
    border-bottom: solid 1px #000;
  }
  .post-type-archive-works .main-section,
  .tax-works_category .main-section,
  .tax-works-tag .main-section {
    margin-bottom: 0;
  }
  .site-footer a,
  .site-footer .nav li a,
  .site-footer nav li a {
    padding: 4px;
  }
}
