@charset "utf-8";
/*
 Template:   twentysixteen
 Theme Name:   twentysixteen_child
 */
/* Media Queries ------------------------------------------------------------*/
/* Vender Prefix ------------------------------------------------------------*/
/* Font ---------------------------------------------------------------------*/
/* settings ------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 フォント
 ------------------------------------------------------------------------------*/
* {
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-weight: normal;
}
p.mincho, .mincho p, p.mincho strong, .mincho p strong {
  font-family: 'Noto Serif JP', sans-serif !important;
}
select, option, textarea, input {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #000;
}
/* WEBフォント */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?iv469e');
  src: url('../fonts/icomoon.eot?iv469e#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?iv469e') format('truetype'), url('../fonts/icomoon.woff?iv469e') format('woff'), url('../fonts/icomoon.svg?iv469e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*="icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" eicon-"], [class^=eicon-] {
  font-family: eicons !important;
}
.fa {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}
/*------------------------------------------------------------------------------
 調整
 ------------------------------------------------------------------------------*/
/*全ての要素に対してフォーカスに線をつけない*/
*:focus {
  outline: none;
}
html {
  position: relative;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none;
}
p {
  padding: 0;
  margin: 0;
}
p, a {
  box-sizing: border-box;
}
#root {
  overflow-x: hidden;
}
/*横の動き対応*/
/*背景*/
.bg_white {
  background: #fff;
}
/*クリック無効*/
.btn-disabled {
  pointer-events: none;
}
/*電話タップ無効*/
@media screen and (max-width: 1024px) {
  .none_tap {
    pointer-events: none;
  }
}
/*電話タップ*/
.tel_tap {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .tel_tap {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .tel_tap {
    padding: 2%;
  }
}
/*テキスト赤文字*/
.home_top strong {
  color: red;
  font-weight: normal;
}
/*臨時*/
.post-thumbnail {
  display: none;
}
.panel-grid-cell {
  padding: 0 2% 2% 0;
}
@media screen and (max-width: 640px) {
  .panel-grid-cell {
    padding: 0 0 2% 0;
  }
}
/*------------------------------------------------------------------------------
 下層
 ------------------------------------------------------------------------------*/
@media screen and (min-width: 61.5625em) {
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
 パンくず
 ------------------------------------------------------------------------------*/
#breadcrumb {
  min-height: 30px;
  font-size: 14px;
  visibility: hidden;
}
@media screen and (max-width: 980px) {
  #breadcrumb {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1024px) {
  #breadcrumb {
    font-size: 13px;
  }
}
#breadcrumb ul {
  font-size: 0.9375em;
}
#breadcrumb ul li {
  display: inline;
  list-style: none;
}
#breadcrumb ul li:before {
  content: '>';
  margin: 0 5px 0 0;
}
#breadcrumb ul li:first-child:before {
  content: none;
}
#breadcrumb ul li > a {
  color: #333;
  margin-right: 5px;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #breadcrumb ul li span.e-title {
    display: block;
  }
}
#breadcrumb a:after {
  content: '>';
  display: inline-block;
  margin: 0 5px;
  color: #000 !important;
  text-decoration: none !important;
}
.ichiran_box li:last-child .elementor-button-text {
  visibility: hidden;
}
/*------------------------------------------------------------------------------
 ウィジェット
 ------------------------------------------------------------------------------*/
.widget {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 56.875em) {
  .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin: 0 auto !important;
  }
}
header#masthead {
  padding: 0;
}
img.custom-logo {
  max-height: 90px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  img.custom-logo {
    max-height: 60px;
  }
}
.panel-row-style {
  margin: 0 !important;
}
.site {
  margin: 0;
}
.site-header-main {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
.site-branding {
  margin: 3px auto 3px 2%;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    width: 70%;
    float: left;
  }
}
.site-title {
  display: none;
}
.site-description {
  display: none;
}
.site-inner {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.site-content {
  padding: 0;
}
/* ナビの文字色 */
/* ナビの境界線の色 */
button.dropdown-toggle {
  display: none;
}
.main-navigation {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  /*ナビ5～6の範囲でwidth変化*/
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    display: none !important;
  }
}
.main-navigation #nav_width01 > li {
  width: 20% !important;
}
.main-navigation #nav_width02 > li {
  width: 16.666% !important;
}
.main-navigation .primary-menu {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  list-style-type: none;
}
.main-navigation .primary-menu li a {
  display: block;
}
.main-navigation .primary-menu li ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  list-style: none;
}
.main-navigation .primary-menu li ul li {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: #fff;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.main-navigation .primary-menu li ul li a {
  padding: 13px 5px;
  background: #ffdeba;
  text-align: center;
  font-weight: normal;
  color: #333 !important;
  height: auto;
  line-height: 1;
}
.main-navigation .primary-menu li ul li a:hover {
  background: #e86e2d;
  color: #fff !important;
}
.main-navigation .primary-menu > li {
  display: block;
  position: relative;
  float: left;
  width: 20%;
  font-size: 15px;
  text-align: center;
  height: 55px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .main-navigation .primary-menu > li {
    width: 100%;
    height: auto;
    text-align: left;
    border-left: none;
  }
}
.main-navigation .primary-menu > li:last-child {
  border-right: 1px solid #ccc;
}
.main-navigation .primary-menu > li:hover {
  background: rgba(255, 255, 255, .2);
}
.main-navigation .primary-menu > li:hover > a {
  border-radius: 3px 3px 0 0;
}
.main-navigation .primary-menu > li:hover ul li {
  overflow: visible;
  height: auto;
  margin-top: 1px;
}
.main-navigation .primary-menu > li:hover ul li:first-child {
  border-top: 0;
}
.main-navigation .primary-menu > li:hover ul li:first-child a {
  border-radius: 5px 5px 0 0;
}
.main-navigation .primary-menu > li:hover ul li:last-child {
  border-bottom: 0;
}
.main-navigation .primary-menu > li:hover ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
.main-navigation a {
  display: block !important;
  color: #fff;
  width: 100% !important;
  height: 55px;
  line-height: 55px;
}
.main-navigation a:visited, .main-navigation a:link, .main-navigation a:hover, .main-navigation a:focus {
  color: #fff !important;
  text-decoration: none;
}
.main-navigation li:hover a, .main-navigation li:focus a {
  color: #fff !important;
  text-decoration: none;
}
.main-index.content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}
.main-index #main {
  width: 100%;
  float: none;
  margin-right: 0;
}
#main {
  margin-right: 0 !important;
  margin-bottom: 4% !important;
}
#main h3 {
  padding: 15px !important;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: inherit !important;
}
/*--------------------------------------------------------------------------------------
 ヘッダー
 --------------------------------------------------------------------------------------*/
#hd_es_sp {
  float: left !important;
}
@media screen and (max-width: 1024px) {
  article {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    text-align: right;
  }
}
#main_top .addtoany_content_top {
  display: none;
}
.shareaholic-canvas {
  text-align: right;
  margin: 0;
  float: right;
}
li.shareaholic-share-button {
  width: auto !important;
}
#root .shareaholic-share-buttons-container.wrapped ul .shareaholic-share-buttons {
  margin: 0 !important;
  zoom: 0.6;
  line-height: 1 !important;
}
.shareaholic-total-count, #main_cnt02 li.shareaholic-total-count {
  width: auto !important;
}
.share {
  margin: 0;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share ul:after {
  content: '';
  display: block;
  clear: both;
}
.share ul li {
  float: left;
  width: 70px;
  margin: 0 2px 0 0;
}
@media screen and (max-width: 640px) {
  .share ul li {
    width: 33.33333%;
    margin: 0 0 9px 0;
  }
}
.share ul li a {
  display: block;
  padding: 3px 3px 0 3px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.share ul li a:hover {
  opacity: 0.8;
  color: #fff;
}
.share ul li a:visited {
  color: #fff;
}
.share ul li a span.icon-line:before {
  content: '\e901';
}
.share ul li a span.icon-google-plus3:before {
  content: '\e902';
}
.share ul li a span.icon-facebook2:before {
  content: '\e903';
}
.share ul li a span.icon-twitter:before {
  content: '\e904';
}
.share ul li a span.icon-rss:before {
  content: '\e905';
}
.share ul li.tweet a {
  background-color: #1b95e0;
}
.share ul li.facebook {
  background-color: #315096;
}
.share ul li.googleplus a {
  background-color: #dd4b39;
}
.share ul li.line a {
  background-color: #00c300;
}
.share ul li.rss a {
  background-color: #f5a51c;
}
/*------------------------------------------------------------------------------
 フォーム
 ------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .form_root form.wpcf7-form .form ul.formlist li div.itemname, .form_root form.wpcf7-form .form ul.formlist li div.itemform, .form_root form.wpcf7-form .form ul.formlist li div.itemform2 {
    height: auto !important;
    min-height: auto !important;
    padding: 15px 2% !important;
  }
}
input[type="text"], input[type="tel"], input[type="email"] {
  max-width: 98%;
}
.form_root #main {
  margin: 5px auto 0 !important;
}
.form_root form.wpcf7-form .form ul.formlist {
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .form_root form.wpcf7-form .form ul.formlist li > div:last-child {
    padding-bottom: 2em !important;
  }
}
.form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_required, .form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired {
  font-weight: normal;
  background: #ff3332;
  color: #fff;
  padding: 0 6px !important;
  border-radius: 3px;
  margin-right: 5px !important;
  font-size: 14px;
}
.form_root form.wpcf7-form .form ul.formlist li div.itemname span.item_unrequired {
  background: #c4bfbf;
}
.form_root form.wpcf7-form .form ul.formlist li div .wpcf7-select.wpcf7c-conf {
  border: none;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form_root form.wpcf7-form .form ul.formlist div {
  box-sizing: content-box !important;
  /*elementorとの競合回避*/
}
.form_root form.wpcf7-form .form ul.formlist div textarea {
  line-height: 1.4em;
}
.form_root form.wpcf7-form .form ul.formlist div textarea.wpcf7c-conf {
  background: #fff !important;
  border: none !important;
}
.form_root form.wpcf7-form .form ul.formlist div button {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px !important;
  margin: 0 0 15px !important;
  border: 1px solid #999;
  color: #777;
  background: #fafafa;
  box-sizing: border-box;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.form_root form.wpcf7-form .form input {
  padding: 5px;
  box-sizing: border-box;
}
.form_root form.wpcf7-form .form input.wpcf7c-conf {
  background: #fff !important;
  border: none !important;
}
.form_root form.wpcf7-form .form input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form_root form.wpcf7-form .form input.form_btn01, .form_root form.wpcf7-form .form input.form_btn02, .form_root form.wpcf7-form .form input.form_btn03 {
  display: block;
  width: 96%;
  max-width: 320px;
  height: 80px;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  background: url(../../../../images/form_btn01.png) center center / 100% auto no-repeat;
  margin: 4% auto;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.form_root form.wpcf7-form .form input.form_btn01:hover, .form_root form.wpcf7-form .form input.form_btn01:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn02:focus, .form_root form.wpcf7-form .form .form_root form.wpcf7-form .form input.form_btn03:focus, .form_root form.wpcf7-form .form input.form_btn02:hover, .form_root form.wpcf7-form .form input.form_btn03:hover {
  background: url(../../../../images/form_btn01.png) center center / 100% auto no-repeat;
  opacity: 0.6;
}
.form_root form.wpcf7-form .form input.form_btn01.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf:-webkit-autofill, .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form_root form.wpcf7-form .form input.form_btn01.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form input.form_btn02.wpcf7c-conf::placeholder, .form_root form.wpcf7-form .form input.form_btn03.wpcf7c-conf::placeholder {
  color: transparent;
}
.form_root form.wpcf7-form .form input.form_btn02 {
  max-width: 280px;
  height: 70px;
  background-image: url(../../../../images/form_btn02.png);
  float: left;
  margin: 0 0 0 20%;
}
@media screen and (max-width: 980px) {
  .form_root form.wpcf7-form .form input.form_btn02 {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form input.form_btn02 {
    max-width: 280px;
    float: none;
    margin: 0 auto;
  }
}
.form_root form.wpcf7-form .form input.form_btn02:hover, .form_root form.wpcf7-form .form input.form_btn02:focus {
  background-image: url(../../../../images/form_btn02.png);
}
.form_root form.wpcf7-form .form input.form_btn03 {
  background-image: url(../../../../images/form_btn03.png);
  max-width: 280px;
  height: 70px;
  float: right;
  margin: 0 20% 0 0;
}
@media screen and (max-width: 980px) {
  .form_root form.wpcf7-form .form input.form_btn03 {
    max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form input.form_btn03 {
    max-width: 280px;
    float: none;
    margin: 0 auto;
  }
}
.form_root form.wpcf7-form .form input.form_btn03:hover, .form_root form.wpcf7-form .form input.form_btn03:focus {
  background-image: url(../../../../images/form_btn03.png);
}
.form_root form.wpcf7-form .form .quotation_site_title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form p {
    font-size: 14px !important;
  }
}
.form_root form.wpcf7-form .form .form_description {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .form_root form.wpcf7-form .form .form_description {
    font-size: 108%;
  }
}
.form_root form.wpcf7-form .form .form_description p {
  box-sizing: border-box !important;
}
.form_root form.sent .formlist {
  display: none !important;
}
.form_root form.sent .quotation_site_title {
  display: none;
}
.form_root form.sent .wpcf7-mail-sent-ok {
  border: none;
  font-size: 16px;
}
.form_root form.sent div.wpcf7-mail-sent-ok {
  padding: 0 4%;
  box-sizing: border-box;
  border: none;
}
.form_root .form_catch_box img {
  margin: -60px 0 0 20px !important;
}
@media screen and (max-width: 1024px) {
  .form_root .form_catch_box img {
    margin: -5px 0 0 20px !important;
  }
}
.form_root .form_catch_box p {
  overflow: visible !important;
}
.form_root #layout02 {
  padding: 0;
}
.form_root #layout02 div {
  box-sizing: border-box;
}
.form_root .form_footer #layout05, .form_root .form_footer #footer_cnt01, .form_root .form_footer #RFtNav1, .form_root .form_footer #footer_area_description, .form_root .form_footer #footer_info {
  display: none;
}
.form_root .form_footer #footer_left {
  width: 100%;
  float: none;
}
/*------------------------------------------------------------------------------------------
 サイドメニュー
 ---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #sub {
    display: none !important;
  }
}
#sub .widget {
  margin: 20px 0 0 0;
}
#sub .widget:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #sub {
    margin-bottom: 20px;
  }
}
#sub .RSbNav1 li a.CA1 {
  box-shadow: none;
}
.sp_nav .widget {
  margin: 20px 0 0 0;
}
.sp_nav .widget:first-child {
  margin: 0;
}
.sp_nav .RSbNav1 li a.CA1 {
  box-shadow: none;
}
.pure-pusher-container {
  overflow: visible !important;
}
.widget ul.RSbNav1 {
  font-size: 13px;
  vertical-align: baseline;
  list-style: none;
  margin-bottom: 4% !important;
}
.RSbNav1 li.cat-item {
  zoom: 1;
  vertical-align: baseline;
  list-style: none;
}
.RSbNav1 li.cat-item a {
  position: relative;
  display: block;
  color: #3e3d3d;
  text-decoration: none;
  letter-spacing: -1px;
  border-bottom: 1px solid #999;
  padding: 4px 15px;
  margin-bottom: 5px;
  box-shadow: none;
}
.RSbNav1 li.cat-item a:hover {
  opacity: 0.6;
}
.RSbNav1 li.cat-item a:hover::after {
  left: 0.3em;
}
.RSbNav1 li.cat-item a:hover span:hover {
  opacity: 0.6;
}
.RSbNav1 li.cat-item a:before {
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left-color: #7a0;
  left: 4px;
  box-sizing: border-box;
}
.RSbNav1 li.cat-item ul {
  padding-left: 15px;
}
.RSbNav1 li.cat-item-none {
  display: none !important;
}
/*------------------------------------------------------------------------------
 フッター
 ------------------------------------------------------------------------------*/
/*ナビ*/
#footer_left .CA1::after {
  border: none;
}
#footer_left .cat-item a::after {
  border: none;
}
/*ロゴ*/
.footer_info_inner img {
  max-height: 87px;
}
/*------------------------------------------------------------------------------
 pure drower
 ------------------------------------------------------------------------------*/
.pure-container .pure-toggle {
  position: fixed;
}
#layout01_bg .pure-toggle-label {
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  border-radius: 0;
  transition: none;
  display: none !important;
}
@media screen and (max-width: 1024px) {
  #layout01_bg .pure-toggle-label {
    display: block !important;
  }
}
#layout01_bg .pure-toggle-label[data-toggle-label='right'] {
  position: absolute;
  right: 0;
  left: auto;
}
#layout01_bg .pure-toggle-label:hover .pure-toggle-icon, #layout01_bg .pure-toggle-label:hover .pure-toggle-icon:before, #layout01_bg .pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #333;
}
nav.pure-drawer {
  background: #f7f7f7 !important;
  width: 270px;
  padding: 90px 0 60px 0;
  overflow: scroll;
  box-sizing: border-box;
  top: 46px;
}
nav.pure-drawer img {
  margin: 0 0 10px !important;
}
@media screen and (max-width: 390px) {
  nav.pure-drawer img {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto 10px !important;
  }
}
/*スクロール禁止*/
.noscroll {
  position: fixed;
  overflow-y: scroll;
}
/*------------------------------------------------------------------------------
 ページネーション
 ------------------------------------------------------------------------------*/
.pagination a:hover, .pagination .current {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination {
  position: relative;
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  clear: both;
}
.pagination:before, .pagination:after {
  display: none !important;
}
.pagination a, .pagination span {
  display: block;
  float: left;
  width: auto;
  padding: 5px 9px;
  margin: 2px 2px 2px 0;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination .current {
  padding: 5px 9px;
}
/*------------------------------------------------------------------------------
 プラグイン用
 ------------------------------------------------------------------------------*/
/*Blue Admin */
html {
  margin-top: 0 !important;
}
/*画像回り込みテキスト*/
.float_left_box {
  width: 50% !important;
  float: left !important;
}
.float_left_box_inline {
  padding-left: 2% !important;
}
.float_left_box_inline div {
  display: inline !important;
}
.float_left_box_inline div.float_left_box_inline {
  display: block !important;
}
.float_left_box_inline h2, .float_left_box_inline h3, .float_left_box_inline h4, .float_left_box_inline h5 {
  overflow: hidden;
  clear: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.float_left_box_inline .elementor-widget:first-child h2, .float_left_box_inline .elementor-widget:first-child h3, .float_left_box_inline .elementor-widget:first-child h4, .float_left_box_inline .elementor-widget:first-child h5 {
  margin-top: -10px !important;
}
.float_left_box_inline .elementor-widget-heading .elementor-heading-title {
  line-height: 1.8em !important;
}
.float_left_box_inline p {
  display: inline !important;
  clear: none !important;
  padding-left: 0 !important;
}
.float_left_box_inline .elementor-clearfix:after {
  clear: none !important;
}
.elementor-editor-active .float_left_box_inline .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-editor-element-settings {
  display: none !important;
}
.elementor-editor-active .float_left_box_inline .elementor.elementor-edit-mode .elementor-editor-widget-settings {
  display: block !important;
}
.elementor-column-gap-wide > .elementor-row {
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wide > .elementor-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row {
    padding: 0 1%;
  }
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 20px 10px !important;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px 5px !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 2% 1% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wide > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
    padding: 4% 2% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
    padding: 6% 3% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 8% 4% !important;
  }
  .elementor-column-gap-wide > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
    padding: 10% 5% !important;
  }
}
.elementor-column-gap-wider > .elementor-row {
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wider > .elementor-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row {
    padding: 0 1%;
  }
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 10px 20px !important;
}
@media screen and (max-width: 980px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 5px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column:nth-child(n + 2) > .elementor-element-populated {
    padding: 0 1% 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25 > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"] > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column[data-col="25"]:nth-child(n + 3) > .elementor-element-populated {
    padding-top: 0 !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-50 > .elementor-element-populated {
    padding: 0 2% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-33 > .elementor-element-populated {
    padding: 0 3% 6% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25 > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-25.elementor-col-25:nth-child(n + 3) > .elementor-element-populated {
    padding: 0 8% 4% !important;
  }
  .elementor-column-gap-wider > .elementor-row > .elementor-column.elementor-sm-20 > .elementor-element-populated {
    padding: 5% 10% !important;
  }
}
@media screen and (min-width: 640px) {
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66%;
  }
  .elementor-reverse-mobile > .elementor-container > .elementor-row {
    -webkit-box-direction: normal !important;
    -ms-flex-direction: normal !important;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 640px) {
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 50%;
  }
}
/*非表示設定*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  body:not(.elementor-editor-active) .elementor-hidden-phone {
    display: none !important;
  }
}
/*編集不可領域*/
.unditable_area {
  pointer-events: none;
}
/*デフォルトの余白を隙間なしに*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
/*Elementor画像ウィジェット ホバー処理*/
#wrapper .pg .elementor a:hover img {
  opacity: 0.6;
}
/*------------------------------------------------------------------------------
 施工事例・お客様の声
 ------------------------------------------------------------------------------*/
/*施工事例一覧*/
/*文字サイズ*/
.works_block2 p {
  font-size: 16px;
}
/*コメントとボタンの間の余白*/
li.works_box_ccomment {
  margin-bottom: 4%;
}
/*インデックスボタン*/
#works_index_banner li {
  display: flex;
  align-items: center;
}
#works_index_banner li span {
  padding: 15px 0 !important;
}
#works_index_banner a {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #works_index_banner.works_2col li {
    width: 100% !important;
    margin: 1% 0 0;
  }
  #works_index_banner.works_3col li {
    width: 49% !important;
    margin-right: 2% !important;
  }
  #works_index_banner.works_3col li:nth-child(2n) {
    margin-right: 0 !important;
  }
  #works_index_banner.works_3col li:nth-child(2n - 1) {
    clear: both;
  }
}
/*サムネイルボーダー調整*/
.pic_frame img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: bottom;
  -webkit-transform: translate3d(0, 0, 0);
}
.entry_voice_box p {
  display: inline;
}
.entry_voice_box_pic {
  max-width: 48% !important;
}
.entry_voice_box_pic .pic_frame img {
  position: relative;
}
/*事例・声 slider pager*/
@media screen and (max-width: 640px) {
  .cnt_works_box .bx-wrapper .bx-pager {
    padding-top: 0;
    text-align: center !important;
  }
  .cnt_works_box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd;
  }
  .cnt_works_box .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
  }
  .cnt_works_box .bx-wrapper .bx-viewport {
    max-height: none;
    width: 711px !important;
    overflow: visible !important;
  }
}
/*------------------------------------------------------------------------------
 ギャラリー
 ------------------------------------------------------------------------------*/
.gallery {
  margin-bottom: 2%;
}
.gallery-item {
  float: left;
  margin: 0;
  padding: 0 1% 2%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.gallery-item img {
  margin-bottom: 0.5em;
}
.gallery-item .gallery-icon img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n - 1) {
  clear: both;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item:nth-child(3n - 2) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item:nth-child(3n - 2) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-4 .gallery-item:nth-child(4n - 3) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item:nth-child(4n - 3) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-4 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-5 .gallery-item:nth-child(5n - 4) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item:nth-child(5n - 4) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-5 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-6 .gallery-item:nth-child(6n - 5) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item:nth-child(6n - 5) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-6 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-7 .gallery-item:nth-child(7n - 6) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item:nth-child(7n - 6) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-7 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-8 .gallery-item:nth-child(8n - 7) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item:nth-child(8n - 7) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-8 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-9 .gallery-item:nth-child(9n - 8) {
  clear: both;
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item:nth-child(9n - 8) {
    clear: none;
  }
}
@media screen and (max-width: 640px) {
  .gallery-columns-9 .gallery-item:nth-child(2n - 1) {
    clear: both;
  }
}
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.elementor-image-gallery .gallery-columns-2 .gallery-item:nth-child(2n - 1) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-3 .gallery-item:nth-child(3n - 2) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(4n - 3) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item:nth-child(5n - 4) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-6 .gallery-item:nth-child(6n - 5) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-7 .gallery-item:nth-child(7n - 6) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-8 .gallery-item:nth-child(8n - 7) {
  clear: none;
}
.elementor-image-gallery .gallery-columns-9 .gallery-item:nth-child(9n - 8) {
  clear: none;
}
.elementor-image-gallery .gallery-item {
  float: none;
}
/*img*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 1024px) {
  img.alignleft {
    max-width: 50% !important;
  }
}
img.alignright {
  margin: 0 0 2% 2%;
}
@media screen and (max-width: 1024px) {
  img.alignright {
    max-width: 50% !important;
  }
}
/*switchとelementor　競合解消*/
.elementor .elementor-invisible img {
  visibility: hidden !important;
}
/*------------------------------------------------------------------------------
 リンク・ボタン
 ------------------------------------------------------------------------------*/
.all_listbox a:visited {
  color: #333;
}
.all_listbox a:link {
  color: #333;
}
:not(a).bg-info a, :not(a).bg-info:hover a, :not(a).bg-success a, :not(a).bg-success:hover a, :not(a).bg-warning a, :not(a).bg-warning:hover a, :not(a).bg-danger a, :not(a).bg-danger:hover a {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  transition: none !important;
  text-decoration: none !important;
}
li.bg-info:hover, li.bg-success:hover, li.bg-warning:hover, li.bg-danger:hover {
  opacity: 0.6;
}
/*------------------------------------------------------------------------------
 共通フリーエリアブログ
 ------------------------------------------------------------------------------*/
/*内部ブログCSS*/
#main .blog_belt01, .blog_main_top .blog_belt01 {
  margin: 10px 0 23px;
  padding: 10px 5px 10px 10px;
  position: relative;
  color: #fff;
  background: #707070;
}
#main .blog_belt01:after, .blog_main_top .blog_belt01:after, #main .blog_belt01:before, .blog_main_top .blog_belt01:before {
  content: '';
  position: absolute;
  top: 100%;
  height: auto;
  width: 0;
}
#main .blog_belt01:after, .blog_main_top .blog_belt01:after {
  left: 40px;
  border: 10px solid transparent;
  border-top: 10px solid #707070;
}
#main .blog_belt01:before, .blog_main_top .blog_belt01:before {
  left: 37px;
  border: 13px solid transparent;
  border-top: 13px solid #707070;
}
#main .blog_btn01, .blog_main_top .blog_btn01 {
  padding: 6px 15px;
  box-shadow: inset 0 1px 0 0 #fff;
  background-color: #f3f0e7;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#main .blog_btn01:hover, .blog_main_top .blog_btn01:hover {
  background: #f3f0e7;
}
#main .blog_btn01:active, .blog_main_top .blog_btn01:active {
  position: relative;
  top: 1px;
}
#main .blog_belt01 {
  font-size: 120%;
}
@media screen and (max-width: 360px) {
  #main .blog_belt01 {
    font-size: 100%;
  }
}
.blog_main_top {
  width: 100%;
  float: right;
  clear: right;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  .blog_main_top {
    width: 100%;
  }
}
.blog_main_top .blog_belt01 {
  margin-top: 0;
  font-size: 120%;
  font-weight: normal;
}
@media screen and (max-width: 360px) {
  .blog_main_top .blog_belt01 {
    font-size: 150%;
  }
}
.blog_main_top .blog_belt01 .blog_br {
  display: block;
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 980px) {
  .blog_main_top .blog_belt01 .blog_br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .blog_main_top .text_overflow {
    font-size: 13px;
  }
}
#main_top_cnt05 {
  width: 100%;
  margin: 0 auto;
  color: #000;
}
#main_top_cnt05 .blog_belt01 .no-wrap {
  margin: 6px 0 0;
  padding: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  font-size: 90%;
}
@media screen and (max-width: 980px) {
  #main_top_cnt05 .blog_belt01 .no-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 .blog_belt01 .no-wrap {
    width: 100%;
  }
}
#main_top_cnt05 .blog_belt01 span {
  margin: 0 0.5%;
  float: right;
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 .blog_belt01 span {
    width: 49%;
  }
}
#main_top_cnt05 h3 {
  border-bottom: 3px solid #423930;
  color: #423930;
}
#main_top_cnt05 li {
  width: 98%;
  margin: 1% auto;
  position: relative;
}
#main_top_cnt05 .blog_txtcnt {
  overflow: hidden;
}
#main_top_cnt05 .blog_txtcnt li {
  padding: 0;
}
#main_top_cnt05 a {
  color: #333;
  text-decoration: none;
}
#main_top_cnt05 img {
  width: 100%;
}
@media screen and (max-width: 360px) {
  #main_top_cnt05 img {
    width: 99.6%;
  }
}
#main_top_cnt05 .text-overflow {
  margin-bottom: 35px;
  font-size: 14px;
}
#main_top_cnt05 .blog_btn01_1 {
  text-align: right;
}
#main_top_cnt05 .blog_btn01_1 > span {
  padding: 5px 10px;
  font-size: 12px;
}
.blogh2_01 {
  display: inline;
}
@media screen and (max-width: 480px) {
  .blogh2_01 {
    display: block;
  }
}
.blogh2_02 {
  display: inline;
}
@media screen and (max-width: 980px) {
  #layout05 .is_1per2 li:first-child > div {
    overflow: hidden;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  #layout05 .is_1per2 li {
    width: 100%;
  }
  #layout05 .is_1per2 li + li {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  #layout05 .cnt_fbblog_box .is_iper2 li {
    width: 100%;
  }
  #layout05 .cnt_fbblog_box .is_iper2 > li:first-of-type {
    text-align: center;
  }
  #layout05 .cnt_fbblog_box .cnt_info_box .is_1per2 li {
    width: 50%;
  }
}
.line01 {
  display: block;
  height: 0;
  margin: 15px 0;
  padding: 0;
  background: none;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
}
.widget-list-item {
  margin: 5px 20px;
}
.widget-list-item a {
  color: #412f28;
}
@media screen and (max-width: 1024px) {
  .widget-archive-category, .widget-recent-entries, .widget-archive-monthly {
    width: 32.6%;
    float: left;
    margin: 0 0.3%;
  }
}
@media screen and (max-width: 480px) {
  .widget-archive-category, .widget-recent-entries, .widget-archive-monthly {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.blog_topic li {
  width: 32.3%;
  margin: 1% 0.5%;
  float: left;
  text-align: center;
}
.blog_list_border {
  width: 100%;
  border-bottom: 1px solid #ff8a00;
  color: #ff8a00;
}
/*facebook併用の追加点*/
#facebook_blog {
  width: 96%;
  max-width: 940px;
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #facebook_blog {
    margin: 2% auto;
  }
}
@media screen and (max-width: 640px) {
  #facebook_blog {
    width: 100%;
    margin: 0 0 2%;
    text-align: center;
  }
}
#facebook_box {
  width: 48%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
}
#blogbanner_box {
  width: 50%;
  float: left;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #blogbanner_box {
    width: 98%;
    margin: 0 1% 1%;
  }
}
#blog_banner_title {
  float: right;
  margin-bottom: 1%;
}
#blog_banner_02, #blog_banner_03 {
  float: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #blog_banner_02, #blog_banner_03 {
    margin-bottom: 2%;
  }
}
/*------------------------------------------------------------------------------
 お客様の声 エディタ
 ------------------------------------------------------------------------------*/
.type-voice.pg .entry_voice_box {
  margin-top: 2%;
}
.type-voice.pg p {
  padding: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .type-voice.pg p {
    padding: 0 0 2%;
  }
}
.type-voice.pg p:after {
  content: '';
  display: block;
  width: 0;
  font-size: 0 !important;
  visibility: hidden;
}
@media all and (-ms-high-contrast: none) {
  .type-voice.pg p:after {
    padding-bottom: 14px;
  }
}
/*------------------------------------------------------------------------------
 ハンバーガーメニュー
 ------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  #layout01_bg .menu_trigger {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #layout01_bg {
    /* テキスト追加 */
  }
  #layout01_bg .menu-trigger {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #layout01_bg .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 4px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #layout01_bg .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  #layout01_bg .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  #layout01_bg .menu-trigger span:nth-of-type(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: all 0.4s;
    backface-visibility: hidden;
  }
  #layout01_bg .menu-trigger span:nth-of-type(3) {
    top: 30px;
  }
  #layout01_bg .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
    -moz-transform: translateY(20px) scale(0);
    -webkit-transform: translateY(20px) scale(0);
  }
  #layout01_bg .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #layout01_bg .menu-trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #layout01_bg .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
    -moz-transform: translateY(-20px) scale(0);
    -webkit-transform: translateY(-20px) scale(0);
  }
  #layout01_bg #hd_sp_icon {
    width: 101px;
  }
  #layout01_bg #hd_sp_icon #hd_es_sp {
    margin: 10px auto 0 0;
    font-size: 35px;
    line-height: 1em;
  }
  #layout01_bg #hd_sp_icon #hd_es_sp a, #layout01_bg #hd_sp_icon #hd_es_sp a:link, #layout01_bg #hd_sp_icon #hd_es_sp a:visited {
    color: #fff;
  }
  #layout01_bg #hd_sp_icon #hd_es_sp a:hover {
    text-decoration: none;
  }
  #layout01_bg #hd_sp_icon #hd_es_sp a {
    display: block;
    height: 100%;
  }
  #layout01_bg.demo .menu-trigger:after {
    content: 'メニュー';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1em;
  }
  #layout01_bg.demo .menu-trigger.active:after {
    content: '閉じる';
  }
  #layout01_bg.demo .menu-trigger span {
    left: 25%;
  }
  #layout01_bg.demo .menu-trigger span:nth-child(1) {
    top: 10px;
  }
  #layout01_bg.demo .menu-trigger span:nth-child(2) {
    top: 17px;
  }
  #layout01_bg.demo .menu-trigger span:nth-child(3) {
    top: 24px;
  }
  #layout01_bg.demo #hd_sp_icon {
    width: 101px;
    position: absolute;
  }
  #layout01_bg.demo #hd_sp_icon #hd_es_sp.sp_inquiry {
    display: block;
    width: 50px;
    max-width: none;
    height: 50px;
    position: relative;
    text-align: center;
    font-size: 24px;
    margin-top: 0;
  }
  #layout01_bg.demo #hd_sp_icon i.fa {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 6px;
  }
  #layout01_bg.demo #hd_sp_icon i.fa.fa-envelope-o:after {
    content: '無料相談';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
  }
  #layout01_bg.demo #hd_sp_icon i.fa.fa-volume-control-phone:after {
    content: '無料相談';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
  }
  #layout01_bg.demo #hd_sp_icon .sp_only.box {
    width: 45px;
    height: 45px;
    position: relative;
    margin-top: 7px;
    text-align: center;
    font-size: 32px;
  }
  #layout01_bg.demo #hd_sp_icon .sp_only.box a:hover {
    text-decoration: none;
  }
}
/*------------------------------------------------------------------------------
 ブログ
 ------------------------------------------------------------------------------*/
#main .blog_block2 {
  padding: 20px;
  box-sizing: border-box;
}
#main .blog_block2:nth-of-type(2n) {
  background: #dfdfdf;
}
@media screen and (max-width: 1024px) {
  #main .blog_block2 {
    padding: 2%;
  }
}
#main .blog_block2 .left-col {
  width: 70%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #main .blog_block2 .left-col {
    padding-right: 2%;
  }
}
#main .blog_block2 .right-col {
  width: 30%;
  float: left;
}
#main .blog_block2 .public_date {
  margin: 0;
  padding: 0;
  border-bottom: transparent;
}
#main .blog_block2 h3 {
  border: transparent !important;
  padding: 0 !important;
  text-align: left;
}
/*------------------------------------------------------------------------------
 スライダー
 ------------------------------------------------------------------------------*/
.bx-pager {
  right: 0;
  left: 0;
  padding-top: 0 !important;
  height: 10px;
}
@media screen and (min-width: 1024px) {
  .bx-pager_wrapper {
    height: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .bx-pager a {
    display: block;
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .bx-pager a.active {
    display: block;
    padding: 0 !important;
    position: relative;
  }
}
.slide img {
  display: none;
}
#sld_after_load {
  animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
@media screen and (min-width: 1024px) {
  .container #layout02 .is_eq li {
    float: left;
    box-sizing: border-box;
    padding: 10px;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(1) {
    width: 100%;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(2), .container #layout02 .is_eq li:first-child:nth-last-child(2) ~ li {
    width: 482px;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(3), .container #layout02 .is_eq li:first-child:nth-last-child(3) ~ li {
    width: 322px;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(4), .container #layout02 .is_eq li:first-child:nth-last-child(4) ~ li {
    width: 242px;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(5), .container #layout02 .is_eq li:first-child:nth-last-child(5) ~ li {
    width: 194px;
  }
  .container #layout02 .is_eq li:first-child:nth-last-child(6), .container #layout02 .is_eq li:first-child:nth-last-child(6) ~ li {
    width: 162px;
  }
}
/*------------------------------------------------------------------------------
 Unique
 ------------------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}
/*------------------------------------------------------------------------------
 初期非表示
 ------------------------------------------------------------------------------*/
.cnt_free_switch, .cnt_information_box {
  display: none;
}
/*------------------------------------------------------------------------------
 TOPページ セクション
 ------------------------------------------------------------------------------*/
#main_top > div > section {
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #main_top > div > section {
    padding: 5% 0;
  }
}
#main_top > div > section * {
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------
 TOPページ 見出し
 ------------------------------------------------------------------------------*/
.top_h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .top_h2 {
    font-size: 24px;
  }
}
/*------------------------------------------------------------------------------
 TOPページ 導線ボタン
 ------------------------------------------------------------------------------*/
.top-lead-button {
  width: 96%;
  max-width: 940px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .top-lead-button {
    margin: 2% auto 0;
  }
}
@media screen and (min-width: 641px) {
  #main_top .elementor-button-warning {
    width: 300px;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------------------------
 TOPページ 選ばれる理由
 ------------------------------------------------------------------------------*/
.cnt_reason_box {
  background: url('../../../../images/cnt_reason_bg_pc.jpg') center center / cover no-repeat;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box {
    padding: 5% 0;
  }
}
.cnt_reason_box .cnt_reason_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.cnt_reason_box .cnt_reason_inner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(255, 255, 255, .7);
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box .cnt_reason_inner {
    padding: 4% 2%;
  }
}
.cnt_reason_box .cnt_reason_inner p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box .cnt_reason_inner p {
    margin-bottom: 2%;
  }
}
.cnt_reason_box.type2 .cnt_reason_inner {
  max-width: 460px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box.type2 .cnt_reason_inner {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_reason_box.type2 .cnt_reason_inner {
    max-width: none;
  }
}
.cnt_reason_box.type3 {
  background: none;
}
@media screen and (max-width: 640px) {
  .cnt_reason_box.type3 div, .cnt_reason_box.type3 section {
    position: static;
  }
}
.cnt_reason_box.type3 .cnt_reason_inner {
  width: 460px;
  margin: 0 20px 0 auto;
  background: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box.type3 .cnt_reason_inner {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_reason_box.type3 .cnt_reason_inner {
    margin: 0 auto;
    width: 96%;
    max-width: 460px;
    position: static;
  }
}
.cnt_reason_box.type3 .cnt_reason_inner:before {
  content: '';
  display: block;
  width: 950px;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
  background: url('../../../../images/cnt_reason_bg_pc.jpg') right center / cover no-repeat;
  border-radius: 0 20px 20px 0 / 0px 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box.type3 .cnt_reason_inner:before {
    right: 102%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_reason_box.type3 .cnt_reason_inner:before {
    width: 50%;
    height: 50%;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: -1;
  }
}
.cnt_reason_box.type3 .cnt_reason_inner:after {
  content: '';
  display: block;
  width: 470px;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: url('../../../../images/cnt_reason_bg_pc.jpg') left center / cover no-repeat;
  border-radius: 20px 0 0 20px / 20px 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_reason_box.type3 .cnt_reason_inner:after {
    left: 102%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_reason_box.type3 .cnt_reason_inner:after {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
}
/*------------------------------------------------------------------------------
 TOPページ 会社案内
 ------------------------------------------------------------------------------*/
.cnt_company_box {
  background: url('../../../../images/cnt_company_bg_pc.jpg') center center / cover no-repeat;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box {
    padding: 5% 0;
  }
}
.cnt_company_box .cnt_company_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.cnt_company_box .cnt_company_inner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(255, 255, 255, .7);
}
@media screen and (max-width: 1024px) {
  .cnt_company_box .cnt_company_inner {
    padding: 4% 2%;
  }
}
.cnt_company_box .cnt_company_inner p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box .cnt_company_inner p {
    margin-bottom: 2%;
  }
}
.cnt_company_box.type2 .cnt_company_inner {
  max-width: 460px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box.type2 .cnt_company_inner {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_company_box.type2 .cnt_company_inner {
    max-width: none;
  }
}
.cnt_company_box.type3 {
  background: none;
}
@media screen and (max-width: 640px) {
  .cnt_company_box.type3 div, .cnt_company_box.type3 section {
    position: static;
  }
}
.cnt_company_box.type3 .cnt_company_inner {
  width: 460px;
  margin: 0 20px 0 auto;
  background: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box.type3 .cnt_company_inner {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_company_box.type3 .cnt_company_inner {
    margin: 0 auto;
    width: 96%;
    max-width: 460px;
    position: static;
  }
}
.cnt_company_box.type3 .cnt_company_inner:before {
  content: '';
  display: block;
  width: 950px;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
  background: url('../../../../images/cnt_company_bg_pc.jpg') right center / cover no-repeat;
  border-radius: 0 20px 20px 0 / 0px 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box.type3 .cnt_company_inner:before {
    right: 102%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_company_box.type3 .cnt_company_inner:before {
    width: 50%;
    height: 50%;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: -1;
  }
}
.cnt_company_box.type3 .cnt_company_inner:after {
  content: '';
  display: block;
  width: 470px;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: url('../../../../images/cnt_company_bg_pc.jpg') left center / cover no-repeat;
  border-radius: 20px 0 0 20px / 20px 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_company_box.type3 .cnt_company_inner:after {
    left: 102%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_company_box.type3 .cnt_company_inner:after {
    width: 50%;
    height: 50%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
  }
}
/*------------------------------------------------------------------------------
 TOPページ 施工事例
 ------------------------------------------------------------------------------*/
.cnt_works_box {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
  .cnt_works_box {
    padding-bottom: 2% !important;
  }
}
.cnt_works_box #partsworks_03 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_works_box #partsworks_03 {
    margin-bottom: 2%;
  }
}
.cnt_works-c_box {
  background: #ffdeba;
}
.cnt_works-c_box h3 {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .cnt_works-c_box h3 {
    font-size: 18px;
  }
}
.cnt_works-c_box #works_index_banner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .cnt_works-c_box #works_index_banner {
    display: block !important;
  }
}
/*------------------------------------------------------------------------------
 共通フリーエリア
 ------------------------------------------------------------------------------*/
.cnt_free_switch {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .cnt_free_switch {
    padding: 5% 0;
  }
}
.cnt_free_switch .cnt_free_inner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  /* SM3 */
  /* SM2 */
}
.cnt_free_switch .cnt_free_inner.sm3 li {
  float: left;
  width: 460px;
}
@media screen and (max-width: 1024px) {
  .cnt_free_switch .cnt_free_inner.sm3 li {
    width: 49%;
  }
}
.cnt_free_switch .cnt_free_inner.sm3 li:first-child {
  display: none;
}
.cnt_free_switch .cnt_free_inner.sm3 li:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_free_switch .cnt_free_inner.sm3 li:last-child {
    margin-left: 2%;
  }
}
.cnt_free_switch .cnt_free_inner.sm2 li:nth-child(n + 2) {
  display: none;
}
.ft_link_box {
  padding: 30px 0;
  background: #e86e2d;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ft_link_box {
    display: none;
  }
}
.ft_link_box .ft_link_inner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
  line-height: 1;
}
.ft_link_box .ft_link_inner a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 0 50px;
}
@media screen and (max-width: 1024px) {
  .ft_link_box .ft_link_inner a {
    font-size: 16px;
    margin: 0 5%;
  }
}
.ft_link_box .ft_link_inner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.ft_link_box .ft_link_inner a i {
  font-size: 36px;
  line-height: 27px;
  margin-bottom: 10px;
}
.ft_link_box .ft_link_inner a span:after {
  content: '\f105';
  font-family: FontAwesome !important;
  display: inline-block;
  margin-left: 0.5em;
}
/*------------------------------------------------------------------------------
 ヘッダー
 ------------------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  #layout01_bg.type3 .h1_li {
    background: #e86e2d;
  }
  #layout01_bg.type3 .h1_li .h1 {
    color: #fff;
  }
  #layout01_bg.type3 .logo-area {
    padding: 0;
    position: relative;
  }
  #layout01_bg.type3 .logo-area #hd_title {
    position: absolute;
    top: 10px;
    left: -webkit-calc(50% - 490px);
    left: calc(50% - 490px);
  }
  #layout01_bg.type3 .logo-area #hd_title img {
    width: 100%;
    max-width: 200px;
    max-height: 45px;
  }
  #layout01_bg.type3 .logo-area #hd_tel {
    position: absolute;
    top: 5px;
    right: -webkit-calc(50% - 490px);
    right: calc(50% - 490px);
  }
  #layout01_bg.type3 .logo-area #hd_tel img {
    height: 45px;
  }
  #layout01_bg.type3 header > .global-navigation {
    background: #fff;
  }
  #layout01_bg.type3 .main-navigation .primary-menu {
    max-width: 550px;
    margin-left: 225px;
  }
  #layout01_bg.type3 .main-navigation .primary-menu > li {
    border-left: none;
  }
  #layout01_bg.type3 .main-navigation .primary-menu > li:last-child {
    border-right: none;
  }
  #layout01_bg.type3 .main-navigation .primary-menu > li ul li a:hover {
    color: #fff !important;
  }
  #layout01_bg.type3 .main-navigation .primary-menu a {
    color: #333 !important;
  }
  #layout01_bg.type3 #nav_width02 > li {
    width: 20% !important;
  }
  #layout01_bg.type3 #nav_width02 > li:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #layout01_bg.type2 .h1_li {
    display: none !important;
  }
  #layout01_bg.type2 .logo-area {
    padding: 0;
    position: relative;
  }
  #layout01_bg.type2 .logo-area #hd_title {
    position: absolute;
    top: 10px;
    left: -webkit-calc(50% - 490px);
    left: calc(50% - 490px);
  }
  #layout01_bg.type2 .logo-area #hd_title img {
    width: 100%;
    max-width: 200px;
    max-height: 45px;
  }
  #layout01_bg.type2 .logo-area #hd_tel {
    position: absolute;
    top: 5px;
    right: -webkit-calc(50% - 490px);
    right: calc(50% - 490px);
  }
  #layout01_bg.type2 .logo-area #hd_tel img {
    height: 45px;
  }
  #layout01_bg.type2 header > .global-navigation {
    background: #fff;
  }
  #layout01_bg.type2 .main-navigation .primary-menu {
    max-width: 550px;
    margin-left: 225px;
  }
  #layout01_bg.type2 .main-navigation .primary-menu > li {
    border-left: none;
  }
  #layout01_bg.type2 .main-navigation .primary-menu > li:last-child {
    border-right: none;
  }
  #layout01_bg.type2 .main-navigation .primary-menu > li ul li a:hover {
    color: #fff !important;
  }
  #layout01_bg.type2 .main-navigation .primary-menu a {
    color: #333 !important;
  }
  #layout01_bg.type2 #nav_width02 > li {
    width: 20% !important;
  }
  #layout01_bg.type2 #nav_width02 > li:nth-of-type(3) {
    display: none;
  }
}
#layout01_bg.icon .main-navigation .primary-menu > li > a {
  padding-top: 32px;
  line-height: 16px;
  position: relative;
}
#layout01_bg.icon .main-navigation .primary-menu > li > a:before {
  content: '\f005';
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-family: FontAwesome !important;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
#layout01_bg.icon .main-navigation .primary-menu > li:nth-child(2) > a:before {
  content: '\f1ad';
}
#layout01_bg.icon .main-navigation .primary-menu > li:nth-child(3) > a:before {
  content: '\f0ad';
}
#layout01_bg.icon .main-navigation .primary-menu > li:nth-child(4) > a:before {
  content: '\f075';
}
#layout01_bg.icon .main-navigation .primary-menu > li:nth-child(5) > a:before {
  content: '\f0e0';
}
/*------------------------------------------------------------------------------
 施工事例
 ------------------------------------------------------------------------------*/
.cnt_works_box .works_box .works_block2 p {
  color: #333;
}
@media screen and (max-width: 640px) {
  .cnt_works_box .bx-viewport {
    height: auto !important;
  }
  .cnt_works_box #partsworks_03 .works_box .all_listbox .works_block_top {
    margin-bottom: 0;
  }
  .cnt_works_box .elementor-button-warning {
    width: 96%;
    margin: 0 auto;
  }
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top {
  background: #fff;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 {
  margin-bottom: 0;
  box-shadow: none;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 .pic_frame {
  margin-bottom: 0;
  box-shadow: none;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 .pic_frame img {
  z-index: 1;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 {
  position: relative;
  padding: 10px 2% 35px;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2:after {
  content: '\f061';
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-family: FontAwesome !important;
  background: #e86e2d;
  position: absolute;
  right: 2%;
  bottom: 10px;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .works_box_client {
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
  height: 24px;
  line-height: 24px;
  text-align: left;
  margin: 0 auto 2% 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .works_box_category {
  width: 7em;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff !important;
  margin: 0;
  background: #e86e2d;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 2%;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .works_dousen {
  display: none;
}
.cnt_works_box.type2 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 p {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top {
    position: relative;
    float: none;
    width: 98%;
    padding-left: 0;
    margin: 0 0 0 auto;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top:last-of-type {
    display: none;
  }
}
.cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top + .works_block_top {
  margin-top: 4%;
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top + .works_block_top .pic_frame2 {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top + .works_block_top .works_block2 {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top > a > ul > li {
    height: auto !important;
    float: none;
  }
}
.cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 {
  margin-bottom: 0;
  box-shadow: none;
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 {
    width: 740px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 {
    width: 70%;
  }
}
.cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 .pic_frame {
  margin-bottom: 0;
  box-shadow: none;
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 .pic_frame {
    padding-bottom: 400px;
  }
}
.cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .pic_frame2 .pic_frame img {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 400px;
    height: 200px;
    background: #fff;
    padding: 20px 20px 45px;
    margin: auto;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2:after {
    content: '\f061';
    width: 25px;
    height: 25px;
    background: #e86e2d;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-family: FontAwesome !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .works_box_client {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .wotks_box_category {
    width: 100%;
    margin: 0 auto 2%;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 p {
    padding: 0;
  }
  .cnt_works_box.type3 #partsworks_03 .works_box .all_listbox .works_block_top .works_block2 .works_dousen {
    display: none !important;
  }
}
/* カテゴリ */
.works_cat_02 {
  display: none;
}
/* カテゴリアコーディオン */
@media screen and (max-width: 640px) {
  .cnt_works-c_box h3 {
    position: relative;
    border: 2px solid #e86e2d;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 15px 10px;
    background: #e86e2d;
    cursor: pointer;
  }
  .cnt_works-c_box h3:after {
    content: '\f067';
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    font-family: FontAwesome !important;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cnt_works-c_box h3.active {
    border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  }
  .cnt_works-c_box h3.active:after {
    content: '\f068';
  }
  .cnt_works-c_box h3:not(:first-of-type) {
    margin-top: 2%;
  }
  .cnt_works-c_box #works_index_banner {
    display: none;
  }
  .cnt_works-c_box #works_index_banner li {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
    border-top: none;
  }
  .cnt_works-c_box #works_index_banner li:last-child {
    border-radius: 0 0 4px 4px / 0px 0 4px 4px;
  }
}
/*------------------------------------------------------------------------------
 GoogleMap
 ------------------------------------------------------------------------------*/
.cnt_googlemap_box {
  display: none;
  padding: 0 !important;
}
/*------------------------------------------------------------------------------
 FB
 ------------------------------------------------------------------------------*/
.cnt_fb_box {
  display: none;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.cnt_fb_box .fb_iframe_widget {
  width: 100%;
}
.cnt_fb_box .fb_iframe_widget span {
  max-width: 100% !important;
}
.cnt_fb_box .fb_iframe_widget span iframe {
  max-width: 100% !important;
}
/*------------------------------------------------------------------------------
 価格表
 ------------------------------------------------------------------------------*/
.cnt_menu_box .menu_link_box {
  width: 96%;
  max-width: 940px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .cnt_menu_box .menu_link_box {
    margin-top: 2%;
  }
}
/*------------------------------------------------------------------------------
 ブログ
 ------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .cnt_blog_box .elementor-button-warning {
    width: 96%;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------------------------
 * LINE簡単見積もり
 * ------------------------------------------------------------------------------*/
.cnt_line_box .cnt_line_inner {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
}
.cnt_line_box .cnt_line_inner > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cnt_line_box .cnt_line_inner > p {
    margin-bottom: 3%;
  }
}
.cnt_line_box .cnt_line_inner ul li {
  width: 300px;
  float: left;
  padding: 20px;
  background: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .cnt_line_box .cnt_line_inner ul li {
    width: 32%;
    padding: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li {
    width: 100%;
    float: none;
  }
  .cnt_line_box .cnt_line_inner ul li:after {
    content: '';
    display: block;
    clear: both;
  }
}
.cnt_line_box .cnt_line_inner ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_line_box .cnt_line_inner ul li + li {
    margin-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li + li {
    margin-left: auto;
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li:first-child .image {
    position: relative;
    padding-top: 30%;
  }
  .cnt_line_box .cnt_line_inner ul li:first-child .image img {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 96%;
  }
}
.cnt_line_box .cnt_line_inner ul li .step {
  margin-bottom: 10px;
  color: #00c400;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .step {
    font-size: 4.8vw;
  }
}
.cnt_line_box .cnt_line_inner ul li .step span {
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .step span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .left {
    width: 48%;
    float: left;
  }
}
.cnt_line_box .cnt_line_inner ul li .left h3 {
  color: #333;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .left h3 {
    text-align: left;
    font-size: 4.8vw;
  }
}
.cnt_line_box .cnt_line_inner ul li .left .comment {
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .cnt_line_box .cnt_line_inner ul li .left .comment {
    margin: 2% auto;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .left .comment {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_line_box .cnt_line_inner ul li .image {
    float: right;
    width: 50%;
    max-width: 330px;
    background: #fff;
  }
}
.cnt_line_box .cnt_line_inner ul li .image img {
  width: 100%;
}
/*------------------------------------------------------------------------------
 価格表_カテゴリー導線ここから
 ------------------------------------------------------------------------------*/
.menu_cat {
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .menu_cat {
    padding: 4% 0;
  }
}
.btn_box02 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px !important;
}
@media screen and (max-width: 1024px) {
  .btn_box02 {
    padding: 0 2% !important;
  }
}
.btn_box02 .cnt_btn02 {
  float: left;
  width: 23.5%;
  max-width: 220px;
  height: 200px;
  margin-bottom: 20px;
  border: 0 solid #3b3b3b;
  border-width: 1px 0 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 {
    height: calc(1vw * calc(200 / 10.24));
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 {
    width: 100%;
    max-width: none;
    float: none;
    height: calc(1vw * calc(150 / 6.4));
    margin-bottom: 2%;
  }
}
.btn_box02 .cnt_btn02:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02:not(:last-of-type) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02:not(:last-of-type) {
    margin-right: 0;
  }
}
.btn_box02 .cnt_btn02 a {
  display: block;
  padding: 9px 9px 0;
  transition: 0.5s all;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 a {
    padding: 3% 3% 0;
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 a {
    padding: calc(1vw * calc(9 / 6.4));
  }
}
.btn_box02 .cnt_btn02 a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.btn_box02 .cnt_btn02 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 img {
    float: left;
    width: 35%;
    max-width: 200px;
  }
}
.btn_box02 .cnt_btn02 div {
  display: flex;
  align-items: center;
  height: 79px;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 div {
    height: calc(1vw * calc(79 / 10.24));
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 div {
    float: left;
    width: 65%;
    height: calc(1vw * calc(130 / 6.4));
    padding-left: 3%;
  }
}
.btn_box02 .cnt_btn02 div p {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 div p {
    font-size: calc(1vw * calc(16 / 10.24));
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 div p {
    font-size: calc(1vw * calc(25 / 6.4));
    line-height: 1.4;
  }
}
.btn_box02 .cnt_btn02 div p span {
  display: block;
  font-size: 14px;
  color: #61a700;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 div p span {
    font-size: calc(1vw * calc(14 / 10.24));
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 div p span {
    font-size: calc(1vw * calc(20 / 6.4));
  }
}
.btn_box02 .cnt_btn02 div p:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 43px;
  height: 42px;
  background: url(../../../../images/cnt_arrow_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .btn_box02 .cnt_btn02 div p:after {
    width: calc(1vw * calc(43 / 10.24));
    height: calc(1vw * calc(42 / 10.24));
  }
}
@media screen and (max-width: 640px) {
  .btn_box02 .cnt_btn02 div p:after {
    width: calc(1vw * calc(42 / 6.4));
    height: calc(1vw * calc(42 / 6.4));
  }
}
.cnt_top_menu {
  background: url(../../../../images/top_bg_white.jpg);
}
@media screen and (max-width: 640px) {
  .cnt_top_menu .bx-viewport {
    max-height: none;
    width: 711px !important;
    overflow: visible !important;
    height: auto !important;
  }
  .cnt_top_menu .bx-default-pager a {
    background: #ddd;
  }
}
@media screen and (max-width: 640px) {
  .cnt_top_menu .cnt_inner h2 img {
    width: 76vw !important;
  }
}
.cnt_top_menu .cnt_inner:first-of-type {
  padding: 70px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .cnt_top_menu .cnt_inner:first-of-type {
    padding: 7% 2% 9%;
  }
}
.cnt_top_menu .cnt_inner:last-of-type {
  padding: 20px 20px 50px;
}
@media screen and (max-width: 1024px) {
  .cnt_top_menu .cnt_inner:last-of-type {
    padding: 2% 2% 5%;
  }
}
.cnt_top_menu .btn_box .cnt_btn {
  margin-top: 0 !important;
}
.cnt_top_menu .btn_box .cnt_btn:nth-of-type(2n) {
  margin-right: 0 !important;
}
.cnt_top_menu .btn_box02 .cnt_btn02 {
  margin-top: 0 !important;
  margin-right: 0;
}
.cnt_top_menu .btn_box02 .cnt_btn02:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .cnt_top_menu .btn_box02 .cnt_btn02:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
}
.cnt_top_menu .btn_box02 .cnt_btn02 .cat_img {
  width: 203px;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cnt_top_menu .btn_box02 .cnt_btn02 .cat_img {
    width: calc(1vw * calc(213 / 10.24));
    height: calc(1vw * calc(110 / 10.24));
  }
}
@media screen and (max-width: 640px) {
  .cnt_top_menu .btn_box02 .cnt_btn02 .cat_img {
    width: 35%;
    max-width: calc(1vw * calc(200 / 6.4));
    height: calc(1vw * calc(130 / 6.4));
    padding-left: 0;
  }
  .cnt_top_menu .btn_box02 .cnt_btn02 .cat_img img {
    width: 100%;
  }
}
.cnt_top_menu .btn_box02 .cnt_btn02 .cat_img img {
  margin: 0 auto;
}
/*------------------------------------------------------------------------------
 価格表_カテゴリー導線ここまで
 ------------------------------------------------------------------------------*/
#lineup {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px) {
  #lineup {
    margin-top: 8% !important;
  }
}
