@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#service div.body {
  background: url("../../_image/_common/bg-3.png") center top no-repeat;
  background-size: contain;
}

#service .service-item {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service div.body {
    background-size: auto;
  }

}

/** ***************************************************************************
 * アンカーナビ
 */

#service div.anchor-nav {
  margin-bottom: 40px;
}

#service div.anchor-nav ul.list,
#service div.anchor-nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#service div.anchor-nav ul.list {
  max-width: none;
  margin-bottom: -5px;
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: -0.4em;
  font-size: 11px;
  overflow: hidden;
}

#service div.anchor-nav ul.list li {
  width: 50%;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#service div.anchor-nav ul.list li a {
  padding: 10px 2.5em 10px 0.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease-in-out 0.0s !important;
  background-color: #5f5f5f;
}

#service div.anchor-nav ul.list li a:hover {
  background-color: #ff8400;
}

#service div.anchor-nav ul.list li a::after {
  content: '';
  width: 1.375em;
  height: 1.375em;
  background: url("../../_image/_common/icon-arrow-1.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  z-index: -1;
  top: calc(50% - 0.6875em);
  right: 8px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service div.anchor-nav {
    margin-bottom: 60px;
  }

  #service div.anchor-nav ul.list {
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 14px;
  }

  #service div.anchor-nav ul.list li {
    width: 25%;
    min-width: 270px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #service div.anchor-nav ul.list li a {
    padding: 10px 3.5em 10px 2em;
  }

  #service div.anchor-nav ul.list li a::after {
    right: 12px;
  }

}

/** ***************************************************************************
 * タイトル（ビジュアル画像）
 */

#service .section-title {
  margin-bottom: 40px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .section-title {
    margin-bottom: 80px;
  }

}

/** ***************************************************************************
 * サービスの特徴
 */

/** ===========================================================================
 * 一覧
 */

#service .service-service div.list .item {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#service .service-service div.list .item ~ .item {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-service div.list {
    letter-spacing: -0.4em;
  }

  #service .service-service div.list > * {
    letter-spacing: normal;
  }

  #service .service-service div.list .item {
    width: 33.33%;
    max-width: 100%;
    margin-bottom: 3.94%;
    padding-left: 2.76%;
    padding-right: 2.76%;
    vertical-align: top;
    display: inline-block;
  }

  #service .service-service div.list .item ~ .item {
    margin-top: 0;
  }

}

/** ===========================================================================
 * タイトル
 */

#service .service-service div.list .title {
  margin-bottom: 10px;
  text-align: center;
}

#service .service-service div.list .title img {
  max-width: 140px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-service div.list .title {
    margin-bottom: 20px;
  }

  #service .service-service div.list .title img {
    max-width: 100%;
  }

}

/** ===========================================================================
 * 内容
 */

#service .service-service div.list div.content {
}

/** ***************************************************************************
 * ビフォー・アフター比較
 */

/** ===========================================================================
 * 画像
 */

#service .service-before-after div.contents div.image {
  margin-bottom: 20px;
}

#service .service-before-after div.contents div.image div.item {
  width: 70%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#service .service-before-after div.contents div.image div.item.arrow {
  margin-top: 30px;
  margin-bottom: 30px;
}

#service .service-before-after div.contents div.image div.item.arrow img {
  max-width: 60px;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-before-after div.contents div.image {
    margin-bottom: 30px;
    letter-spacing: -0.4em;
    text-align: center;
  }

  #service .service-before-after div.contents div.image > * {
    letter-spacing: normal;
  }

  #service .service-before-after div.contents div.image div.item {
    width: 45%;
    vertical-align: middle;
    display: inline-block;
  }

  #service .service-before-after div.contents div.image div.item.arrow {
    width: 10%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  #service .service-before-after div.contents div.image div.item.arrow img {
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }

}

/** ===========================================================================
 * 内容
 */

#service .service-before-after div.contents div.content {
}

/** ***************************************************************************
 * 清掃箇所
 */

/** ===========================================================================
 * 画像
 */

#service .service-place div.contents div.image {
  margin-bottom: 20px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-place div.contents div.image {
    margin-bottom: 30px;
  }

}

/** ===========================================================================
 * 内容
 */

#service .service-place div.contents div.content {
}

/** ***************************************************************************
 * お願い
 */

#service .service-onegai {
}

/** ***************************************************************************
 * 注意事項
 */

#service .service-note {
}

/** ***************************************************************************
 * Q＆A
 */

/** ===========================================================================
 * 一覧
 */

#service .service-qa div.list dl.item,
#service .service-qa div.list dl.item > * {
  margin: 0;
  padding: 0;
}

#service .service-qa div.list dl.item ~ dl.item {
  margin-top: 10px;
}

#service .service-qa div.list dl.item dt {
  padding: 0.75em 4em;
  padding-left: 3.25em;
  border-radius: 2em;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}

#service .service-qa div.list dl.item dt::before {
  content: 'Q.';
  color: #ff8400;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0.625em;
  left: 20px;
}

#service .service-qa div.list dl.item dt::after {
  content: '\e145';
  color: #ff8400;
  line-height: 1;
  font-family: icomoon;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.5em);
  right: 15px;
}

#service .service-qa div.list dl.item dd {
  border: 1px solid #ff8400;
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition:
    visibility 0.0s ease-in-out 0.3s,
    max-height 0.3s ease-in-out 0.15s,
    margin-top 0.3s ease-in-out 0.15s,
    padding 0.3s ease-in-out 0.15s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: hidden;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

#service .service-qa div.list dl.item.active dd {
  transition:
    visibility 0.3s ease-in-out 0.0s,
    max-height 0.3s ease-in-out 0.0s,
    margin-top 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: visible;
  max-height: 100vh;
  margin-top: 10px;
  padding: 1em;
  padding-left: 4.25em;
  opacity: 1;
}

#service .service-qa div.list dl.item dd::before {
  content: 'A.';
  color: #999;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  left: 22px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-qa div.list dl.item dt::before {
    font-size: 30px;
    top: 0.25em;
  }

  #service .service-qa div.list dl.item dd {
    padding-left: 3.625em;
    font-size: 15px;
  }

  #service .service-qa div.list dl.item dd::before {
    font-size: 30px;
    top: 0.25em;
  }

}

/** ***************************************************************************
 * 料金
 */

/** ===========================================================================
 * テーブル
 */

#service .service-prace div.list table.data .prace {
  color: #ff8400;
  font-size: 16px;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .service-prace div.list {
    font-size: 15px;
  }

  #service .service-prace div.list table.data .prace {
    font-size: 18px;
  }

}

/** ***************************************************************************
 * メッセージ
 */

#service .service-message {
}

/** ***************************************************************************
 * ご予約フォームへ
 */

#service .button-contact {
  text-align: center;
}

#service .button-contact .button-1 {
  font-size: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #service .button-contact .button-1 {
    font-size: 50px;
  }

}
