/* ------------------------------------------------------ここからトップページ----------------------------------------------------- */



/* コンセプト */

.top-about-sec .smb-box__background::before{
  content: "";
  background-image: url(https://aifudousank.jp/wp-content/uploads/2025/04/1023809.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 0px;
  top: -200px;
  z-index: 1;
  }
  @media  screen and (max-width:1023px) {
    .top-about-sec .smb-box__background::before{
      width: 200px;
      height: 200px;
      right: 0px;
      top: -150px;
    }

  }
  @media screen and (max-width:639px) {
    .top-about-sec .smb-box__background::before{
      width: 100px;
      height: 100px;
      right: 0px;
      top: -80px;
    }
    


  }

.top-about-sec img {
	aspect-ratio:5/3;
	object-fit:cover;
}
/* サービス */
.top-service-sec .smb-items__banner__title{
  font-size: 28px;
  position: relative;
}
@media  screen and (max-width:639px) {
  .top-service-sec .smb-items__banner__title{
    font-size: 20px;
  }
}





/* 特徴 */

.top-feature-sec {

}

.top-feature-sec .strengh-list {}

.top-feature-sec .strengh-item .smb-items__item__body {
  border-radius: 50%;
  /* border: 1px solid #036EB7; */
  max-width: 350px;
  min-height: 350px;
  padding: 50px 15px 15px;
  background-color: var(--wp--preset--color--sm-sub-accent);
  margin: 0px auto;
}
@media  screen and (max-width:639px) {
  .top-feature-sec .strengh-item .smb-items__item__body {
    border-radius: 50%;
    max-width: 300px;
    min-height: 300px;
    padding: 50px 15px 15px;
    background-color: var(--wp--preset--color--sm-sub-accent);
    margin: 0px auto;
  }
}




.top-feature-sec .strengh-item-img {}

.top-feature-sec .strengh-item-title {
  margin-top: 10px !important;
}

.top-feature-sec .strengh-item-desc {
  margin-top: 15px !important;
}




 /* お知らせ(テキスト２) */
  .top-news-sec {
  }
  .home .top-news-sec .c-entries__item:nth-child(2n) {
    background-color: #f7f7f7;
    }

      .home .top-news-sec .c-entries__item a{
        padding: 0 !important;
		  margin-bottom:0!important;
      }

      .home .top-news-sec .c-entry-summary__body {
        padding: 20px;
        /* background-color: #fff; */
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
      }
@media screen and (max-width:1023px) {
	.home .top-news-sec .c-entry-summary__body {
        padding: 20px;
        flex-direction:column-reverse;
		align-items:flex-start;
      }
}

		.home .top-news-sec .c-entry-summary__header {
        margin-bottom: 0!important;
      }
      .home .top-news-sec .c-entry-summary__title {
        color: #333;
        font-size: 16px!important;
        font-weight: 500!important;
      }


      .home .top-news-sec .c-entry-summary__meta {
        margin-top: 0!important;
		  margin-right:30px;
}
@media screen and (max-width:1023px) {
	.home .top-news-sec .c-entry-summary__meta {
		  margin-bottom:10px;
 }
}
		.home .top-news-sec .c-entry-summary__meta .c-meta{
			/* flex-direction:row-reverse; */
		}

		.home .top-news-sec .c-meta__item--categories {
			margin-right:20px;
		}
		.home .top-news-sec .c-meta__item--author {
        display: none;
      }
      .home .top-news-sec .c-entry-summary__term {
        display: none;
      }




 /* 物件情報（カルーセル） */


    .top-works-sec .smb-items__banner__title{
    font-size: 28px;
    position: relative;
  }
 .top-works-sec{
  position: relative;
}
.top-works-sec .container{
  position: relative;
  z-index: 1;
} 
 .home .top-works-sec .spider__arrow {
background-color: var(--wp--preset--color--sm-accent);
opacity: 0.7;
border-radius: 50%;
 }

 .spider__arrow[data-direction=prev] {
  left: 20px;
 }
 .spider__arrow[data-direction=next] {
  right: 20px;
 }
 .spider__arrow[data-direction=prev]:before {
  border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
 }
 .spider__arrow[data-direction=next]:before {
  border-right: 1px solid #fff;
    border-top: 1px solid #fff;
 }




    .home .top-works-sec .c-entries-carousel__item {
      padding: 10px;
      z-index: 1;
  position: relative;
    }
    .home .top-works-sec .c-entries-carousel__item a{
      /* border-radius: 20px; */
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff;
    }
    .home .top-works-sec .c-entries-carousel__item a:hover{
  
    }
    .home .top-works-sec .c-entries-carousel__item a:hover .c-entry-summary__body {
      opacity: 1;
    }
    
    .home .top-works-sec .c-entry-summary__figure {
      margin-bottom: 0;
      /* border-radius: 15px; */
    }
    .home .top-works-sec .c-entry-summary__figure::before {
      padding-top: 65%;
    }
    .home .top-works-sec .c-entries__item:hover .c-entry-summary__figure img,.home .top-news-sec .c-entries__item:hover .c-entry-summary__body {
      opacity: 1;
    }
    .home .top-works-sec .c-entries__item .c-entry-summary__figure img {
      transform: scale(1);
      transition: .3s;
    }
    .home .top-works-sec .c-entries__item:hover .c-entry-summary__figure img {
      transform: scale(1.1);
      transition: .3s;
    }
  

    .home .top-works-sec .c-entry-summary__body {
      min-height: 100px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
    }
    .home .top-works-sec .c-entry-summary__header {
      margin-bottom: 0!important;
    }
    .home .top-works-sec .c-entry-summary__title {
      color: #000;
      font-size: 16px!important;
      font-weight: 500!important;
    }
  
    .home .top-works-sec .c-entry-summary__meta{
      margin-top: 10px;
      justify-content: flex-start;
      color: #000;
      margin-bottom: 10px;
    }
    .home .top-works-sec .c-meta__item--author {
      display: none;
    }
    .home .top-works-sec .c-entry-summary__content {
      display: none;
    }
    .home .top-works-sec .c-entry-summary__term {
      display: none;
    }

    



/* よくある質問 */

.faq-sec .smb-panels__item__body {
  padding: 15px!important;
}
.faq-sec .smb-accordion__item__body  {
  padding: 20px 0;
}
.faq-sec .faq-title .smb-accordion__item__title {
  background-color: var(--wp--preset--color--sm-sub-accent)!important;
  padding: 20px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width:639px) {
  .faq-sec .faq-title .smb-accordion__item__title {
    font-size: 16px;
  }
  .faq-sec .smb-accordion__item__body {
    padding: 15px 0;
  }
}



/* 会社概要 */
.service-greeting-sec {
}

.service-greeting-sec img{
aspect-ratio: 400 / 300;
width: 100%;
max-width: 400px;
object-fit: cover;
object-position: 30% 50%;
position: relative;
z-index: 2;
}


/* ------------------------------------------------------サービス----------------------------------------------------- */


.about-feature-sec {
  overflow: hidden;
}
.about-feature-container1 .smb-container__body {
  position: relative;
  z-index: 5;
}
.about-feature-container1 .smb-container__body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -50%;
  bottom: -30px;
  z-index: -1;

}

.about-feature-container2 .smb-container__body {
  position: relative;
  z-index: 5;
}
.about-feature-container2 .smb-container__body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -50%;
  bottom: -30px;
  z-index: -1;
}

.about-feature-title {
/* margin-bottom: 20px; */
}
.about-feature-subtitle {
font-size: 32px;
background-color: var(--wp--preset--color--sm-accent) !important;
padding-left: 20px;
padding-right: 20px;
color: #fff;
margin-bottom: 15px;
display: inline-block;
}
@media  screen and (max-width:639px) {
  .about-feature-subtitle {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    }
}
.about-feature-img img{
aspect-ratio: 800 / 400;
width: 100%;
max-width: 800px;
object-fit: cover;

}
.about-feature-container1 .about-feature-desc {
  position: relative;
  z-index: 5;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: 0;
}
.about-feature-container2 .about-feature-desc {
  position: relative;
  z-index: 5;
  /* max-width: 800px; */
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width:639px) {
  .about-feature-container1 .about-feature-desc,.about-feature-container2 .about-feature-desc {
    margin-top: 0!important;
    text-align: left;
  }
  
}
@media screen and (max-width:767px) {
  .about-feature-container1 .about-feature-column .advgb-columns{
    flex-direction: column-reverse;
    }
  .about-feature-container2 .about-feature-column .advgb-columns{
  /* flex-direction: column-reverse; */
  }
}


/* 特徴 */
.feature-sec img {
  aspect-ratio: 500 / 300;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ------------------------------------------------------会社概要----------------------------------------------------- */
.company-sec .smb-information__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width:639px) {
  .company-sec iframe {
    height: 200px;
  }
  .company-sec .c-row>.c-row__col:first-of-type {
    margin-bottom: 10px;
  }
}




/* ------------------------------------------------------お知らせ一覧----------------------------------------------------- */


/* お知らせ（テキスト２） */

	/* サイドバーつける時 */
/*  .blog .l-contents__container {
        max-width: 1400px;
      } */


      .blog .c-entry__header {
        display: none;
      }
      .blog .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        .blog .l-contents__inner {
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }




      .blog  .c-entries__item:nth-child(2n) {
        background-color: #f7f7f7;
        }
    
          .blog  .c-entries__item a{
            padding: 0 !important;
          margin-bottom:0!important;
          }
    
          .blog  .c-entry-summary__body {
            padding: 20px;
            /* background-color: #fff; */
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            align-items: center;
          }
    @media screen and (max-width:1023px) {
      .blog  .c-entry-summary__body {
            padding: 20px;
            flex-direction:column-reverse;
        align-items:flex-start;
          }
    }
    
        .blog  .c-entry-summary__header {
            margin-bottom: 0!important;
          }
          .blog  .c-entry-summary__title {
            color: #333;
            font-size: 16px!important;
            font-weight: 500!important;
          }
    
    
          .blog  .c-entry-summary__meta {
            margin-top: 0!important;
          margin-right:30px;
    }
    @media screen and (max-width:1023px) {
      .blog  .c-entry-summary__meta {
          margin-bottom:10px;
     }
    }
        .blog  .c-entry-summary__meta .c-meta{
          flex-direction:row-reverse;
        }
    
        .blog  .c-meta__item--categories {
          margin-right:20px;
        }
        .blog  .c-meta__item--author {
            display: none;
          }
          .blog  .c-entry-summary__term {
            display: none;
          }



    /* -------------------------------------------------------------お知らせ詳細------------------------------------------------------------- */
  /* ハンバーガー消す */
  .post-template-default .c-breadcrumbs__item:nth-child(3) {
    display: none;
          }
  
  
  
    .post-template-default .c-fluid-container {
  }
  .post-template-default .l-contents__inner {
    padding-top: 60px!important;
    padding-bottom: 120px!important;
    margin: 0;
}
@media screen and (max-width:639px) {
  .post-template-default .l-contents__inner {
    padding-top: 60px!important;
  padding-bottom: 60px!important;
  }
}
.post-template-default .c-entry__meta {
}
.post-template-default  .c-meta__term {
  display: none;
}
.post-template-default .c-entry__header {
  display: flex;
  flex-direction: column-reverse;
}
.post-template-default .c-meta__item--published .fa-clock{
display: none;
}
.post-template-default .c-meta__item--published {
  font-weight: 700!important;
}
.post-template-default .c-meta__item--modified {
  display: none;
}
.post-template-default .c-meta__item--author {
  display: none;
}

.post-template-default .c-entry__title{
  margin-top: 10px;
}
.post-template-default .l-contents__inner .p-entry-content {
  font-size: 16px!important;
}
.post-template-default .c-prev-next-nav {
  display: none;
}




/* -------------------------------------------------------------カスタム投稿一覧------------------------------------------------------------- */
		/* サイドバーつける時 */
/*  .archive:not(.blog) .l-contents__container {
        max-width: 1400px;
      } */



      .archive:not(.blog) .p-archive {
        position: relative;
        z-index: 10;
      }

      .archive:not(.blog) .c-entry__header {
        display: none;
      }
      .archive:not(.blog) .l-contents__inner {
        padding-top: 60px!important;
        padding-bottom: 120px!important;
        margin: 0;
      }
      @media screen and (max-width:639px) {
        .archive:not(.blog) .l-contents__inner {
          padding-top: 60px!important;
          padding-bottom: 60px!important;
        }
      }

      @media screen and (min-width:1024px) {
        .archive:not(.blog) .c-entries {
          --entries--item-width:33%!important;
        }
      }




    .archive:not(.blog) .c-entries__item {
      padding: 10px;
      z-index: 1;
      position: relative;
    }
    .archive:not(.blog) .c-entries__item a{
      /* border-radius: 20px; */
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
      padding: 15px;
      background-color: #fff;
    }
    .archive:not(.blog) .c-entries__item a:hover{
  
    }
    .archive:not(.blog) .c-entries__item a:hover .c-entry-summary__body {
      opacity: 1;
    }
    
    .archive:not(.blog) .c-entry-summary__figure {
      margin-bottom: 0;
      /* border-radius: 15px; */
    }
    .archive:not(.blog) .c-entry-summary__figure::before {
      padding-top: 65%;
    }
    .archive:not(.blog) .c-entries__item:hover .c-entry-summary__figure img,.archive:not(.blog) .c-entries__item:hover .c-entry-summary__body {
      opacity: 1;
    }
    .archive:not(.blog) .c-entries__item .c-entry-summary__figure img {
      transform: scale(1);
      transition: .3s;
    }
    .archive:not(.blog) .c-entries__item:hover .c-entry-summary__figure img {
      transform: scale(1.1);
      transition: .3s;
    }
  

    .archive:not(.blog) .c-entry-summary__body {
      min-height: 100px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end;
    }
    .archive:not(.blog) .c-entry-summary__header {
      margin-bottom: 0!important;
    }
    .archive:not(.blog) .c-entry-summary__title {
      color: #000;
      font-size: 16px!important;
      font-weight: 500!important;
    }
  
    .archive:not(.blog) .c-entry-summary__meta{
      margin-top: 10px;
      justify-content: flex-start;
      color: #000;
      margin-bottom: 10px;
    }
		.archive:not(.blog) .c-meta__item--author {
      display: none;
    }
    .archive:not(.blog) .c-entry-summary__content {
      display: none;
    }
    .archive:not(.blog) .c-entry-summary__term {
      display: none;
    }


/* -------------------------------------------------------------カスタム投稿詳細------------------------------------------------------------- */

 .single-info_archive .c-breadcrumbs__item:nth-child(3) {
/*   display: none; */
}

/* サイドバーつける時 */
/*  .single-works_archive .l-contents__container {
  max-width: 1400px;
} */
.single-info_archive .c-fluid-container {
}
.single-info_archive .l-contents__inner {
padding-top: 60px!important;
padding-bottom: 120px!important;
margin: 0;
}
@media screen and (max-width:639px) {
.single-info_archive .l-contents__inner {
padding-top: 60px!important;
padding-bottom: 60px!important;
}
}

.single-info_archive .c-entry__meta {
}
.single-info_archive  .c-meta__term {
display: none;
}
.single-info_archive .c-entry__header {
display: flex;
flex-direction: column-reverse;
}
.single-info_archive .c-meta__item--published .fa-clock{
display: none;
}
.single-info_archive .c-meta__item--published {
font-weight: 700;
}
.single-info_archive .c-meta__item--modified {
display: none;
}
.single-info_archive .c-meta__item--author {
display: none;
}

.single-info_archive .c-entry__title{
margin-top: 10px;
}
.single-info_archive .l-contents__inner .p-entry-content {
font-size: 16px!important;
}
.single-info_archive .c-prev-next-nav {
display: none;
}




/* ------------------------------------------------------ここからお問い合わせページ----------------------------------------------------- */
.contact-sec {
}

.contact-sec .contact-box {
}

input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}


.kind-desc{
	position:relative;
	display:inline-block;
}
.kind-desc::after{
		position: absolute;
	  content:'▼';
		top: 15px;
		left: 250px;
		color: #333;
    pointer-events: none;
	}
.wpcf7-select{
	padding:15px 40px 15px 15px !important;
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	border:2px solid #000;
	background-color:#fff!important;
	color:#000!important;
}



.form_table {
}


.contact-cmn-title {
  font-weight: bold!important;
  margin-bottom: 15px;
}


dl {
  margin-bottom: 30px !important;
  display: flex;
}
@media screen and (max-width:639px) {
  dl {
    display: block;
  }
}
dt {
  max-width: 350px;
  width: 100%;
  font-weight: 500;
  margin-right: 30px;
}
@media screen and (max-width:1023px) {
  dt {
    max-width: 200px;
  }
}
@media screen and (max-width:639px) {
  dt {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
dt .required {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 3px 8px;
  color: #c1272d;
  border-radius: 5px;
}

dd {
  flex: 1;
  margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
dd input:not(input[type="checkbox"],input[type="radio"],.wpcf7-file) {
  display: inline-block;
  width: 100%;
  border-radius: 0px!important;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000!important;
  vertical-align: middle;
}
.wpcf7-list-item {
  display: block;
}
dd input::-webkit-input-placeholder {
  opacity: 0.7;
}

dd input::-moz-placeholder {
  opacity: 0.7;
}

dd input:-ms-input-placeholder {
  opacity: 0.7;
}

dd input::-ms-input-placeholder {
  opacity: 0.7;
}

dd input::placeholder {
  opacity: 0.7;
}
.zip-desc .wpcf7-form-control-wrap {
  width: 150px;
}
.privacy-desc .wpcf7-form-control-wrap{
  width: auto;
  margin-right: 10px;
}
.privacy-desc > p{
  display: flex;
}
dd textarea {
  border-radius: 0px!important;
  background: #f2f2f2;
  padding: 10px;
  width: 100%!important;
  box-sizing: border-box;
  border: 1px solid #000!important;
}

dd textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

dd textarea::-moz-placeholder {
  opacity: 0.7;
}

dd textarea:-ms-input-placeholder {
  opacity: 0.7;
}

dd textarea::-ms-input-placeholder {
  opacity: 0.7;
}

dd textarea::placeholder {
  opacity: 0.7;
}

.cmn-desc input:not(input[type="checkbox"],input[type="radio"],.wpcf7-file) {
  width: 100%;
}


.submit {
  text-align: center;
  margin-top: 40px;
}


.submit input {
  display: inline-block;
  padding: 15px 0px;
  max-width: 400px;
  width: 100%;
  border-radius: 0!important;
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  color: #fff;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.submit input:hover {
  filter: none;
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  color: var(--wp--preset--color--sm-sub-accent);
  background-color: #fff;
}
.submit input:hover {
  cursor: pointer;
}
.wpcf7-spinner {
  display: none;
}

/* ------------------------------------------------------お問い合わせ完了ぺージ----------------------------------------------------- */

.thanks-sec .smb-section__body{
  margin-top: 0!important;
}
.thanks-btn-wrapper {
  text-align: center;
  margin-top: 50px!important;
}
.thanks-btn {
  padding: 15px 10px;
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  font-size: 18px;
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  color: #fff;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.thanks-btn:hover {
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  color:  var(--wp--preset--color--sm-sub-accent);
  background-color: #fff;
}