@charset "UTF-8";

/****************************************
          General Setting
*****************************************/


/* --------------------
全体の調整
-----------------------  */

body {
  line-height: 1.7;
}

.aligncenter {
  text-align: center;
}

.post-content .aligncenter {
  display: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  text-align: center;
}

.style2a,
.post-content .style2a {
  padding: 40px 0;
  font-size: 40px;
  color: #062363;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .post-content .style2a {
    padding: 40px 0 0 0;
    font-size: 28px;
  }
}

.post-content .eventtopimg {
  width: 800px !important;
  max-width: 100% !important;
}

.article03-content {
  padding: 15px;
}

@media (max-width: 767px) {
  .pagelink a {
    padding: 15px 0 !important;
  }
}


/* --------------------
余白調整　元のサイトよりコピー
-----------------------  */

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 32px;
font-weight: bold;
}

.font36 {
  font-size: 36px;
}


/* --------------------
4つの検査体制
-----------------------  */

.bx-wrapper .bx-viewport ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 680px) {
  .slide_area {
    padding: 10px 0 0 0;
  }
  .thumb {
    text-align: center;
  }
  .thumb img {
    cursor: pointer;
    display: inline-block;
    border: 1px #ddd solid;
    margin: 0 3px 5px 0;
    padding: 3px;
    width: 97px;
    height: 72px;
    line-height: 0;
    box-sizing: border-box;
  }
  .slide_area {
    border: 1px #999 solid;
  }
  .slide_area .sld li {
    height: 377px;
  }
  .slide_area .sld li img {
    height: 340px;
  }
  #slide_area01,
  #slide_area14 {
    display: block;
  }
  .bx-wrapper .bx-prev {
    display: block!important;
    left: 0px!important;
  }
  .bx-wrapper .bx-next {
    display: block!important;
    right: -37px!important;
  }
  .bg_img {
    margin: 0 auto 0;
    width: 800px;
    overflow: hidden;
  }
  .bx-pager {
    margin: 7px auto 0;
    width: 800px;
    text-align: center;
  }
  .bx-pager img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .bx-pager a {
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 10px;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
  }
  .bx-pager a:last-child {
    margin-right: 0px;
  }
  .bx-pager a img {
    max-width: 150px;
  }
  .bx-viewport {
    width: 680px !important;
    overflow: hidden !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
  .bx-viewport li img {
    max-height: 454px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider li {
    position: relative;
  }
  .sld li {
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  .bx-pager {
    display: none;
  }
  .bx-viewport li img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 270px;
  }
  .slide_area ul li div {
    text-align: center;
    line-height: 1.0;
    padding-top: 4px;
  }
  .page-id-64 .pagelink ul {
    margin-left: 0;
  }
  .page-id-64 .pagelink ul li {
    max-width: 100%;
    margin: 10px 0;
  }
}


/* --------------------
イベント情報　一覧
-----------------------  */

.worktags {
  margin-bottom: 30px;
  display: inline-block;
}

.worktags li {
  display: inline-block;
}

.worktags li a {
  text-align: center;
  padding: 1em;
  border: 1px solid #a9a9a9;
  background-color: #fff;
  color: #9F886E;
  box-shadow: 1.5px 1.5px 2px #eaeaea;
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .worktags li a {
    padding: 10px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 16px;
  }
}

.worktags li a:hover {
  color: #73604A;
}

.workTab {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.workTab li {
  text-align: center;
  display: inline-block;
  border-bottom: 0px solid #7a583d;
}

.workTab li a {
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 10px 10px 1px;
  border-bottom: 1px solid #999;
}

.workTab li:last-child a {
  margin-right: 0px;
}

.workTab li a {
  text-decoration: none;
}

.workTab li a.active {
  color: #e00;
}

.subTab a.active {
  color: #e00 !important;
}

.p-event-msg {
  color: #e00;
  font-size: 15px;
}


/* --------------------
イベント情報　個別記事
-----------------------  */

.kizi {
  padding: 40px 40px 50px;
  margin: 20px 40px 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .kizi {
    padding: 40px 40px 50px;
    margin: 20px 0px 50px;
  }
}

.kizist {
  padding: 40px 40px 50px;
  margin: 20px 40px 50px;
  background: #f7f5f5;
  border: 0px solid #eee;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .kizist {
    padding: 40px 0px 50px;
    margin: 20px 0px 50px;
  }
}

.kiziwo {
  padding: 40px 0px 50px;
  margin: 20px 0px 50px;
  background: #fff;
  border: 0px solid #eee;
}

@media (max-width: 1200px) {
  .kiziwo {
    padding: 40px 0px 50px;
    margin: 20px 0px 50px;
  }
}

.kizi a {
  color: #555;
}

.kizi.kiziblog {
  margin: 20px 0px 50px;
}

.mB {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 0px;
  padding: 40px 0px 40px;
  position: relative;
  display: block;
  line-height: 1em;
  text-align: center;
}

.post-content .mBttl {
  margin-bottom: 30px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  clear: both;
  font-size: 24px;
  font-weight: 500;
}

.midashi {
  clear: both;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
}

.midashi:after {
  content: "";
  display: block;
  width: 16em;
  height: 2px;
  background: #666666;
  margin: 10px 0 20px;
}

.midashis {
  font-size: 18px;
  font-weight: 400;
  color: #8E110E;
}

.midashid {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #442F13;
  color: #442F13;
}

.page_navi,
.bread_crumb {
  margin: 0 0 15px 0;
  padding: 0;
  display: inline-block;
}

.page_navi,
.bread_crumb {
  clear: left;
}

.bread_crumb li {
  float: left;
  font-size: 11px;
  list-style: none;
}

.bread_crumb li+li:before {
  margin: 0 3px;
  content: ">";
}

.bread_crumb a {
  color: #D81354;
}

.page_navi li {
  display: inline;
  float: left;
  font-size: 11px;
  list-style: none;
  margin: 10px 5px 10px 0;
}

.page_navi li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
}

.page_navi li span {
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  border: 1px solid #0A61B9;
  background: #0A61B9;
  color: #fff;
}

.page_navi li a:hover {
  background: #eee;
  text-decoration: none;
}

dl.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

dl.table dt,
dl.table dd {
  display: table-cell;
  line-height: 1.7;
}

@media (max-width: 767px) {
  dl.table dt,
  dl.table dd {
    display: inline-block;
    width: 100%;
  }
}

dl.table dt {
  width: 5em;
}

.right_exit {
    margin: 20px 0px 0px 50%;
    padding: 14px 20px;
    border-radius: 5px;
    background: #2e6580;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 1200px) {
  .right_exit {
    margin: 20px 0px 0px 0%;
  }
}

.right_exit::after {
  clear: both;
  content: "";
  display: block;
}

.right_exit .link {
  padding: 0px 0px;
  margin-bottom: 0px;
  clear: both;
  padding-left: 30px;
  display: block;
}

.right_exit .link a {
  display: block;
}

.right_exit .link a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 12px;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
  .right_exit {
    margin: 20px 0px 10px 2%;
    padding: 10px;
  }
  .right_exit::after {
    clear: both;
    content: "";
    display: block;
  }
  .right_exit .link {
    clear: both;
    padding-left: 30px;
    display: block;
  }
  .right_exit .link a {
    display: block;
  }
}

.link {
  padding: 7px 20px 7px 15px;
  float: right;
}

.link a {
  color: #fff !important;
  padding: 5px 30px 5px 20px;
  text-decoration: none;
}

.link a:hover {
  color: #acf2f3 !important;
}

.event_catch {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  background: #fffcf2;
  padding: 1em 10px;
  margin: 10px 0px 30px;
  color: #957254
}

.p-googlemap iframe {
  width: 1150px;
  max-width: 100%;
  height: 480px;
}

#text-18 {
  background: none;
  border: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

.wpcf7-form {
  margin-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  max-width: 500px;
}


/*名前、メール、題名*/

.wpcf7-form textarea {
  max-width: 800px;
}


/*本文*/

.wpcf7-form .wpcf7-submit {
  width: 200px;
  margin-left: 10px;
}


/*送信ボタン*/

.wpcf7-form::after {
  clear: both;
  display: block;
  content: "";
}

.contactform {
  margin: 0px 0px 5px 0px;
  border: solid 0px #c99269;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 100%;
}

.contactform p {
  padding: 0px;
  margin: 0 0 2px 0 !important;
}

.contactform th {
  border: solid 1px #dddddd;
  background: #f6f6f6;
  text-align: left;
  padding: 10px 10px;
  font-weight: 400;
  width: 15em;
}

.contactform td {
  border: solid 1px #dddddd;
  padding: 10px 10px;
}

table.contactform .spr {
  display: inline-block;
  padding: 2px 0px 0 5px;
  font-size: 16px;
}

.contactform .spw {
  display: inline-block;
  font-size: 15px;
  height: 42px;
  line-height: 1.5;
}


/* --------------------
お客様の声　個別記事
-----------------------  */

ul.galleryList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.voice-head {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
  color: #927155;
  font-weight: bold;
  vertical-align: top;
}

.voice-body {
  display: inline-block;
  width: calc(100% - 110px);
  margin-bottom: 10px;
  line-height: 1.7;
  vertical-align: top;
}


/* 動画 */

@media (max-width: 767px) {
  .video {
    width: 100%;
	height: auto!important;
  }
  .video iframe {
    width: 100%;
    height: auto;
  }
}


/* 家づくりブログ */

.category-iedukuri_blog .signage, .single .signage-iedukuri_blog {
    background-image: url(/files/header_page.webp) !important;
}


/* footer */

.footer-addnavi-banner-pc {
  display: block;
}

.footer-addnavi-banner-sp {
  display: none;
}

.footer-addnavi-banner-pc a,
.footer-addnavi-banner-sp a {
  display: block;
}

@media (max-width: 767px) {
  .footer-addnavi-banner-pc {
    display: none;
  }
  .footer-addnavi-banner-sp {
    display: block;
  }
  .footer-addnavi-banner-sp img {
    max-width: 100%;
  }
}