.section {
  margin-bottom: 60px;
}
.cleaning-about {
  margin-bottom: 83px;
}

.slideshow-container {
  position: relative;
  margin: 0 auto 60px;
}

.slideshow-container__slide {
  width: 900px;
  margin: 0 30px;
}

@media screen and (max-width: 960px) {
  .slideshow-container__slide {
    width: 80vw;
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .slideshow-container__slide {
    width: 90vw;
    margin: 0 5px;
  }
}

.slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 60px;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 4;
}

@media screen and (max-width: 680px) {
  .slide-arrow {
    width: 30px;
    height: 40px;
  }
}

.slide-arrow:hover {
  opacity: .7;
}

.prev-arrow {
  right: calc(50% + 440px);
}

@media screen and (max-width: 960px) {
  .prev-arrow {
    right: auto;
    left: 6vw;
  }
}

@media screen and (max-width: 480px) {
  .prev-arrow {
    left: 3vw;
  }
}

.next-arrow {
  left: calc(50% + 440px);
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 960px) {
  .next-arrow {
    left: auto;
    right: 6vw;
  }
}

@media screen and (max-width: 480px) {
  .next-arrow {
    right: 3vw;
  }
}

.prev:hover, .next:hover {
  opacity: 0.8;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.mod_contact {
  margin-bottom: 0;
}

.cleaning-price .table {
  margin-bottom: 17px;
}

.cleaning-slide {
  margin-bottom: 100px;
}

.cleaning-slide .title {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 56px;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
}

.cleaning-slide .title-sub {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 17px;
}

@media screen and (max-width: 680px) {
  .cleaning-slide .title-sub {
    font-size: 1.8rem;
  }
}

.cleaning-slide .title-sub::before {
  content: '';
  position: absolute;
  background: url("../new_image/title_left.svg") center no-repeat;
  width: 18px;
  height: 31px;
  top: 0;
  left: -30px;
}

.cleaning-slide .title-sub::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_right.svg") center no-repeat;
  width: 18px;
  height: 31px;
  top: 0;
  right: -30px;
}

@media screen and (max-width: 680px) {
  .cleaning-slide .title-sub::before,
  .cleaning-slide .title-sub::after {
    top: -5px;
  }
}

.cleaning-slide .title-main {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  .cleaning-slide .title-main {
    font-size: 2.5rem;
  }
}

.cleaning-slide .video {
  height: 490px;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .cleaning-slide .video {
    width: 100%;
    max-width: 900px;
    height: auto;
    padding-top: 56.25%;
  }
}

.cleaning-next {
  margin-bottom: 88px;
  background: url("../new_image/cleaning_bg01.jpg") center no-repeat;
  background-size: cover;
  padding-top: 88px;
}

.cleaning-next .text_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 94px;
}

.cleaning-next .text_box .img {
  position: absolute;
  bottom: 0;
  right: -200px;
}

@media screen and (max-width: 960px) {
  .cleaning-next .text_box .img {
    position: static;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.cleaning-next .text {
  width: 100%;
  max-width: 674px;
}

@media screen and (max-width: 960px) {
  .cleaning-next .text {
    margin: auto;
  }
}

.cleaning-transportation .img {
  text-align: center;
  margin-bottom: 40px;
}

.cleaning-price .headding {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.cleaning-price .headding span {
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #153496;
  margin-bottom: 17px;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 680px) {
  .cleaning-price .headding span {
    font-size: 1.7rem;
  }
}

.cleaning-price .headding span::before {
  content: '';
  position: absolute;
  background: url("../new_image/title_left_b.svg") center no-repeat;
  width: 18px;
  height: 31px;
  left: -30px;
  top: 0;
}

.cleaning-price .headding span::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_right_b.svg") center no-repeat;
  width: 18px;
  height: 31px;
  right: -30px;
  top: 0;
}

.cleaning-price .note {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.4;
}

.cleaning-points .list {
  width: 100%;
  max-width: 484px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 680px) {
  .cleaning-points .list {
    margin-bottom: 40px;
  }
}

.cleaning-points .list li {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 0 64px;
  background: url("../new_image/icon_check.svg") left center no-repeat;
}

@media screen and (max-width: 680px) {
  .cleaning-points .list li {
    margin-bottom: 20px;
    background-position: left top 2px;
    background-size: 30px;
    padding-left: 35px;
    font-size: 1.7rem;
  }
}

.cleaning-recommended {
  margin-bottom: 103px;
}

@media screen and (max-width: 680px) {
  .cleaning-recommended {
    margin-bottom: 50px;
  }
}

.cleaning-points {
  margin-bottom: 85px;
}

.cleaning-after {
  margin-bottom: 85px;
}
/*# sourceMappingURL=service_cleaning.css.map */