@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 100; }

h2 {
  font-size: 45px;
  font-weight: 400;
  color: #928178;
  text-align: center;
  line-height: 1; }

.english {
  font-size: 18px;
  text-align: center;
  color: #928178 !important;
  margin: 10px 0 30px 0; }

header {
  height: 100px;
  width: 100%;
  background-color: #928178;
  position: relative; }
  header .headerLogo {
    width: 400px;
    height: 65px;
    display: block;
    position: absolute;
    top: 25px;
    left: 100px;
    transition: .3s all; }
    header .headerLogo:hover {
      transform: translateY(-10px); }
    header .headerLogo img {
      height: 50px; }
  header ul {
    display: flex;
    justify-content: space-between;
    width: 850px;
    position: absolute;
    top: 40px;
    right: 100px; }
    header ul li a {
      color: white;
      font-size: 18px; }
    header ul li a.line {
      width: 100%;
      height: 100%;
      position: relative; }
      header ul li a.line::before, header ul li a.line::after {
        border-bottom: solid 1px white;
        bottom: -5px;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0; }
      header ul li a.line::before {
        left: 50%; }
      header ul li a.line::after {
        right: 50%; }
      header ul li a.line:hover::before, header ul li a.line:hover::after {
        width: 50%; }

#booking {
  padding: 150px 0;
  background: #d4cabd; }
  #booking > div {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto; }
    #booking > div a {
      background-color: #8f3255;
      width: 270px;
      border-radius: 5px;
      margin: 0 auto;
      transition: 0.3s all;
      position: relative; }
      #booking > div a img {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 80px; }
      #booking > div a:hover {
        background-color: #a67c52; }
    #booking > div a:first-of-type {
      width: 270px;
      padding: 30px 0; }
      #booking > div a:first-of-type p {
        color: white;
        font-size: 24px;
        text-align: center; }
    #booking > div a:nth-of-type(2) {
      width: 500px;
      height: 96px; }
      #booking > div a:nth-of-type(2) p {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 18px;
        left: 264px; }

footer {
  height: 315px;
  background-color: #1F2F54;
  position: relative; }
  footer .left {
    padding-top: 50px;
    margin: 0px 0 0 100px; }
    footer .left img {
      height: 140px;
      display: inline-block;
      vertical-align: top; }
    footer .left p {
      display: inline-block;
      vertical-align: top;
      color: #d4cabd;
      margin-left: 20px;
      line-height: 1.7; }
  footer .right {
    position: absolute;
    bottom: 50px;
    right: 100px; }
    footer .right a:first-of-type {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:first-of-type img {
        width: 100%; }
      footer .right a:first-of-type:hover {
        transform: translateY(-10px); }
    footer .right a:nth-of-type(2), footer .right a:nth-of-type(3) {
      width: 220px;
      height: 60px;
      border-radius: 5px;
      display: inline-block;
      background-color: #928178;
      color: #1F2F54;
      vertical-align: top;
      margin-left: 20px;
      position: relative;
      transition: 0.3s all; }
      footer .right a:nth-of-type(2):hover, footer .right a:nth-of-type(3):hover {
        transform: translateY(-10px); }
  footer .tel p {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 47px; }
    footer .tel p:before {
      content: "";
      background-image: url("../img/icon_tel.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 24px;
      height: 30px;
      position: absolute;
      top: 5px;
      left: -28px; }
    footer .tel p:after {
      content: "（受付時間 10：00〜22：30）";
      position: absolute;
      font-size: 10px;
      display: block;
      bottom: -10px;
      left: 0px;
      width: 140px; }
  footer .mail p {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    left: 52px; }
    footer .mail p:before {
      content: "";
      background-image: url("../img/icon_mail.svg");
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      width: 35px;
      height: 25px;
      position: absolute;
      top: 0px;
      left: -40px; }

#footerBtn {
  display: none; }

@media (max-width: 768px) {
  header {
    display: none; }

  footer {
    height: 380px;
    background-color: #1F2F54;
    position: relative; }
    footer .right {
      display: none; }
    footer .left {
      padding-top: 50px;
      width: 90%;
      display: block;
      margin: 0 auto; }
      footer .left img {
        height: 100px;
        display: inline-block;
        margin-bottom: 10px; }
      footer .left p {
        display: inline-block;
        vertical-align: top;
        color: #d4cabd;
        margin-left: 20px;
        line-height: 1.7; }
        footer .left p span {
          font-size: 12px; }

  #booking {
    padding: 70px 0;
    background: #d4cabd; }
    #booking > div {
      display: block;
      width: 90%;
      margin: 0 auto; }
      #booking > div a {
        background-color: #8f3255;
        width: 100%;
        border-radius: 5px;
        margin: 0 auto;
        transition: 0.3s all;
        position: relative;
        display: block; }
        #booking > div a img {
          position: absolute;
          top: 8px;
          left: 8px;
          height: 80px; }
        #booking > div a:hover {
          background-color: #a67c52; }
      #booking > div a:first-of-type {
        padding: 30px 0;
        margin-bottom: 30px;
        width: 80%; }
        #booking > div a:first-of-type p {
          color: white;
          font-size: 24px;
          text-align: center; }
      #booking > div a:nth-of-type(2) {
        height: auto;
        width: 80%;
        padding: 20px 0; }
        #booking > div a:nth-of-type(2) img {
          display: block;
          margin: 0 auto 20px auto;
          height: auto;
          width: 90%;
          position: static;
          top: auto;
          left: auto; }
        #booking > div a:nth-of-type(2) p {
          color: white;
          font-size: 20px;
          position: static;
          top: auto;
          left: auto;
          display: block;
          margin: 0 auto;
          width: fit-content; }

  #footerBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block; }
    #footerBtn a {
      width: 49.5%;
      background: #a67c52;
      margin-right: 1%;
      display: inline-block;
      height: 60px;
      font-size: 18px;
      text-align: center;
      padding-top: 15px;
      color: white; }
      #footerBtn a:last-of-type {
        margin-right: 0; } }
.pc {
  display: block; }

.sp {
  display: none; }

#hero {
  background-image: url("../img/menu_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 360px;
  width: 100%; }

h4 {
  width: 100%;
  background-color: #928178;
  text-align: center;
  height: 80px;
  color: white;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 100px; }

#section01 {
  padding: 100px 0; }

#section02 {
  padding-bottom: 100px; }
  #section02 div {
    display: table;
    margin: 0 auto 50px auto; }
    #section02 div img {
      width: 550px;
      display: inline-block;
      margin-right: 20px; }
    #section02 div dl {
      display: inline-block;
      vertical-align: top; }
      #section02 div dl dt {
        font-size: 35px;
        line-height: 1; }
        #section02 div dl dt:after {
          content: "URU FIVE GOLD";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section02 div dl dd {
        width: 490px;
        margin-top: 10px;
        font-size: 19px;
        text-align: justify; }
        #section02 div dl dd span {
          padding-left: 25px; }
        #section02 div dl dd:before {
          content: "";
          background-image: url("../img/checkMark.svg");
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          margin-right: 5px; }
  #section02 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1060px; }
    #section02 table tr:first-of-type td {
      border-top: solid thin gray; }
    #section02 table tr:nth-of-type(even) {
      background-color: #e8e2e2; }
    #section02 table td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      border-right: solid thin gray; }
      #section02 table td span {
        color: #928178; }
      #section02 table td:last-of-type {
        border-right: none;
        text-align: right; }
  #section02 p {
    text-align: center;
    margin-top: 10px;
    padding-left: 675px; }

#section03 {
  padding-bottom: 100px;
  background-color: #d4cabd; }
  #section03 div {
    display: table;
    margin: 0 auto 50px auto; }
    #section03 div img {
      width: 550px;
      display: inline-block;
      margin-right: 20px; }
    #section03 div dl {
      display: inline-block;
      vertical-align: top; }
      #section03 div dl dt {
        font-size: 35px;
        line-height: 1; }
        #section03 div dl dt:after {
          content: "セルライトゼロ";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section03 div dl dd {
        width: 380px;
        margin-top: 20px;
        font-size: 19px;
        text-align: justify; }
  #section03 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 950px; }
    #section03 table tr:first-of-type td {
      border-top: solid thin gray; }
    #section03 table tr:nth-of-type(even) {
      background-color: #e1dbdb; }
    #section03 table td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      border-right: solid thin gray; }
      #section03 table td:last-of-type {
        border-right: none;
        text-align: right; }
  #section03 a {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    width: 400px;
    padding: 10px 0;
    color: white;
    text-align: center;
    transition: 0.3s all;
    background-color: #1F2F54;
    border-radius: 5px;
    margin-top: 50px; }
    #section03 a:hover {
      background-color: #a67c52; }

#section04 {
  padding-bottom: 100px; }
  #section04 div {
    display: table;
    margin: 0 auto 50px auto; }
    #section04 div img {
      width: 550px;
      display: inline-block;
      margin-right: 20px; }
    #section04 div dl {
      display: inline-block;
      vertical-align: top; }
      #section04 div dl dt {
        font-size: 35px;
        line-height: 1; }
        #section04 div dl dt:after {
          content: "SHR脱毛";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section04 div dl dd {
        width: 490px;
        margin-top: 10px;
        font-size: 19px;
        text-align: justify; }
        #section04 div dl dd span {
          padding-left: 25px; }
        #section04 div dl dd:before {
          content: "";
          background-image: url("../img/checkMark.svg");
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          margin-right: 5px; }
  #section04 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1060px; }
  #section04 td {
    border-bottom: solid thin gray;
    padding: 20px;
    font-size: 20px;
    text-align: right;
    border-right: solid thin gray; }
    #section04 td span {
      padding: 5px;
      background-color: #4d4d4d;
      color: white; }
    #section04 td:first-of-type {
      text-align: center; }
    #section04 td:nth-of-type(5) {
      border-left: solid 3px #a67c52; }
    #section04 td:last-of-type {
      border-right: solid 3px #a67c52;
      text-align: right;
      border-left: dashed 2px gray; }
  #section04 tr:first-of-type td {
    border-top: solid thin gray;
    text-align: center;
    background-color: #d4cabd; }
    #section04 tr:first-of-type td:nth-of-type(5) {
      border-top: solid 3px #a67c52; }
    #section04 tr:first-of-type td:last-of-type {
      text-align: center;
      border-top: solid 3px #a67c52; }
  #section04 tr:nth-of-type(2) {
    text-align: center; }
    #section04 tr:nth-of-type(2) td:last-of-type {
      text-align: center; }
  #section04 tr:nth-of-type(2n+1) {
    background-color: #e8e2e2; }
  #section04 tr:last-of-type td:nth-of-type(5), #section04 tr:last-of-type td:last-of-type {
    border-bottom: solid 3px #a67c52; }

#section05 {
  padding-bottom: 100px;
  background-color: #d4cabd; }
  #section05 img {
    width: 1000px;
    display: block;
    margin: 0 auto 50px auto; }
  #section05 dl {
    display: inline-block;
    vertical-align: top; }
    #section05 dl dt {
      font-size: 35px;
      line-height: 1; }
      #section05 dl dt:after {
        content: "セルライトゼロ";
        color: #a67c52;
        font-size: 16px;
        display: block;
        margin-top: 10px; }
    #section05 dl dd {
      width: 320px;
      margin-top: 20px;
      font-size: 19px;
      text-align: justify; }
  #section05 .tableTitle {
    text-align: center;
    padding-right: 900px;
    margin-bottom: 10px;
    font-size: 20px; }
  #section05 .table01 {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1000px; }
    #section05 .table01 tr:first-of-type td {
      border-top: solid thin gray;
      background-color: #c6ad95; }
      #section05 .table01 tr:first-of-type td:nth-of-type(5) {
        border-left: solid 3px #a67c52;
        border-top: solid 3px #a67c52; }
      #section05 .table01 tr:first-of-type td:last-of-type {
        border-top: solid 3px #a67c52; }
    #section05 .table01 tr:last-of-type td:nth-of-type(5) {
      border-bottom: solid 3px #a67c52; }
    #section05 .table01 tr:last-of-type td:last-of-type {
      border-bottom: solid 3px #a67c52; }
    #section05 .table01 td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      text-align: center;
      border-right: solid thin gray; }
      #section05 .table01 td:nth-of-type(5) {
        border-left: solid 3px #a67c52; }
      #section05 .table01 td:last-of-type {
        border-right: solid 3px #a67c52;
        border-left: dashed 2px gray; }
  #section05 .table02 {
    border-collapse: collapse;
    margin: 50px auto 0 auto;
    width: 1000px; }
    #section05 .table02 tr:first-of-type td {
      border-top: solid thin gray; }
    #section05 .table02 tr:nth-of-type(even) {
      background: #e1dbdb; }
    #section05 .table02 td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      text-align: left;
      border-right: solid thin gray; }
      #section05 .table02 td:last-of-type {
        border-right: none;
        border-left: solid 3px gray;
        text-align: center; }
  #section05 .note {
    text-align: center;
    padding-left: 650px;
    margin-top: 10px; }
  #section05 a {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    width: 400px;
    padding: 10px 0;
    color: white;
    text-align: center;
    transition: 0.3s all;
    background-color: #1F2F54;
    border-radius: 5px;
    margin-top: 50px; }
    #section05 a:hover {
      background-color: #a67c52; }

#section06 {
  padding-bottom: 100px; }
  #section06 img {
    width: 1000px;
    display: block;
    margin: 0 auto 50px auto; }
  #section06 dl {
    display: inline-block;
    vertical-align: top; }
    #section06 dl dt {
      font-size: 35px;
      line-height: 1; }
      #section06 dl dt:after {
        content: "セルライトゼロ";
        color: #a67c52;
        font-size: 16px;
        display: block;
        margin-top: 10px; }
    #section06 dl dd {
      width: 320px;
      margin-top: 20px;
      font-size: 19px;
      text-align: justify; }
  #section06 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1000px; }
    #section06 table tr:first-of-type td {
      border-top: solid thin gray;
      text-align: center; }
    #section06 table tr:first-of-type td:last-of-type {
      text-align: right; }
    #section06 table tr:nth-of-type(2) {
      background-color: #e8e2e2; }
    #section06 table td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      border-right: solid thin gray; }
      #section06 table td:last-of-type {
        border-right: none;
        text-align: right; }

#section08 {
  padding-bottom: 100px;
  background-color: #d4cabd; }
  #section08 div {
    display: table;
    margin: 0 auto 50px auto; }
    #section08 div img {
      width: 550px;
      display: inline-block;
      margin-right: 20px; }
    #section08 div dl {
      display: inline-block;
      vertical-align: top; }
      #section08 div dl dt {
        font-size: 35px;
        line-height: 1;
        /*&:after {
            
            content: "SHR脱毛";
            color: $gold;
            font-size: 16px;
            display: block;
            margin-top: 10px;
            
        }*/ }
      #section08 div dl dd {
        width: 490px;
        margin-top: 10px;
        font-size: 19px;
        text-align: justify; }
        #section08 div dl dd span {
          padding-left: 25px; }
        #section08 div dl dd:before {
          content: "";
          background-image: url("../img/checkMark.svg");
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          margin-right: 5px; }
  #section08 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1060px; }
    #section08 table tr:first-of-type td {
      border-top: solid thin gray;
      text-align: center; }
    #section08 table tr:first-of-type td:last-of-type {
      text-align: right; }
    #section08 table tr:nth-of-type(2n) {
      background-color: #e1dbdb; }
    #section08 table td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      border-right: solid thin gray; }
      #section08 table td:last-of-type {
        border-right: none;
        text-align: right; }

#section07 {
  padding-bottom: 100px;
  background-color: #d4cabd; }
  #section07 img {
    width: 1000px;
    display: block;
    margin: 0 auto 50px auto; }
  #section07 dl {
    display: inline-block;
    vertical-align: top; }
    #section07 dl dt {
      font-size: 35px;
      line-height: 1; }
      #section07 dl dt:after {
        content: "セルライトゼロ";
        color: #a67c52;
        font-size: 16px;
        display: block;
        margin-top: 10px; }
    #section07 dl dd {
      width: 320px;
      margin-top: 20px;
      font-size: 19px;
      text-align: justify; }
  #section07 table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1000px; }
    #section07 table tr:first-of-type td {
      border-top: solid thin gray;
      text-align: center; }
    #section07 table tr:first-of-type td:last-of-type {
      text-align: right; }
    #section07 table tr:nth-of-type(2n) {
      background-color: #e1dbdb; }
    #section07 table td {
      border-bottom: solid thin gray;
      padding: 20px;
      font-size: 20px;
      border-right: solid thin gray; }
      #section07 table td:last-of-type {
        border-right: none;
        text-align: right; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    background-image: url("../img/menu_top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 360px;
    width: 100%; }

  h4 {
    width: 100%;
    background-color: #928178;
    text-align: center;
    height: 80px;
    color: white;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    padding-top: 22px;
    margin-bottom: 100px; }

  #section01 {
    padding: 100px 0; }

  #section02 {
    padding-bottom: 100px; }
    #section02 h4 {
      margin-bottom: 0; }
    #section02 div {
      display: table;
      margin: 0 auto 50px auto; }
      #section02 div img {
        width: 100%;
        display: block;
        margin: 0 auto; }
      #section02 div dl {
        display: block;
        width: 85%;
        margin: 25px auto 0 auto; }
        #section02 div dl dt {
          font-size: 35px;
          line-height: 1; }
          #section02 div dl dt:after {
            content: "URU FIVE GOLD";
            color: #a67c52;
            font-size: 16px;
            display: block;
            margin-top: 10px; }
        #section02 div dl dd {
          width: 100%;
          margin-top: 20px;
          font-size: 19px;
          text-align: justify; }
          #section02 div dl dd span {
            padding-left: 0px; }
    #section02 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 95%; }
      #section02 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section02 table td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 12px;
        border-right: solid thin gray; }
        #section02 table td:last-of-type {
          text-align: right; }
    #section02 p {
      font-size: 13px;
      padding-left: 0; }

  #section03 {
    padding-bottom: 100px;
    background-color: #d4cabd; }
    #section03 h4 {
      margin-bottom: 0; }
    #section03 div {
      display: table;
      margin: 0 auto 50px auto; }
      #section03 div img {
        width: 100%;
        display: block;
        margin-right: 20px; }
      #section03 div dl {
        display: block;
        margin: 25px auto 0 auto;
        width: 90%; }
        #section03 div dl dt {
          font-size: 35px;
          line-height: 1; }
          #section03 div dl dt:after {
            content: "セルライトゼロ";
            color: #a67c52;
            font-size: 16px;
            display: block;
            margin-top: 10px; }
        #section03 div dl dd {
          width: 100%;
          margin-top: 20px;
          font-size: 19px;
          text-align: justify; }
    #section03 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section03 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section03 table td {
        border-bottom: solid thin gray;
        padding: 5px;
        font-size: 13px;
        border-right: solid thin gray; }
        #section03 table td:last-of-type {
          text-align: right; }
    #section03 a {
      display: block;
      margin: 0 auto;
      font-size: 20px;
      width: 80%;
      padding: 25px 0 20px 0;
      color: white;
      text-align: center;
      transition: 0.3s all;
      background-color: #1F2F54;
      border-radius: 5px;
      margin-top: 50px; }
      #section03 a:hover {
        background-color: #a67c52; }

  #section04 {
    padding-bottom: 100px; }
    #section04 h4 {
      margin-bottom: 0; }
    #section04 div {
      display: table;
      margin: 0 auto 50px auto; }
      #section04 div img {
        width: 100%;
        display: block;
        margin: 0 auto; }
      #section04 div dl {
        display: block;
        width: 85%;
        margin: 25px auto 0 auto; }
        #section04 div dl dt {
          font-size: 35px;
          line-height: 1; }
          #section04 div dl dt:after {
            content: "SHR脱毛";
            color: #a67c52;
            font-size: 16px;
            display: block;
            margin-top: 10px; }
        #section04 div dl dd {
          width: 100%;
          margin-top: 20px;
          font-size: 19px;
          text-align: justify; }
          #section04 div dl dd span {
            padding-left: 0px; }
    #section04 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section04 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section04 table td {
        border-bottom: solid thin gray;
        padding: 5px;
        font-size: 13px;
        border-right: solid thin gray; }
        #section04 table td span {
          padding: 0px;
          background-color: white;
          color: red; }
        #section04 table td:last-of-type {
          text-align: right; }
      #section04 table tr:nth-of-type(2) {
        text-align: center; }
        #section04 table tr:nth-of-type(2) td:last-of-type {
          text-align: center; }

  #section05 {
    padding-bottom: 100px;
    background-color: #d4cabd; }
    #section05 h4 {
      margin-bottom: 0; }
    #section05 img {
      width: 100%;
      display: block;
      margin: 0 auto 50px auto; }
    #section05 dl {
      display: block; }
      #section05 dl dt {
        font-size: 35px;
        line-height: 1; }
        #section05 dl dt:after {
          content: "セルライトゼロ";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section05 dl dd {
        width: 320px;
        margin-top: 20px;
        font-size: 19px;
        text-align: justify; }
    #section05 .tableTitle {
      text-align: center;
      padding-right: 0px;
      margin-bottom: 10px;
      font-size: 20px; }
    #section05 .table01 {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section05 .table01 tr:first-of-type td {
        border-top: solid thin gray;
        background-color: #c6ad95; }
      #section05 .table01 td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 13px;
        text-align: center;
        border-right: solid thin gray; }
        #section05 .table01 td:last-of-type {
          border-right: solid 3px #a67c52;
          border-left: dashed 3px gray; }
    #section05 .table02 {
      border-collapse: collapse;
      margin: 50px auto 0 auto;
      width: 90%; }
      #section05 .table02 tr:first-of-type td {
        border-top: solid thin gray; }
      #section05 .table02 tr:nth-of-type(even) {
        background: #cccccc; }
      #section05 .table02 td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 13px;
        text-align: justify;
        border-right: solid thin gray; }
        #section05 .table02 td:last-of-type {
          border-right: none;
          border-left: solid 3px gray; }
    #section05 .note {
      text-align: center;
      padding-left: 0px;
      margin-top: 10px;
      font-size: 13px; }
    #section05 a {
      display: block;
      margin: 0 auto;
      font-size: 20px;
      width: 80%;
      padding: 25px 0 20px 0;
      color: white;
      text-align: center;
      transition: 0.3s all;
      background-color: #1F2F54;
      border-radius: 5px;
      margin-top: 50px; }
      #section05 a:hover {
        background-color: #a67c52; }

  #section06 {
    padding-bottom: 100px; }
    #section06 h4 {
      margin-bottom: 0; }
    #section06 img {
      width: 100%;
      display: block;
      margin: 0 auto 50px auto; }
    #section06 dl {
      display: inline-block;
      vertical-align: top; }
      #section06 dl dt {
        font-size: 35px;
        line-height: 1; }
        #section06 dl dt:after {
          content: "セルライトゼロ";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section06 dl dd {
        width: 320px;
        margin-top: 20px;
        font-size: 19px;
        text-align: justify; }
    #section06 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section06 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section06 table td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 14px;
        border-right: solid thin gray; }
        #section06 table td:last-of-type {
          text-align: right; }

  #section08 {
    padding-bottom: 100px; }
    #section08 h4 {
      margin-bottom: 0; }
    #section08 div {
      display: table;
      margin: 0 auto 50px auto; }
      #section08 div img {
        width: 100%;
        display: block;
        margin: 0 auto; }
      #section08 div dl {
        display: block;
        width: 85%;
        margin: 25px auto 0 auto; }
        #section08 div dl dt {
          font-size: 35px;
          line-height: 1.2;
          /*     &:after {
                   
                   content: "SHR脱毛";
                   color: $gold;
                   font-size: 16px;
                   display: block;
                   margin-top: 10px;
                   
               }*/ }
        #section08 div dl dd {
          width: 100%;
          margin-top: 20px;
          font-size: 19px;
          text-align: justify; }
          #section08 div dl dd span {
            padding-left: 0px; }
    #section08 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section08 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section08 table td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 14px;
        border-right: solid thin gray; }
        #section08 table td:last-of-type {
          text-align: right; }

  #section07 {
    padding-bottom: 100px;
    background-color: #d4cabd; }
    #section07 h4 {
      margin-bottom: 0; }
    #section07 img {
      width: 100%;
      display: block;
      margin: 0 auto 50px auto; }
    #section07 dl {
      display: block;
      vertical-align: top; }
      #section07 dl dt {
        font-size: 35px;
        line-height: 1; }
        #section07 dl dt:after {
          content: "セルライトゼロ";
          color: #a67c52;
          font-size: 16px;
          display: block;
          margin-top: 10px; }
      #section07 dl dd {
        width: 320px;
        margin-top: 20px;
        font-size: 19px;
        text-align: justify; }
    #section07 table {
      border-collapse: collapse;
      margin: 0 auto;
      width: 90%; }
      #section07 table tr:first-of-type td {
        border-top: solid thin gray; }
      #section07 table td {
        border-bottom: solid thin gray;
        padding: 10px;
        font-size: 14px;
        border-right: solid thin gray; }
        #section07 table td:last-of-type {
          text-align: right; } }
