@charset "UTF-8";
/* CSS Document */
.header-img {
  background: url(../img/header-img.jpg), linear-gradient(90deg, #51c2d5 0%, #4be4c5 100%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 400px;
  margin-top: 10rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-img {
      height: 300px;
      margin-top: 6rem; } }
  @media screen and (max-width: 575px) {
    .header-img {
      height: 250px;
      margin-top: 3rem; } }
  .header-img h1 {
    font-family: 'Kiwi Maru', serif;
    font-size: 6rem;
    font-size: 60px;
    color: white;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 10%;
    margin: auto; }
    @media screen and (max-width: 575px) {
      .header-img h1 {
        font-size: 4.5rem;
        font-size: 45px;
        left: 0;
        right: 0;
        text-align: center; } }
    .header-img h1 span {
      font-size: 3rem;
      font-size: 30px;
      padding-left: 2rem; }
      @media screen and (max-width: 575px) {
        .header-img h1 span {
          font-size: 2.5rem;
          font-size: 25px; } }

nav {
  margin: 10rem 0 5rem; }
  @media screen and (max-width: 991px) {
    nav {
      margin: 5rem 0 4rem; } }
  @media screen and (max-width: 575px) {
    nav {
      margin: 3rem 0; } }
  @media screen and (max-width: 575px) {
    nav ul li {
      padding: 0 1rem !important; } }
  nav ul li a {
    font-size: 2.4ren;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #fffe00 0%, #4BE4C5 100%);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 2.5rem;
    position: relative;
    display: block;
    transition: all 0.3s ease-out;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      nav ul li a {
        font-size: 2ren;
        font-size: 20px;
        padding: 1.5rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 575px) {
      nav ul li a {
        font-size: 1.5ren;
        font-size: 15px;
        padding: 1rem;
        letter-spacing: -0.3px; } }
    nav ul li a:hover {
      color: #FFFFFF; }
    nav ul li a:hover::before {
      opacity: 0; }
    nav ul li a::before {
      content: '';
      background: linear-gradient(90deg, #51C2D5 0%, #4BE4C5 100%);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.3s ease-out;
      width: 100%; }
    nav ul li a::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900;
      color: white;
      position: absolute;
      right: 5%; }
    nav ul li a span {
      position: relative; }

.anchor {
  display: block;
  padding-top: 250px;
  margin-top: -250px; }
  @media screen and (max-width: 767px) {
    .anchor {
      padding-top: 130px;
      margin-top: -130px; } }

#beauty_acupuncture {
  padding-top: 250px;
  margin-top: -250px; }

.blue-back {
  background-color: #F1FCFE;
  padding: 7rem 0 8rem; }
  @media screen and (max-width: 991px) {
    .blue-back {
      padding: 5rem 0 6rem; } }
  @media screen and (max-width: 575px) {
    .blue-back {
      padding: 3rem 0 4rem; } }

h2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 4.5rem;
  font-size: 45px;
  color: #51C2D5;
  font-weight: 300;
  margin-bottom: 3rem; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 3.5rem;
      font-size: 35px;
      margin-bottom: 2rem; } }
  h2 span {
    font-size: 3.5rem;
    font-size: 35px; }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 2.5rem;
        font-size: 25px; } }

.price {
  margin-top: 5rem; }
  .price h3 {
    font-size: 4rem;
    font-size: 40px;
    color: #51C2D5;
    font-weight: 400; }
    @media screen and (max-width: 575px) {
      .price h3 {
        font-size: 3.5rem;
        font-size: 35px;
        line-height: 3rem; } }
    .price h3 span {
      padding-left: 1em;
      font-size: 1.6rem;
      font-size: 16px;
      color: #828282; }
      @media screen and (max-width: 575px) {
        .price h3 span {
          padding-left: 0; } }
  .price table {
    margin-top: 2rem;
    border: 2px solid #51C2D5;
    width: 100%; }
    .price table tr th {
      font-size: 2.1rem;
      font-size: 21px;
      font-weight: normal;
      color: white;
      border-bottom: 1px solid white;
      background: #51C2D5;
      padding: 1.5rem 4rem;
      width: 70%; }
      @media screen and (max-width: 991px) {
        .price table tr th {
          padding: 1rem 2rem;
          font-size: 1.8rem;
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .price table tr th {
          display: block;
          width: 100%;
          border: none; } }
      .price table tr th span {
        font-size: 1.6rem;
        font-size: 16px; }
    .price table tr th.skyblue {
      background: #B9E7EE;
      color: #828282; }
    .price table tr th.skyblue + td {
      background: #B9E7EE;
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
    .price table tr th.gray {
      background: #828282; }
    .price table tr th.gray-2 {
      background: #E6E6E6;
      color: #828282; }
    .price table tr td {
      font-size: 2.1rem;
      font-size: 21px;
      text-align: right;
      border-bottom: 1px solid #51C2D5;
      background: white;
      padding: 1.5rem 4rem;
      width: 30%; }
      @media screen and (max-width: 991px) {
        .price table tr td {
          padding: 1rem 2rem;
          font-size: 1.8rem;
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .price table tr td {
          display: block;
          width: 100%;
          border: none; } }

#o2box dl.point {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%);
  display: flex;
  align-items: center;
  margin: 3rem 0; }
  @media screen and (max-width: 767px) {
    #o2box dl.point {
      display: block;
      padding: 2rem 0; } }
  @media screen and (max-width: 575px) {
    #o2box dl.point {
      padding: 2rem;
      background: white;
      border-radius: 1rem; } }
  #o2box dl.point dt {
    padding-right: 3rem; }
    @media screen and (max-width: 991px) {
      #o2box dl.point dt {
        padding-right: 0rem; } }
    #o2box dl.point dt p {
      position: relative;
      font-size: 2.3rem;
      font-size: 23px;
      line-height: 3.5rem;
      font-weight: 500;
      color: white;
      display: inline-block;
      width: 156px;
      height: 156px;
      border-radius: 50%;
      background: linear-gradient(0deg, #51C2D5 0%, #4BE4C5 100%); }
      @media screen and (max-width: 991px) {
        #o2box dl.point dt p {
          font-size: 1.8rem;
          font-size: 18px;
          line-height: 2.5rem;
          width: 120px;
          height: 120px; } }
      @media screen and (max-width: 767px) {
        #o2box dl.point dt p {
          width: auto;
          height: auto;
          padding: 1.5rem 4rem;
          border-radius: 5rem; } }
      @media screen and (max-width: 575px) {
        #o2box dl.point dt p {
          font-size: 2rem;
          font-size: 20px;
          display: block;
          text-align: center; } }
      #o2box dl.point dt p span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 156px;
        text-align: center; }
        @media screen and (max-width: 991px) {
          #o2box dl.point dt p span {
            width: 120px; } }
        @media screen and (max-width: 767px) {
          #o2box dl.point dt p span {
            position: inherit;
            transform: inherit;
            width: auto;
            display: block; } }
  #o2box dl.point dd ul {
    margin-bottom: 0; }
    #o2box dl.point dd ul li {
      font-size: 2.1rem;
      font-size: 21px;
      line-height: 4rem; }
      @media screen and (max-width: 991px) {
        #o2box dl.point dd ul li {
          font-size: 1.8rem;
          font-size: 18px;
          line-height: 3rem; } }
      @media screen and (max-width: 767px) {
        #o2box dl.point dd ul li {
          font-size: 1.6rem;
          font-size: 16px;
          line-height: 3rem; } }
      @media screen and (max-width: 575px) {
        #o2box dl.point dd ul li {
          font-size: 1.8rem;
          font-size: 18px;
          line-height: 3.5rem;
          text-align: center; } }
#o2box p + figure img {
  width: 100%; }
#o2box section:not(.price) h3 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  font-size: 2.5rem;
  font-size: 25px;
  color: #51C2D5;
  font-weight: 400;
  text-align: center;
  padding: 2rem 0;
  margin: 4rem 0 2rem; }
#o2box section:not(.price) div.row dl {
  margin: 3rem 0 5rem; }
  @media screen and (max-width: 575px) {
    #o2box section:not(.price) div.row dl {
      margin: 2rem 0; } }
  #o2box section:not(.price) div.row dl dt {
    background: #2DAF94;
    color: white;
    display: inline-block;
    font-size: 2.1rem;
    font-size: 21px;
    padding: 0.5rem 2rem;
    margin-bottom: 1rem; }
  #o2box section:not(.price) div.row dl dd ul {
    margin-bottom: 3rem; }
    #o2box section:not(.price) div.row dl dd ul li {
      text-indent: -1em;
      padding-left: 1em; }
      #o2box section:not(.price) div.row dl dd ul li::before {
        content: "・"; }
@media screen and (max-width: 575px) {
  #o2box section:not(.price) div.row dl + dl {
    margin-bottom: 5rem; } }
#o2box section:not(.price) div.row dl + dl dt {
  background: #51C2D5; }
#o2box section:not(.price) div.row p + div dl {
  background: white;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
  margin: 0 0 2rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575px) {
    #o2box section:not(.price) div.row p + div dl {
      padding: 1.5rem; } }
  #o2box section:not(.price) div.row p + div dl dt {
    background: none;
    width: 30%;
    margin: 0;
    padding: 0 2rem 0 0; }
  #o2box section:not(.price) div.row p + div dl dd h4 {
    font-size: 2.1rem;
    font-size: 21px;
    color: #51C2D5;
    line-height: 3rem; }
  #o2box section:not(.price) div.row p + div dl dd p {
    margin: 0; }
    @media screen and (max-width: 575px) {
      #o2box section:not(.price) div.row p + div dl dd p {
        font-size: 1.5rem;
        font-size: 15px;
        line-height: 2.5rem; } }
    #o2box section:not(.price) div.row p + div dl dd p span {
      font-size: 1.7rem;
      font-size: 17px;
      color: #51C2D5; }
#o2box section:not(.price) div.row p + div dl + dl h4, #o2box section:not(.price) div.row p + div dl + dl p span {
  color: #915752; }
#o2box section:not(.price) div.row figure {
  margin-top: 5rem; }
  @media screen and (max-width: 767px) {
    #o2box section:not(.price) div.row figure {
      margin-top: 3rem; } }
  @media screen and (max-width: 575px) {
    #o2box section:not(.price) div.row figure {
      margin: auto;
      margin-top: 3rem; } }
#o2box section:not(.price) div.row figure + div div figure + div {
  margin-top: 5rem; }
  @media screen and (max-width: 767px) {
    #o2box section:not(.price) div.row figure + div div figure + div {
      margin-top: 3rem; } }
  #o2box section:not(.price) div.row figure + div div figure + div h4 {
    font-size: 2.1rem;
    font-size: 21px;
    color: #51C2D5;
    line-height: 3rem; }
  #o2box section:not(.price) div.row figure + div div figure + div h4 + ul {
    margin-top: 2rem; }
    #o2box section:not(.price) div.row figure + div div figure + div h4 + ul li::before {
      content: "●";
      color: #51C2D5; }
  #o2box section:not(.price) div.row figure + div div figure + div ul + p {
    font-size: 1.4rem;
    font-size: 14px;
    margin-bottom: 2rem; }

#bodycare div.container {
  padding: 7rem 1.5rem; }
  @media screen and (max-width: 991px) {
    #bodycare div.container {
      padding: 5rem 1.5rem 6rem; } }
  #bodycare div.container h2 {
    margin-bottom: 3rem; }
  #bodycare div.container h2 + figure {
    margin-bottom: 5rem; }
    #bodycare div.container h2 + figure img {
      width: 100%; }
  #bodycare div.container div.row dl {
    margin-bottom: 5rem; }
    #bodycare div.container div.row dl dt {
      font-family: 'Kiwi Maru', serif;
      font-weight: 400;
      padding-left: 0.5em;
      color: #51C2D5;
      font-size: 3rem;
      font-size: 30px;
      margin: 0 0 2rem 0.5em;
      border-left: 1px solid #51C2D5; }
  #bodycare div.container div.row + dl dt {
    padding-left: 1em;
    margin: 0 0 2rem 1em;
    border-left: 2px solid #51C2D5;
    line-height: 3.5rem; }
  #bodycare div.container div.row + dl dt span {
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #51C2D5;
    font-size: 2.3rem;
    font-size: 23px; }
  #bodycare div.container div.row + dl dt span + br + span {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    color: #51C2D5;
    font-size: 3.5rem;
    font-size: 35px; }
  #bodycare div.container div.row + dl dd figure img {
    width: 100%; }
#bodycare .price table tr:nth-child(2) td {
  border-bottom: 1px solid white; }

#cupping .content-1 p {
  margin-right: 2rem; }
  @media screen and (max-width: 575px) {
    #cupping .content-1 p {
      margin-right: 0; } }
#cupping .content-1 p + p {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  margin: 2rem 0; }
#cupping .content-1 figure {
  margin-right: 2rem; }
#cupping .content-1 figure + p {
  font-size: 2.1rem;
  font-size: 21px;
  color: #51C2D5;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem; }
  @media screen and (max-width: 767px) {
    #cupping .content-1 figure + p {
      margin: 0 0 3rem; } }
#cupping .content-1 img {
  width: 100%; }
#cupping .content-2 {
  margin-top: 6rem; }
  #cupping .content-2 div + div p {
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 575px) {
      #cupping .content-2 div + div p {
        margin-top: 1rem; } }
  #cupping .content-2 ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 575px) {
      #cupping .content-2 ul {
        flex-wrap: wrap;
        justify-content: center; } }
    #cupping .content-2 ul li {
      width: 20%;
      margin-right: 2rem; }
      @media screen and (max-width: 575px) {
        #cupping .content-2 ul li {
          width: 30%;
          margin: 0 0.5rem; } }
      #cupping .content-2 ul li figure img {
        width: 100%; }
      #cupping .content-2 ul li figure figcaption {
        font-size: 1.8rem;
        font-size: 18px;
        text-align: center; }
    #cupping .content-2 ul li:last-child {
      margin-right: 0; }
#cupping .content-3 {
  background: white;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin-top: 3rem; }
  #cupping .content-3 dl dt {
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    padding-left: 0.5em;
    color: #51C2D5;
    font-size: 3rem;
    font-size: 30px;
    margin: 0 0 2rem 0.5em;
    border-left: 1px solid #51C2D5; }
  #cupping .content-3 dl + figure {
    margin: 0;
    padding-left: 5rem; }
    @media screen and (max-width: 767px) {
      #cupping .content-3 dl + figure {
        padding: 1rem 1rem 0; } }
    #cupping .content-3 dl + figure img {
      width: 100%; }
#cupping .price table tr:nth-child(3) td {
  border-bottom: 1px solid white; }

#acupuncture div.container {
  padding: 7rem 1.5rem; }
  @media screen and (max-width: 991px) {
    #acupuncture div.container {
      padding: 5rem 1.5rem 6rem; } }
  @media screen and (max-width: 575px) {
    #acupuncture div.container {
      padding: 3rem 1.5rem 4rem; } }
  #acupuncture div.container img {
    width: 100%; }
  #acupuncture div.container p + figure {
    padding-left: 3rem;
    margin-bottom: 8rem !important; }
    @media screen and (max-width: 575px) {
      #acupuncture div.container p + figure {
        padding-left: 1.5rem; } }
  #acupuncture div.container div {
    margin-bottom: 5rem; }
    #acupuncture div.container div figure {
      margin-bottom: 3rem; }
    #acupuncture div.container div dl dt {
      font-family: 'Kiwi Maru', serif;
      font-weight: 400;
      padding-left: 0.5em;
      color: #51C2D5;
      font-size: 3rem;
      font-size: 30px;
      margin: 0 0 2rem 0.5em;
      border-left: 1px solid #51C2D5; }
  #acupuncture div.container div:nth-child(2n):not(.row) {
    padding-left: 3rem; }
    @media screen and (max-width: 767px) {
      #acupuncture div.container div:nth-child(2n):not(.row) {
        padding-left: 1.5rem; } }
  #acupuncture div.container div:nth-child(2n+1):not(.row) {
    padding-right: 3rem; }
    @media screen and (max-width: 767px) {
      #acupuncture div.container div:nth-child(2n+1):not(.row) {
        padding-right: 1.5rem; } }
  @media screen and (max-width: 991px) {
    #acupuncture div.container div:last-child:not(.row) {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 575px) {
    #acupuncture div.container div:last-child:not(.row) {
      margin-bottom: 0rem; } }
  #acupuncture div.container .price table tr:nth-child(3) td {
    border-bottom: 1px solid white; }
  #acupuncture div.container .price table + table tr:nth-child(2) td {
    border-bottom: 1px solid white; }

#smallfacecorrection img {
  width: 100%; }
#smallfacecorrection .content-2 {
  margin: 10rem 0; }
  @media screen and (max-width: 991px) {
    #smallfacecorrection .content-2 {
      margin: 6rem 0; } }
  #smallfacecorrection .content-2 figure {
    padding-right: 0; }
    @media screen and (max-width: 575px) {
      #smallfacecorrection .content-2 figure {
        padding: 0; } }
  #smallfacecorrection .content-2 dl dt {
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    padding-left: 0.5em;
    color: #51C2D5;
    font-size: 3rem;
    font-size: 30px;
    margin: 0 0 2rem 0.5em;
    border-left: 1px solid #51C2D5; }
#smallfacecorrection .price table tr:nth-child(2) td {
  border-bottom: 1px solid white; }
#smallfacecorrection .price table + table tr:nth-child(2) td {
  border-bottom: 1px solid #51C2D5; }
#smallfacecorrection .price table + table tr:nth-child(3) td {
  border-bottom: 1px solid white; }

#mugwortsteamed div.container {
  padding: 7rem 1.5rem 15rem; }
  @media screen and (max-width: 767px) {
    #mugwortsteamed div.container {
      padding: 5rem 1.5rem 20rem; } }
  @media screen and (max-width: 575px) {
    #mugwortsteamed div.container {
      padding: 3rem 1.5rem 25rem; } }
  #mugwortsteamed div.container .content-1 img {
    width: 100%; }
  #mugwortsteamed div.container dl.content-2 {
    background: #EEFCFA;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem; }
    @media screen and (max-width: 575px) {
      #mugwortsteamed div.container dl.content-2 {
        padding: 2rem; } }
    #mugwortsteamed div.container dl.content-2 dt {
      display: inline-block;
      background: linear-gradient(0deg, #51C2D5 0%, #4BE4C5 100%);
      border-radius: 5rem;
      padding: 2rem 8rem;
      color: white;
      font-size: 2.3rem;
      font-size: 23px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        #mugwortsteamed div.container dl.content-2 dt {
          display: block;
          text-align: center;
          padding: 1.5rem; } }
    #mugwortsteamed div.container dl.content-2 dd {
      padding: 2rem 2rem 0; }
      @media screen and (max-width: 767px) {
        #mugwortsteamed div.container dl.content-2 dd {
          padding: 2rem 0 0; } }
      #mugwortsteamed div.container dl.content-2 dd p {
        font-size: 1.8rem;
        font-size: 18px; }
      #mugwortsteamed div.container dl.content-2 dd ul {
        margin-bottom: 0; }
        #mugwortsteamed div.container dl.content-2 dd ul li {
          font-size: 2rem;
          font-size: 20px;
          font-weight: 500;
          margin-top: 0.5em;
          line-height: 2rem; }
          @media screen and (max-width: 767px) {
            #mugwortsteamed div.container dl.content-2 dd ul li {
              font-size: 1.5rem;
              font-size: 15px;
              padding: 0 1rem; } }
          #mugwortsteamed div.container dl.content-2 dd ul li::before {
            content: "●";
            color: #51C2D5; }
  #mugwortsteamed div.container dl + div ul {
    margin-top: 5rem; }
    @media screen and (max-width: 767px) {
      #mugwortsteamed div.container dl + div ul {
        margin-top: 3rem; } }
    #mugwortsteamed div.container dl + div ul figure figcaption {
      font-size: 2rem;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      margin-top: 2rem; }
  #mugwortsteamed div.container .price table tr:nth-child(1) td {
    border-bottom: 1px solid white; }

footer .clip-me2 {
  margin-top: 0 !important; }
