
/*pcトップ*/
.pc-head{
  
  background: linear-gradient(25deg, rgba(50, 55, 77, 0.3), rgba(56, 23, 42, 0.6)), url(/assets/images/clean-pc.webp);
  position: relative;
  background-repeat: no-repeat;
  background-position:center ;
  background-size: cover;
  height: 300px;
  }
  

/*clean*/

.clean-contents {
    overflow: hidden;
  }
  
  /*共通*/
  
  .clean-contents .moz-p {
    margin-bottom: 1.5rem;
  }
  
  .clean-contents .moz-p-b {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    margin: 3rem 0;
  }
  
  /*コロナ対策の取り組みについて*/
  
  .clean-contents-accent {
    background-size: contain;
    height: 0;
    padding-top: 63%;
    background-image: url(/assets/images/clean-img11.svg);
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
  }
  
  .clean-contents-accent .moz-text {
    position: absolute;
    top: 25%;
    left: 11%;
    font-weight: 500;
    line-height: 1.3;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    font-size: 4vw;
  }
  
  
  /*皆さんが安心してご来店できる様に*/
  
  .clean-contents-title {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    margin-top: 7rem;
    margin-bottom: 2rem;
  }
  
  .clean-contents-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .clean-contents-title::before {
    background-image: url(/assets/images/clean-img2.svg);
    width: 5rem;
    height: 5rem;
    top: -3rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .clean-contents-title .moz-border::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30%;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
  
  .clean-contents .moz-under-yellow, .clean-contents .moz-under-yellow2 {
    background: linear-gradient(transparent 70%, #FFFB9A 50%);
    font-size: 1.3rem;
    display: inline-block;
  }
  
  .clean-contents-flex {
    display: flex;
    width: 100%;
  }
  
  .clean-contents-flex-item {
    width: 100%;
    border: solid 1px;
    padding-top: 1.5rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .clean-contents-pcflex {
    display: block;
    width: 100%;
  }
  
  .clean-contents-pcflex-item1 {
    width: 100%;
  }
  
  .clean-contents-pcflex-item2 {
    width: 100%;
    margin: 1rem;
  }
  
  .clean-contents-img-shadow {
    display: block;
  }
  
  @media screen and (min-width: 1201px) {
    .clean-contents-accent .moz-text {
      font-size: 1.57rem;
    }
   
    .clean-contents .moz-p-b {
      font-size: 1.5rem;
      line-height: 1.3;
      margin: 1rem 0;
    }
    .clean-contents .moz-pd-5r {
      padding-top: 5rem;
    }
    .clean-contents-title {
      font-size: 2rem;
      margin-top: 12rem;
      margin-bottom: 2rem;
      background: #e4e4e4;
    }
    .clean-contents-img-shadow {
      display: block;
      box-shadow: 6px 6px #a9a9a9;
      border-radius: 50px 0 0 0;
    }
    .clean-contents-pcflex {
      display: flex;
      width: 100%;
    }
    .clean-contents-flex-item {
      width: 100%;
      border-right: solid 1px #a9a9a9;
      border-top: solid 0px;
      border-left: solid 0px;
      border-bottom: solid 0px;
      font-weight: 400;
      line-height: 1.5;
      font-weight: 1.2rem;
    }
    .clean-contents-pcflex-item1 {
      width: 50%;
      margin: 1rem;
    }
    .clean-contents-pcflex-item2 {
      width: 50%;
      margin: 1rem;
    }
  }
  /************contents追加**************/
  .max-w1500 {
    max-width: 1500px !important;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 767px) {
  .moz-p {
      font-size: 1.2rem;
      line-height: 1.8;
  }
}
@media screen and (min-width: 1001px) {
  .moz-p {
    line-height: 1.8;
}
.sp-block {
  display: none;
}
}