@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------
	COMMON
------------------------------------------------------ */
.btn-link {display: flex; justify-content: center; align-items: center; border: 1px solid #0EA7AC; background-color: rgba(255,255,255,0.8); font-size: 22px; width: 360px; min-width: 360px; margin: 0 auto; text-align: center;}
.btn-link a {display: inline-block; color: #0B878B; padding: 24px 30px; width: 100%;}
.btn-link a:before {content: ""; display: inline-block; width: 14px; height: 14px; background: url(../images/common/ico-arrow-cr@2x.png) no-repeat top center; background-size: cover; margin-right: 10px;}


@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------
	下層ページタイトル
------------------------------------------------------ */
.pagetit {width: 100%; height: 300px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; position: relative; background: url(../img/common/bg-pagetit.jpg) no-repeat top left; background-size: cover; text-align: center;}
.pagetit .page-title {margin: 0; font-size: 44px; line-height: 1.4;  padding: 210px 0 0 0; color: #FFF;}

@media screen and (max-width: 767px) {
.pagetit {width: 100%; max-width: 100; height: 200px; margin-left: 0; position: relative; background-size: cover;}
.pagetit .page-title {margin: 0; font-size: 1.875em; padding: 140px 0 0 10px;}
}

/* ---------------------------------------------------
	パンくず
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center;}
.topicpath-list { width: 100%; padding: 0; text-align: center;}
.topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; }
.topicpath-item:first-child { padding: 0;}
.topicpath-item:before { display: inline-block; content: "/"; padding: 0 10px;}
.topicpath-item:first-child:before { display: inline-block; content: ""; padding: 0;}
.topicpath-link { font-size: 15px;}

@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------
	TOP
------------------------------------------------------ */

@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------
	おしらせ・ブログ
------------------------------------------------------ */
.in-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  .in-news:after, .in-news:before {
    display: none;
    content: none; }
  .in-news .news-main {
width: 100%;}
  .in-news .news-sub {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 235px; }
  .in-news .news-title {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem; }
    .in-news .news-title:before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -75px;
      margin: auto;
      width: 60px;
      height: 8px;
      background: url(/themes/k1kobo/img/common/title-icon2.svg) no-repeat; }
  .in-news .news-btn {
    display: block;
    margin-top: 20px; }
    .in-news .news-btn span {
      display: inline-block;
      font-size: 18px;
      font-size: 1.125rem; }
      .in-news .news-btn span:after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 12px;
        margin-left: 12px;
        background: url(/themes/k1kobo/img/common/btn-icon3.svg) no-repeat center; }
  .in-news .list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
      padding: 10px 0;
      border-bottom: 1px dotted #000;
}
    .in-news .list--item:after, .in-news .list--item:before {
      display: none;
      content: none; }
    .in-news .list--item .date {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold; }
    .in-news .list--item .category {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 110px;
      height: 26px;
      margin: 0 25px;
      border: 1px solid #000; }
      .in-news .list--item .category:after, .in-news .list--item .category:before {
        display: none;
        content: none; }
      .in-news .list--item .category span {
        font-size: 14px;
        font-size: 0.875rem; }
        _:-ms-fullscreen, :root .in-news .list--item .category span {
          display: block;
          padding-top: 5px; }
    .in-news .list--item .title {
      font-size: 18px;
      font-size: 1.125rem; }
.in-news .pager {
    margin-top: 40px;
}


.entry-list {width: 100%; padding: 100px 0;}
.entry-list .box {width: 1200px; margin: 0 auto;}
.entry-list { width: 100%;}
.entry-list ul {}
.entry-list ul li {width: 100%; max-width: 1200px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #CCC; display: flex; justify-content: flex-start; align-items: center;}
.entry-list ul li .img {display: inline-block; width: 80px; height: 80px; margin-right: 20px;}
.entry-list ul li .img img {border-radius: 5px;}
.entry-list ul li .txt {display: inline-block; line-height: 1.6;}
.entry-list ul li .txt time {font-weight: bold; font-size: 16px;}
.entry-list ul li .txt .category {font-weight: bold; font-size: 16px;}

@media screen and (max-width: 767px) {
.in-news {
  padding: 0; }
  .in-news .news-main {
    padding: 0 10px;}
  .in-news .news-title {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem; }
    .in-news .news-title:before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -75px;
      margin: auto;
      width: 60px;
      height: 8px;
      background: url(/themes/k1kobo/img/common/title-icon2.svg) no-repeat; }
  .in-news .news-btn {
    display: block;
    margin-top: 10px; }
    .in-news .news-btn span {
      display: inline-block;
      font-size: 16px;
      font-size: 1rem; }
      .in-news .news-btn span:after {
        display: inline-block;
        content: '';
        width: 9px;
        height: 12px;
        margin-left: 12px;
        background: url(/themes/k1kobo/img/common/btn-icon3.svg) no-repeat center; }
  .in-news .list {
    margin-top: 30px; }
    .in-news .list--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .in-news .list--item:after, .in-news .list--item:before {
        display: none;
        content: none; }
      .in-news .list--item .date {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
      .in-news .list--item .category {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 110px;
        height: 26px;
        margin: 0 20px;
        border: 1px solid #000; }
        .in-news .list--item .category:after, .in-news .list--item .category:before {
          display: none;
          content: none; }
        .in-news .list--item .category span {
          font-size: 13px;
          font-size: 0.8125rem; }
      .in-news .list--item .title {
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        font-size: 1rem; }

}

/* ---------------------------------------------------
	お問い合わせ
------------------------------------------------------ */
.contact {}
.contact-box {width: 100%; max-width: 1200px; margin: 0 auto;}
.contact-box .tel-box {margin-bottom: 40px; padding: 30px 0 0; border-top: 1px solid #000; border-bottom: 1px solid #000; text-align: center;}
.contact-box .tel-box h2 {margin-bottom: 0;}

.contact-box .tel-box2 {margin: 80px 0 105px; padding: 30px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; text-align: center;}
.contact-box .tel-box2 h2 {margin-bottom: 0;}

.contact-box .contact-no { font-size: 50px; margin-bottom: -20px;}
.contact-box .fax { font-size: 30px;}
.contact-box .contact-no span {color: #BB4824;}
.contact-box .acms-admin-form-radio {display: block; margin-bottom: 10px;}
.contact-box .radio-sub {display: inline-block; padding-left: 25px; margin-bottom: 10px;}
.form-btn-box {margin: 20px 10px;}
.btn-attention-block-large {background: #BB4824; transition: all .25s ease;}
.btn-attention-block-large:active, .btn-attention-block-large:focus, .btn-attention-block-large:hover {background: #BB4824; opacity: 0.8;}
input, select { font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 500;}
/*250422↓*/
.contact-box .entry-column .mail-box .n_m {
	margin-bottom: 0;
}
.contact-box .entry-column .mail-box .clr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	font-weight: bold;
}
.contact-box .entry-column .mail-box .clr .item {
	justify-items: anchor-center;
}
.contact-box .entry-column .mail-box .clr p {
	margin-bottom: 0;
	margin-top: 0.5em;
}
.contact-box .entry-column .mail-box .clr img {
	width: 360px;
	max-width: 100%;
}
.contact-box .entry-column .mail-box .clr span {
	color: #BB4824;
}
.contact-box .tel-box.m_t {
	margin-top: 80px;
}
.contact-box .entry-column .mail-box .clr .item {
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	.contact-box .entry-column .mail-box .clr {
	display: block;
}
	.contact-box .entry-column .mail-box .clr .item:first-child {
		margin-bottom: 30px;
	}
	.contact-box .entry-column .mail-box .clr p {
	margin-top: 0;
}
}
/*250422↑*/
@media screen and (max-width: 767px) {
.contact-box .radio-sub .sp-width{width: 20%;}
.contact-box .contact-no { font-size: 28px;}
.contact-box .fax { font-size: 20px;}
}

/* ---------------------------------------------------
	原価で作る家　table
------------------------------------------------------ */
table.table_des span { display: block; font-size: 1.4em; font-weight: bold; margin-bottom: 10px;}
table.table_des td { vertical-align: top;}
table.table_des td .case { background: #f8f4e5; padding: 10px; margin-top:10px;}
table.table_des tr:first-child th:nth-child(2) { background:#f2edb0;}
table.table_des tr:first-child th:nth-child(3) { background:#b5d7e4;}

@media screen and (max-width: 767px) {
}


/* ---------------------------------------------------
	施工事例
------------------------------------------------------ */
#works-list {background: #E5E4E0; padding-top: 80px;}
#works-list .works-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 165px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 36px; font-size: 2.25rem; font-weight: normal; text-align: center; background: url(/themes/k1kobo/img/top/works-title.svg) no-repeat center bottom; }
#works-list .works-title:after, #works-list .works-title:before { display: none; content: none; }
#works-list .works-title span { padding-top: 30px; letter-spacing: .1rem; }
.works_row {justify-content: space-between; width: 100%; max-width: 1200px; margin: 0 auto;}
.works_row:after, .works_row:before { display: none; content: none; }
.works_row .row_col { width: 23.1667%; max-width: 278px;}
.works_row .row_col a {position: relative; display: block; width: 100%; padding: 10px 20px 30px; color: #000; font-weight: bold; text-align: center; text-decoration: none; border: 1px solid #000;}
.works_row .row_col a:after { content: ""; position: absolute; left: 50%; bottom: 15px; display: block; width: 20px; height: 10px; margin-left: -10px; background: url(../images/common/ico-arrow-bb@2x.png) no-repeat center; background-size: 100%; transition: transform .2s;}
.works_row .row_col a:hover {opacity: 1;}
.works_row .row_col a:hover:after {transform: translateY(2px);}

#works-list .p-works .list {flex-wrap: wrap;}
#works-list .p-works .list--item {margin-bottom: 30px;}
#works-list .p-works .list::after {content: ""; display: block; width: 31.6%;}


@media screen and (max-width: 767px) {
#works-list {padding-top: 40px;}
#works-list .works-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 90px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 28px; font-size: 1.75rem; font-weight: normal; text-align: center; background: url(/themes/k1kobo/img/top/works-title.svg) no-repeat center bottom; background-size: 300px; }
#works-list .works-title:after, #works-list .works-title:before { display: none; content: none; }
#works-list .works-title span { padding-top: 20px; letter-spacing: .1rem; }

  .works_row {margin-top: 0; justify-content: space-between; padding: 0 10px;}
  .works_row .row_col {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px;}
  .works_row .row_col:last-of-type {margin-bottom: 0;}
  .works_row .row_col a {padding: 10px 10px 15px;}
.works_row .row_col a:after {bottom: 7px; width: 10px; height: 5px; margin-left: -5px;}
  .works_row .row_col a:hover {border-color: #444; color: #444;}
  .works_row .row_col a:hover:after {transform: translateY(0);}
}
