@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  -webkit-animation-name: fadeInLeft100_op;
          animation-name: fadeInLeft100_op;
}

@-webkit-keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  -webkit-animation-name: fadeInRight100_op;
          animation-name: fadeInRight100_op;
}

@-webkit-keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
          animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
          animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp100_op {
  -webkit-animation-name: fadeInUp100_op;
          animation-name: fadeInUp100_op;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu .menu-sec01 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01__contents-04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-dermapen/m-pen02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__contents-04 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.1rem;
  text-align: center;
}
#menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
  transform: translate(40%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
    transform: translate(-28%, 30%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 90%);
}
#menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
    transform: translate(-11%, 57%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
  transform: translate(-75%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-04 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image-04 {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-04 img {
  width: 100%;
  display: block;
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07-04 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-dermapen/m-pen06.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07-04::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07-04__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07-04__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07-04__contents {
  position: relative;
}
#menu .menu-sec07-04 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07-04 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07-04 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07-04 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07-04 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-04 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents-04 {
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents-04 {
    width: 80%;
  }
}
#menu .menu-sec10__contents-04 img {
  width: 50%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#price .menu-nav ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li {
    width: 16.5rem;
    text-align: center;
  }
}
#price .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#price .menu-nav ul li a i {
  margin-left: 1rem;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
    margin-bottom: 5rem;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu .menu-sec01-02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01-02__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01-02__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-hifu/hifu02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01-02 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01-02 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01-02 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01-02 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.1rem;
  text-align: center;
}
#menu .menu-sec01-02 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01-02 .bubble-area.bubble-area02 .bubble {
  transform: translate(40%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area.bubble-area02 .bubble {
    transform: translate(8%, 30%);
  }
}
#menu .menu-sec01-02 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 90%);
}
#menu .menu-sec01-02 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area.bubble-area04 .bubble {
    transform: translate(-11%, 57%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01-02 .bubble-area.bubble-area06 .bubble {
  transform: translate(-75%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01-02 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02-02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02-02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image02 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image02 {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image02 img {
  width: 45%;
  display: block;
  margin: auto;
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07-02 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-hifu/hifu05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07-02::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07-02__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07-02__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07-02__contents {
  position: relative;
}
#menu .menu-sec07-02 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07-02 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07-02 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07-02 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07-02 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-02 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents-02 {
  display: flex;
  justify-content: center;
  gap: 14rem;
  width: 60%;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents-02 {
    width: 80%;
    gap: 5rem;
  }
}
#menu .menu-sec10__contents-02 img {
  width: 40%;
  height: 20%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#price .menu-nav ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li {
    width: 16.5rem;
    text-align: center;
  }
}
#price .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#price .menu-nav ul li a i {
  margin-left: 1rem;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
    margin-bottom: 5rem;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu .menu-sec01 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01__contents-03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-photo-facial/photo-facial02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__contents-03 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.1rem;
  text-align: center;
}
#menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
  transform: translate(40%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
    transform: translate(8%, 30%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 90%);
}
#menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
    transform: translate(-11%, 57%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
  transform: translate(-75%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-03 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image-03 {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-03 img {
  width: 100%;
  display: block;
  margin: auto;
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07-03 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-photo-facial/photo-facial05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07-03::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07-03__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07-03__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07-03__contents {
  position: relative;
}
#menu .menu-sec07-03 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07-03 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07-03 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07-03 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07-03 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-03 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents-03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  gap: 0rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents-03 {
    width: 80%;
  }
}
#menu .menu-sec10__contents-03 img {
  width: 40%;
  height: 20%;
}
#menu .menu-sec10__contents-03 .photo-facial_img {
  width: 100%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#price .menu-nav ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li {
    width: 16.5rem;
    text-align: center;
  }
}
#price .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#price .menu-nav ul li a i {
  margin-left: 1rem;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
    margin-bottom: 5rem;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu .menu-sec01 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01__contents-05 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-botox/botox02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__contents-05 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.1rem;
  text-align: center;
}
#menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
  transform: translate(40%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
    transform: translate(-28%, 30%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 90%);
}
#menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
    transform: translate(-11%, 57%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
  transform: translate(-75%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-05 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image-05 {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-05 img {
  width: 100%;
  display: block;
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07-05 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-dermapen/m-pen06.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07-05::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07-05__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07-05__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07-05__contents {
  position: relative;
}
#menu .menu-sec07-05 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07-05 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07-05 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07-05 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07-05 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07-05 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents-05 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents-05 {
    width: 100%;
  }
}
#menu .menu-sec10__contents-05 img {
  width: 50%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#price .menu-nav ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li {
    width: 16.5rem;
    text-align: center;
  }
}
#price .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#price .menu-nav ul li a i {
  margin-left: 1rem;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
    margin-bottom: 5rem;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

#menu .child-fv {
  width: 100%;
  height: 53.26vw;
  position: relative;
}
#menu .child-fv__image {
  width: 100%;
  height: 100%;
}
#menu .child-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#menu .menu-sec01 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec01__title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec01__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 28.5rem 28.5rem;
  background-image: url(../img/menu/m-hyaluronic/hyaluronic02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem 10rem;
    background-position: 70% 50%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#menu .menu-sec01 .bubble-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menu .menu-sec01 .bubble-area .bubble {
  width: 30rem;
  height: 18.5rem;
  background-image: url(../img/menu/fukidasi01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area .bubble {
    width: 16rem;
    height: 9.8rem;
  }
}
#menu .menu-sec01 .bubble-area .bubble__text {
  width: 80%;
}
#menu .menu-sec01 .bubble-area .bubble__text p {
  color: #fff;
  line-height: 1.75;
  font-size: 1.1rem;
  text-align: center;
}
#menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
  transform: translate(0, 20%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area01 .bubble {
    transform: translate(0, 40%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
  transform: translate(40%, -10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area02 .bubble {
    transform: translate(-28%, 30%);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area03 .bubble {
  transform: translate(5%, 90%);
}
#menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
  transform: translate(50%, 10%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area04 .bubble {
    transform: translate(-11%, 57%);
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area05 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
  transform: translate(-75%, 15%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec01 .bubble-area.bubble-area06 .bubble {
    transform: translate(0, 0);
  }
}
#menu .menu-sec02 {
  padding: 0 30px;
  margin-bottom: 8.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec02__title {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec02__contents {
  padding: 1rem 0;
  background: #fafafa;
}
#menu .menu-sec02-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a4242;
  display: flex;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec02-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec02-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec02-item__text {
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text {
    width: 25rem;
  }
}
#menu .menu-sec02-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec02-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec02-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec03 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec03__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec03__contents {
  padding: 6.5rem 30px 15rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03__contents {
    padding: 2rem 20px 3rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents .common-section-title {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents .common-section-title {
    margin-bottom: 1.5rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec03 .menu-sec03-contents__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec03 .menu-sec03-contents__text p:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec04 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec04__title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block01 {
  margin-bottom: 7.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block01 {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents__block02 .common-section-title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text {
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text {
    margin-bottom: 0;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-06 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image-06 {
    width: 100%;
  }
}
#menu .menu-sec04 .menu-sec04-contents-block02__image-06 img {
  width: 60%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec04 .menu-sec04-contents-block02__image-06 img {
    width: 100%;
  }
}
#menu .menu-sec05 {
  padding: 0 30px;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05__title {
  margin-bottom: 8.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__title {
    margin-bottom: 3rem;
  }
}
#menu .menu-sec05__contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05__contents {
    display: block;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
  border-right: 1px solid #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents__block:first-of-type {
    border: none;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block__title h3 {
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #cfbdbb;
  font-weight: 400;
}
#menu .menu-sec05 .menu-sec05-contents-block-item {
  padding-bottom: 1rem;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 2rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon {
  width: 6.1rem;
  height: 6.1rem;
  background: #cfbdbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__icon img {
    width: 2.5rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text {
  width: 44rem;
  padding-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text {
    width: 25rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec05 .menu-sec05-contents-block-item__text p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec05 .menu-sec05-contents-block-item:last-of-type {
  border-bottom: none;
}
#menu .menu-sec06 {
  padding: 7.5rem 30px 11.8rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 {
    padding: 3rem 20px 5rem;
  }
}
#menu .menu-sec06__title {
  margin-bottom: 2rem;
}
#menu .menu-sec06__explanation {
  position: relative;
  display: flex;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06__explanation::before {
  content: "";
  width: 36rem;
  height: 0.1rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06__explanation::before {
    width: 6rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item {
    padding-right: 4.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item:nth-of-type(2) {
  padding-right: 0;
  padding-left: 4.5rem;
}
#menu .menu-sec06 .menu-sec06-explanation-item__text {
  width: 14.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text {
    width: 12rem;
  }
}
#menu .menu-sec06 .menu-sec06-explanation-item__text p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-explanation-item__text p {
    font-size: 1.6rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents__block:first-of-type {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__top {
  display: flex;
}
#menu .menu-sec06 .menu-sec06-contents-block__title {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__title {
    width: 40%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__image {
    width: 60%;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__image img {
  width: 100%;
}
#menu .menu-sec06 .menu-sec06-contents-block__text {
  width: 84rem;
  height: 28.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text {
    width: 100%;
    margin-top: -2rem;
    height: 20rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block__text ul li {
  line-height: 2.85;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block__text ul li {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__top {
  flex-direction: row-reverse;
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
  margin-left: auto;
  padding: 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text {
    padding: 0 1.5rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:not(:first-of-type) {
    width: 13rem;
  }
}
#menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
  margin-right: 25rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(3), #menu .menu-sec06 .menu-sec06-contents-block:last-of-type .menu-sec06-contents-block__text ul li:nth-of-type(5) {
    margin-right: 2rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item {
  text-align: center;
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__num {
  font-size: 17rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__num {
    font-size: 5rem;
  }
}
#menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec06 .menu-sec06-block-top-title-item__title p {
    font-size: 1.4rem;
  }
}
#menu .menu-sec07 {
  padding: 17rem 30px 18rem;
  background-image: url(../img/menu/m-hyaluronic/hyaluronic05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 113% 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 {
    padding: 5rem 20px 5rem;
    background-position: 50% 50%;
    background-size: cover;
  }
  #menu .menu-sec07::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
#menu .menu-sec07__title {
  margin-bottom: 11rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07__title {
    margin-bottom: 3rem;
  }
  #menu .menu-sec07__title h2 {
    color: #fff;
  }
}
#menu .menu-sec07__contents {
  position: relative;
}
#menu .menu-sec07 .menu-sec07-item {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item {
    margin-bottom: 5rem;
  }
}
#menu .menu-sec07 .menu-sec07-item:last-of-type {
  margin-bottom: 0;
}
#menu .menu-sec07 .menu-sec07-item__title {
  width: 23.5rem;
  height: 8.4rem;
  border-radius: 4.2rem;
  background: #cfbdbb;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__title {
    height: 6rem;
    margin: 0 auto 2rem;
  }
}
#menu .menu-sec07 .menu-sec07-item__title h3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__text {
    max-width: 52.2rem;
    margin: 0 auto;
  }
}
#menu .menu-sec07 .menu-sec07-item__text p {
  font-size: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec07 .menu-sec07-item__text p {
    font-size: 1.4rem;
    color: #fff;
  }
}
#menu .menu-sec08 {
  padding: 5.5rem 30px 5.5rem;
  background: #4a4242;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08 {
    padding: 5rem 20px 5rem;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec08__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec08__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec08__title h2 {
  color: #fff;
}
#menu .menu-sec08__contents {
  color: #fff;
}
#menu .menu-sec08__contents .menu-sec02__contents {
  background: none;
}
#menu .menu-sec09 {
  padding: 0 30px;
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec09__title {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds {
  height: 15.8rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__kinds span {
    width: 4rem;
    height: 4rem;
  }
}
#menu .menu-sec09 .menu-sec09-contents__kinds h3 {
  font-size: 2rem;
}
#menu .menu-sec09 .menu-sec09-contents__menu {
  background: #fafafa;
}
#menu .menu-sec09 .menu-sec09-contents__menu table {
  width: 100%;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr {
  display: block;
}
#menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
  height: 12.7rem;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec09 .menu-sec09-contents__menu table tr th, #menu .menu-sec09 .menu-sec09-contents__menu table tr td {
    width: 100%;
    padding-left: 2rem;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}
#menu .menu-sec10 {
  padding: 0 30px;
  margin-bottom: 19.3rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10 {
    padding: 0 20px;
  }
}
#menu .menu-sec10__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec10__contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec10__contents {
    width: 100%;
  }
}
#menu .menu-sec10__contents img {
  width: 50%;
}
#menu .menu-sec11 {
  padding: 0 30px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
#menu .menu-sec11__title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec11__title {
    margin-bottom: 2rem;
  }
}
#menu .menu-sec12 {
  margin-bottom: 17.8rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12 {
    padding: 0 20px;
    margin-bottom: 4rem;
  }
}
#menu .menu-sec12__title {
  margin-bottom: 6.7rem;
}
@media only screen and (max-width: 767px) {
  #menu .menu-sec12__title {
    margin-bottom: 1.5rem;
  }
}

/*==============================================================
Price追加
==============================================================*/
#price .menu-page-title {
  margin-bottom: 0;
}
#price .menu-nav {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav {
    padding: 2rem 20px;
    height: initial;
  }
}
#price .menu-nav ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li {
    width: 16.5rem;
    text-align: center;
  }
}
#price .menu-nav ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #price .menu-nav ul li a {
    padding: 1rem 0;
    width: 100%;
  }
}
#price .menu-nav ul li a i {
  margin-left: 1rem;
}
#price .menu-nav ul li a:hover {
  background: #cfbdbb;
  color: #fff;
}
#price section {
  padding-top: 4.8rem;
  margin-top: -4.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price section {
    padding-top: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: 5rem;
  }
}
#price .price-sec__title {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  background: #EAE5E2;
  padding: 0 3rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__title {
    height: 7rem;
    justify-content: center;
  }
}
#price .price-sec .menu-link-item-link__icon {
  width: 8.4rem;
  height: 8.4rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
#price .price-sec .menu-link-item-link__icon img {
  width: 4.276rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__icon img {
    width: 3rem;
    width: 65%;
  }
}
#price .price-sec .menu-link-item-link__button {
  display: block;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button {
    width: 13rem;
  }
}
#price .price-sec .menu-link-item-link__button span {
  font-size: 2rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec .menu-link-item-link__button span {
    font-size: 1.4rem;
  }
}
#price .price-sec__contents {
  padding: 2.5rem 5.8rem;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents {
    padding: 2rem 20px;
  }
}
#price .price-sec__contents table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table {
    max-width: 500px;
    margin: 0 auto;
  }
}
#price .price-sec__contents table tr {
  width: 100%;
}
#price .price-sec__contents table th, #price .price-sec__contents table td {
  width: 50%;
  text-align: left;
  padding: 2rem 0;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th, #price .price-sec__contents table td {
    padding: 1rem 0;
    width: 55%;
  }
}
#price .price-sec__contents table th p, #price .price-sec__contents table td p {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table th p, #price .price-sec__contents table td p {
    width: 100%;
  }
}
#price .price-sec__contents table td {
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec__contents table td {
    padding-left: 2rem;
    width: 45%;
  }
}
#price .price-sec__contents .price-sec-table:not(:first-of-type) {
  border-top: 1px solid #4a4242;
}
#price .price-sec02 .price-sec__contents {
  padding: 0.5rem 5.8rem;
  margin-bottom: 16.7rem;
}
@media only screen and (max-width: 767px) {
  #price .price-sec02 .price-sec__contents {
    padding: 2rem 20px;
    margin-bottom: 5rem;
  }
}
#price .price-sec02 .price-sec__contents .price-sec-table {
  padding: 2rem 0;
}
#price .price-sec02 .price-sec__contents .price-sec-table table tr td {
  vertical-align: middle;
}
#price .price-sec06 {
  margin-bottom: 15rem;
}

#privacy .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
#privacy .inner h2 {
  font-size: 4rem;
  font-family: "Source Serif Pro", serif;
  margin-bottom: 1.5rem;
  font-weight: 400;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  #privacy .inner h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
#privacy .inner p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #privacy .inner p {
    font-size: 1.2rem;
  }
}
#privacy .inner ul li {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #privacy .inner ul li {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//*# sourceMappingURL=kodai-style.css.map */