#mv .mvWrap img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#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;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 5px;
  font-size: 46px;
}
#massage h1 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#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;
}

#plan {
  background-color: #f6f6f6;
  width: 100%;
  margin: 20px auto 80px;
}
#plan .titleWrap {
  width: 100%;
  padding: 0 0 30px;
  background-color: #fff;
}
#plan .titleWrap h2 {
  width: 800px;
  color: #666;
  text-align: center;
  margin: 0 auto 0px;
  padding: 40px 0 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  letter-spacing: 5px;
  font-size: 46px;
}
#plan .titleWrap h2 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#plan .planWrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
#plan .planWrap:nth-child(2n) {
  background-color: #fcfcfc;
}
#plan .planWrap .planWrapInner {
  width: 1336px;
  margin: 0 auto;
  overflow: hidden;
}
#plan .planWrap .planWrapInner .text {
  width: 583px;
  height: 400px;
  float: left;
}
#plan .planWrap .planWrapInner .text h2 {
  color: #333;
  text-align: center;
  margin: 10px 0 20px;
  letter-spacing: 5px;
  font-size: 32px;
}
#plan .planWrap .planWrapInner .text h2 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#plan .planWrap .planWrapInner .text h3 {
  color: #333;
  text-align: center;
  margin: 10px 0 50px;
  letter-spacing: 2px;
  font-size: 16px;
}
#plan .planWrap .planWrapInner .text h3.first {
  color: red;
}
#plan .planWrap .planWrapInner .text p {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
}
#plan .planWrap .planWrapInner .text a {
  position: relative;
  display: table;
  margin: 30px auto;
  color: #1A0DAB;
  text-decoration: none;
}
#plan .planWrap .planWrapInner .text a:hover {
  cursor: pointer;
  text-decoration: none;
}
#plan .planWrap .planWrapInner .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;
}
#plan .planWrap .planWrapInner .text a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#plan .planWrap .planWrapInner .img {
  width: 733px;
  height: auto;
  float: right;
}
#plan .planWrap .planWrapInner .img img {
  width: 100%;
  height: auto;
}
#plan .planSample {
  width: 1336px;
  margin: 20px auto;
  overflow: hidden;
}
#plan .planSample .text {
  width: 583px;
  height: 400px;
  float: left;
}
#plan .planSample .text h2 {
  color: #333;
  text-align: center;
  margin: 60px 0 20px;
  letter-spacing: 5px;
  font-size: 24px;
}
#plan .planSample .text h2 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#plan .planSample .text h3 {
  color: #333;
  text-align: center;
  margin: 10px 0 50px;
  letter-spacing: 2px;
  font-size: 16px;
}
#plan .planSample .text h3.first {
  color: red;
}
#plan .planSample .text p {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
}
#plan .planSample .text a {
  position: relative;
  display: table;
  margin: 30px auto;
  color: #1A0DAB;
  text-decoration: none;
}
#plan .planSample .text a:hover {
  cursor: pointer;
  text-decoration: none;
}
#plan .planSample .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;
}
#plan .planSample .text a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#plan .planSample .img {
  width: 733px;
  height: auto;
  float: right;
}
#plan .planSample .img img {
  width: 100%;
  height: auto;
}

#other {
  width: 1366px;
  margin: 0 auto;
  padding: 50px 0 100px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#other h2 {
  text-align: center;
  font-size: 42px;
  margin: 0 auto 0;
}
#other h3 {
  font-size: 26px;
  margin: 50px auto 20px;
}
#other p {
  font-size: 16px;
  margin: 0 auto 10px;
}
#other p span {
  font-size: 14px;
}

#contact {
  width: 1366px;
  margin: 30px auto;
}

@media (max-width: 700px) {
  #mv .mvWrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #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;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 5px;
  }
  #massage h1 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #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;
  }
  #plan {
    background-color: #f6f6f6;
    width: 100%;
    margin: 20px auto 80px;
  }
  #plan .titleWrap {
    width: 100%;
    padding: 0 0 30px;
    background-color: #fff;
  }
  #plan .titleWrap h2 {
    width: 90%;
    color: #666;
    text-align: center;
    margin: 0 auto 0px;
    padding: 40px 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    letter-spacing: 5px;
    font-size: 4vw;
  }
  #plan .titleWrap h2 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #plan .planWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
    overflow: hidden;
    border-bottom: #666;
  }
  #plan .planWrap:nth-child(2n) {
    background-color: #fcfcfc;
  }
  #plan .planWrap .planWrapInner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  #plan .planWrap .planWrapInner .text {
    width: 100%;
    height: auto;
    float: none;
  }
  #plan .planWrap .planWrapInner .text h2 {
    color: #333;
    text-align: center;
    margin: 10px 0 20px;
    letter-spacing: 5px;
    font-size: 3.5vw;
  }
  #plan .planWrap .planWrapInner .text h2 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #plan .planWrap .planWrapInner .text h3 {
    color: #333;
    text-align: center;
    margin: 10px 0 50px;
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  #plan .planWrap .planWrapInner .text h3.first {
    color: red;
  }
  #plan .planWrap .planWrapInner .text p {
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.5vw;
    font-size: 2.5vw;
  }
  #plan .planWrap .planWrapInner .text a {
    position: relative;
    display: table;
    margin: 3vw auto;
    color: #1A0DAB;
    text-decoration: none;
    font-size: 2.5vw;
  }
  #plan .planWrap .planWrapInner .text a:hover {
    cursor: pointer;
    text-decoration: none;
  }
  #plan .planWrap .planWrapInner .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;
  }
  #plan .planWrap .planWrapInner .text a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #plan .planWrap .planWrapInner .img {
    width: 100%;
    height: auto;
    float: right;
  }
  #plan .planWrap .planWrapInner .img img {
    width: 100%;
    height: auto;
  }
  #plan .planSample {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
  }
  #plan .planSample .text {
    width: 90%;
    height: auto;
    float: none;
  }
  #plan .planSample .text h2 {
    color: #333;
    text-align: center;
    margin: 60px 0 20px;
    letter-spacing: 5px;
    font-size: 3.5vw;
  }
  #plan .planSample .text h2 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #plan .planSample .text h3 {
    color: #333;
    text-align: center;
    margin: 10px 0 50px;
    letter-spacing: 2px;
    font-size: 2.5vw;
  }
  #plan .planSample .text h3.first {
    color: red;
  }
  #plan .planSample .text p {
    font-size: 2.5vw;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    line-height: 26px;
  }
  #plan .planSample .text a {
    font-size: 2.5vw;
    position: relative;
    display: table;
    margin: 30px auto;
    color: #1A0DAB;
    text-decoration: none;
  }
  #plan .planSample .text a:hover {
    cursor: pointer;
    text-decoration: none;
  }
  #plan .planSample .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;
  }
  #plan .planSample .text a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #plan .planSample .img {
    width: 733px;
    height: auto;
    float: right;
  }
  #plan .planSample .img img {
    width: 100%;
    height: auto;
  }
  #other {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 100px;
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #other h2 {
    text-align: center;
    font-size: 4vw;
    margin: 0 auto 0;
  }
  #other h3 {
    font-size: 3.5vw;
    margin: 50px auto 20px;
  }
  #other p {
    font-size: 2.5vw;
    margin: 0 auto 10px;
  }
  #other p span {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=plan.css.map */