#mv .mvWrap img {
  width: 100%;
  height: auto;
}
#mv .slick-slide:not(.slick-center) {
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}

#massage {
  width: 1366px;
  margin: 60px auto 80px;
  display: block;
}
#massage h1 {
  font-size: 32px;
  color: #666;
  text-align: center;
  margin: 0 auto 70px;
  padding: 0 0 10px;
  display: block;
  letter-spacing: 3px;
  border-bottom: 1px solid #666666;
  width: -moz-fit-content;
  width: fit-content;
}
#massage h2 {
  font-size: 26px;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
#massage p {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 0 100px;
}

#service {
  background-color: #f6f6f6;
  width: 100%;
  margin: 60px auto 80px;
}
#service .serviceWrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
#service .serviceWrap:nth-child(2n) {
  background-color: #fcfcfc;
}
#service .serviceWrap:nth-child(2n) .serviceWrapInner .text {
  float: right;
}
#service .serviceWrap:nth-child(2n) .serviceWrapInner .img {
  float: left;
}
#service .serviceWrap .serviceWrapInner {
  width: 1336px;
  margin: 0 auto;
  overflow: hidden;
}
#service .serviceWrap .serviceWrapInner .text {
  width: 583px;
  height: 400px;
  float: left;
}
#service .serviceWrap .serviceWrapInner .text h2 {
  color: #333;
  text-align: center;
  margin: 100px 0 50px;
  letter-spacing: 5px;
  font-size: 46px;
}
#service .serviceWrap .serviceWrapInner .text h2 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#service .serviceWrap .serviceWrapInner .text p {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
}
#service .serviceWrap .serviceWrapInner .text a {
  position: relative;
  display: table;
  margin: 30px auto;
  color: #1A0DAB;
  text-decoration: none;
}
#service .serviceWrap .serviceWrapInner .text a:hover {
  cursor: pointer;
  text-decoration: none;
}
#service .serviceWrap .serviceWrapInner .text a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1A0DAB;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#service .serviceWrap .serviceWrapInner .text a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#service .serviceWrap .serviceWrapInner .img {
  width: 733px;
  height: auto;
  float: right;
}
#service .serviceWrap .serviceWrapInner .img img {
  width: 100%;
  height: auto;
}

#infomation {
  width: 1366px;
  margin: 0 auto;
  padding: 50px 0 100px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#infomation h2 {
  text-align: center;
  font-size: 42px;
}
#infomation ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 700px) {
  #massage {
    width: 90%;
    margin: 60px auto 80px;
    display: block;
  }
  #massage h1 {
    font-size: 4vw;
    color: #666;
    text-align: center;
    margin: 0 auto 70px;
    padding: 0 0 10px;
    display: block;
    letter-spacing: 3px;
    border-bottom: 1px solid #666666;
    width: -moz-fit-content;
    width: fit-content;
  }
  #massage h2 {
    font-size: 3.5vw;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 30px;
  }
  #massage p {
    font-size: 2.5vw;
    color: #666;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 100px;
  }
  #service {
    background-color: #f6f6f6;
    width: 100%;
    margin: 60px auto 80px;
  }
  #service .serviceWrap {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
  }
  #service .serviceWrap:nth-child(2n) {
    background-color: #fcfcfc;
  }
  #service .serviceWrap:nth-child(2n) .serviceWrapInner .text {
    float: none;
  }
  #service .serviceWrap:nth-child(2n) .serviceWrapInner .img {
    float: none;
  }
  #service .serviceWrap .serviceWrapInner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #service .serviceWrap .serviceWrapInner .text {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  #service .serviceWrap .serviceWrapInner .text h2 {
    color: #333;
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: 5px;
    font-size: 3.5vw;
  }
  #service .serviceWrap .serviceWrapInner .text h2 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #service .serviceWrap .serviceWrapInner .text p {
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.5vw;
    font-size: 2.5vw;
  }
  #service .serviceWrap .serviceWrapInner .text a {
    position: relative;
    display: table;
    margin: 30px auto;
    color: #1A0DAB;
    text-decoration: none;
  }
  #service .serviceWrap .serviceWrapInner .text a:hover {
    cursor: pointer;
    text-decoration: none;
  }
  #service .serviceWrap .serviceWrapInner .text a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #1A0DAB;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #service .serviceWrap .serviceWrapInner .text a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #service .serviceWrap .serviceWrapInner .img {
    width: 100%;
    height: auto;
    float: none;
  }
  #service .serviceWrap .serviceWrapInner .img img {
    width: 100%;
    height: auto;
  }
  #infomation {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #infomation h2 {
    text-align: center;
    font-size: 3.5vw;
  }
  #infomation ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #infomation ul li p {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=index.css.map */