@charset "UTF-8";
/****************************************/
/*                 全体                 */
/****************************************/

.img-responsive {
  margin: auto;
}

/* 枠線消す用 */
.b1 {
  border: 0 !important;
}

/* 画面幅いじり */
#special-content.p_25 {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#main {
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

/* .row safariカラム落ち対策 */
#special-content .row::before,
#special-content .row::after {
  width: 0px;
}

.flexrow {
  display: flex;
  flex-wrap: wrap;
}

/* スマホ時のコンテンツ幅,　.rowのpadding調整 */
@media (max-width: 767px) {
  #main .p_25 {
    padding: 0 !important;
  }

  #main .b1 {
    border: 0;
  }

  #special-content .row {
    margin: 0 -7.5px;
  }

  #special-content .row > div {
    padding: 0 7.5px !important;
  }
}

/* 画像 */
img {
  vertical-align: bottom;
}

/* wrap */
.wrap_kajitaku {
  font-family: "メイリオ", Meiryo, arial, "Hiragino Kaku Gothic Pro",
    "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

#contents .container {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

a,
a:link,
a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

/****************************************/
/*                 共通                 */
/****************************************/

.wrap_width {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding-top: 40px;
}

h2 {
  border-bottom: 4px double #1a1a1a;
  font-weight: bold;
  margin: 0 auto 40px;
}

h3 {
  font-weight: bold;
  padding: 10px 0;
  margin: 40px 0 30px 0;
  background-image: url(../img/back_h3_reason.png);
}

.txt-hide {
  display: none;
}

/* もっと見るボタン */
button.howto_morebtn {
  width: 350px;
  max-width: 100%;
  margin: 30px auto 0 auto;
  display: block;
  color: #0064b4;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 5px;
  border: 2px solid #0064b4;
  background-color: #fff;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}


.wrap_kajitaku > .wrap_house:nth-of-type(even) button.howto_morebtn {
  color: #00b48c;
  border: 2px solid #00b48c;
}

button.howto_morebtn::after {
  content: "ご利用の流れ\020\025bc";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.howto_morebtn.on-click::after {
  content: "閉じる\020\025b2";
}

/* ご利用の流れ */
.howto {
  display: flex;
  justify-content: center;
  width: 900px;
  max-width: 100%;
  margin: auto;
  align-items: center;
  padding: 30px 0 20px;
}

.howto > img {
  margin-right: 15px;
}

.howto .note {
  padding-top: 0;
}

.howto ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.howto ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 1em;
  position: relative;
  text-align: left;
}

.howto ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0064b4;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_kajitaku > .wrap_house:nth-of-type(even) .howto ol li:before {
  background-color: #00b48c;
}

.osusume_txt {
  /*  display: flex; */
  align-items: center;
}

.osusume_txt img {
  margin: 0 auto;
}

/****************************************/
/*                 ナビ                 */
/****************************************/

.wrap_nav {
  padding-bottom: 0;
}

.wrap_nav {
  padding-left: 10px;
  padding-right: 10px;
}

.nav_col {
  background-color: #faed64;
  box-shadow: 2px 2px 0px 0 rgb(169, 140, 106);
  padding: 15px 5px;
  border-radius: 10px;
  margin: 0 0px 10px;
}

.arrow_u {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 23px 5px 0;
  line-height: 1;
}

/*
.icon2 .arrow_u {
  background: url(../img/icon2.png) no-repeat left center;
  background-size: contain;
  padding-left: 40px;
}

.icon3 .arrow_u {
  background: url(../img/icon3.png) no-repeat left center;
  background-size: contain;
  padding-left: 40px;
}
.icon4 .arrow_u {
  background: url(../img/icon4.png) no-repeat left center;
  background-size: contain;
  padding-left: 40px;
}
*/

.arrow_u::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  transform: rotate(45deg);
}


/****************************************/
/*              カジタクとは             */
/****************************************/

.wrap_about {
  /*background-image: url(../img/back_green.png);*/
  background-position: bottom center;
  padding: 0 10px 30px;
}

.wrap_about h3 {
    margin-bottom: 10px;
}

.lead_about {
  display: flex;
  align-items: center;
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
  font-size: 16px;
  text-align: left;
}

.lead_about p {
  padding-left: 15px;
}

.reason img {
  margin: auto;
}

.reason3 img {
  padding-top: 33.5px;
}

.reason > div {
  height: 151px;
  margin-bottom: 10px;
}

.reason p:first-of-type {
  font-size: 15px;
  font-weight: bold;
}

.reason p:nth-of-type(2) span {
  font-size: 12px;
}

/****************************************/
/*           ハウスクリーニング          */
/****************************************/

.wrap_house {
  padding: 50px 10px;
}

.wrap_kajitaku > .wrap_house:nth-of-type(odd) {
  background-color: #e0f1ff;
}

.wrap_kajitaku > .wrap_house:nth-of-type(even) {
  background-color: #e4f3ec;
}

.wrap_house section {
  margin: 30px auto 50px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
}

.flexitems {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.arrow_u2 {
  width: 48%;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  background-color: #0064b4;
}

.arrow_u2 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 15px;
  transform: rotate(45deg);
}

.arrow_u2 a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.wrap_kajitaku > .wrap_house:nth-of-type(odd) p.arrow_u2 {
  background-color: #0064b4;
}

.wrap_kajitaku > .wrap_house:nth-of-type(even) p.arrow_u2 {
  background-color: #00b48c;
}

.lead_ttl {
  display: flex;
  align-items: center;
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.lead_ttl_r {
  padding-left: 30px;
  font-size: 16px;
  text-align: left;
}

.ttl {
  color: #2484db;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

.wrap_aircon h3 {
  background-image: url(../img/back_h3_merit.png);
}

.wrap_aircon .merit .reason > div {
  /*  height: 186px;*/
  height: auto;
}

.wrap_aircon .merit .reason {
  padding-bottom: 20px;
}

.wrap_aircon .sugoi .reason > div {
  height: auto;
}

.note {
  font-size: 12px;
  text-align: left;
  padding-top: 20px;
}

.osusume {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.osusume_r {
  padding-left: 15px;
}

.btn_aircon {
  display: flex;
}

.btn1 {
  width: 280px;
  max-width: 100%;
  font-size: 16px;
  border: 2px solid #0064b4;
  padding: 10px 5px 0 5px;
  margin: 0 auto;
  margin-right: 2em;
  border-radius: 5px;
  color: #1a1a1a;
  box-shadow: 2px 2px 0px 0 rgb(0, 100, 180);
}

/*.wrap_house .osusume_r p{
  text-align: left;
}*/
.wrap_house .osusume_r .btn1 p {
  text-align: center;
}

.osusume_r > p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  /*text-align: left;*/
}

.btn_aircon {
  padding-top: 20px;
}

.btn_list > p {
  background-color: #0064b4;
  width: 350px;
  max-width: 100%;
  border-radius: 30px;
  margin: 40px auto 0 auto;
  padding: 15px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

/****************************************/
/*           　宅配クリーニング          */
/****************************************/

.wrap_delivery {
  background-color: #daedeb;
  padding: 50px 10px;
}

.wrap_clothing .ttl {
  color: #00b48c;
}

.howto_ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 1rem;
  text-align: center;
}

.howto_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: "";
  border-radius: 3px;
  background: #ff6949;
}

.howto_ttl:first-of-type {
  margin-top: 20px;
}

.wrap_clothing .sugoi .reason > div {
  /*height: 209px;*/
  height: auto;
}

.wrap_delivery .btn_list > p {
  background-color: #00b48c;
}

.wrap_delivery .ttl {
  color: #00b48c;
}

.wrap_delivery h3 {
  background-image: url(../img/back_h3_reason.png);
}

/****************************************/
/*            2025/11 追加枠            */
/****************************************/

.aircon-plan li {
  padding: 10px;
  max-width: 400px;
  margin: auto;
}

.aircon-plan-wrap {
  padding: 15px 0;
}

.aircon-plan-wrap h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 5px;
}

.aircon-plan-light > div {
  border: 2px solid #f3bdbc;
  border-radius: 20px;
}

.aircon-plan-light h4 {
  color: #f95654;
}

.aircon-plan-standard > div {
  border: 2px solid #a7e7d8;
  border-radius: 20px;
}

.aircon-plan-standard h4 {
  color: #00a880;
}

.aircon-plan-premium > div {
  border: 2px solid #dcefb9;
  border-radius: 20px;
}

.aircon-plan-premium h4 {
  color: #80c703;
}

.plan_pr_wrap > .col-xs-6 {
  padding: 5px;
}

.plan_pr_wrap.row {
  margin: 0;
}

.plan_pr_wrap a.plan_btn {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  max-width: 250px;
  width: 100%;
  padding: 5px 0;
  border-radius: 40px;
  color: #fff;
}

.aircon-plan-light a.plan_btn {
  background-color: #f95654;
}

.aircon-plan-standard a.plan_btn {
  background-color: #00a880;
}

.aircon-plan-premium a.plan_btn {
  background-color: #80c703;
}

.plan_pr_wrap > .col-xs-6 {
  padding: 5px;
}

.plan_pr_wrap.row {
  margin: 0;
}

.search-item {
  transition: 0.3s;
}
.search-item:hover {
  opacity: 0.7;
}
.items__others {
  text-align: left;
}
.product-list ul li .txt-productname {
  line-height: 1.5 !important;
  margin: 10px 0 5px;
  font-weight: bold;
  color: #393939;
  font-size: 14px;
  height: 4.3em !important;
  overflow: hidden;
}
p.txt-productname > a {
  color: #393939;
}
.txt-price {
  font-size: 25px !important;
  color: #e60012;
}
.txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}
.product-list p.txt-stock {
  font-size: 12px !important;
  font-weight: normal !important;
  height: unset !important;
  color: #393939 !important;
}
.product-list {
  border: none !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto;
  height: auto !important;
}
.product-list ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0 !important;
  position: relative;
  min-height: unset !important;
  border-top: none !important;
}
.bx-controls-direction {
  display: none;
}
.product-list ul li {
  height: auto !important;
  border: none !important;
  width: calc(25% - 10px) !important;
  padding: 5px !important;
  margin: 0 5px 15px;
  max-width: 250px;
  background: #fff;
  border-radius: 5px;
}
.product-list ul li img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: auto;
  margin: auto;
}
.product-list .txt-stock {
  font-size: 12px;
}
.product-list ul li:hover {
  background: #fff;
}
.bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
a.img-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: 0.2s;
}
.product-list ul:empty::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #999 #00000010 #00000010;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: calc(50% - 20px);
  top: 30px;
  content: "";
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .product-list ul li {
    width: calc(50% - 10px) !important;
    max-width: 230px;
  }
  .txt-price {
    font-size: 20px !important;
  }
}

.aircon-plan-wrap .product-list ul li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.aircon-plan-wrap .product-list ul li .img-item {
  display: none !important;
}

.aircon-plan-wrap .product-list ul li p.txt-productname {
  display: none !important;
}

.aircon-plan-wrap .product-list ul li p.txt-price {
  font-size: 28px !important;
  text-align: center;
}

.aircon-plan-wrap .product-list ul li p.txt-stock {
  display: none !important;
}
.plan_pr_wrap.loaded>div:has(.nonsld:empty) {
    position: relative;
}

.plan_pr_wrap.loaded>div:has(.nonsld:empty) .plan_type::after {
    content: "品切れ";
    position: absolute;
    padding: 10px;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    font-weight: bold;
    color: #444;
    font-size: 18px;
}

.plan_pr_wrap.loaded>div:has(.nonsld:empty) .plan_type {
    padding-bottom: 50px;
    position: relative;
}

.plan_pr_wrap.loaded>div:has(.nonsld:empty)::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #fff;
    width: calc(100% - 5px);
    height: calc(100% - 2em);
    z-index: 10;
    opacity: .5;
}

.plan_pr_wrap.loaded>div:has(.nonsld:empty) a.plan_btn {
    background-color: #999 !important;
}

/****************************************/
/*              おすすめ特集             */
/****************************************/

.wrap_feature {
  background-color: #faf8e1;
  padding: 50px 10px;
}

.feature_bnr img {
  margin: 0 auto;
}

.feature_bnr p {
  padding-top: 5px;
  max-width: 200px;
  margin: auto;
}

.wrap_feature h2 {
  margin-bottom: 40px;
}

/*******************************************************/
/*　　　         メディアクエリ　992-1199px     　　　　  */
/*******************************************************/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .osusume > img {
    width: 290px;
  }
}

/*******************************************************/
/*　　　 メディアクエリ　991px以下(タブレット) 　　　　  */
/*******************************************************/
@media screen and (max-width: 991px) {
  .arrow_u {
    font-size: 15px;
  }

  .osusume_txt {
    display: block;
  }

  .btn_aircon {
    display: block;
    padding-top: 10px;
  }

  .btn1:first-of-type {
    margin-bottom: 15px;
  }
}

/*******************************************************/
/*　　　         メディアクエリ　768-990px      　　　　  */
/*******************************************************/
@media screen and (min-width: 768px) and (max-width: 990px) {
  .osusume_txt > img {
    width: 200px;
    margin: 0 auto;
  }
}

/*******************************************************/
/*　　　　　　メディアクエリ　767px以下(スマホ) 　　　　  */
/*******************************************************/
@media screen and (max-width: 767px) {
  .lead_about {
    display: block;
    padding-bottom: 0;
  }

  .lead_about > img {
    margin: 0 auto 10px auto;
    max-width: 80px;
  }

  .lead_ttl {
    display: block;
  }

  .lead_ttl > img {
    margin: 0 auto 10px auto;
    max-width: 100px;
  }

  .lead_ttl_r {
    padding-left: 0;
    text-align: center;
  }

  h3 {
    margin: 30px 0 20px 0;
    font-size: 17px;
  }

  .wrap_width {
    padding-top: 30px;
  }

  .arrow_u2 {
    padding: 10px 0;
  }

  .arrow_u2 a::after {
    margin-left: 10px;
    width: 8px;
    height: 8px;
  }

  button.howto_morebtn,
  button.howto_morebtn2,
  button.howto_morebtn3,
  button.howto_morebtn4 {
    margin-top: 20px;
    max-width: 90%;
  }

  .howto {
    display: block;
  }

  .howto > img {
    margin: 10px auto;
  }

  .reason > div {
    margin-bottom: 5px;
  }

  .reason p:first-of-type {
    font-size: 15px;
  }

  .sugoi > div:first-of-type {
    margin-bottom: 20px;
  }

  .osusume {
    display: block;
  }

  .osusume > img {
    padding-bottom: 5px;
    margin: 0 auto;
  }

  .osusume_r {
    display: block;
  }

  .osusume_r > p:first-of-type {
    font-size: 16px;
  }

  .osusume_r > p:nth-of-type(2) {
    font-size: 14px;
  }

  .note {
    padding-top: 15px;
  }

  .wrap_aircon .note {
    padding-top: 0;
  }

  .btn1 {
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 5px;
  }

  .btn_list > p {
    margin-top: 25px;
    max-width: 90%;
  }

  .osusume_txt > img {
    margin: 0 auto;
  }

  .howto ol li {
    font-size: 14px;
  }

  .osusume_svc2 > .row > div:first-of-type {
    margin-bottom: 30px;
  }

  .wrap_house .wrap_width {
    padding-bottom: 0;
  }

  .wrap_clothing .sugoi .reason > div {
    height: auto;
  }

  .wrap_delivery .wrap_width {
    padding-bottom: 0;
  }

  .wrap_delivery {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrap_feature {
    padding: 30px 10px;
  }

  .wrap_house {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature_bnr:nth-of-type(1),
  .feature_bnr:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .aircon-plan li {
    padding: 10px 0;
  }

  .aircon-plan-wrap {
    padding: 15px 5px;
  }

  .wrap_house section {
    padding: 30px 10px;
  }

  .lead_about p {
    padding-left: 0;
  }
}

/*******************************************************/
/*　　　　　　メディアクエリ　414px以下(スマホ) 　　　　  */
/*******************************************************/
@media screen and (max-width: 414px) {
  .reason p:nth-of-type(2) {
    text-align: left;
  }

  .lead_ttl_r > p:nth-of-type(2) {
    text-align: left;
  }

  /*  .wrap_aircon>p.note{
    padding-top: 20px;
  }*/
  .wrap_aircon .osusume_r > p,
  .wrap_delivery .osusume_r > p {
    text-align: left;
  }
}
