@charset "UTF-8";
.mainarea {
  position: relative;
}
.mainarea .bgopaimg {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 60%;
}

.menuflex .flexcontainer {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menuflex .flexbox {
  position: relative;
  width: 25%;
  padding: 10px;
}
.menuflex .flexbox:hover .menubgimg img {
  opacity: 0;
}
@media (max-width: 800px) {
  .menuflex .flexbox {
    width: 50%;
    padding: 5px;
  }
}
.menuflex .menubgimg {
  background: url(../house_cleaning/house02_2.jpg);
  background-size: contain;
}
.menuflex .menutitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuflex .menutitle span {
  display: block;
}

.disc_img {
  width: 45%;
}

.discription_text {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 800px) {
  .discription_text .maintitle {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 800px) and (max-width: 800px) {
  .discription_text {
    padding: 0;
  }
}
.discription_text p {
  text-align: left;
}
.discription_text p:nth-of-type(2) {
  color: #667b99;
}
@media (min-width: 1200px) {
  .discription_text p:last-of-type {
    width: 80%;
  }
}

.content_title p {
  color: rgb(0, 35, 86);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.content_title p::before {
  content: "";
  background: url(../house_cleaning/house04.png);
  height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
}

.recommend_child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend_child p {
  background: rgb(211, 211, 211);
}
@media (min-width: 800px) {
  .recommend_child {
    padding: 10px;
    width: 33%;
  }
  .recommend_child p {
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 180px;
    padding: 20px;
    margin-top: -50px;
    z-index: -10;
    text-align: left;
  }
  .recommend_child img {
    width: 35%;
  }
}

.before_flex {
  width: 50%;
  padding: 20px;
  margin: initial;
}
@media (max-width: 800px) {
  .before_flex {
    padding: 5px 0;
  }
}
.before_flex .childbox {
  padding: 10px;
}
.before_flex .before_box {
  width: 40%;
  padding: 5px;
}
.before_flex .before_box p {
  text-align: right;
  padding: 5px;
}
.before_flex .after_box {
  position: relative;
  width: 60%;
  padding: 5px;
}
.before_flex .after_box::after {
  content: "";
  background: url(../house_cleaning/house06.png);
  width: 20%;
  height: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
@media (min-width: 800px) {
  .before_flex .after_box::after {
    top: -30px;
    right: 20px;
  }
}
@media (max-width: 800px) {
  .before_flex .after_box::after {
    top: -5px;
    right: 8px;
  }
}

.beforeafter_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

.price_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price_item:nth-of-type(n + 2) {
  border-top: solid black 1px;
}

.price_box {
  padding: 20px;
}
.price_box p {
  text-align: left;
  margin: 10px 0;
  text-indent: -1rem;
  padding-left: 1rem;
}
.price_box:first-of-type {
  width: 30%;
  background: rgb(212, 212, 212);
}
.price_box:last-of-type {
  width: 70%;
  background: white;
}

.precautions p {
  text-align: left;
  text-indent: -1rem;
  padding-left: 1rem;
}

.cleaningcontent:first-of-type .bgopa_img {
  bottom: -10%;
  width: 60%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: -10%;
}
.cleaningcontent:nth-of-type(2) .bgopa_img {
  bottom: 0;
  width: 60%;
  left: -5%;
}
.cleaningcontent:nth-of-type(3) .bgopa_img {
  top: 10%;
  width: 60%;
  right: -10%;
}
.cleaningcontent:nth-of-type(4) .bgopa_img {
  top: 40%;
  width: 60%;
  left: -5%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cleaningcontent:nth-of-type(6) .bgopa_img {
  top: 10%;
  width: 55%;
  right: -10%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cleaningcontent:nth-of-type(7) .bgopa_img {
  top: 10%;
  width: 55%;
  right: -10%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.childspan span {
  display: block;
  padding-left: 1rem;
}

.cautionarea {
  content: "";
  background: url(../top/top01.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  display: block;
}
.cautionarea .itemwrapper {
  z-index: 2;
}

.cautionarea::after {
  content: "";
  background: rgba(255, 255, 255, 0.385);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cautionimg {
  padding: 10px;
}

.caution_request {
  background: white;
  border-radius: 20px;
  padding: 20px 30px;
}
.caution_request ul {
  padding: 0;
}
.caution_request li {
  text-align: justify;
  margin: 15px 0;
  text-indent: -1.3rem;
  padding-left: 1rem;
}
.caution_request li::before {
  content: "■";
  margin-right: 3px;
}

@media (max-width: 800px) {
  .cleaning_discription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cleaning_discription .disc_img {
    width: 80%;
  }
  .cleaning_discription .discription_text {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cleaning_discription .discription_text p {
    margin: 3px 0;
  }
}

@media (max-width: 800px) {
  .recommend_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend_flex .recommend_child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0;
  }
  .recommend_flex .recommend_child img {
    width: 25%;
    padding-right: 10px;
  }
  .recommend_flex .recommend_child p {
    border-radius: 8px;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 0 10px;
  }
}

@media (max-width: 800px) {
  .price_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price_item .price_box {
    width: 100%;
    padding: 0 10px;
  }
}

.reviewcontent {
  background: url(../ac_cleaning/ac30_manzoku_bg.jpg);
  background-repeat: repeat;
  width: 100%;
  height: auto;
  background-size: auto;
  padding: 30px;
}
@media (max-width: 800px) {
  .reviewcontent {
    padding: 20px 10px;
  }
}

.manzoku475 img {
  width: 40%;
}
.manzoku475 p {
  color: white;
  margin: 20px 0;
}

.reviewcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: auto;
}
@media (max-width: 800px) {
  .reviewcontainer {
    width: 100%;
  }
}

.reviewbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  padding: 20px;
  margin: 20px auto;
  width: 100%;
}
@media (max-width: 800px) {
  .reviewbox {
    height: auto;
    padding: 20px 10px;
    margin: 10px auto;
  }
}
.reviewbox img {
  width: 35%;
}
.reviewbox p {
  text-align: left;
  padding: 5px;
}
.reviewbox p:first-of-type {
  margin: 20px 0 10px;
  color: white;
  background: rgb(0, 35, 86);
  padding: 5px 10px;
}

.marketbunner {
  width: 70%;
  margin: 20px auto;
}
@media (max-width: 800px) {
  .marketbunner {
    width: 90%;
  }
}

.optionprice p:first-of-type::before {
  content: "（防カビ抗菌コート）";
  width: 180px;
  display: inline-block;
  padding-left: 1rem;
}
.optionprice p:last-of-type::before {
  content: "（室外機洗浄）";
  width: 180px;
  display: inline-block;
  padding-left: 1rem;
}

.ac_flowbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .ac_flowbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ac_flowbox:last-of-type {
  margin-bottom: 0;
}
.ac_flowbox .ac_flowimg {
  width: 20%;
}
@media (max-width: 800px) {
  .ac_flowbox .ac_flowimg {
    width: 60%;
  }
}
.ac_flowbox .ac_flowtext {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .ac_flowbox .ac_flowtext {
    width: 100%;
  }
}
.ac_flowbox .ac_flowtext p {
  padding: 5px 20px;
  width: 100%;
  text-align: justify;
}
@media (max-width: 800px) {
  .ac_flowbox .ac_flowtext p {
    padding: 10px 0 0;
  }
}
.ac_flowbox .ac_flowtext p:first-of-type {
  color: #667b99;
}
.ac_flowbox .ac_flowtext p:first-of-type::before {
  content: "|";
  margin-right: 20px;
}
@media (max-width: 800px) {
  .ac_flowbox .ac_flowtext p:first-of-type::before {
    margin-right: 5px;
  }
}

.faqbox {
  margin: 40px auto;
  background: white;
  border-radius: 20px;
}
.faqbox:last-of-type {
  margin-bottom: 0;
}
.faqbox p {
  padding: 10px 30px;
  text-align: left;
}
@media (max-width: 800px) {
  .faqbox p {
    padding: 10px;
  }
}
.faqbox p:first-of-type {
  background: #667b99;
  border-radius: 20px 20px 0 0;
  color: white;
}
.faqbox p:first-of-type::before {
  content: "Q";
  margin-right: 10px;
}
.faqbox p:nth-of-type(2) {
  padding-bottom: 20px;
  color: #667b99;
  padding-left: 3rem;
}
@media (max-width: 800px) {
  .faqbox p:nth-of-type(2) {
    padding-left: 1.8rem;
  }
}
.faqbox p:nth-of-type(2)::before {
  content: "A";
  display: inline-block;
  margin-left: -1rem;
}

.ac_pointarea .precautions p {
  margin: 20px 0;
}

.ac_flowarea .bgopa_img {
  right: -10%;
  top: -10%;
  width: 70%;
}

.reviewarea .bgopa_img {
  width: 70%;
  top: -10%;
  right: -10%;
}/*# sourceMappingURL=cleaning.css.map */