/* 「無料でお見積もり致します」 */
.icon_big {
  /* ＝＝＝デフォルトの丸から四角に＝＝＝ */
  border-radius: 0px;
  /* ＝＝＝＝＝デフォルトの画の幅と高さ変更＝＝＝＝＝ */
  width: 345px;
  height: 345px;
}

/* 4つの画像のpcサイズ */
@media (min-width: 768px) {
  .icon_big {
    width: 480px;
    height: 480px;
  }
}

.post_body h1,
.post_body h2,
.widget h1,
.widget h2 {
  /* ＝＝＝＝＝余白上部変更 ＝＝＝＝＝*/
  padding-top: 3.5rem;
}

@media (min-width: 576px) {

  .post_body h1,
  .post_body h2,
  .widget h1,
  .widget h2 {
    /*＝＝＝＝＝ デフォルトのボーダー消去 ＝＝＝＝＝*/
    border-bottom: none;
    /* ＝＝＝＝＝余白上部変更 ＝＝＝＝＝*/
    padding-top: 7.5rem;
  }
}




.post_body h1>span,
.post_body h2>span,
.widget h1>span,
.widget h2>span,
.widget h2,
.widget h1 {
  /* ＝＝＝＝＝デフォルトのボーダー消去＝＝＝＝＝ */
  border-bottom: none;
}


.ttl {
  font-size: medium;
  font-weight: var(--fw-bold);
  border-radius: 0;
  margin-bottom: 1rem;
  /* ＝＝＝＝＝デフォルトのボーダー消去＝＝＝＝＝ */
  border-bottom: none;
}



.ttl span {

  /* ＝＝＝＝＝デフォルトのボーダー消去＝＝＝＝＝ */
  border-bottom: none;
}









/* ヘッダー最上部 */

/* ロゴの初期設定 */
.headline .logo img {
    height: auto!important;
    max-width: 100%!important;
}

/* モバイル向けの設定 */
@media (max-width: 768px) {
    .headline .logo img {
        height: 50px!important; /* 小さいデバイス用に高さを小さく設定 */
    }
}

/* タブレット向けの設定 */
@media (min-width: 769px) and (max-width: 1024px) {
    .headline .logo img {
        height: 60px!important; /* タブレット用に高さを中間サイズに設定 */
    }
}

/* デスクトップ向けの設定 */
@media (min-width: 1025px) {
    .headline .logo img {
        height: 65px!important; /* デスクトップ用に高さを通常サイズに設定 */
    }
}

@media (max-width: 767.98px) {
    .navbar-fixed-top-custom {
        padding: 4rem .5rem 0 .5rem !important;
    }
}

.navbar-fixed-top-custom .navbar-toggler {
    top: 6.6rem;
    right: 1.5rem;
}

@media (max-width: 767.98px) {
    .logo.fixed-top-custom img {
        height: 2.5rem !important;
        
    }
}

@media (max-width: 767.98px) {
  .logo.fixed-top-custom {
     
      top: 1rem;
  
  }
}

.navbar-toggler {
  
  top: -2.8rem;
  
}

.headline {
  padding: 6.5px 0 0 0;
}

.sns-ctt-ul {
  display: flex;
  column-gap: 5px;
  margin: 0;
  justify-content: flex-end;
  column-gap: 10px
}

.page-id-108 .row {
  align-items: center;
}

.page-id-108 .headline {
  padding: 1rem 0;
}



.sns-ctt .line-img {
  width: 70px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}

.sns-ctt-ul li a {
  display: flex;
  align-items: center;
  background-color: var(--line-color);
  border-radius: 15px;
  width: 258px;
  height: 70px;
  justify-content: flex-start;
}

.sns-ctt-ul li:nth-child(2) a {
  background-color: var(--clr-primary-blue);
  justify-content: center;
}

.sns-ctt .line-text-box {
  font-size: var(--fs-20);
  font-weight: var(--fw-bold);
  color: var(--White);
  text-align: center;
  line-height: 1.2;
  padding-right: 15px;
  white-space: nowrap;
}

.sns-ctt .line-text-box2 {
  padding-right: 9px;
  font-size: var(--fs-17);

}

.sns-ctt .line-text-box span {
  font-size: var(--fs-17);
  background-position: -100% 0.8em;
  background-image: -webkit-linear-gradient(left, transparent 50%, var(--line-orange) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, var(--line-orange) 50%);
  background-image: linear-gradient(to right, transparent 50%, var(--line-orange) 50%);
  background-position: -100% 1em;
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  border: none;
  border-bottom-color: transparent;
  -webkit-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
  text-decoration: none;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {

  /* Safari専用のスタイル */
  .sns-ctt .line-text-box span {
    background-position: -100% 0.7em;
  }
}


.sns-ctt .mail-img {
  width: 36px;
  height: auto;
  display: inline-block;
  margin-right: 17px;
}

.sns-ctt {
  display: none;
}

@media screen and (min-width:768px) {
  .sns-ctt {
    display: block;
  }
}

.headline .container {
  max-width: 1330px;

}


.headline .row {
  width: 100%;
}

.headline .row .col-sm-6 {
  padding-right: 0;
}

/* JavaScript-does not ignite */

/* .headline .logo {
  padding: 10px 0;
}

.navbar-fixed-top-custom {
  padding: 0!important;
}
 */


@media screen and (min-width:768px) {
  .headline {
    padding-top: 1rem !important;
  }
}


/* グローバルメニュー */


.koshiba-nav.navbar-fixed-top-custom {
  top: -80px;
}

@media screen and (min-width:768px) {
  .koshiba-nav.navbar-fixed-top-custom {
    top: 87px;
  }
}



#menu-liquid-global-menu .menu-item {
  border-bottom: solid 2px var(--background-color);
  width: 100%;
  text-align: center;
}

@media screen and (min-width:768px) {
  #menu-liquid-global-menu .menu-item {
    border-style: none;
    width: auto;
  }
}

@media screen and (min-width:768px) {
  .navbar-nav>.nav-item:first-child {
    border-style: none;
  }
}


.navbar-nav {
  align-items: center;
}

.navbar,
.navbar-nav a {
  border-style: none !important;
}

.nav-container {
  max-width: 1300px;
}

/* .navbar-nav > .nav-item:last-child:not(.sticky-none) {
  margin-left: 0;
} */
/* .navbar-nav > .nav-item:nth-last-child(2):not(.sticky-none) {
  margin-left: auto;
} */

.logo_text {

  background: var(--White);
  display: none;
}




.navbar .current-menu-item,
.navbar .current-menu-parent,
.navbar .current_page_item {
  background-color: hsla(192.17, 99.07%, 41.96%, 0.38);

}

body .navbar a:active {
  color: var(--White) !important;
}




/* .navbar-nav #menu-item-384.menu-item-384 a {
  background-color: var(--White)!important;
  color: var(--bese-txt-color)!important;
  font-size: var(--fs-14);
  border-style: none;
} */
.navbar-nav a {
  font-size: var(--fs-17);
  padding: 1.4rem 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 910px) {
  .navbar-nav a {
    font-size: var(--fs-14);
    padding: 1rem 1.1rem;
  }
}

#menu-item-381 a {
  font-size: var(--fs-25);
  padding: 50px 0 0;
  border-style: none;
  font-family: var(--ff-Roboto);
  background-color: var(--White) !important;
  color: var(--bese-txt-color) !important;
  align-items: center;
  letter-spacing: -0.04em;
  text-align: center;
}

@media screen and (min-width:1177px) {
  #menu-item-381 a {
    float: left;

  }
}


@media screen and (min-width: 768px) and (max-width: 910px) {
  #menu-item-381 a {
    font-size: var(--fs-30);
    padding: 0;
  }
}

@media screen and (min-width:911px) {
  #menu-item-381 a {
    font-size: var(--fs-35);
    padding: 0;
    text-align: left;
  }
}


#menu-item-381::after {
  content: "営業時間  9：00〜18：00(月〜金)";
  font-size: var(--fs-16);
  display: inline-block;
  clear: left;
  padding-top: 0;
  padding-left: 10px;
  font-family: var(--ff-Roboto);
}

@media screen and (min-width:1177px) {
  #menu-item-381::after {
    padding-top: 18px;
    padding-left: 31px;
  }
}

@media screen and (min-width: 768px) and (max-width: 910px) {
  #menu-item-381::after {
    padding-left: 4px;
    font-size: var(--fs-14);
  }
}



/* ヘッダー電話番号・営業時間 */
.headline .com_tel {
  font-size: var(--fs-30);
}

.headline .com_open {
  font-size: var(--fs-20);
}

/* グランドメニュー文字の太さ */
#menu-liquid-global-menu,
#menu-liquid-global-menu li#menu-item-8 a {
  font-weight: var(--fw-bold);
}

/* .navbar {
  border-top: 1px solid var(--gray);
} */

#menu-liquid-global-menu li#menu-item-8 a {
  margin-top: -25px;
  letter-spacing: 0.2em;
}

.headline .com {
  font-family: var(--ff-Roboto);

}

@media (max-width: 576px) {

  /* ヘッダー電話番号・営業時間 */
  .headline .com_tel {
    font-size: var(--fs-25);
  }

  .headline .com_open {
    font-size: var(--fs-14);
  }


}

/* .navbar-nav > .nav-item:last-child:not(.sticky-none) a {
    background-color: var(--White)!important;
    color:  var(--clr-primary-blue)!important;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
} */

/* @media (min-width: 768px){
  .wrapper .navbar-light .container #menu-liquid-global-menu #menu-item-8 a {
    background-color: var(--clr-primary-blue)!important;
    color:  var(--White)!important;
    border-left: 1px solid rgba(119, 119, 119, 0.1);
}
} */


/* TOPスライダー・オーバーレイテキスト */
/* .cover .cover_overlay {
  top: 60px;

} */

@media screen and (min-width:768px) {
  .cover .cover_overlay {
    top: 88px;
  }
}

.cover_overlay h3 {
  font-size: var(--fs-25);
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (min-width:768px) {
  .cover_overlay h3 {
    letter-spacing: 0.5em;
    /* font-size: var(--fs-30); */
  }
}

@media screen and (min-width:1200px) {
  .cover_overlay h3 {
    font-size: var(--fs-40);

  }
}


.cover_overlay h3::after {
  content: "";
  background-image: url(../koshiba-img/top-h1-img.webp);
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: bottom;
  left: -1%;
  top: -3px;
  height: 4rem;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
  .cover_overlay h3::after {
    top: -3px;
    height: 5rem;

  }
}

@media screen and (min-width:1200px) {
  .cover_overlay h3::after {
    top: -5px;
    height: 7rem;

  }
}

.cover_overlay h1 {
  margin-top: 70px;
  font-size: var(--fs-25);
  letter-spacing: 0.5em;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .cover_overlay h1 {
    /* font-size: var(--fs-30); */
    letter-spacing: 0.7em;
  }
}

@media screen and (min-width:1200px) {
  .cover_overlay h1 {
    margin-top: 110px;
    font-size: var(--fs-40);
  }
}


.cover_overlay h1 .Equipment {
  font-size: var(--fs-55);
  letter-spacing: 0.25em;
  color: var(--clr-accent-yellow);
}



@media screen and (min-width:1200px) {
  .cover_overlay h1 .Equipment {
    font-size: var(--fs-82);

  }

}

/* .cover {
  
  padding-top: 160px;
} */




/* 『About us』 */
#block-129 span {
  letter-spacing: 0.2em;
  font-family: var(--ff-Roboto);
}


/* #block-129 .aboutUs span{
 position: relative;
    z-index: 1;
}
#block-129 .aboutUs span::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../koshiba-img/aboutUs.webp") no-repeat center / contain;
	height: 100px;
    width: 120px;
    z-index: -1;
    top: -29px;
    left: -47px;
    transform: rotate(-15deg);
    opacity: 0.7;
}
 */


/* 『About us』下テキスト */
#block-75,
.about-h1-section {
  font-weight: var(--fw-bold);
  letter-spacing: 0.3em;
  line-height: 2;
  padding-top: 0;
  font-size: var(--fs-20);
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 999px) {

  #block-75,
  .about-h1-section {
    font-size: var(--fs-25);
  }
}

@media screen and (min-width:1000px) {

  #block-75,
  .about-h1-section {
    font-size: var(--fs-35);
  }
}

/* about（レスポンシブ） */
/* #block-75 {
  display: none;
} */

@media screen and (min-width:768px) {

  #block-75,
  .about-h1-section {
    display: block;
  }
}

#block-102,
.about-h1-section-sp {
  display: block;
  color: var(--clr-primary-blue);
  font-weight: var(--fw-bold);
  /* font-size: var(--fs-20); */
}

@media screen and (min-width:768px) {

  #block-102,
  .about-h1-section-sp {
    display: none;
  }
}

#block-102,
.about-h1-section-sp {
  font-size: var(--fs-18);
  letter-spacing: 0.2em;
  line-height: 2;
}

@media screen and (min-width:577px) {

  #block-102,
  .about-h1-section-sp {
    font-size: var(--fs-25);
    letter-spacing: 0.3em;
  }
}

#block-102,
.about-h1-section-sp {
  padding-top: 0;
}

#block-102 span {
  padding: 0;
}

.about-h1-section-sp {
  padding: 70px 0;
}

@media (max-width: 576px) {
  #block-25 h2 {
    font-size: var(--fs-25);
    padding-top: 100px;
  }
}





#block-75 .widget {
  margin-bottom: 4rem;
}

.koshiba-setsubi u {
  background-position: -100% 0.8em;
  background-image: -webkit-linear-gradient(left, transparent 50%, var(--clr-accent-yellow) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, var(--clr-accent-yellow) 50%);
  background-image: linear-gradient(to right, transparent 50%, var(--clr-accent-yellow) 50%);
  background-position: -100% 0.8em;
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  border: none;
  border-bottom-color: transparent;
  -webkit-transition: background 2s ease;
  -ms-transition: background 2s ease;
  transition: background 2s ease;
  text-decoration: none;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {

  /* Safari専用のスタイル */
  .koshiba-setsubi u {
    background-position: -100% 0.5em;
  }
}





#block-74.wp-block-image {
  width: 276px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  #block-74.wp-block-image {
    width: 563px;
  }

}


/* ＝＝＝＝＝サイドバーとメインのバランス＝＝＝＝＝ */

@media (min-width: 768px) {
    .col-md-4.sidebar {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 17.333333%;
        max-width: 17.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-8.mainarea {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 82.666667%;
        max-width: 82.666667%;
    }
}


/* 『サービス』 */
#block-100 .Service-top {
  background-color: var(--clr-primary-blue);
  color: var(--White);
  font-weight: var(--fw-bold);
}

#block-100 .widget {
  margin-bottom: 0;
}

/* #block-100 .Service-top h2 {
  padding-top: 1.5rem;
  font-family: var(--ff-Roboto);
  letter-spacing: 0.2em;
  font-size: var(--fs-30);

} */

#block-100 .Service-top p {
  font-size: var(--fs-17);
  line-height: 2;

  letter-spacing: 0.18em;
  margin: 0 auto;
  padding: 3rem 0;
  width: 95%;
  font-family: var(--ff-Roboto);
  margin-bottom: 4.5rem;
}

/* #block-100 h3 {
  color: var(--bese-txt-color);
  font-size: var(--fs-40);
} */

@media (min-width: 576px) {

  #block-100 .Service-top p {
    font-size: var(--fs-25);
    line-height: 2.5;
    max-width: 1080px;
  }

}


.service-last-img {
  width: 85%;
  margin-left: calc((100% - 300px) * 4 / 5);
  margin-right: auto;
}
@media screen and (min-width:500px) {
  .service-last-img {
    width: 75%;
    margin-left: calc((100% - 500px) * 4 / 5);
  }
}

@media screen and (min-width:782px) {
  .service-last-img {
    width: 70%;
    margin-left: calc((100% - 500px) * 4 / 5);
  }
}

@media screen and (min-width:980px) {
  .service-last-img {
    width: 45%;
    margin-left: calc((100% - 200px) * 4 / 5);
  }
}



/* 【サービス】ホバーでテキスト表示 */
body #block-100 .is-layout-flex {
  flex-direction: column !important;
}

@media screen and (min-width:768px) {
  body #block-100 .is-layout-flex {
    flex-direction: row !important;
  }
}

#block-100 .wp-block-cover {
  max-height: 430px;
  max-width: 430px;
}

#block-100 .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: transparent !important;
}


#block-100 .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  height: 100%;
  top: 0px;
  transition: .3s ease-in-out;
  color: #fff;
  line-height: 1.5;
  background-color: hsla(0, 0%, 0%, 0.5);
}


@media screen and (min-width:1024px) {
  #block-100 .wp-block-cover .wp-block-cover__inner-container {
    top: 300px;
  }
}


#block-100 .wp-block-cover:hover .wp-block-cover__inner-container {
  top: 0;
}

#block-100 .wp-block-cover__inner-container h3 {
  padding: 2.2rem;
  color: #fff;
}

#block-100 .wp-block-cover__inner-container p {
  padding: 4rem;
}

#block-100 .wp-block-cover__inner-container .wp-block-buttons {
  content: url(../koshiba-img/right-arrow.webp);
  width: 50px;
  height: auto;
  margin: 0 auto;

}

#block-100 .wp-block-cover {
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}

#block-100 .service-boxs {
  max-width: 910px;
  margin: 0 auto;
}


.service-btn-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: -50px;
  right: 0;

}

#Waterworks,
#Electrical-construction,
#gas-construction,
#air-conditioner,
#Interior,
#House-cleaning,
#reform {
  padding-top: 180px;
  margin-top: -180px;
}










/* 『無料でお見積もり致します』*/
#block-139 h2#estimate,
#block-101 h2 {
  font-size: var(--fs-18);
  background-color: var(--clr-accent-yellow);
  padding: 0.5rem 0;
  margin-top: 50px;
  margin-bottom: 50px;
  border: solid 13px var(--light-blue);
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
}

@media screen and (min-width:375px) {

  #block-139 h2#estimate,
  #block-101 h2 {
    font-size: 1.45rem;
    padding: 0.5rem 0 0.5rem 0.8rem;
  }
}

#block-139 h2#estimate {
  margin-top: 100px;
}

@media screen and (min-width:768px) {

  #block-139 h2#estimate,
  #block-101 h2 {
    font-size: var(--fs-35);
    margin-top: 100px;

  }

}

@media screen and (min-width:1200px) {

  #block-139 h2#estimate,
  #block-101 h2 {
    font-size: var(--fs-55);
    padding: 1.3rem;
    border: solid 20px var(--light-blue);
  }

}

#block-101 h2 {
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 5%; */
  /* padding-right: 5%; */
  max-width: 1150px;
}





#block-139 h2#estimate::before,
#block-101 h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 75px;
  height: 75px;
  background-image: url(../koshiba-img/zero.webp);
  background-size: contain;
  vertical-align: top;
  top: -57px;
  left: -14px;
}

@media screen and (min-width:500px) {

  #block-139 h2#estimate::before,
  #block-101 h2::before {
    width: 100px;
    height: 100px;
    top: -57px;
    left: -14px;
  }
}

@media screen and (min-width:1200px) {

  #block-139 h2#estimate::before,
  #block-101 h2::before {
    width: 136px;
    height: 136px;
    top: -75px;
    left: -21px;
  }
}




  #block-101 .widget_block {
   padding: 0 15px;
  }


#block-101 p {
  font-size: var(--fs-25);
  font-family: var(--ff-Roboto);
}

@media screen and (min-width:768px) {
  #block-101 p {
    font-size: var(--fs-30);
  }
}

#block-101 p:first-of-type strong {
  color: var(--clr-primary-blue);
}

#block-101 h3 {
  font-size: var(--fs-20);
  font-family: var(--ff-Roboto);
  background-color: var(--clr-primary-blue);
  color: var(--clr-accent-yellow);
  padding: 20px;
}

@media screen and (min-width:768px) {
  #block-101 h3 {
    font-size: var(--fs-25);
    padding: 25px;
  }
}

#block-101 br, #block-90 br {
  display: block;
}

@media screen and (min-width:768px) {
  #block-101 br, #block-90 br {
    display: none;
  }
}

#block-100 .wp-block-image img {
  border-radius: 20px;
  /* animation: jump 2.2s linear;
  animation-iteration-count :infinite; */
}

/* @keyframes jump{
  0%{transform:translateY(0px);}
  5%{transform:translateY(60px);}
  10%{transform:translateY(0px);}
  15%{transform:translateY(-60px);}
  20%{transform:translateY(0px);}

} */



/* 『空間3D撮影を使用したサービス展開』 */
#block-90 h2 {
  font-size: var(--fs-25);
  font-family: var(--ff-Roboto);
  background-color: var(--clr-primary-blue);
  color: var(--clr-accent-yellow);
  padding: 25px;
  margin: 5rem auto 0;
}

#block-90 {
  padding-bottom: 8rem;
}



/* 『施工事例』見出しテキスト */
.ctte {
  font-weight: var(--fw-bold);
}

.newposts .col-md-8 .ttl span {
  border-bottom: 10px solid var(--clr-primary-blue);
  display: block;
  font-size: 1.35rem;
  color: var(--bese-txt-color);

}

@media (min-width: 576px) {
  .newposts .col-md-8 .ttl span {
    font-size: 1.9rem;
  }
}



/* 『施工事例』横のアイコン消去 */
.icon-list:before {
  content: "\e9ba";
  display: none;
}

/* 施工事例セクション下余白 */
.newposts .col-md-8 {
  margin-bottom: 8.5rem;
}




/* グランドメニュー下の不要なボックス */
#block-16 {
  display: none;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝スライダー ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* スライダーの枠からドットをはみ出させる */
.wrapper #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
  overflow: visible !important;
}

/* ドットの位置 */
.wrapper #wds_container1_0 #wds_container2_0 .wds_slideshow_dots_container_0 {
  bottom: -50px;
}


@media screen and (max-width:768px) {
  .cover {
    height: 30rem;
    /* padding-top: 60px */
  }
}

.carousel-item img {
  height: auto;
}

@media screen and (max-width:768px) {
  .carousel-item img {
    height: 30rem;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .cover_overlay {

    padding-top: 11rem;
  }
}



/* TOP以外サイドバー追跡 */

.sidebar .widgets {
  position: sticky;
  padding-top: 43px;
  margin-top: -33px;
}


/* TOPページ、サイドバー追跡なし */
.home .sidebar .widgets {
  position: static;
}


/* サイドバー『検索』のテキスト */
#search-2 span,
.list-container .list-container-h1 {
  border-bottom: 5px solid var(--clr-primary-blue);
  display: block;
  font-size: var(--fs-20);
  color: var(--bese-txt-color);
}

/* サイドバー　タグ名 */
.wp-block-tag-cloud a {
  color: var(--bese-txt-color);
}

/* 小柴設備についてページの施工事例見出し */
.list-container .list-container-h1 {
  font-weight: var(--fw-bold);
  margin-bottom: 50px;
  margin-top: -15px;
  padding-bottom: 15px;
}

.list-single {
  padding: 0 15px;
}

.list-single .col-md-12 {
  padding: 0;
}

@media (min-width: 576px) {

  #search-2 span,
  .list-container .list-container-h1 {
    font-size: var(--fs-20);
  }
}



/* トップページのマップの文字色 */
.newposts+.ttl {
  color: var(--bese-txt-color);
  border-bottom: 3px solid var(--clr-primary-blue);
  display: inline-block;
}

.home .page_footer {
  display: none;
}



/* ＝＝＝＝＝＝＝＝aboutページ＝＝＝＝＝＝＝＝ */
.about-page {
  padding-top: 0;
}

.about-page .post_meta {
  margin-bottom: 0;
}

.about-page .breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}

/* ＝＝＝＝＝アバウトページとトップページのトップの訴求＝＝＝＝＝*/
.about-h1-section h1,
#block-59 p {
  font-weight: var(--fw-bold) !important;
  letter-spacing: 0.3em !important;
  line-height: 2 !important;
  font-size: var(--fs-16) !important;
  margin-bottom: 4.5rem;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.about-h1-section {
  color: var(--clr-primary-blue);
}


@media (min-width: 576px) {

  .about-h1-section h1,
  #block-59 p {
    font-size: var(--fs-16) !important;
    text-align: center;
    margin-bottom: 7.5rem;
  }

  .pc {
    display: none;
  }
}

@media (min-width: 768px) {

  .about-h1-section h1,
  #block-59 p {
    font-size: var(--fs-20) !important;
  }

  .pc {
    display: none;
  }
}

@media (min-width: 992px) {

  .about-h1-section h1,
  #block-59 p {
    font-size: var(--fs-25) !important;
    margin-top: 100px;

  }

  .pc {
    display: none;
  }
}

@media (min-width: 1200px) {

  .about-h1-section h1,
  #block-59 p {
    font-size: var(--fs-40) !important;
  }

  .pc {
    display: none;
  }
}





/* こしば設備がめざすもの・サービスの特徴　見出し */
.aim h2,
.Features h2 {
  color: var(--White);
  text-align: center;
  font-size: var(--fs-30);
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 72px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .aim h2,
  .Features h2 {
    text-align: center;
    font-size: var(--fs-40);
    letter-spacing: 0.25em;
    margin-bottom: 0;
  }
}

.aim {
  background-color: var(--clr-primary-blue);
}

.Features {
  background-color: var(--light-blue);
  margin-bottom: 150px;
}

/* 内容がないため高さを指定 */
.about-box div {
  height: 630px;
}



/* こしば設備がめざすもの・サービスの特徴　内容　*/
.about-page .wp-block-group__inner-container p {
  color: #FF4242;
}




/* ＝＝＝＝＝＝アバウトページの施工一覧 ＝＝＝＝＝＝＝*/


/* サイドバー横並び */
.about-row-inner>.wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}



@media (min-width: 768px) {
  .about-row-inner>.wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
  }

}




.about-row-inner h1 span {
  border-bottom: 10px solid var(--clr-primary-blue);
  padding-bottom: 1rem;
  font-size: var(--fs-30);
  font-weight: var(--fw-bold);
  display: block;
  color: var(--bese-txt-color);
}

/* 検索ボックス */
.about-row-inner .wp-block-search__label {
  border-bottom: 10px solid var(--clr-primary-blue);
  padding-bottom: 1rem;
  font-size: var(--fs-30);
  font-weight: var(--fw-bold);
  display: block;
  padding-top: 3.5rem;
  color: var(--bese-txt-color);
}

@media (min-width: 576px) {
  .about-row-inner .wp-block-search__label {
    padding-top: 7.9rem;
  }
}

/* ご対応工事タグ */
.tag-box {
  padding-top: 3.5rem;
}



.about-row-inner .about-tag {
  border-bottom: 10px solid var(--clr-primary-blue);
  padding-bottom: 1rem;
  font-size: var(--fs-30);
  font-weight: var(--fw-bold);
  display: block;
  color: var(--bese-txt-color);

}



/* 各タイトルの装飾 */
.about-row-inner .wp-block-latest-posts__post-title {
  font-weight: var(--fw-bold);
  font-size: 1.2rem;
  text-decoration: none;
}

/* 日付の装飾 */
.about-row-inner .wp-block-latest-posts__post-date {
  display: inline;
  font-size: var(--fs-20);
  padding-left: 20px;
}

/* 検索文字ボタン消去 */
.about-row-inner .wp-block-search__button {
  display: none;
}

.wp-block-search__input::after {
  content: "\e986";
  background-color: #00A4DE;
}

/* マップ */

.map-ttl span {
  display: flex;
  align-items: center;
}

.map-ttl h2 {
  padding-left: 10px;
}

.map-ttl [class*=" icon-"] {
  font-size: 1.5rem;
}


#block-95 iframe {
  width: 100%;
  max-height: 480px;
}

#block-95 .ttl {
  color: var(--bese-txt-color);
  border-bottom: 3px solid var(--clr-primary-blue);
  display: inline-block;
}



.about-row iframe {
  width: 100%;
  height: 450px;
}

@media (max-width: 575.98px) {
  .g-map-box iframe {
    height: 250px;
    margin: 0 15px;
  }

  .koshiba-map {
    margin-left: 15px;
  }
}


.about-row .about-h2 {
  margin: 0 15px;
}


/* ページフッター（電話・LINE・お問い合わせ　アイコン） */


.fixed_footer figure img {
  width: 30px !important;
}

.fixed_footer .wp-block-columns {
  margin: 0;

}

.fixed_footer .wp-block-image .aligncenter {
  padding: 20px 0;
}


/* ＝＝＝＝＝＝＝＝＝＝サービスページ＝＝＝＝＝＝＝＝＝ */
.page_service .ttl_h1 {
  margin-bottom: 10rem;
}

.service-container h2 {
  font-size: var(--fs-25);
  padding-top: 100px;
  margin-bottom: 0;
  border-style: none;
  white-space: nowrap;
}

#Waterworks  .service-h2 {
  padding-top: 0;
}


@media (min-width: 992px) {
  .service-container h2 {
    font-size: var(--fs-40);
  }
}



.service-container .wp-block-column.is-vertically-aligned-bottom {
  width: auto;
}

@media screen and (min-width:768px) {
  .service-container .wp-block-column.is-vertically-aligned-bottom {
    width: 100%;
  }
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto !important;
  }
}

.service-container .wp-block-columns {
  border-bottom: 10px solid var(--clr-primary-blue);
  padding-top: 0;
  letter-spacing: 0.25em;
  padding-top: 30px;
}

@media screen and (min-width:768px) {
  .service-container .wp-block-columns {
    padding-top: 0px;
  }

}

#House-cleaning .service-h2 span {
  letter-spacing: -0.1em;
}

@media screen and (min-width:768px) {
  #House-cleaning .service-h2 span {
    letter-spacing: 0.25em;
  }
}

.page_service .wp-block-buttons .wp-block-button a {
  background-color: var(--more-buttan);
  padding: 3px 35px 3px 40px;
  border-radius: 7px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: var(--clr-primary-blue);
}

.page_service .wp-block-button__link {
  font-size: 0.7rem
}

@media screen and (min-width:768px) {
  .page_service .wp-block-button__link {
    font-size: 1.1rem
  }
}

.sidebar .wp-block-tag-cloud {
  font-size: 1rem;
}

.service-container p {
  line-height: 2;
  color: var(--bese-txt-color);
  margin-bottom: 2rem;
  font-size: var(--fs-18);
  font-weight: var(--fw-bold);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (min-width:992px) {
  .service-container p {
    font-size: var(--fs-30);
  }
}


@media (min-width: 576px) {
  .service-container p {
    line-height: 2.3;
    margin-bottom: 4rem;
  }
}


.service-container .wp-block-buttons {
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media screen and (min-width:992px) {
  .service-container .wp-block-buttons {
    font-size: 1.3rem;
  }
}

.service-container .wp-block-buttons .wp-block-button a {
  background-color: var(--more-buttan);
  padding: 3px 8px 3px 13px;
  border-radius: 5px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
	display: none;
}

@media screen and (min-width:768px) {
  .service-container .wp-block-buttons .wp-block-button a {
    padding: 3px 15px 3px 25px;
  }
}

@media screen and (min-width:768px) {
  .service-container .wp-block-buttons .wp-block-button a {
    padding: 3px 35px 3px 40px;
    border-radius: 7px;
  }
}


.service-container h3 {
  color: var(--bese-txt-color);
}

#block-112 {
  /* max-width: 1100px; */
  margin: 0 auto;
}



/* パンクズリストとシェアボタンの消去 */
.breadcrumb,
.share {
  display: none;
}



.service-container .sidebar .widget:first-child .ttl {
  margin-top: 0;
  /* border-bottom: 10px solid #00A4DE; */
}

@media (min-width: 576px) {

  .service-container .sidebar .widget:first-child .ttl {
    margin-top: 32px;

  }
}


.service-container .service-gp {
  padding-bottom: 0;
}

/* --revised
@media (min-width: 992px) {
  .service-container .service-gp {
    padding-bottom: 6rem;
  }
}
*/

/* サービスページのタイトル */
.h1-box {
  background-color: var(--clr-primary-blue);
  color: var(--White);
  text-align: center;
  margin-block-end: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-title-h1 {
  font-size: var(--fs-30);

}

.h1-box .ttl_h1 {

  margin-bottom: 0;
}

@media (min-width: 576px) {

  .hd-title-h1 {
    font-size: 2.5rem;

  }

  .h1-box {
    height: 170px;
    margin-block-end: 100px;
  }

  .h1-box .ttl_h1 {

    margin-bottom: 1rem;
  }
}

.service-container .wp-block-image img {
  padding-bottom: 1rem;
}

@media screen and (min-width:992px) {
  .service-container .wp-block-image img {
    padding-bottom: 3rem;
  }
}

.page_footer #block-116 {
  max-width: 1300px;
  margin: 100px auto;

}

.page_footer #block-116 iframe {
  width: 100%;
}



/* ＝＝＝＝＝＝＝＝アーカイブページ＝＝＝＝＝＝＝ */
/* 『新着記事』文字の消去 */
.archive .mainarea>.ttl span {
  padding-top: 0;
  display: none;
}



/* アーカイブページここから下必要ないものチェック ＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 施工事例タイトル */
.archive .ttl_h1 {
  border-bottom: 10px solid var(--clr-primary-blue);
  font-size: var(--fs-30);
  color: var(--bese-txt-color);
}




#block-33 span {
  border-bottom: 5px solid var(--clr-primary-blue);
  display: block;
  font-size: var(--fs-16);
  line-height: 2;
  color: var(--bese-txt-color);
}

@media (min-width: 576px) {
  #block-33 span {
    font-size: var(--fs-16);
  }
}


/* ＝＝＝＝＝＝＝お問い合わせページ＝＝＝＝＝＝＝＝ */
.contact-h2 strong {
  font-size: 1.5rem;
  color: var(--bese-txt-color);
}

@media screen and (min-width:768px) {
  .contact-h2 strong {
    font-size: 2rem;
  }
}

.icon-envelop:before {
  font-size: 1.5rem;
}


.page-id-95 .contact-h2-box {
  display: none;
}


.page-id-95 .h1-box {
  height: 170px;
  margin-block-end: 0;
}

.page-id-95 .col-md-4.sidebar {
  display: none;
}

.page-id-95 .col-md-8 {
  flex: 1;
  max-width: 95%;
  margin: 0 auto;
  max-width: 1140px;
}

.page-id-95 #mw_wp_form_mw-wp-form-94 p {
  margin-bottom: 0;

}

/* .page-id-95 #mw_wp_form_mw-wp-form-94 p:nth-child(even) {
  margin-top: 50px;
} */



/* 詳細ページ（single.php）のコメント欄消去 */
.detail_comments {
  display: none;
}






/* デフォルトのbizの消去 */
/* #block-30,
.biz {
  display: none;
} */

/* オリジナルアイコンボックス */
/* .original-biz ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}

.original-biz ul li {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

.service-gp.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.original-biz ul li a h3 {
  color: var(--bese-txt-color);
  font-size: 2.5rem;
  letter-spacing: 0.4em;
  font-weight: var(--fw-bold);
  padding: 20px 0 80px;
}


.original-biz ul li .img-box {
  width: 480px;
  height: auto;
  overflow: hidden;
  border-radius: 10px
}



.original-biz ul li img {
  width: 100vw;
  transition: 1s all;
}

.original-biz ul li img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;

}

.original-biz ul li a:hover {
  opacity: 0.7;
}



.original-biz h2 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
  line-height: 2;
  padding-bottom: 0;
  padding-left: 8px;
  padding-top: 100px;
}

@media (min-width: 576px) {
  .original-biz h2 {
    font-size: 1.87rem;
    letter-spacing: 0.4em;
    padding-bottom: 1rem;
  }

}

@media (max-width: 575px) {
.original-biz ul li .img-box {
  width: 345px;
  height: auto;
  overflow: hidden;
  border-radius: 10px
}

.original-biz ul {
  padding-left: 0;
  padding-right: 0;
}

.original-biz ul li a h3  {
  font-size: 1.5rem;
}
.original-biz ul li a h3 {
  padding: 10px 0 40px;
}

.original-biz h2 { 
  padding-top: 30px;
}

.newposts .col-md-8 {
    margin-bottom: 2.5rem;
}


} */

/* お問い合わせ */
/* .widget_block .bg-box,
.about-page .bg-box {
  background-color: var(--background-color);
  padding: 20px;
} */

/* #mw_wp_form_mw-wp-form-94 span {
  color: var(--dark-gray);
  font-size: small;
}

#mw_wp_form_mw-wp-form-94 span.error {
  color: #B70000;
}

#mw_wp_form_mw-wp-form-94 .btn-center {
  text-align: center;
}

#mw_wp_form_mw-wp-form-94 [type=submit],
button {
  border: 1.5px solid var(--clr-primary-blue);
  color: var(--White);
  background-color: var(--clr-primary-blue);
  padding: 5px 10px;
}

.mwform-container {
  margin-bottom: 50px;
} */



/* ----------------footer--------------- */

.foot .logo img {
  filter: none !important;
  -webkit-filter: none !important;
}


.koshiba-logo {
  width: 12rem;
  margin-left: -0.5rem;
}


/* footer #text-2 {
  display: none;
} */
@media screen and (min-width:768px) {
  .foot .logo {
    color: var(--White);
  }
}



footer {
  background: var(--clr-primary-blue);
  font-size: small;
 
}

.fixed_footer~footer {
  padding: 3rem 0 5rem;

}

footer .container.sns {
  display: none;
}

footer .foot {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  footer .foot {
    flex-direction: row;
  }
}

.footer-menu #menu-footer-menu {
  padding-inline-start: 0;
}

@media screen and (min-width:768px) {
  .footer-menu #menu-footer-menu {
    padding-inline-start: 40px;
  }
}

.footer-menu .menu-footer-service {
  padding-inline-start: 20px;
}

@media screen and (min-width:768px) {
  .footer-menu .menu-footer-service {
    padding-inline-start: 40px;
  }
}

footer .container {
  padding-right: 7px;
  padding-left: 7px;
}

@media screen and (min-width:768px) {
  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.menu-footer-menu-container {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

@media screen and (min-width:768px) {
  .menu-footer-menu-container {
    padding-top: 1rem;
  }
}

@media screen and (min-width:768px) {
  .menu-footer-menu-container {
    justify-content: space-between;
    padding-top: 3rem;
  }
}

.menu-footer-menu-container a {
  color: var(--White) !important;
}

.menu-item {
  font-weight: var(--fw-bold);
}

#f-menu-item {
  padding: 3px;
  margin-bottom: 7px;
}

#f-menu-item.f-menu-item-s {
  font-size: 12px;
}

#menu-footer-service li:nth-of-type(2) a::before {
  content: "∟";
  color: var(--White);
  padding-right: 10px;
  font-size: 8px;
}

#menu-footer-service ul {
  padding-inline-start: 20px;
}


.policy-box ul {
  display: flex;
  padding: 0;
  column-gap: 20px;
  font-size: 0.7rem;
}

@media screen and (min-width:768px) {
  .policy-box ul {
    padding: 70px 0 0 30px;
  }
}


.page_site-policy .policy-box ul {
  display: flex;
  padding: 70px 0 0 30px;
  column-gap: 20px;
  font-size: 0.7rem;
}

.policy-box a {
  color: var(--White) !important;
}

footer .com {
  font-size: var(--fs-14);
  font-weight: var(--fw-bold);
}

footer .com_tel {
  display: block;
}

footer .com_tel,
.com_adr,
.com_open {
  font-size: var(--fs-14);
  font-weight: var(--fw-bold);
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  color: var(--White);
}

.copy,
.copy a {
  font-size: 0.55rem;
  color: var(--White) !important;
  margin-bottom: 1.5rem;
}




/* 下固定のメニュー */
#block-130 .wp-block-columns {
  flex-wrap: nowrap !important;
  /* display: inline-block; */
}

@media screen and (min-width:768px) {
  #block-130 .wp-block-columns {
    display: none;
  }

}



/* .headline {
  position: fixed;
    z-index: 21;
    top: 0;
    width: 100%;
}

.navbar {
  position: fixed;
    z-index: 21;
    top: 73px;
    width: 100%;
}



@media screen and (min-width:768px) {
  .navbar {
    top: 93px;
  } 
}

.navbar-toggler  {
  right: 1.5rem;
} */

.mokuji-btn, .mokuji-btn button {
  border: none;
}


.mokuji-btn button {
  text-align: center;
  font-size: var(--fs-14);
  position: fixed;
  right: 15px;
  background: hsla(0, 0%, 100%, 0.9);
  color: var(--clr-primary-blue);
  font-weight: var(--fw-bold);
  z-index: 999;
  bottom: 5rem;
  right: 15px;
  padding: 10px;
}

.mokuji-wrapper {
  position: fixed;
  right: 3.5rem;
  bottom: 4.5rem;
  z-index: 999;
  background-color: hsla(0, 0%, 100%, 0.95);
  border-radius: 15px;
  border: 5px solid var(--clr-primary-blue);

}

.mokuji-wrapper ul {
  padding: 15px;
  margin-bottom: 0;
  font-weight: var(--fw-bold);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
	width: 291px;
}




.mokuji-wrapper ul li:last-of-type,
.mokuji-wrapper ul li:first-of-type {
  text-align: center;
  margin: 0 auto;
}

.mokuji-wrapper ul li:last-of-type {
  margin-top: 15px;
}

.mokuji-wrapper ul li:first-of-type {
  margin-bottom: 15px;
}

.mokuji-wrapper ul li:last-of-type a {
  background-color: var(--clr-primary-blue);
  color: var(--White);
  display: inline-block;
  padding: 0px 5px 1px;
  border-radius: 5px
}

.mokuji-wrapper ul li:first-of-type a {
  display: inline-block;
}

.mokuji-wrapper ul li:first-of-type:before {
  content: "";
  background-image: url(../koshiba-img/arrow-up.webp);
  display: inline-block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;

}






/* パンくずリスト */

.home-icon {
  background-image: url(../koshiba-img/house-solid.svg);
  display: inline-block;
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
}