@charset "UTF-8";
html, body, button, input, optgroup, select, textarea {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.text_white {
  color: #ffffff;
}

.text_dark {
  color: #000000;
}

.text_set01 {
  color: #ff6100;
}

.text_set02 {
  color: #faf4cb;
}

.text_set03 {
  color: #965501;
}

.text_set04 {
  color: #faebd9;
}

.text_set05 {
  color: #f7b360;
}

.text_set06 {
  color: #f8f0df;
}

.text_set07 {
  color: #dddddd;
}

.text_set08 {
  color: #dc425d;
}

.text_set09 {
  color: #a1a0a0;
}

.text_set10 {
  color: #e6e6e7;
}

.text_set11 {
  color: #6c757d;
}

.text_set12 {
  color: #CC0201;
}

.text_set13 {
  color: #027444;
}

.text_set14 {
  color: #ff1100;
}

.text_set15 {
  color: #7b4b29;
}

.text_set16 {
  color: #ffff00;
}

.bg_set01 {
  background-color: #ff6100;
}

.bg_set02 {
  background-color: #faf4cb;
}

.bg_set03 {
  background-color: #965501;
}

.bg_set04 {
  background-color: #faebd9;
}

.bg_set05 {
  background-color: #f7b360;
}

.bg_set06 {
  background-color: #f8f0df;
}

.bg_set07 {
  background-color: #dddddd;
}

.bg_set12 {
  background-color: #dc425d;
}

.bg_set09 {
  background-color: #a1a0a0;
}

.bg_set10 {
  background-color: #e6e6e7;
}

.bg_set11 {
  background-color: #6c757d;
}

.bg_set12 {
  background-color: #CC0201;
}

.bg_set13 {
  background-color: #027444;
}

.bg_set14 {
  background-color: #ff1100;
}

.bg_set15 {
  background-color: #7b4b29;
}

.border_setcolor11 {
  border-color: #6c757d !important;
}

.border_setcolor12 {
  border-color: #CC0201 !important;
}

.letterspa-wide {
  letter-spacing: 4px;
}

.grcenter {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#f7b360));
  background: linear-gradient(transparent 60%, #f7b360);
}

.fs-bj {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .fs-bj {
    font-size: calc(2rem + 2.3vw) !important;
  }
}

.chisai {
  font-size: 90%;
}

.containerchosei {
  max-width: 1500px;
}

.mcontainer {
  max-width: 1100px;
}

.yaji {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.mtchosei {
  margin-top: -0.5px;
}

.stsdow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}

.filshadow {
  -webkit-filter: drop-shadow(0 0 2px #dddddd);
          filter: drop-shadow(0 0 2px #dddddd);
}

.filshadowd {
  -webkit-filter: drop-shadow(0 0 2px #ff6100);
          filter: drop-shadow(0 0 2px #ff6100);
}

.insetshadow {
  -webkit-box-shadow: 0 0 2px inset #6c757d, 2px 2px 3px inset #6c757d;
          box-shadow: 0 0 2px inset #6c757d, 2px 2px 3px inset #6c757d;
}

.ttgzbg {
  background-color: #965501;
}

.ttgz {
  background-image: url(../images/parts_cta_bg1.jpg);
  background-repeat: no-repeat;
  width: 1920px;
  max-width: 100%;
  padding-top: 308px;
  background-position: center;
}

@media screen and (max-width: 980px) {
  .ttgz {
    width: 100%;
    background-size: 100%;
    padding-top: 16vw;
  }
}

.ttgzcoi {
  left: 10%;
  top: -50%;
}

@media screen and (max-width: 980px) {
  .ttgzcoi {
    width: 25%;
  }
}

.eapagett i {
  text-shadow: 0 0 1px #dc425d, 2px 2px 1px #dc425d;
}

.eapagett .libg {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #dc425d), to(transparent));
  background: linear-gradient(to right, #dc425d 50%, transparent);
}

/*****************
共通お問い合わせバナー部分
******************/
@media screen and (max-width: 576px) {
  #toilbox .toifont {
    font-size: 3.9vw !important;
  }
}

/*****************
共通totop
******************/
#totop {
  display: none;
}

#totop.totopim {
  bottom: 5px;
  right: 5px;
  width: 50px;
}

#totop.totopim:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #totop.totopim {
    bottom: 22vw;
  }
}

/*****************
共通フロートバナー
******************/
#floatbtn {
  display: none;
}

#floatbtn.floating {
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/*****************
共通ハンバーガーメニュー
******************/
.lp.fixed-top {
  display: none;
  width: 56px;
  height: 40px;
  background-color: transparent !important;
  top: 5px;
  right: 5px;
  left: auto;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lp.fixed-top {
    display: block;
  }
}

.lp .navbar-toggler {
  background-color: #f8f0df;
}

.lp .navtp {
  margin-top: 5%;
  font-weight: bold;
  padding-bottom: 1%;
  border-bottom: dashed #965501 2px;
  margin-bottom: 1%;
  color: #965501;
}

.lp .navtp a {
  color: #965501;
}

/***********
共通navi
***********/
.navi {
  background: #CC0201;
  margin-top: 1%;
}

@media screen and (max-width: 767px) {
  .navi {
    display: none;
  }
}

.navi .navicontain {
  width: 1000px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi .naviea {
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  padding: 1% 0.5%;
  position: relative;
}

.navi .naviea:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #CC0201), color-stop(50%, #dc425d), color-stop(80%, #dc425d), color-stop(80%, #CC0201));
  background: linear-gradient(#CC0201 50%, #dc425d 50%, #dc425d 80%, #CC0201 80%);
  opacity: 1;
  color: #faf4cb;
}

.navi .naviea:hover .tx {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navi .naviea::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 90%;
  top: 5%;
  right: 0;
  background-color: #f7b360;
}

.navi .navils::before {
  width: 0;
}

/****************
共通商品
****************/
.uekino {
  display: inline-block;
  padding: 1% 2%;
  margin-right: 1%;
  background: #6c757d;
  border-radius: 3px;
  margin-bottom: 1%;
  color: #ffffff;
}

.eaopt {
  display: inline-block;
  padding: 1% 2%;
  border-radius: 3px;
  border: solid #CC0201 1px;
  color: #CC0201;
  margin-right: 1%;
  margin-top: 1%;
}

.kinobox {
  padding-top: 2%;
  border-top: dashed #dddddd 2px;
  color: #965501;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
}

.kino {
  display: inline-block;
  padding: 1%;
  border-radius: 3px;
  border: solid #965501 1px;
  color: #965501;
  margin-right: 1%;
  margin-top: 1%;
}

/*************
共通　施工事例　TOPページ,施工事例ページ
*************/
#newsList li {
  padding-bottom: 2%;
  margin-bottom: 5%;
  border-bottom: dashed #965501 2px;
}

#newsList .title a {
  text-decoration: none;
  color: #965501;
  font-weight: bold;
}

#newsList .title i {
  color: #965501;
  text-shadow: 2px 2px 2px #f7b360, 0 0 2px #f7b360;
  font-size: 120%;
}

#newsList .thumbNailWrap img {
  max-width: 100%;
}

/*********************
個別指定
*********************/
/***********************
工事事例pagenavi　case.php
************************/
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/***********************
工事事例 news-details.php
************************/
#detailsp .detailUpfile img {
  max-width: 100%;
}

/************
index
*************/
@media screen and (max-width: 576px) {
  #headlcon .headlctel {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  #headlcon .headlcline {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  #headlcon .headlccont {
    width: 55%;
  }
}

.uebg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(95%, #ff1100), to(#CC0201));
  background: linear-gradient(transparent 70%, #ff1100 95%, #CC0201);
}

#hojbox::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.4), transparent);
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
}

#aim.bg {
  background-image: url(../images/index/part_pk.jpg);
  background-position: center;
  background-size: cover;
}

#aim .stsdow {
  left: 0;
  top: 0;
  width: 100%;
}

#top_newsWrap .top_title a {
  text-decoration: none;
  color: #965501;
}

#rk.bg {
  background-color: #faf4cb;
}

@media screen and (max-width: 576px) {
  #rk .rkfont {
    font-size: 3.8vw !important;
  }
}

@media screen and (max-width: 576px) {
  #rk .rkfont .rkfontb {
    font-size: 110% !important;
  }
}

/*****************
flow
******************/
#ngr .ngbosh {
  -webkit-box-shadow: 0 0 3px #dddddd;
          box-shadow: 0 0 3px #dddddd;
}

#ngr .yajish {
  -webkit-filter: drop-shadow(0px 4px 1px #dddddd);
          filter: drop-shadow(0px 4px 1px #dddddd);
  margin-top: -4px;
}

/*****************
faq
******************/
#yqa .accordion-item {
  margin-bottom: 5%;
  border: none;
}

#yqa .accordion-header {
  -webkit-box-shadow: 0 0 3px #965501;
          box-shadow: 0 0 3px #965501;
}

#yqa .accordion-button {
  background-color: #faebd9;
  color: #965501;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
}

#yqa .accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq/qa_minus.png);
}

#yqa .accordion-button::after {
  background-image: url(../images/faq/qa_plus.png);
}

/*****************
compnay
******************/
#compa table tr:first-child td, #compa table tr:first-child th {
  border-top-width: 1px;
}

@media screen and (max-width: 576px) {
  #compa table tr:first-child td, #compa table tr:first-child th {
    border-top-width: 0;
  }
}

#compa table th {
  width: 156px;
}

@media screen and (max-width: 576px) {
  #compa table th, #compa table td {
    display: block;
    width: 100%;
    border: none;
  }
  #compa table th:first-child, #compa table td:first-child {
    margin-top: 5%;
    text-align: center;
    font-weight: bold;
    background-color: #faebd9;
  }
}

/*****************
voice
******************/
#voicep .vbox {
  width: 95%;
  margin: 0 auto 5%;
  background-color: #faebd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2%;
}

@media screen and (max-width: 576px) {
  #voicep .vbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#voicep .vbox .vtt {
  width: 100%;
  color: #965501;
  margin-bottom: 1%;
  font-weight: bold;
  padding-left: 15%;
}

@media screen and (max-width: 576px) {
  #voicep .vbox .vtt {
    padding-left: 65px;
  }
}

#voicep .vbox .vkkim {
  width: 30%;
  background-color: #ffffff;
}

@media screen and (max-width: 576px) {
  #voicep .vbox .vkkim {
    width: 40%;
  }
}

#voicep .vbox .manim {
  top: -35px;
  left: -3%;
  width: 20%;
}

@media screen and (max-width: 576px) {
  #voicep .vbox .manim {
    top: -18px;
    left: -11px;
    width: 80px;
  }
}

#voicep .vbox .vcusb {
  width: 70%;
  background-color: #ffffff;
  padding: 2% 2% 2% 3%;
}

@media screen and (max-width: 576px) {
  #voicep .vbox .vcusb {
    width: 100%;
    padding-left: 2%;
    margin-top: 3%;
  }
}

#voicep .vbox .vcusdt {
  line-height: 1.4;
}

#voicep .vbox .vcusimb {
  float: right;
  width: 30%;
}

#voicep .vbox .hoshiim {
  top: -28%;
  right: 20%;
  width: 77%;
}

/*****************
greeting
******************/
@media screen and (max-width: 576px) {
  #greetingp .grue img {
    width: 20% !important;
  }
}

@media screen and (max-width: 576px) {
  #greetingp .grue p {
    width: 75%;
  }
}

#greetingp .greatt {
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: dashed #965501 3px;
}

#greetingp .grgzim {
  width: 30%;
  float: right;
  margin: 2%;
}

/*****************
contact
******************/
#toiform .formtt {
  font-size: 0.8rem;
  padding: 1%;
}

#toiform .formdt {
  padding: 1% 1% 3%;
}

#toiform .formdt input[type="text"], #toiform .formdt textarea {
  padding: 1%;
  background-color: #ffffff;
  font-size: 1.1rem;
  width: 100%;
  border: solid #dddddd 1px;
}

@media screen and (max-width: 576px) {
  #toiform .formdt input[type="text"]::-webkit-input-placeholder, #toiform .formdt textarea::-webkit-input-placeholder {
    font-size: 4vw;
  }
  #toiform .formdt input[type="text"]:-ms-input-placeholder, #toiform .formdt textarea:-ms-input-placeholder {
    font-size: 4vw;
  }
  #toiform .formdt input[type="text"]::-ms-input-placeholder, #toiform .formdt textarea::-ms-input-placeholder {
    font-size: 4vw;
  }
  #toiform .formdt input[type="text"]::placeholder, #toiform .formdt textarea::placeholder {
    font-size: 4vw;
  }
}

#toiform input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 2%;
}

#toiform .g-recaptcha div {
  margin: 2% auto;
}

#toiform .plmailwrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#toiform .plmail {
  display: block;
  width: 100%;
  height: 100%;
}

#toiform .plholder {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 2.5%;
  top: 15%;
  opacity: 0.6;
  display: none;
}

#toiform .inputmail input:invalid + span.plholder, #toiform .inputmailcon input:invalid + span.plholder {
  display: inline;
}

#toiform .hisu {
  color: #ffffff;
  background-color: #b90303;
  font-weight: bold;
  font-size: 10px;
  padding: 1%;
  margin-left: 2%;
  border-radius: 8px;
}

#toiform .nini {
  color: #ffffff;
  background-color: #a1a0a0;
  font-weight: bold;
  font-size: 10px;
  padding: 1%;
  margin-left: 2%;
  border-radius: 8px;
}

#toiform label {
  display: block;
}

#toiform input[type="file"] {
  margin-bottom: 2%;
}

@media screen and (max-width: 576px) {
  #toiform input[type="file"] {
    font-size: 2.5vw !important;
  }
}

#toiform textarea {
  background-color: #ffffff;
  padding: 2%;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: solid #dddddd 1px;
}
/*# sourceMappingURL=style.css.map */