@charset "UTF-8";
/* 中谷作成 */
:root {
  --n-bg-green:#f0f7f4;
  --n-black:#2b4758;
  --n-green:#74bdc5;
  --n-bg:#ebe8e0
  --n-en:"Montserrat", sans-serif;
}

.img100 img {
  width: 100%;
}

.menu-general-main__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}

.menu-general-main__txt {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}

.menu-general-main__bl {
  border-radius: 45px;
  background-color: #e3eee9;
  padding: 40px 100px;
  display: flex;
}
.menu-general-main__bl .img {
  width: 30%;
}
.menu-general-main__bl .cont {
  width: 70%;
  padding-left: 70px;
}
.menu-general-main__bl .cont .tag {
  background-color: var(--n-green);
  border-radius: 100px;
  width: fit-content;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.menu-general-main__bl .cont .txt {
  font-size: 16px;
}

.menu-general-main__title-middle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec-general-decay {
  padding: 120px 0;
  background-color: var(--n-bg);
}
.sec-general-decay .bt-en {
  text-align: center;
}
.sec-general-decay .bt-jp {
  text-align: center;
}
.sec-general-decay .menu-intro-text {
  margin-top: 50px;
}

.general-decay__bl {
  border-radius: 50px;
  padding: 100px 50px;
  background-color: #fff;
}

.general-decay__flex {
  display: flex;
  margin-bottom: 50px;
}
.general-decay__flex .img-bl {
  width: 42%;
}
.general-decay__flex .img-bl .img-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.general-decay__flex .cont {
  width: 58%;
  padding-left: 8%;
}
.general-decay__flex .cont .txt {
  font-size: 16px;
}

.general-decay__title {
  font-weight: 600;
}
.general-decay__title .big {
  color: var(--n-green);
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.general-decay__title .small {
  font-size: 20px;
  margin-bottom: 40px;
  display: block;
}

.general-stage__bl {
  border-radius: 45px;
  background-color: var(--n-bg-green);
  padding: 60px 80px;
}
.general-stage__bl.p2 {
  padding: 60px 45px;
}
.general-stage__bl.p3 .general-stage__title {
  margin-bottom: 15px;
}
.general-stage__bl .tag {
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 100px;
  background-color: var(--n-green);
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.general-stage__bl .txt {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}

.general-stage__title {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.general-decay__app-title {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 90px;
}
.general-decay__app-title .en {
  display: block;
  color: var(--n-green);
  font-weight: 500;
  font-family: var(--n-en);
  font-size: 14px;
  margin-bottom: 10px;
}
.general-decay__app-title .ja {
  display: block;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}
.general-decay__app-title .float {
  width: 130px;
  height: 130px;
  background-color: #d3ccbf;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: -170px;
  transform: translateY(-50%);
}

.general-decay__app-title-hosoku {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
}

.general-decay__app-flex {
  display: flex;
  margin-bottom: 40px;
}
.general-decay__app-flex .img {
  width: 42%;
}
.general-decay__app-flex .cont {
  width: 58%;
  padding-left: 8%;
}
.general-decay__app-flex .cont .txt {
  font-size: 16px;
  margin-bottom: 50px;
}
.general-decay__app-flex .cont .point-bl {
  position: relative;
  padding: 20px 20px 20px 90px;
  background-color: #ebe8e0;
  border-radius: 20px;
}
.general-decay__app-flex .cont .point-float {
  position: absolute;
  width: 65px;
  display: block;
  top: 20px;
  left: 15px;
}
.general-decay__app-flex .cont .point-list {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.general-decay__app-flex .cont .point-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.general-decay__app-flex .cont .point-list li::before {
  content: "・";
}

.general-decay__app-title-middle {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.general-stage__column2-flex {
  display: flex;
  justify-content: space-between;
}
.general-stage__column2-flex .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.general-stage__column2-flex .item .img {
  width: 40%;
}
.general-stage__column2-flex .item .cont {
  width: 60%;
  padding-left: 7%;
}
.general-stage__column2-flex .item .cont .general-stage__title-small {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.general-stage__column2-flex .item .cont .txt {
  font-size: 16px;
}

.sec-general-perio .bt-en {
  text-align: center;
}
.sec-general-perio .bt-jp {
  text-align: center;
}
.sec-general-perio .menu-intro-text {
  margin-top: 50px;
}

.general-perio__bl {
  border-radius: 50px;
  padding: 100px 50px;
  background-color: #fff;
}

.general-perio__main-flex {
  display: flex;
  margin-bottom: 50px;
}
.general-perio__main-flex .img-bl {
  width: 42%;
}
.general-perio__main-flex .img-bl .img-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.general-perio__main-flex .cont {
  width: 58%;
  padding-left: 8%;
}
.general-perio__main-flex .cont .txt {
  font-size: 16px;
}

.general-perio__title-middle {
  font-weight: 600;
}
.general-perio__title-middle .big {
  color: var(--n-green);
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.general-perio__title-middle .small {
  font-size: 20px;
  margin-bottom: 40px;
  display: block;
}

.general-decay__app-title-hosoku {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}

.general-perio__app-flex {
  display: flex;
  margin-bottom: 50px;
}
.general-perio__app-flex .img-bl {
  width: 42%;
}
.general-perio__app-flex .img-bl .img-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.general-perio__app-flex .cont {
  width: 58%;
  padding-left: 8%;
}
.general-perio__app-flex .cont .txt {
  font-size: 16px;
  margin-bottom: 40px;
}

.general-perio__app--title-middle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.7;
}

.general-perio__point-bl {
  border-radius: 20px;
  background-color: #ebe8e0;
  padding: 40px 22px;
  position: relative;
}

.general-perio__point-float-title {
  position: absolute;
  width: fit-content;
  color: #fff;
  background-color: var(--n-green);
  border-radius: 50px;
  font-size: 16px;
  padding: 3px 16px;
  left: 20px;
  top: 0;
  transform: translateY(-50%);
}

.general-perio__point-flex {
  display: flex;
}
.general-perio__point-flex .item.p1 {
  width: calc(100% - 140px);
  padding-right: 20px;
}
.general-perio__point-flex .item.p1 .general-perio__point-list {
  display: flex;
  flex-wrap: wrap;
}
.general-perio__point-flex .item.p1 .general-perio__point-list li {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
}
.general-perio__point-flex .item.p1 .general-perio__point-list li::before {
  content: "・";
}
.general-perio__point-flex .item.p2 {
  width: 140px;
}

.slide-bl__bg-green {
  background-color: #dfebe6;
  border-radius: 30px;
  padding: 35px;
  margin-bottom: 40px;
}

.general-stage__title-tag-bl {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-bottom: 40px;
}

.general-stage__title-tag {
  border-radius: 5px;
  background-color: var(--n-black);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 20px;
}

.general-stage__title-tag:first-of-type {
  margin-right: 15px;
}

.general-stage__tt {
  display: flex;
}
.general-stage__tt .general-stage__title-small {
  width: 32%;
  font-size: 18px;
  font-weight: 600;
}
.general-stage__tt .txt {
  width: 68%;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .menu-general-main__bl {
    padding: 40px 35px;
  }
  .menu-general-main__bl .cont {
    padding-left: 35px;
  }
  .general-decay__bl {
    padding: 70px 35px;
  }
  .general-stage__bl {
    padding: 40px 35px;
  }
  .general-stage__column2-flex .item .cont .general-stage__title-small {
    margin-bottom: 10px;
  }
  .general-perio__bl {
    padding: 70px 35px;
  }
  .general-perio__point-flex .item.p2 {
    display: flex;
    align-items: center;
  }
  .general-perio__point-flex .item.p1 {
    width: calc(100% - 185px);
  }
  .general-perio__point-flex .item.p1 .general-perio__point-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .slide-bl {
    overflow-x: scroll;
  }
  .slide-bl img {
    width: 800px;
    margin-bottom: 10px;
  }
  .general-decay__app-title .ja {
    font-size: 27px;
  }
  .general-decay__app-title .float {
    width: 100px;
    height: 100px;
    font-size: 16px;
    padding-top: 6px;
    left: -120px;
  }
  .general-decay__app-title-middle {
    font-size: 20px;
  }
  .general-stage__column2-flex .item {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .general-stage__column2-flex .item .img {
    width: 200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .general-stage__column2-flex .item .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-stage__column2-flex .item .cont .general-stage__title-small {
    text-align: center;
  }
  .general-stage__column2-flex .item .cont .txt {
    margin-bottom: 0;
  }
  .general-perio__title-middle .big {
    font-size: 21px;
  }
  .general-perio__title-middle .small {
    font-size: 18px;
  }
  .general-decay__title .big {
    font-size: 21px;
  }
  .general-decay__title .small {
    font-size: 18px;
  }
  .general-perio__app--title-middle {
    font-size: 21px;
  }
  .general-stage__tt .txt {
    width: 62%;
  }
  .general-stage__tt .general-stage__title-small {
    width: 45%;
  }
  .general-stage__tt .txt {
    margin-bottom: 0;
  }
  .general-decay__app-flex .cont .point-bl {
    padding: 20px 20px 20px 75px;
  }
  .general-decay__app-flex .cont .point-float {
    width: 50px;
  }
  .general-perio__point-bl {
    padding: 40px 30px;
  }
  .general-perio__point-flex {
    flex-direction: column;
  }
  .general-perio__point-flex .item.p1 {
    width: 100%;
    padding-right: 0;
  }
  .general-perio__point-flex .item.p2 {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-general-decay .border-ttl {
    margin-bottom: 30px;
  }
  .menu-general-main__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .menu-general-main__txt {
    font-size: 14px;
  }
  .menu-general-main__bl {
    border-radius: 20px;
    padding: 30px 25px;
    flex-direction: column-reverse;
  }
  .menu-general-main__bl .img {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .menu-general-main__bl .cont {
    padding-left: 0;
    width: 100%;
  }
  .menu-general-main__bl .cont .tag {
    padding: 5px 20px 2px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-general-main__title-middle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .menu-general-main__bl .cont .txt {
    font-size: 14px;
  }
  .sec-general-decay {
    padding: 50px 0;
  }
  .sec-general-decay .menu-intro-text {
    margin-top: 20px;
  }
  .general-decay__bl {
    padding: 40px 25px;
    border-radius: 20px;
  }
  .general-decay__flex {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .general-decay__flex .img-bl {
    width: 100%;
  }
  .general-decay__flex .img-bl .img-title {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .general-decay__flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-decay__title {
    text-align: center;
  }
  .general-decay__title .big {
    font-size: 19px;
  }
  .general-decay__title .small {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .general-decay__flex .cont .txt {
    font-size: 14px;
  }
  .general-stage__bl .tag {
    padding: 5px 20px 2px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .general-stage__title {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .general-stage__bl .txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .slide-bl img {
    width: 650px;
    margin-bottom: 10px;
  }
  .general-decay__app-title {
    margin-top: 130px;
  }
  .general-decay__app-title .float {
    width: 80px;
    height: 80px;
    font-size: 14px;
    padding-top: 6px;
    left: 50%;
    top: -96px;
    transform: translateX(-50%);
  }
  .general-decay__app-title .en {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .general-decay__app-title .ja {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .general-decay__app-title-hosoku {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .general-decay__app-flex {
    flex-direction: column;
  }
  .general-decay__app-flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .general-decay__app-flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-decay__app-title-middle {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
  }
  .general-decay__app-flex .cont .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .general-decay__app-flex .cont .point-float {
    width: 60px;
    top: -14px;
    left: -6px;
  }
  .general-decay__app-flex .cont .point-bl {
    padding: 20px;
  }
  .general-stage__column2-flex .item .img {
    margin-bottom: 7px;
  }
  .general-stage__column2-flex .item .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-stage__column2-flex .item .cont .general-stage__title-small {
    margin-bottom: 8px;
  }
  .general-stage__column2-flex .item .cont .txt {
    font-size: 14px;
  }
  .sec-general-perio .menu-intro-text {
    margin-top: 20px;
    width: 100%;
  }
  .general-perio__bl {
    border-radius: 20px;
    padding: 40px 25px;
  }
  .general-perio__main-flex {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .general-perio__main-flex .img-bl {
    width: 100%;
  }
  .general-perio__main-flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-perio__title-middle {
    text-align: center;
  }
  .general-perio__title-middle .big {
    font-size: 20px;
  }
  .general-perio__main-flex .img-bl .img-title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .general-perio__title-middle .small {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .general-perio__main-flex .cont .txt {
    font-size: 14px;
  }
  .general-perio__app-flex {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .general-perio__app-flex .img-bl {
    width: 100%;
  }
  .general-perio__app-flex .img-bl .img-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .general-perio__app-flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .general-perio__app--title-middle {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .general-perio__app-flex .cont .txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .general-perio__point-bl {
    padding: 30px 20px;
  }
  .general-perio__point-flex .item.p2 {
    margin-right: 11px;
    margin-top: 10px;
  }
  .general-stage__title-tag-bl {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
  }
  .general-stage__title-tag {
    font-size: 14px;
    padding: 2px 20px;
  }
  .general-stage__title-tag:first-of-type {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .slide-bl__bg-green {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
  }
  .general-stage__tt .txt {
    width: 100%;
    margin-top: 13px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .general-stage__tt .general-stage__title-small {
    width: 100%;
  }
  .general-stage__bl {
    padding: 35px 20px;
    border-radius: 20px;
  }
  .general-stage__tt {
    flex-direction: column;
  }
  .general-stage__bl.p2 {
    padding: 35px 17px;
  }
}
/* menu-index */
.menu-top__catch-img {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.menu-top__title {
  margin-bottom: 50px;
}
.menu-top__title .small {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.menu-top__title .big {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.menu-top__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.menu-top__list li {
  width: 31%;
  margin-bottom: 40px;
}
.menu-top__list li a {
  background-color: #ebe8e0;
  border-radius: 30px;
  display: block;
  padding: 20px;
}
.menu-top__list li a .img {
  margin-bottom: 20px;
}

.menu-top__list-txt .small {
  display: block;
  text-align: center;
  font-size: 16px;
}
.menu-top__list-txt .big {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.menu-kids__bl {
  display: flex;
  border-radius: 20px;
  background-color: #e3eee9;
  padding: 30px;
  margin-bottom: 50px;
}
.menu-kids__bl .img {
  width: 42%;
}
.menu-kids__bl .cont {
  width: 58%;
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-kids__main-title {
  margin-bottom: 30px;
}
.menu-kids__main-title .small {
  display: block;
  text-align: center;
  font-size: 16px;
}
.menu-kids__main-title .big {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.menu-kids__box {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.menu-kids__float {
  width: 74px;
  top: -35px;
  right: 70px;
  position: absolute;
}

.menu-kids__title {
  background-color: var(--n-green);
  padding: 5px 20px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.menu-kids__txt {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.menu-list__bl {
  margin-bottom: 50px;
}
/* .menu-list__bl .flex-menu li:first-of-type a::after {
  display: none;
}
.menu-list__bl .flex-menu li:nth-of-type(2) a::after {
  display: none;
}
.menu-list__bl .flex-menu li:nth-of-type(3) a::after {
  display: none;
}
.menu-list__bl .flex-menu li:nth-of-type(4) a::after {
  display: none;
} */
.menu-list__bl:last-of-type {
  margin-bottom: 90px;
}

.menu-list__title {
  border-radius: 20px 20px 0 0;
  background-color: #aad1d6;
  display: flex;
  justify-content: center;
  padding: 30px 20px 25px;
  width: 100%;
}
.menu-list__title .tag {
  background-color: #fff;
  color: #aad1d6;
  border-radius: 50px;
  padding: 2px 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-top: 3px;
}
.menu-list__title .title {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}

.menu-list__title.menu-green-bg {
  background-color: #bdd6ca;
}
.menu-list__title.menu-green-bg .tag {
  color: #bdd6ca;
}

.relax-img.p2 {
  background-image: url(../img/webp/menu/index/cta-img.webp);
}

.sec-menu-top .relax-box {
  background-color: #ebe8e0;
}

.menu-price-link {
  margin-top: 80px;
}
.menu-price-link a {
  border-radius: 30px;
  background-color: #aad1d6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  position: relative;
}
.menu-price-link .menu-price-link__txt {
  color: #fff;
}
.menu-price-link .menu-price-link__txt .small {
  display: block;
  text-align: center;
  font-family: var(--n-en);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.menu-price-link .menu-price-link__txt .big {
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.circle-arrow {
  color: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.circle-arrow-inner {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-arrow-inner i {
  color: #fff;
  z-index: 1;
}
.circle-arrow-inner::after {
  border-radius: 50%;
  background-color: #d1e0d9;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition-duration: 0.3s;
}

a:hover .circle-arrow-inner::after {
  width: 40px;
  height: 40px;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 960px) {
  .menu-kids__float {
    width: 16%;
    right: 10%;
  }
  .menu-kids__main-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-top__catch-img {
    max-width: 85%;
    margin-bottom: 15px;
  }
  .menu-top__title {
    margin-bottom: 25px;
  }
  .menu-top__title .small {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .menu-top__title .big {
    font-size: 21px;
  }
  .menu-top__list {
    margin-top: 40px;
  }
  .menu-top__list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .menu-top__list li a .img {
    margin-bottom: 5px;
  }
  .menu-top__list-txt .small {
    font-size: 13px;
  }
  .menu-top__list-txt .big {
    font-size: 16px;
  }
  .menu-kids__bl {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    flex-direction: column;
  }
  .menu-kids__bl .img {
    width: 100%;
  }
  .menu-kids__bl .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
  .menu-kids__main-title {
    margin-bottom: 15px;
  }
  .menu-kids__main-title .small {
    font-size: 14px;
  }
  .menu-kids__main-title .big {
    font-size: 21px;
  }
  .menu-kids__box {
    border-radius: 15px;
    padding: 20px;
  }
  .menu-kids__title {
    padding: 5px 20px 2px;
    font-size: 16px;
    margin-bottom: 11px;
  }
  .menu-kids__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .menu-list__bl {
    margin-bottom: 40px;
  }
  .menu-list__title {
    border-radius: 15px 15px 0 0;
    padding: 20px 20px 17px;
  }
  .menu-list__title .tag {
    padding: 2px 15px 0;
    font-size: 14px;
    margin-right: 12px;
  }
  .menu-list__title .title {
    font-size: 20px;
  }
  .menu-list__bl .flex-menu li:nth-of-type(3) a::after {
    display: block;
  }
  .menu-list__bl .flex-menu li:nth-of-type(4) a::after {
    display: block;
  }
  .menu-price-link {
    margin-top: 40px;
  }
  .circle-arrow {
    width: 55px;
    height: 55px;
  }
  .menu-price-link a {
    border-radius: 20px;
    height: 120px;
    padding-right: 30px;
  }
  .menu-price-link .menu-price-link__txt .small {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .menu-price-link .menu-price-link__txt .big {
    font-size: 18px;
  }
  .menu-top__list li a {
    border-radius: 15px;
    padding: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .menu-top__title .small {
    font-size: 13px;
  }
  .menu-top__title .big {
    font-size: 20px;
  }
  .menu-top__list-txt .small {
    font-size: 12px;
  }
}/*# sourceMappingURL=menu.css.map */