@charset "UTF-8";

* {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
}

img[src$=".svg"] {
      width: 100%;
}

@media screen and (max-width: 900px) {
      #webreserve img[src$=".svg"] {
            width: auto;
      }
}

#pagetop .hvr-push {
      width: 150px;
      height: 140px;
}

.cf:before,
.cf:after {
      content: "";
      display: block;
      overflow: hidden;
}

.cf:after {
      clear: both;
}

.cf {
      zoom: 1;
}

h3.mid-tit {
      text-align: center;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: bold;
      margin-bottom: 30px;
}

p.big-tit {
      text-align: center;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: bold;
      padding: 10px 0 0;
}

.col-white {
      color: #fff;
}

.col-green {
      color: #8bac61;
}

.txt-center {
      text-align: center !important;
}

.w80 {
      display: block;
      width: 90%;
      max-width: 600px;
      margin: 40px auto 0;
}

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

      h3.mid-tit {
            font-size: 20px;
            font-size: 2.0rem;
            margin-bottom: 20px;
      }

      p.big-tit {
            font-size: 20px;
            font-size: 2.0rem;
            line-height: 1.2 !important;
      }

      .w80 {
            margin: 40px auto 20px;
      }
}

@media screen and (min-width: 641px) {
      .sp {
            display: none;
      }
}



#contents-b {
      position: relative;
      width: 100%;
}

#contents-b p {
      line-height: 1.7;
}

#introSec {
      position: relative;
      background: #f5f1ee;
      padding: 120px 0;
      margin-bottom: 0;
}

#introSec .isInr {
      position: relative;
      display: block;
      width: 90%;
      max-width: 940px;
      margin: 0 auto;
}


.isCircle {
      position: relative;
      width: 100%;
}

.isCircle .intro-01 {
      position: absolute;
      top: -10px;
      right: 20px;
      width: 146px;
}

ul.intro-img {
      position: relative;
      width: 100%;
      display: block;
      margin: 80px auto 0;
}

ul.intro-img li {
      width: 25%;
      padding: 0 10px;
      float: left;
}


@media only screen and (max-width: 960px) {
      .isCircle .intro-01 {
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
      }

      ul.intro-img {
            margin: 50px auto 0;
      }
}

@media only screen and (max-width: 800px) {
      .isCircle .intro-01 {
            width: 80px;
      }

      ul.intro-img li {
            width: 50%;
            padding: 10px;
            float: left;
      }
}

@media only screen and (max-width: 640px) {
      #introSec {
            padding: 40px 0;
      }

      .isCircle .intro-01 {
            position: absolute;
            top: 5px;
            right: -5px;
            width: 65px;
      }

      ul.intro-img {
            margin: 40px auto 0;
      }

      ul.intro-img li {
            width: 50%;
            padding: 10px 15px;
            float: left;
      }
}





.isInfo h2 {
      text-align: center;
      font-size: 48px;
      font-size: 4.8rem;
      font-weight: 700;
      margin-bottom: 60px;
      color: #8bac61;
}

.isInfo h2 span {
      position: relative;
}

.isInfo h2 span small {
      position: absolute;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 300;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit- transform: translateX(-50%);
      width: 100%;
}

.isInfo h3 {
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 400;
      margin-bottom: 30px;
}




#knowSec {
      position: relative;
      background: url("../../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
      padding: 140px 0 100px;
      margin-bottom: 0;
}


.knowInr {
      position: relative;
      width: 90%;
      max-width: 1100px;
      margin: 0 auto;
}



/*****ESTHETIC*****/


.jobList {
      position: relative;
      display: block;
      width: 100%;
      padding: 50px;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      box-shadow: 0 0 8px #dcdcdc;
}

.jobList+.jobList {
      margin-top: 150px;
}

.jobList .icon {
      position: relative;
      display: block;
      width: 106px;
      margin: -103px auto 50px;
}

.menu-tit-1 {
      position: relative;
      display: block;
      width: 100%;
      margin: 70px auto;
}

.menu-tit-1 .en-10 {
      position: absolute;
      font-family: 'Quicksand', sans-serif;
      font-size: 100px;
      color: #f5f1ee;
      text-align: center;
      width: 100%;
      left: 0;
      top: -10px;
      font-weight: bold;
}

.round-tit {
      display: block;
      margin: 0 auto;
      text-align: center;
}

.round-tit span {
      display: inline-block;
      background: #3f3a39;
      padding: 4px 20px;
      color: #fff;
      line-height: 1;
      font-weight: bold;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
}

@media only screen and (max-width: 768px) {
      .jobList {
            padding: 20px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            box-shadow: 0 0 8px #dcdcdc;
      }

      .jobList+.jobList {
            margin-top: 100px;
      }

      .jobList .icon {
            position: relative;
            display: block;
            width: 70px;
            margin: -50px auto 10px;
      }

      .menu-tit-1 {
            margin: 20px auto 40px;
      }

      .menu-tit-1 .en-10 {
            font-size: 45px;
            left: 0;
            top: -10px;
      }
}

@media only screen and (max-width: 640px) {

      .menu-tit-1 .en-10 {
            font-size: 35px;
            left: 0;
            top: -10px;
      }

      .round-tit span {
            padding: 2px 15px;
            color: #fff;
            line-height: 1;
            font-weight: bold;
            font-size: 10px;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
      }
}


.boxs-11 {
      position: relative;
      display: block;
      background: url("../img/e-giza.png") left bottom repeat-x;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 60px;
}

.boxs-11 .left {
      width: 50%;
      float: left;
}

.boxs-11 .left img {
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
}

.boxs-11 .right {
      width: 50%;
      float: right;
      padding: 30px 40px 0;
      text-align: left !important;
}

.center-10 {
      display: block;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
}

.cleaning-img {
      display: block;
      width: 100%;
      margin: 0 auto 50px;
}

.illust-kobito {
      display: block;
      width: 100%;
      max-width: 860px;
      margin: 60px auto;
}

.white-ing {
      width: 100%;
      margin: 0 auto;
      background: #a9afc9;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
}

.white-ing .left {
      width: 50%;
      float: left;
}

.white-ing .left img {
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
}

.white-ing .right {
      width: 50%;
      float: right;
      text-align: left !important;
      padding-right: 50px;
}


.boxs-tit5 {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 10px;
}

.boxs-tit5 span {
      display: block;
      font-size: 35px;
      line-height: 1;
}

ul.box-illust {
      position: relative;
      display: block;
      width: 100%;
      margin: 40px auto 0;
}

ul.box-illust li {
      width: 50%;
      margin-bottom: 20px;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
}

ul.box-illust li .left {
      width: 35%;
      float: left;
}

ul.box-illust li .right {
      width: 65%;
      float: right;
      padding: 0 30px 0 25px;
      text-align: left !important;
}

ul.pmtc-3 {
      position: relative;
      display: block;
      width: 100%;
      margin: 50px auto 0;
}

ul.pmtc-3 li {
      float: left;
}

ul.pmtc-3 li .image {
      display: block;
      width: 100%;
      margin: 0 auto 10px;
}

ul.pmtc-3 li:nth-child(odd) {
      width: 30%;
}

ul.pmtc-3 li:nth-child(even) {
      width: 5%;
      text-align: center !important;
      margin-top: 100px;
      font-size: 50px;
      color: #f5f1ee;
}

.last-boxs4 {
      position: relative;
      width: 50%;
      float: left;
      padding: 30px;
}

@media screen and (max-width: 1170px) {
      .boxs-11 {
            position: relative;
            display: block;
            background: url("../img/e-giza.png") left bottom repeat-x;
            width: 100%;
            margin: 0 auto;
            padding: 0 0 60px;
      }

      .boxs-11 .left {
            width: 100%;
            float: none;
      }

      .boxs-11 .left img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
      }

      .boxs-11 .right {
            width: 100%;
            float: none;
            padding: 20px 40px 0;
      }
}

@media only screen and (max-width: 968px) {
      .jobList {
            padding: 30px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
      }
}

@media only screen and (max-width: 900px) {
      ul.box-illust {
            position: relative;
            display: block;
            width: 100%;
            margin: 40px auto 0;
      }

      ul.box-illust li {
            width: 100%;
            margin-bottom: 0;
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
      }

      ul.box-illust li .left {
            width: 30%;
            float: left;
            margin: 0 auto;
      }

      ul.box-illust li .right {
            width: 70%;
            float: right;
            padding: 0 0 0 30px;
            text-align: left !important;
      }

      ul.box-illust li+li {
            margin-top: 40px;
            padding-top: 40px;
            border-top: 1px dashed #ccc;
      }

      .white-ing {
            width: 100%;
            margin: 0 auto;
            background: #a9afc9;
            display: block;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
      }

      .white-ing .left {
            width: 100%;
            float: none;
      }

      .white-ing .left img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
      }

      .white-ing .right {
            width: 100%;
            float: none;
            padding: 10px 20px 20px;
      }
}

@media only screen and (max-width: 768px) {
      .cleaning-img {
            display: block;
            width: 100%;
            margin: 0 auto 50px;
      }

      .illust-kobito {
            display: block;
            width: 100%;
            max-width: 860px;
            margin: 30px auto;
      }

      ul.box-illust li .left {
            width: 20%;
            float: left;
            margin: 0 auto;
      }

      ul.box-illust li .right {
            width: 80%;
            float: right;
            padding: 0 0 0 20px;
            text-align: left !important;
      }

      ul.box-illust li+li {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px dashed #ccc;
      }

      .boxs-11 .right {
            padding: 15px 5px 0;
      }

      ul.pmtc-3 {
            width: 90%;
            margin: 30px auto 0;
      }

      ul.pmtc-3 li {
            float: none;
      }

      ul.pmtc-3 li+li {
            margin-top: 20px;
      }

      ul.pmtc-3 li .image {
            display: block;
            width: 80%;
            margin: 0 auto 10px;
      }

      ul.pmtc-3 li:nth-child(odd) {
            width: 100%;
      }

      ul.pmtc-3 li:nth-child(even) {
            display: none;
      }

      .last-boxs4 {
            position: relative;
            width: 100%;
            float: none;
            padding: 0;
      }

      .last-boxs4 .image {
            margin: 10px auto;
      }

      .last-boxs4+.last-boxs4 {
            margin-top: 20px;
      }
}


@media only screen and (max-width: 640px) {
      .isInfo h2 {
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 1.3;
            margin-bottom: 30px;
      }

      .isInfo h3 {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.7;
      }

      #knowSec {
            padding: 60px 0 40px;
      }


      .knowInr {
            position: relative;
            width: 100%;
            margin: 0 auto;
            padding: 0 10px;
      }

      .jobList {
            padding: 20px;
      }
}

ul.menu-esthetic-list.box-illust {
      margin: 0 auto;
}

ul.box-illust li {
      width: 100%;
      margin-bottom: 0;
      float: unset;
      display: block;
      justify-content: center;
      align-items: center;
}

.knowSec_head {
      display: flex;
      align-items: center;
      margin-top: 90px;
}

.box-illust li .knowSec_head .left {
      width: 180px;
}

.box-illust li .knowSec_head .right {
      width: calc(100% - 180px);
}

.knowSec_btm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4%;
      background-color: #fbf8f5;
      border-radius: 10px;
      padding: 25px 30px;
      margin-top: 30px;
}

.knowSec_btm__cont_ttl {
      font-size: 1.8rem;
      font-weight: 700;
      color: #8bac61;
      margin-bottom: 5px;
}

.knowSec_btm__cont_item {
      position: relative;
      font-size: 1.4rem;
      line-height: 2;
      padding-left: 20px;
}

.knowSec_btm__cont_item::after {
      position: absolute;
      content: '';
      top: 13px;
      left: 10px;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background-color: #3f3a39;
}

p.knowSec_tag {
      font-size: 2rem;
      font-weight: 500;
      width: fit-content;
      height: 40px;
      line-height: 30px !important;
      border-radius: 20px;
      background-color: #e9e9e9;
      padding: 5px 15px;
      margin-bottom: 10px;
}

.listBox {
      background: #fff;
      margin-bottom: 10px;
      border-radius: 10px;
      border: 1px solid #dedede;
      padding: 80px 60px 30px;
      margin-top: 90px;
}

.listBox .ttl {
      background: #8bac61;
      border-radius: 30px;
      color: #fff;
      font-size: 24px;
      font-size: 2.4rem;
      margin: -100px auto 30px;
      padding: 8px 30px;
      text-align: center;
      display: table;
}

.listBox .txt {
      text-align: center;
}

.listBox .priceList .number span.number_detail {
      font-size: 1.6rem;
}

.listBox .priceList {
      margin-top: 50px;
}

.listBox .priceList .item {
      align-items: baseline;
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 35px;
}

.listBox .priceList .item:before {
      content: "";
      border-top: 2px dotted #d1cac4;
      position: absolute;
      left: 0;
      top: 18px;
      width: 100%;
      z-index: 0;
}

.listBox .priceList .item>p {
      position: relative;
      z-index: 2;
}

.listBox .priceList .itemName span.name {
      background: #fff;
      /* font-size: 2.4rem; */
      font-size: 2.2rem;
      font-weight: 500;
}

.itemName_detail {
      font-size: 13px;
}

.listBox .priceList .number {
      background: #fff;
      color: #8bac61;
      /* font-size: 36px;
      font-size: 3.6rem; */
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 80% !important;
      padding-left: 10px;
      position: relative;
      z-index: 2;
      text-align: right;
}

.listBox .priceList .number span {
      font-size: 13px;
      font-size: 1.3rem;
      margin-right: 0px;
      font-weight: 500;
}

ul.menu-esthetic-list.box-illust li+li {
      margin-top: 0px;
      padding-top: 0px;
      border-top: none;
}

@media only screen and (max-width: 1280px) {
      .knowSec_head {
            display: flex;
            align-items: center;
            margin-top: 7vw;
            margin-bottom: 30px;
      }

      .listBox .priceList .itemName {
            width: 48%;
      }

      .listBox .priceList .number {
            font-size: 28px;
            font-size: 2.8rem;
      }
}

@media screen and (max-width: 900px) {
      .knowSec_btm {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            background-color: #fbf8f5;
            border-radius: 10px;
            padding: 25px 30px;
      }
}

@media screen and (max-width: 810px) {
      .listBox {
            background: #fff;
            margin-bottom: 10px;
            border-radius: 10px;
            border: 1px solid #dedede;
            padding: 80px 20px 0px;
            margin-top: 60px;
      }

      .listBox .ttl {
            background: #8bac61;
            border-radius: 30px;
            color: #fff;
            font-size: 16px;
            font-size: 1.6rem;
            margin: -96px auto 20px;
            padding: 6px 15px;
            text-align: center;
            display: table;
      }

      .listBox .txt {
            font-size: 14px;
            margin-bottom: 30px;
      }

      .box-illust li .knowSec_head .left {
            width: 80px;
      }

      .box-illust li .knowSec_head .right {
            width: calc(100% - 80px);
      }

      .listBox .priceList .item {
            display: block;
            padding-bottom: 20px;
            border-bottom: 2px dotted #d1cac4;
            margin-bottom: 20px;
      }

      .listBox .priceList .item:last-child {
            border-bottom: none;
            margin-bottom: 0;
      }

      .listBox .priceList .item:before {
            content: "";
            border-top: 2px dotted #d1cac4;
            position: absolute;
            left: 0;
            top: 15px;
            width: 100%;
            z-index: 0;
            display: none;
      }

      .listBox .priceList .itemName {
            width: 100%;
            margin-bottom: 10px;
      }

      .listBox .priceList .itemName span.name {
            background: #fff;
            font-size: 1.8rem;
            font-weight: 500;
      }

      .listBox .priceList .number {
            font-size: 20px;
            font-size: 2rem;
            padding-left: 0;
      }

      .listBox .priceList .number span {
            font-size: 11px;
            font-size: 1.1rem;
      }

      .listBox .priceList .number span.number_detail {
            font-size: 1.4rem;
      }

      p.knowSec_tag {
            font-size: 1.6rem !important;
            font-weight: 500;
            width: fit-content;
            height: 30px;
            line-height: 23px !important;
            border-radius: 15px;
            background-color: #e9e9e9;
            padding: 5px 15px;
            margin-bottom: 10px;
      }
}

@media screen and (max-width: 410px) {

      .listBox .priceList .itemName span.name {
            font-size: 1.7rem;
      }

      .knowSec_btm {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            background-color: #fbf8f5;
            border-radius: 10px;
            padding: 25px 20px;
      }
}

@media screen and (max-width: 390px) {
      .listBox {
            background: #fff;
            margin-bottom: 10px;
            border-radius: 10px;
            border: 1px solid #dedede;
            padding: 80px 10px 0px;
            margin-top: 60px;
      }
}