@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
シンプル01 グリーン 2カラム 左メイン
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}

/*ぱんくず*/
#pankuz {
  color: #999;
}

/*フォーム注釈*/
#mainArticles p.contact-note, #mainBlogCommentForm_outer p.contact-note {
  color: #999;
}

/*--------------------------------------------------------------
contents 背景
---------------------------------------------------------------*/
#wrap_body #contents {
  background: #fcfbf4 url("/materials/174986575576501.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 70px;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a.btn {
  color: #fff;
  background: #ffa705;
}
a.btn:hover {
  background: #ffce00;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*----------------------------------------------------------
p
----------------------------------------------------------*/
.article p {
  text-align: justify;
  margin-bottom: 1.5em;
}

/*----------------------------------------------------------
見出しなし記事
----------------------------------------------------------*/
.article.no_border {
  padding-top: 15px;
}

/*----------------------------------------------------------
汎用
----------------------------------------------------------*/
.article p.text-frame {
  font-size: 1.05em;
  color: #f90;
  font-weight: 500;
  text-align: center;
  padding:0.5em 0.7em;
  border: 2px solid;
}
.article p.text-lead {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.7;
}

/*記事画像小さめ*/
.article.img-s .image {
  max-width: 200px;
}

/*----------------------------------------------------------
テーブル
----------------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
/*沿革*/
.article table.simpleTbl.history th {
  text-align: left;
}

/*----------------------------------------------------------
リスト　シンプル
----------------------------------------------------------*/
ul.maru-plus {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.maru-plus li {
  margin-left: 1.0em;
}
ul.maru-plus li:before {
  content: "●";
  color: #ffce00;
  margin-left: -1.0em;
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 300px;
  height: 57px;
}
#title h1 a {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  padding: 0;
  background: url("/materials/174962866909001.png") left center no-repeat;
  background-size:100%;
}
#title #title_outer {
  background: url("/materials/174963075606501.png") right center no-repeat;
  background-size:300px;
  margin: 0 auto;
  max-width: 1200px;
}

/*----------------------------------------------------------
topMenu
----------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  font-weight: 500;
}
#topMenu_outer .topMenu li a:hover {
  background: #ffa705;
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
#footer {
  background: #8dc21f;
}

/*----------------------------------------------------------
見出し
----------------------------------------------------------*/
#mainArticles h2 {
  color: #f90;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size: 1.4em;
  font-weight: 500;
  background: #ffce00 url("/materials/174971573047801.png") no-repeat left 10px center;
  background-size: 45px;
  padding-left: 60px;
  text-shadow: 1px 1px 0 #C90;
}
.article h4 {
  font-size: 1.4em;
  color: #f90;
  font-weight: 700;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #333;
}

/*----------------------------------------------------------
サイドフリーHTML 会社概要
----------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding:24px 0;
}
#sideCompany {
  padding:12px;
}
#sideCompany h2 {
  font-size:16px;
  font-weight:bold;
  margin: 0 auto;
  padding: 0;
}
#sideCompany h2.logomark {
  width:216px;
  height:140px;
  background:url("/materials/174963127743901.png") no-repeat;
  margin:10px auto 30px;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size: 0.8em;
  width: 100%;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
#sideCompany dt {
  width: 100%;
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #8dc21f;
}
#sideCompany dd {
  width: 100%;
  font-size: 1.0em;
  color: #222;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #ffa705;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ffbc18;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  color: #fa932b;
  font-size: 1.3em;
  font-weight: 900;
}
#sideCompany a.tel-link:hover {
  color: #d67822;
}

/*-------------------------------------------
GoogleMap
-------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; /*4:3*/
  /*padding-bottom: 56.25%; 16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------------------
施工事例スライダー
----------------------------------------------------------*/
.gallery.cases_slider .gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
  background: rgba(0 0 0 / 0.5);
  display: inline-block;
  width: 100%;
  right: auto;
  font-size: 1em;
}
.gallery.cases_slider .gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment_body {
  color: #fff;
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
padding: 0;
margin: 0;
text-align: center;
font-size: 11px !important;
color: #444 !important;
}
.recaptcha_policy a {
font-size: 11px !important;
color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*-------------------------------------------------------
記事：お問い合わせブロック
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/174971780209801.png") center bottom no-repeat;
  background-size: cover;
}
.article.contact-block p {
  text-align: center;
  margin-bottom: 0;
}
.article.contact-block a.tel-link {
  font-size: 3.0em;
  line-height:1.2;
  font-weight: 900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
.btn-mailform-wrap {
  margin-top: 18px;
}
a.btn-mailform {
  font-size:1.1em;
  color:#fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  background: #ffa705;
  border-radius: 4px;
  padding: 1.0em 12px 0.8em;
  text-decoration: none;
  display: block;
  width: 70%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:inherit;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:inherit;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#fff;
  background: #7f9919;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*--------------------------------------------------------------
チェックマークリスト
---------------------------------------------------------------*/
ul.check-plus {
  display: flex;
  flex-direction: column;
  padding: 1.25em 1.5em 1.25em 3.0em;
}
ul.check-plus li {
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 0.7em;
  padding: 0.3em 0;
  display: block;
  position: relative;
}
ul.check-plus li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 0.8em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 200px;
  margin: 0 auto 10px auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  padding-bottom: 15px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 10px);
  height:40px;
  position:absolute;
  bottom:10px;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  margin-bottom:0;
  padding:0 8px;
  pointer-events: none;
  background: #ffa705;
  border-radius: 50vh;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
チェックマークリスト
---------------------------------------------------------------*/
ul.work-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.work-list li {
  width: 48%;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.25;
  border: 1px solid;
  margin-bottom: 0.7em;
  padding: 0.5em 0.5em 0.5em 2.5em;
  display: block;
  position: relative;
}
ul.work-list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.8em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
.article p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
contactTable
---------------------------------------------------------------*/
#mainArticles table.contactTable tr:last-child th, #mainBlogCommentForm_outer table.contactTable tr:last-child th {
  border-bottom: none;
}
#mainArticles table.contactTable tr:last-child td, #mainBlogCommentForm_outer table.contactTable tr:last-child td {
  border-bottom: none;
}