/********************************************************

ここから家庭用お掃除メニューページ

********************************************************/

#house-menu .mv {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
#house-menu .mv ul {
  width: 100%;
  height: auto;
  font-size: 0;
}
#house-menu .mv ul li{
  width: 50%;
  height: auto;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #e50044;
}
#house-menu .mv ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 0;
}
#house-menu .mv ul li a.active,
#house-menu .mv ul li a:hover{
  background-color: #e50044;
  color: #fff;
  opacity: 1;
  /*border-right: 1px solid #fff;*/
}

#house-menu .items-wrap {
  margin: 8rem auto;
  width: 96%;
}
#house-menu .items-wrap h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 2rem auto ;
  padding: 2rem 0;
  text-align: center;
}
#house-menu .items ul {
  font-size: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#house-menu .items li {
  font-size: 1rem;
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  float: left;
  margin-bottom: 60px;
}
#house-menu .items li:nth-of-type(4n) {
  margin-right: 0%
}
#house-menu .items figcaption {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 1rem 0;
}
#house-menu .items li em{
  display: block;
  font-size: 1rem;
}

@media only screen and (max-width: 767px){
  #house-menu .mv {
  margin-bottom: 50px;
  }
  #house-menu .mv ul li {
  width: 100%;
  }
  #house-menu .mv ul li a {
  padding: 20px 0;
  }
  #house-menu .items-wrap h2 {
  font-size: 2.4rem;
  }
  #house-menu .items-wrap {
  margin: 2rem auto;
  width: 96%;
  }
  #house-menu .items li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  }
  #house-menu .items li:nth-of-type(2n) {
  margin-right: 0%;
  }
  #house-menu .items figcaption {
  font-size: 1.4rem;
  }
}






/********************************************************

ここからメニュー詳細ページ

********************************************************/

/**********詳細ページ共通********/
.menu-detail .title-wrap {
  margin: 0rem auto;
  width: 96%;
  overflow: hidden;
}
.menu-detail .title-wrap .left {
  float: left;
  width: 52%;
  margin-right: 3%;
}
.menu-detail .title-wrap .right {
  float: right;
  width: 45%;
}
.menu-detail .title-wrap h2 {
  font-size: 3.3rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 2rem;
}
.menu-detail .title-wrap p {
  font-size: 2.3rem;
  line-height: 1.3;
}
.menu-detail .title-wrap ul {
  clear: both;
  display: flex;
  /*justify-content: space-around;*/
  width: 100%;
  padding-top: 20px;
  flex-wrap: wrap;
}
.menu-detail .title-wrap ul li {
  width: 20%;
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 1%;
}
.menu-detail .point {
  margin: 4rem auto;
  width: 96%;
  text-align: center;
}
.menu-detail .point_title {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2rem 0;
  width: 100%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background: #e50044;
  /*text-align: center;*/
  /*border: solid 3px #555;*/
  /*box-sizing: border-box;*/
}
.menu-detail .point_title:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #e50044;
  z-index: 2;
}
/*.menu-detail .point_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}*/

.menu-detail .point_comment {
  margin: auto;
  width: 100%;
  text-align: left;
}
.menu-detail .point_comment .line-title {
  font-size:2.2rem;
  font-weight: bold;
  position: relative;
  margin: 20px auto 10px;
  text-align: center;
  width: 90%;
  color: #e50044;
}
.menu-detail .point_comment p{
  display: inline-block;
  background-color: #fff;
  padding: 0 40px;
}
.menu-detail .point_comment .line-title p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  z-index: -10;
  background-color: #e50044;
}

.menu-detail .point_comment p.note {
  font-weight: bold;
  margin: 3rem 0;
}
.menu-detail .point_video {
  margin: auto;
  width: 55%;
}
.menu-detail .point_video .movie-title {
  margin: 2rem auto;
  width: 80%;
}
.menu-detail .border-title h3 {
  position: relative;
  text-align: center;
  font-size:2.8rem;
  color: #e50044;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.menu-detail .border-title hr {
  /*height: 8px;
  background: url(../img/common/hr.svg) repeat-x 0 0;
  border: 0;*/
  height: 12px;
  background: linear-gradient(-45deg,transparent 45%,#e50044 45%,#e50044 55%,transparent 55%);
  background-size: 8px 12px;
  border: none;
}
.menu-detail p.lead {
  font-size: 2.2rem;
  line-height: 1.5;
}
.menu-detail p.note {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.menu-detail p.pink-title {
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 2% 1%;
  background-color:#faccda;
  font-weight: bold;
}
.menu-detail p.red-title {
  font-size: 2.2rem;
  padding: 2% 1%;
  background-color:#ed4c7c;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px){
  .menu-detail .title-wrap .left {
  float: none;
  width: 100%;
  margin-right: 0%;
  }
  .menu-detail .title-wrap .right {
  float: none;
  width: 100%;
  }
  .menu-detail .title-wrap h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  }
  .menu-detail .point_comment p{
    padding: 0 0px;
  }
  .menu-detail .point_comment p.note {
    margin: 1rem 0 2rem;
  }
  .menu-detail p.lead {
  font-size: 1.6rem;
  }
  .menu-detail p.note {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 1rem 0 2rem;
  }
  .menu-detail p.pink-title {
  font-size: 1.6rem;
  padding: 2% 0%;
  text-align: center;
  }
  .menu-detail p.red-title {
  font-size: 1.6rem;
  padding: 1.6% 1%;
  }
}
/**********詳細ページ共通ここまで********/


.menu-detail .tezyun-wrap {
  margin: 8rem auto;
  width: 96%;
  text-align: left;
}
.menu-detail .tezyun-wrap p {
  line-height: 1.5;
  margin: 2rem;
}

.menu-detail .tezyun-wrap img {
  width: 96%;
  display: block;
  margin: 0 auto;
}

.menu-detail .tezyun-img {
  width: 60%;
  margin: 0 auto 40px;
}

.menu-detail .price-wrap {
  margin: 8rem auto;
  width: 96%;
}
.menu-detail .price {
  text-align: left;
  margin-bottom: 2rem;
}

/*.menu-detail .price table {
  width: 100%;
  font-size: 2.2rem;
}
.menu-detail .price tr {
  width: 100%;
  border-bottom: 1px solid #aaa;
  padding: 2rem 0;
}
.menu-detail .price td {
  width: 5%;
  vertical-align: middle;
  padding: 2% 1%;
}
.menu-detail .price td.td1 {
  width: 7%;
}
.menu-detail .price td.td2 {
  width: 6%;
}
.menu-detail .price td span {
  font-size: 1.8rem;
}*/

.menu-detail .price ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #aaa;
}
.menu-detail .price ul.title li {
  background-color:#e6e6e6;
}
.menu-detail .price li {
  font-size: 2.2rem;
  width: 50%;
  padding: 2% 1%;
  text-align: center;
}
.menu-detail .price li:first-child {
  border-right: 1px solid #ddd;
}
.menu-detail .price li span{
  font-size: 1.8rem;
  width: 30%;
  /* margin-left: 3%; */
}
.menu-detail .price-wrap p {
  /*font-weight: bold;*/
  margin: 1rem 0;
}

.menu-detail .time-wrap {
  margin: 8rem auto;
  width: 96%;
  text-align: center;
}
.menu-detail .time-wrap p.lead {
  margin: 2rem 0;
}
.menu-detail .time {
  margin: 6rem 0 2rem;
  text-align: left;
  background-color: #f6f5ec;
}
.menu-detail .time p {
  font-size: 2rem;
  line-height: 1.5;
  /*font-weight: bold;*/
  padding: 2rem;
}

.menu-detail p.price_memo {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-top:15px;
}

@media only screen and (max-width: 767px){
  .menu-detail .point_title {
  margin: 1em 0;
  padding: 1.3rem 0;
  font-size: 2rem;
  }
  .menu-detail .point_video {
  width: 96%;
  }
  .menu-detail .point_video .movie-title {
  width: 100%;
  }
  .menu-detail .border-title h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  }
  .menu-detail .tezyun-wrap {
  margin: 5rem auto;
  }
  .menu-detail .tezyun-wrap p {
  margin: 1rem 0 1rem;
  }
  .menu-detail .tezyun-img {
  width: 100%;
  margin: 0 auto 20px;
  }
  .menu-detail .price-wrap {
    margin: 5rem auto;
  }
  .menu-detail .price-wrap p {
  margin: 0.5rem 0;
  }
  .menu-detail .price li {
  font-size: 1.8rem;
  padding: 2.5% 1%;
  }
  .menu-detail .price li span {
  font-size: 1.4rem;
  margin-left: 0%;
  }
  /*.menu-detail .price table {
  font-size: 2rem;
  }
  .menu-detail .price td {
  padding: 5% 1%;
  }
  .menu-detail .price td.td2 {
  width: 10%;
  }
  .menu-detail .price td span {
  font-size: 1.6rem;
  }*/
  .menu-detail .time-wrap {
  margin: 4rem auto;
  }
  .menu-detail .time {
  margin: 4rem 0 2rem;
  }
  .menu-detail .time p {
  font-size: 1.3rem;
  }
}

.mb{
  padding-bottom: 2rem;
}

.text-center{
  text-align: center;
}

.border-title.space {
  margin: 0 0 2rem 0;
}

.border{
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px dashed #ccc;
}

.link-txt{
  color: #2259c0;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

#h-terminix10 .w-100{
  width: 100%;
}

#h-terminix10 hr + .note {
  margin-top: 2rem !important;
}

/* 2カラム */
.service-colum{
  display: flex;
  justify-content: space-between;
  margin: 20px auto 40px;
}
.service-colum img{
  width: 100%;
  height: auto;
}

.service-colum > div{
  width: calc((100% - 3rem) / 2);
}

@media only screen and (max-width: 767px){
  .service-colum{
    display: block;
  }

  .service-colum img{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .service-colum > div{
    width: 100%;
  }

}


/**********定期ハウスクリーニング********/

#h-regular .sec01 {
  margin: 8rem auto;
  width: 96%;
}
#h-regular p.lead {
  margin: 20px 0;
}
#h-regular .sec01 ul {
  display: flex;
  width: 100%;
  margin: 20px auto 30px;
  justify-content: center;
}
#h-regular .sec01 ul li {
  width: 30%;
}
#h-regular .sec01 ul li p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left:2rem;
}
#h-regular .sec01 p.pink-title {
  position: relative;
  background-image: url(../../img/common/white-arrow.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 10px center;
}
/*#h-regular .sec01 p.pink-title span {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 5px;
}
*/
@media only screen and (max-width: 767px){
  #h-regular .sec01 ul li {
    width: 50%;
  }
  #h-regular .sec01 ul li p {
  font-size: 1.5rem;
  }
  #h-regular .sec01 p.pink-title {
  background-size: 13px;
  background-position: right 8px center;
  }
}

/* 料金 */
.item-area {
  border-bottom: 1px solid #ccc;
  width: 96%;
  margin: 0 auto;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}

.cart-item img{
  width: 100%;
  height: auto;
}

.cart-item > div{
  width: 200px;
  height: auto;
}

.cart-item  div + div{
  width: calc(100% - 200px);
  height: auto;
  padding: 0 0 0 5rem;
}

.cart-item .flex-column{
  display: flex;
  justify-content: space-between;
}

.cart-item .flex-column dl{
  width: calc(100% - 350px);
  padding-right: 5rem;
}

/* #o-terminix03 .cart-item .flex-column dd > img{
  width: 300px;
} */

.cart-item dt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.cart-item dd{
  font-size: 2rem;
  line-height: 1.5;
}

.cart-item dd + dd{
margin-top: 2rem;
}

.menu-detail p.lead span,
.cart-item dd span {
  font-family: 'Noto sans JP';
  font-weight: bold;
  color: #e50044;
}

.cart-btn {
  width: 350px;
  display: inline-block;
  margin: auto 0 auto auto;
  padding: 2.3rem 4rem;
  text-decoration: none;
  color: #FFF;
  border-bottom: solid 5px #aaa;
  border-radius: 3px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #e50044;
  text-align: center;
  position: relative;
}

.cart-btn::after  {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media only screen and (max-width: 1450px){

  .cart-item .flex-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .cart-item .flex-column dl{
    width: 100%;
    padding-right: 0;
  }

  .cart-btn {
    margin: 3rem 0 auto;
  }
}

@media only screen and (max-width: 767px){

  .item-area {
    width: 100%;
  }

  .cart-item {
    display: block;
  }

  .cart-item img{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .cart-item > div{
    width: 150px;
    margin: 0 auto;
  }

  .cart-item  div + div{
    width: 100%;
    padding: 5rem 0 0 0;
  }

  .cart-item dt{
    font-size: 1.6rem;
  }

  .cart-item dd{
    font-size: 1.5rem;
  }

  .cart-btn {
  width: 80%;
  margin: 3rem auto 0;
  font-size: 1.8rem;
  padding: 1.1em 2em;
  }

  .cart-btn::after  {
  width: 10px;
  height: 10px;
  }
}

/* 10シロアリ  家屋湿気管理システムリンクボタン */
.btn-area {
  text-align: center;
  margin-top: 1.5rem;
}

.link-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 2.3rem 4rem;
  text-decoration: none;
  color: #FFF;
  border-bottom: solid 5px #aaa;
  border-radius: 3px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #e50044;
  text-align: center;
  position: relative;
  line-height: 1.5;
}

.link-btn::after  {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media only screen and (max-width: 767px){
  .link-btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.55em 2em;
    }

}

/* 上付き文字共通 */
sup {
  font-size: small !important;
  vertical-align: super !important;
}

/* サービスの流れ  文字のみの箇所  共通 */
.arrow{
  position: relative;
}

.arrow::after{
  content: "";
  position: absolute;
  bottom: -2.4rem;
  left: 6.25rem;
  border-top: 16px solid #ed4c7c;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

  .flowchart {
  display: flex;
  align-items: center;
  margin: 0 2rem 3rem;
  border: 1px solid #ed4c7c;
  background: #ed4c7c;
  border-radius: 6px;
  font-size: 2.2rem;
  overflow: hidden;
}


.flowchart .flowchart-step{
  width: 11.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.flowchart dd {
  background: #fff;
  width: calc(100% - 11.5rem);
  line-height: 1.6;
  padding: 1rem 2rem;
}

.flowchart dd span{
  font-size: 1.8rem;
  display: block;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px){
  .arrow::after{
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flowchart {
    font-size: 1.6rem;
    margin: 0 auto 3rem;
  }
    
  .flowchart .flowchart-step{
    width: 8rem;
  }
  
  .flowchart dd {
    width: calc(100% - 8rem);
    padding: 1rem;
  }

  .flowchart dd span{
    font-size: 1.4rem;
  }
}

/********** 15 蚊対策********/

#h-terminix15 .features li{
  padding: 0 0 2rem 0;
}

#h-terminix15 .summary  {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 4rem auto 0;
  width: 96%;
}

#h-terminix15 .summary li {
  width: calc((100% - 9rem) / 4);
  height: auto;
  margin-right: 3rem;
  margin-bottom: 3rem;
}

#h-terminix15 .summary li:nth-of-type(4n) {
  margin-right: 0;
}

#h-terminix15 .summary li figcaption,
#h-terminix15 .summary li p{
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

#h-terminix15 .price-area {
  margin-bottom: 5rem;
}

#h-terminix06 .w-20,
#h-terminix15 .w-20 {
  width: 20%;
  border-right: none !important;
}

#h-terminix06 .w-80,
#h-terminix15 .w-80 {
  width: 80%;
  text-align: left;
  padding-left: 3rem;
  border-left: 1px solid #ddd;
}

@media only screen and (max-width: 767px){
  #h-terminix15 .summary  {
    width: 100%;
  }
  
    #h-terminix15 .summary li {
      width: calc((100% - 2rem) / 2);
      margin-right: 2rem;
      margin-bottom: 3rem;
    }
    #h-terminix15 .summary li:nth-of-type(even) {
      margin-right: 0;
    }
  
    #h-terminix15 .summary li figcaption,
    #h-terminix15 .summary li p{
      font-size: 1.4rem;
    }
  
    #h-terminix06 .w-20,
    #h-terminix15 .w-20 {
      width: 30%;
    }
  
    #h-terminix06 .w-80,
    #h-terminix15 .w-80 {
      width: 70%;
      padding-left: 1rem;
    }
}

/* 06飛翔 */

#h-terminix06 .cart-item .flex-column dd > img {
  width: 300px;
}


/* お片付けサービス */
#h-clear .flex{
  display: flex;
  justify-content: center;
}

#h-clear .category{
  width: 100%;
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

#h-clear .category > li{
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #93d4cc;
  margin: 0 auto 1rem;
  padding: 1.3rem;
  border-radius: 1.2rem;
  text-align: center;
  color: #fff;
}

#h-clear .category > p{
  margin: 0 0 0 auto;
  text-align: right;
}

@media only screen and (max-width: 1200px){
  #h-clear .category > li{
    width: 14rem;
  }
}
@media only screen and (max-width: 1024px){

  #h-clear .flex{
    display: block;
  }

  #h-clear .category{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  #h-clear .category > li{
    width: calc(50% - 1rem);
  }

  #h-clear .category > p{
    width: 96%;
    margin: 0 auto;
    text-align: right;
  }
}

@media only screen and (max-width: 767px){

  #h-clear .category{
    font-size: 1.4rem;
  }

}
