/* CSS Document */
@font-face {
  font-family: 'Avenir-heavy';
  src: url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.eot");
  src: url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.woff2") format("woff2"), url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.woff") format("woff"), url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.ttf") format("truetype"), url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-roman';
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #545553;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir-heavy';
  line-height: 1.5em;
}

h1 {
  font-size: 30px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
}

p {
  line-height: 2em;
}

hr {
  border-top: 1px solid #ccc;
}

.normal-text-size {
  font-size: 14px;
}

.normal-text-size2 {
  font-size: 16px;
}

.huge-text {
  font-size: 36px;
}

.huge-text span {
  font-size: 50px;
}

.divider {
  border: 1px #b6b6b6;
  width: 100%;
  margin: 0px 0px;
}

.divider.dashed {
  border-style: dashed;
  height: 0px;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.text-white {
  color: #fff;
}

.orange-text {
  color: #fcae00 !important;
}

.text-gray {
  color: #545553;
}

.text-cyan {
  color: #2dccd3 !important;
}

.text-green {
  color: #53b046 !important;
}

.text-yellow {
  color: #FCAE00 !important;
}

.text-pink {
  color: #f48691 !important;
}

.text-teal {
  color: #32a292 !important;
}

.text-dark-pink {
  color: #ea6170 !important;
}

.text-pink2 {
  color: #eb6f89;
}

.text-purple {
  color: #5e35b1;
}

.text-magenta {
  color: #e84593 !important;
}

.text-light-magenta {
  color: #f090be !important;
}

.light-teal-bg {
  background-color: #d6ece9;
}

.light-purple-bg {
  background-color: #e8e1f3;
}

.pink2-bg {
  background-color: #eb6f89;
}

.light-pink2-bg {
  background-color: #fbe2e6;
}

.dark-pink-bg {
  background-color: #ea6170;
}

.font-size-22 {
  font-size: 22px !important;
}

.whiteBg {
  background-color: #fff;
}

.teal-bg {
  background-color: #32a292;
}

.light-green-bg {
  background-color: #f7fdfd;
}

.light-green-bg2 {
  background-color: #eaf6f4;
}

.light-orange-bg {
  background-color: #fdf3dc;
}

.green-bg {
  background-color: #7fc14c;
}

.blue-bg {
  background-color: #0075a9;
}

.light-grey-bg {
  background-color: #f9f9f9 !important;
}

.light-yellow-bg {
  background-color: #fefde9;
}

.light-pink-bg {
  background-color: #fdf1f3;
}

.off-white-bg {
  background-color: #fffcd4;
}

.off-white-bg2 {
  background-color: #fffde9;
}

.highlighter p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.content-box {
  padding: 25px;
  position: relative;
}

.content-box--rounded {
  border-radius: 12px;
}

.content-box .heading.absolute-center {
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-box--bordered {
  border: 4px solid;
}

.content-box--bordered.grey {
  border-color: #f3f3f3;
}

.lh-2,
.lh-2 li {
  line-height: 2em !important;
}

.bh-8 {
  border-width: 8px !important;
}

.maxWidth80 {
  width: 80%;
}

.no-bg {
  background: none !important;
}

.btn-lg-text {
  font-size: 22px;
}

.btn-lg-text span {
  font-size: 18px;
  margin: 0px 8px;
}

.big-text {
  font-size: 48px;
  line-height: 1.2em;
}

.medium-text {
  font-size: 18px;
}

.medium-text-2 {
  font-size: 20px;
}

.small-text {
  font-size: 13px;
}

.positionInitial {
  position: initial !important;
}

.border-dashed {
  border-style: dashed;
}

.border-dashed--pink {
  border-color: #fac3c6;
}

.underline {
  border-bottom: 2px solid;
  padding-bottom: 8px;
  display: inline-block;
}

.underline--grey {
  border-color: #e9edee;
}

.underline--light-pink {
  border-color: #fbdbde;
}

.underline--dark-pink {
  border-color: #ea6170;
}

.underline--light-blue {
  border-color: #cce2ed;
}

.left-overlay {
  position: absolute;
  left: 0px;
  right: 39%;
  top: 0px;
  bottom: 0;
  z-index: 0;
}

.right-overlay {
  position: absolute;
  left: 30%;
  right: 0px;
  top: 0px;
  bottom: 0;
  z-index: 0;
}

.socialIcons ul {
  list-style: none;
  padding: 0px;
}

.socialIcons ul li {
  display: inline-block;
  padding: 14px 10px 0px;
}

.socialIcons ul li a {
  color: #b5b6b6;
  font-size: 28px;
  text-decoration: none;
}

.socialIcons ul li a:hover,
.socialIcons ul li a:focus {
  color: #ff921e;
}

.border-3 {
  border-width: 3px !important;
}

.intro-flow-box::after {
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-top-width: 15px !important;
  bottom: -14px !important;
}

.arrow-d--light-pink::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #fdf1f3;
  bottom: -22px;
  content: "";
}

.arrow-d--pink2::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #eb6f89;
  bottom: -22px;
  content: "";
}

.arrow-d--light-pink2::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #fbe2e6;
  bottom: -22px;
  content: "";
}

.arrow-d--teal::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #32a292;
  bottom: -22px;
  content: "";
}

.arrow-d--light-teal::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #d6ece9;
  bottom: -22px;
  content: "";
}

.arrow-d--light-purple::after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 25px solid #e8e1f3;
  bottom: -22px;
  content: "";
}

/*Banners*/
.banner {
  min-height: 350px;
}

.banner > .container {
  background-origin: content-box;
}

.banner-child-parent {
  background: url(https://www.mamanavi.tv/hubfs/%E8%A6%AA%E5%AD%90%E3%82%AB%E3%83%95%E3%82%A7/banner-1.jpg) no-repeat left top;
  background-size: cover;
  min-height: inherit;
  position: relative;
}

.banner-child-parent .banner-logo {
  position: absolute;
  top: 10%;
  left: 40%;
}

.banner-focus {
  background: url(https://www.mamanavi.tv/hubfs/servic-nail-traning-course/focus-banner.jpg) no-repeat left center;
  background-size: cover;
  min-height: inherit;
  position: relative;
}

.banner-focus .banner-logo {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-classy {
  background: url(https://www.mamanavi.tv/hubfs/service-nailsalon-classy/classy-banner.jpg) no-repeat left center;
  background-size: cover;
  min-height: inherit;
  position: relative;
}

.banner-classy .banner-text {
  position: absolute;
  left: 3%;
  top: 15%;
}

.banner-classy .banner-logo {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

/* Buttons-------------------------- */
.btn-primary {
    background-color: #ff921e;
    border-color: #ff921e;
    color: #fff !important;
    min-width: 480px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.desktop-menu .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#second-nav .btn-primary {
    background-color: #ff921e;
    border-color: #ff921e;
    color: #fff !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 11px;
    min-width: auto;
    max-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
}

#second-nav .btn-primary:hover,
#second-nav .btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #545553;
  color: #fff !important;
  border-color: #545553;
}

.btn-outline-primary {
  border-color: #545553;
  color: #545553;
  min-width: 480px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 2px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #ff921e;
  background-color: #ff921e;
  color: #fff;
}

.btn-yellow {
  border-color: #fcae00;
  background-color: #fcae00;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fcae00;
}

.btn-yellow:hover {
  background-color: #545553;
  border-color: #545553;
  color: #fff;
}

.btn-yellow.wide {
  min-width: 480px;
}

.btn-pink {
  border-color: #eb6f89;
  background-color: #eb6f89;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #eb6f89;
}

.btn-pink:hover {
  background-color: #545553;
  border-color: #545553;
  color: #fff;
}

.btn-pink.wide {
  min-width: 480px;
}

.btn-outline {
  border: 2px solid;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-outline.wide {
  min-width: 480px;
}

.btn-outline--secondary {
  border-color: #fcae00;
  color: #fcae00;
}

.btn-outline--secondary:hover {
  background-color: #545553;
  border-color: #545553;
  color: #fff;
}

.btn span.md {
  font-size: 16px;
  display: block;
}

/* Bullet List------------------------ */

ul {
    padding: 0px;
    padding-left: 20px;
}

.list-news {
  list-style: none;
  padding: 0px;
}

.list-news li {
  margin-bottom: 10px;
}

.list-news li a {
  color: #545553;
}

.list-news__date {
  font-weight: bold;
  margin-right: 20px;
}

.footer-list {
  padding: 0px;
}

.footer-list li {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #545553;
}

.footer-list li a {
  text-decoration: none;
  color: #545553;
}

.footer-list li a:hover {
  color: #fcae00;
  text-decoration: underline;
}

.footer-list li:last-child {
  border-right: none;
}

.orderList--circle , .orderList--circle-cafe {
  list-style: none;
  padding: 0px;
}

.orderList--circle li , .orderList--circle-cafe li {
  counter-increment: order-list;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.orderList--circle li::before , .orderList--circle-cafe li::before {
  content: counter(order-list);
  font-size: 13px;
  position: absolute;
  height: 24px;
  width: 24px;
  line-height: 21px;
  top: 22px;
  left: 24px;
  font-weight: normal;
  border-radius: 50%;
  text-align: center;
  background-color: #32a292;
  color: #fff;
  padding: 1px;
}

.orderList--circle-cafe li::before {
  margin-left: -25px;
}

.orderList {
  list-style: none;
  padding: 0px;
}

.counter-measure-list ul li {
  margin-bottom: 6px;
}

.list__disc {
  list-style: none;
  margin-top: 30px;
}

.list__disc li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.list__disc li::before {
  content: "\2022";
  color: #d95956;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -4px;
}

.list__disc--green li::before {
  color: #32a292 !important;
}

.list__disc--green2 li::before {
  color: #53b046 !important;
}

.list__disc--black li::before {
  color: #545553 !important;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-position: inside;
  padding: 0px;
}

.list-flex li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: 35px;
  min-width: 110px;
}

/*Menu List*/
.menu-list {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.menu-list--one, .menu-list--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu-list--one .menu-list__item, .menu-list--two .menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.menu-list--one .menu-list__item > div, .menu-list--two .menu-list__item > div {
  width: 49%;
}

.menu-list--one .menu-list__item:nth-child(even), .menu-list--two .menu-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.menu-list--one .menu-list__title, .menu-list--two .menu-list__title {
  font-size: 22px;
  margin-bottom: 15px;
}

.menu-list--one .menu-list__img img, .menu-list--two .menu-list__img img {
  max-width: 100%;
}

.menu-list--one .menu-list__cal, .menu-list--two .menu-list__cal {
  font-size: 18px;
  display: inline-block;
  padding: 2px 14px;
  border: 1px solid #b5b5b5;
  margin-bottom: 20px;
}

.menu-list--one .menu-list__price, .menu-list--two .menu-list__price {
  font-size: 18px;
  position: relative;
  display: inline-block;
  float: right;
  padding-top: 5px;
  margin-left: 60px;
}

.menu-list--one .menu-list__price::after, .menu-list--two .menu-list__price::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #545454;
  position: absolute;
  left: -60px;
  top: 67%;
}

.menu-list--one .menu-list__content, .menu-list--two .menu-list__content {
  margin-top: 10px;
}

.menu-list--one .menu-list__content ul, .menu-list--two .menu-list__content ul {
  list-style-type: disc;
}

.menu-list--one .menu-list__price-box, .menu-list--two .menu-list__price-box {
  text-align: right;
}

.menu-list--one .menu-list__price-box > div, .menu-list--two .menu-list__price-box > div {
  float: none;
}

.menu-list--two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu-list--two .menu-list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44%;
  margin-bottom: 50px;
}

.menu-list--two .menu-list__item > div {
  width: 100%;
}

.menu-list--two .menu-list__item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-list--two .menu-list__title {
  margin-bottom: 6px;
  margin-top: 20px;
}

.nails-menu {
  margin-top: 30px;
}

.nails-menu__title {
  margin-top: 12px;
  margin-bottom: 15px;
  color: #fcae00;
  font-size: 24px;
}

.nails-menu__title span {
  font-size: 18px;
}

.nails-menu__content {
  margin-bottom: 15px;
}

.nails-menu img {
  max-width: 100%;
}

.nails-menu .btn {
  min-width: auto;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 5px;
}

.nails-menu .btn:first-child {
  margin-right: 40px;
}

.nails-menu .btn:last-of-type {
  margin-left: 40px;
}

.caution-text ul li {
  margin-bottom: 6px;
}

/* Headings----------------------------- */
.heading {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading--question-mark > .heading {
  background: url("../images/question-mark.png") no-repeat center center;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading--question-mark > .heading.pink {
  background: url("https://www.mamanavi.tv/hubfs/service-job/question-mark-pink.png") no-repeat center center;
  background-size: contain;
}

.heading-big {
  font-size: 28px;
  font-weight: bold;
}

.heading__curve {
    margin-bottom: 15px;
	  border:0;
}

.heading__curve:before{
	  border:0 !important;
	  background:none !important;
}

.heading--yellow h2 {
  color: #fcae00 !important;
}

.heading--green h2 {
  color: #53b046 !important;
}

.heading--teal {
  color: #32a292 !important;
}

.heading--orange h2,
.heading--orange i {
  color: #fcae00 !important;
}

.heading--pink h2 {
  color: #f48691 !important;
}

.heading__sub.bars--pink {
  background: url(https://www.mamanavi.tv/hubfs/mamanavi.tv/images/pink-bars.png) repeat-x 0px 6px;
  margin-bottom: 50px;
}

.heading-wrapper i {
  font-size: 25px;
}

.heading--pink i {
  color: #f48691 !important;
}

.heading--yellow i {
  color: #fdd680;
}

.heading__sub {
  font-size: 24px;
  color: #3e3a39;
  font-weight: bold;
  line-height: 1.5em;
}

.heading__sub-2 {
  font-size: 16px;
  text-transform: uppercase;
}

.heading__sub.bars {
  background: url(https://www.mamanavi.tv/hubfs/mamanavi.tv/images/yellow-bars.png) repeat-x 0px 6px;
  margin-bottom: 50px;
}

.heading__sub.green-stroke {
  background: url(https://www.mamanavi.tv/hubfs/mamanavi.tv/images/green-brush-storke.png) no-repeat center bottom;
  padding-bottom: 26px;
  margin-bottom: 50px;
}

.heading__sub.yellow-stroke {
  background: url(https://www.mamanavi.tv/hubfs/mamanavi.tv/images/peach-brush-stroke.png) no-repeat center bottom;
  padding-bottom: 26px;
  margin-bottom: 50px;
}

.heading__sub.pink-stroke {
  background: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/peach-brush-stroke.png) no-repeat center bottom;
  padding-bottom: 26px;
  margin-bottom: 50px;
  display: block;
}

.heading__sub span {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}

.triangles .triangle-left,
.triangles .triangle-right {
  position: absolute;
  bottom: 0px;
}

.triangles .triangle-left {
  left: -70px;
}

.triangles .triangle-right {
  right: -70px;
}

.heading__content {
  font-size: 15px;
  margin-bottom: 40px;
}

.heading__dash-lines {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px dashed #b5b6b6;
  border-bottom: 1px dashed #b5b6b6;
  color: #53b046;
  font-size: 18px;
}

.heading__dash-lines span {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: #3e3a39;
  font-weight: bold;
}

.heading {
  font-weight: bold;
}

.heading span {
  color: #545553;
}

.heading.heading__back-line {
  display: inline-block;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}

.heading.heading__back-line::after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.heading.off-white::after {
  background-color: #fee7b3;
}

.heading.light-pink::after {
  background-color: #fde7e9;
}

.heading.light-green::after {
  background-color: #ddeedb;
}

.heading--ribbon {
  display: inline-block;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #32a292;
  padding: 0.7em 5em;
}

.heading--ribbon:before, .heading--ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 0;
  border: 35px solid #32a292;
}

.heading--ribbon.green {
  background: #32a292;
}

.heading--ribbon.green:before, .heading--ribbon.green:after {
  border: 25px solid #32a292;
}

.heading--ribbon:after {
  right: -44px;
  border-left-width: 25px;
  border-right-color: transparent;
  border-right-width: 25px;
}

.heading--ribbon:before {
  left: -44px;
  border-right-width: 25px;
  border-left-color: transparent;
  border-left-width: 25px;
}

.heading.small-dash {
  position: relative;
  display: inline-block;
}

.heading.small-dash::after {
  content: "";
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  position: absolute;
}

.heading.small-dash--pink::after {
  background-color: #ea6170;
}

.wide-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Main Navigation----------------------------- */
#main-nav .has-sub ul {
  max-width: 230px;
  border-radius: 0px;
  z-index: 999;
  left: 0px;
  top: 100%;
}

#main-nav .has-sub ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 4px;
  padding-top: 5px;
}

#main-nav .has-sub {
  padding: 8px 0px;
}

#main-nav .has-sub ul li a {
  padding-left: 15px;
  padding-right: 15px;
  color: #545553;
  display: block;
}

#right-buttons > ul > li > a:hover,
#right-buttons > ul > li > a:focus {
  color: #ff921e !important;
}

#right-buttons > ul > li.nav-item {
  padding-left: 30px;
  padding-right: 30px;
}

#right-buttons .nav-link i {
  display: block;
  text-align: center;
  color: #fcae00;
  font-size: 22px;
  margin-bottom: 9px;
}

ul.dropdown-menu {
  padding: 0px 0px;
  margin-top: 0px;
}

ul.dropdown-menu li {
  margin-bottom: 0px;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 4px;
  padding-top: 5px;
}

ul.dropdown-menu li:hover {
  background: orange;
}

ul.dropdown-menu li a {
  padding-left: 15px;
  padding-right: 15px;
  color: #545553;
  display: block;
}

ul.dropdown-menu li a:hover {
  text-decoration: none;
  color:#fff;
}

ul.dropdown-menu li:last-child {
  border: none;
  margin-bottom: 0px;
}

#main-nav {
  margin-top: 5px;
}

#main-navigation {
  border-bottom: 1px solid #dcdddd;
  margin-bottom: 12px;
}

#right-buttons > ul li:nth-last-of-type(2) a {
  border: none;
}

.navbar-brand {
  padding-top: 0px;
}

.desktop-menu .dropdown-toggle {
  background: none;
  color: #545553 !important;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  font-weight: bold;
}

.desktop-menu .dropdown-toggle::after {
  font-size: 0px;
}

.desktop-menu .dropdown-item:last-child {
  border: none;
}

#top-navigation {
  width: 100%;
  /*position: fixed;*/
  border-bottom:1px solid #dcdddd;
		  position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #ffffff;

}
.content-wrapper{
	padding-top:145px;
}

#main-nav .nav-item {
  padding: 0px 35px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #707070 !important;
}

.navbar-dark .navbar-nav .nav-link span {
  display: block;
  font-size: 14px;
  color: #707070;
}

#right-buttons > ul > li > a {
  color: #9fa0a0 !important;
  /* border-right: 1px solid #dcdddd; */
  line-height: 1em;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 8px;
  text-align: center;
}

#right-buttons > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#right-buttons img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#second-nav {
  z-index: 1;
  padding-bottom: 11px;
}

#right-buttons ul li a img {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 26px;
}

nav.bg-light {
  background-color: transparent !important;
  padding: 0px;
}

.navbar-toggler {
  position: absolute;
  right: 21px;
  top: 64px;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
  border: none;
  background-color: #f0ad19;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-toggler-icon::after {
  font-family: "mamanvi";
  content: "\e803";
  color: #fff;
  font-size: 20px;
  line-height: 29px;
}

.navbar-dark .navbar-brand {
  padding-bottom: 13px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

#mainNav {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mamanavi {
  color: #ccc !important;
  font-size: 18px !important;
}

#right-buttons .mamanvi {
  padding-top: 5px;
}

.has-sub {
  position: relative;
}

.has-sub ul {
  display: none;
}

.has-sub:hover ul {
  display: block;
}

.first-level {
  position: absolute;
  left: 100%;
  top: -1px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  background: #fff;
  padding: 0;
  border-radius: 0.25rem;
  min-width: 230px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#second-nav .dropdown-menu-wide {
  min-width: 230px;
}

/* Banner Text */
.banner-text {
  position: absolute;
  font-size: 24px;
  bottom: 30px;
  left: 30px;
}

.banner-text span {
  display: block;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Grid List */
.grid-list {
  width: 100%;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-list::after {
  content: "";
  display: table;
  clear: both;
}

.grid-list__content-wrapper {
  padding: 20px;
}

.grid-list__wrapper {
  background-color: #fff;
  width: 100%;
}

.grid-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-list__heading {
  font-size: 18px;
}

.grid-list__title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 8px;
}

.grid-list__title .rates {
  float: right;
}

.grid-list__image {
  width: 100%;
}

/* Card Grid */
.card-grid {
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 20px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card-grid__two-col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col1,
.col2 {
  width: 49%;
}

.card-grid .card-grid__vol {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f48691;
  color: #f48691;
  margin-right: 15px;
}

.card-grid .card-grid__vol div {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 21px;
  margin-bottom: 5px;
  width: inherit;
}

.card-grid .card-grid__vol div span {
  font-size: 34px;
}

.card-grid .card-grid__title-wrapper {
  border-bottom: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.card-grid .card-grid__title {
  font-size: 20px;
  font-weight: 500;
}

.card-grid .card-grid__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-grid .card-grid__btn {
  display: block;
  border: 2px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 15px;
}

.card-grid .card-grid__btn--pink {
  color: #f48691;
  border-color: #f48691;
}

.card-grid .card-grid__btn--pink:hover {
  color: #fff;
  background-color: #f48691;
  text-decoration: none;
}

/* Home Banner------------------ */
.home-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-bottom: 2px solid #dcdddd;*/
}

.home-banner__content {}

.home-banner .left-overlay {
    background-size: cover;
}

/* Notice------------------ */

.notice__title {
    margin-top: 0px;
    font-size: 16px;
    padding: 20px;
    background: #fff;
}

.notice__img {
    width: 100%;
}

.scroll {
    position: absolute;
    left: -70px;
    top: 2px;
}

.scroll__text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 15px;
  text-transform: uppercase;
}

.scroll__text span {
  display: block;
  padding-right: 10px;
  background-color: #fffcd4;
  position: relative;
  z-index: 1;
}

.scroll__text::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #9fa0a0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 0;
}

.notice p a {
 color:#555;
  line-height:1.3;
}

/* .notice .col-sm-4 {
    width: 30%;
    max-width: 30%;
} */

.heading__dash-lines:after{
content:"";
  background:none;
}

.notice h2.heading{
 padding-top:0; 
}

.text_green{
   color: #53b046;
}

.notice__img {
  width: 100%;
}



/* .notice .col-sm-4 {
    width: 30%;
    max-width: 30%;
} */
/* Focus------------------- */
.focus__img {
  margin-bottom: 30px;
  width: 100%;
}

/* School----------------- */
.school__img {
  width: 100%;
  margin-bottom: 20px;
}

.school__title {
  color: #53b046;
  font-size: 16px;
}

.school__content {
  margin-bottom: 30px;
}

/* Report------------- */
.report__img {
  width: 100%;
  margin-bottom: 20px;
}

.report__content {
  margin-bottom: 30px;
}

.report__img__box img {
  max-width: 100%;
}

/* Faculty-------------*/
.faculty__img {
  width: 100%;
  margin-bottom: 20px;
}

.faculty__title {
  color: #fcae00;
  font-size: 16px;
}

.faculty__content {
  margin-bottom: 30px;
}

/* Member-------------*/
.members__img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin-bottom: 8px;
}

.members__title {
  font-size: 16px;
}

/* Magazine-------------- */
.bars-bg {
  background: url("https://www.mamanavi.tv/hubfs/Parentandchild-cafe/grey-bars.png") center top;
}

.yellow-bars-bg {
  background-image: url("https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/yellow-bars-thick.png");
  background-position: -79px top;
}

.light-brown-bars-bg {
  background-image: url("https://www.mamanavi.tv/hubfs/service-job/light-brown-bars-thick.png");
  background-position: -79px top;
}

.light-pink-bars-bg {
  background-image: url("https://www.mamanavi.tv/hubfs/focus-mamaclass/light-pink-bars-thick.png");
  background-position: -79px top;
}

.blue-bars-bg {
  background-image: url("https://www.mamanavi.tv/hubfs/cafe/mamaproject/blue-bars-bg.png");
  background-position: -79px top;
}

/* Content Box */
.content-box-diaognal-bars {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  background-image: url("https://www.mamanavi.tv/hubfs/Parentandchild-cafe/light-blue-bars.png"), url("https://www.mamanavi.tv/hubfs/Parentandchild-cafe/light-blue-bars.png");
  background-position: top left, bottom left;
  background-repeat: repeat-x;
}

.content-box-white {
  background-color: #fff;
  padding: 45px;
  border: 1px solid #dcdddd;
}

/*Menu Boxes*/
.menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #b5b5b6;
  padding: 25px;
}

.menu-box__title {
  font-size: 22px;
  margin-bottom: 10px;
}

.menu-box__content {
  font-size: 18px;
}

/* Accordion-------------------------- */
.card-header button {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0px;
  color: #666;
  font-size: 18px;
  position: relative;
  line-height: 40px;
}

.card-header .btn-link:hover,
.card-header .btn-link:focus {
  color: #666;
  text-decoration: none;
}

.card-header span {
  color: #53b046;
  margin-right: 5px;
}

.card-header i {
  float: right;
  line-height: 28px;
  color: #fff;
  margin-left: 15px;
  background-color: #dddddd;
  padding: 0px 5px;
  font-size: 14px;
  margin-top: 7px;
}

.card-header {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding-top: 25px;
  padding-bottom: 25px;
}

.card {
  border: none;
  border-radius: 0px;
  margin-bottom: 18px;
}

.accordion > .card > .card-header {
  border-radius: 0px;
  margin-bottom: 0px;
}

.card-body {
  background: #f3f3f3;
  border-radius: 0px;
  margin-top: 15px;
  position: relative;
  padding-left: 34px;
  padding-top: 35px;
  padding-right: 34px;
}

.card-body span {
  color: #fcae00;
  margin-right: 5px;
}

.card-header {
  padding: .75rem 1.75rem;
}

#faqAccordion .collapse {
  position: relative;
}

/*Address*/
.address {
  padding: 0px;
  list-style: none;
}

.address li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.address li strong {
  color: #53b046;
  min-width: 110px;
}

.address li p {
  margin-bottom: 0px;
  display: inline-block;
}

.address li p a {
  color: #53b046;
  display: block;
  text-align: right;
}

.address .phone-number {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
}

.address .phone-number img {
  margin-right: 10px;
}

.social-icons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icons > div {
/*   max-width: 48%; */
   max-width: 50%;
}

.map-img {
  max-width: 100%;
}

/*Curve box*/
.curve-box {
  position: relative;
  background-color: #fff;
  padding: 7px;
}

.curve-box__corner {
  position: absolute;
  width: 61px;
  height: 61px;
  background-image: url("https://www.mamanavi.tv/hubfs/mamanavi.tv/images/curve.jpg");
}

.curve-box__corner--tl {
  left: 0px;
  top: 0px;
}

.curve-box__corner--tr {
  right: 0px;
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.curve-box__corner--bl {
  left: 0px;
  bottom: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.curve-box__corner--br {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.curve-box__content-wrapper {
  background-color: #fff;
  border: 4px solid #f9f9f9;
  padding: 50px;
}

.curve-box__heading {
  font-size: 18px;
}

.curve-box__title {
  font-size: 16px;
}

.curve-box__title ul {
  display: inline-block;
}

.curve-box__content p {
  margin-bottom: 0px;
}

.curve-box .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curve-box::after {
  content: "";
  width: 51px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(https://www.mamanavi.tv/hubfs/mamanavi.tv/images/crown.jpg);
  background-repeat: no-repeat;
}

.curve-box.rental-curve .col-md-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*Color Flags*/
.color-flags {
  position: absolute;
  width: 275px;
  height: 164px;
  background-image: url("https://www.mamanavi.tv/hubfs/mamanavi.tv/images/color-flags.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.color-flags--tl {
  left: 0px;
  top: 0px;
}

.color-flags--tr {
  right: 0px;
  top: 0px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*Banner illustration*/
.illus-1,
.illus-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.illus-1 {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.illus-2 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/*mom chat*/
.mom-chat {
  background-color: #fad996;
  border-radius: 25px;
  padding: 35px;
}

.mom-chat__wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mom-chat__wrapper-container:last-child {
  margin-bottom: 0px;
}

.mom-chat__box, .school-report-chat__box {
  position: relative;
  border-radius: 6px;
  padding: 25px 30px;
  background-color: #fff;
  max-width: 720px;
}

.school-report-chat__box {
  width: 100%;
}

.mom-chat__box::after , .school-report-chat__box::after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 23%;
  left: -20px;
  content: "";
}

.mom-chat__avatar {
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mom-chat__avatar .avatar__img {
  width: 92px;
  height: 92px;
  border-radius: 92px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mom-chat__avatar p {
  text-align: center;
}

/*Details*/
.details {
  margin-top: 50px;
  font-size: 16px;
  padding: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.details strong {
  min-width: 120px;
  text-align: left;
  display: inline-block;
}

/*Seal Heading*/
.seal {
  background-image: url(https://www.mamanavi.tv/hubfs/service-job/badge-green-half.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 11px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
}

.seal-heading {
  position: relative;
  border-radius: 4px 4px 0px 0px;
  border: 3px solid #32a292;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
  padding: 20px 15px 10px;
  min-height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seal-heading h2 {
  font-size: 20px;
}

/*Table two column*/
.table-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
}

.table-two-col li {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.table-two-col li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.table-two-col li > div {
  padding: 15px;
}

.table-two-col .head-col {
  background-color: #eee;
  border-right: 1px solid #e0e0e0;
  min-width: 160px;
  font-weight: bold;
}

/* 幼稚園詳細ページの表 */
.table-two-col .head-colkinder{
  background-color: #eee;
  border-right: 1px solid #e0e0e0;
  min-width: 200px;
  font-weight: bold;
}
.table-two-col .kinder > div {
  padding: 10px;
  min-width: 220px;
}
/* /幼稚園詳細ページの表 */
/*seminar info*/
.seminar-info {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  border-radius: 8px;
}

.seminar-info i {
  color: #f9a825;
  margin-right: 8px;
}

.custom-pad > li {
  padding-left: 5px;
  padding-right: 5px;
}

.work-flow {
  padding: 0px;
  list-style: none;
}

.work-flow__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.work-flow__content {
  font-size: 16px;
}

.work-flow li {
  border: 3px solid #f3f3f3;
  padding: 20px;
  margin-bottom: 29px;
  position: relative;
  padding-left: 60px;
}

.work-flow li::after {
  content: "";
  height: 29px;
  width: 40px;
  background-color: #d6ece9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -32px;
}

.work-flow li:last-child::after {
  height: 0px;
}

/*Family Banner*/
.family-banner {
  max-width: 1192px;
}

/*Badge Circles*/
.badge-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("https://www.mamanavi.tv/hubfs/focus-mamaclass/pink-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  min-height: 283px;
}

/*Benefit box*/
.benefit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.benefit-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefit-box {
  padding: 18px;
  border-radius: 15px;
  text-align: center;
  border: 8px solid #f9d0d4;
  background-color: #fdeef1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-box__number {
  background-image: url(https://www.mamanavi.tv/hubfs/focus-mamaclass/pink-badge-small.png);
  background-repeat: no-repeat;
  height: 74px;
  width: 74px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.benefit-box__number span {
  font-size: 14px;
}

.benefit-box__sub-title {
  font-size: 16px;
  margin-top: 5px;
}

.benefit-box__title {
  font-size: 24px;
  color: #ea6170;
  line-height: 1.5em;
}

/*House wife features*/
.house-wife-features {
  list-style: none;
  padding: 0px;
}

.house-wife-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding-left: 130px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 175px;
  background-position: right center;
  background-origin: content-box;
}

.house-wife-features li:nth-child(1) {
  background-image: url(https://www.mamanavi.tv/hubfs/focus-mamaclass/house-wife1.png);
}

.house-wife-features li:nth-child(2) {
  background-image: url(https://www.mamanavi.tv/hubfs/focus-mamaclass/house-wife2.png);
}

.house-wife-features li:nth-child(3) {
  background-image: url(https://www.mamanavi.tv/hubfs/focus-mamaclass/house-wife3.png);
}

.house-wife-features__number {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 72px;
  height: 72px;
  background-image: url("https://www.mamanavi.tv/hubfs/focus-mamaclass/pink-badge.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.house-wife-features__number span {
  display: block;
  font-size: 14px;
}

.house-wife-features__content-wrapper {
  margin-right: 200px;
}

.house-wife-features__title {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.house-wife-features__content {
  font-size: 16px;
}

.house-wife-features__img {
  min-width: 175px;
}

/*Course box*/
.course-box__title {
  font-size: 16px;
}

.course-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-subjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  margin-right: 2px;
}

.course-subjects > div {
  padding: 10px 20px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 1px;
}

.course-subjects > div img {
  margin-right: 10px;
  float: left;
  max-width: 40px;
}

.course-subjects > div strong {
  display: block;
}

.course-subjects__ps {
  background-color: #d9f5f9;
}

.course-subjects__ai {
  background-color: #fceade;
}

.course-subjects__dw {
  background-color: #edf6e3;
}

.course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}

.course-intro {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  line-height: 1.5em;
}

.tuition-fee__title {
  font-size: 18px;
}

.tuition-fee__sub-title {
  font-size: 12px;
  margin-bottom: 15px;
}

.tuition-fee__table {
  text-align: center;
}

.tuition-fee__table th {
  background-color: #eeeeee;
  font-weight: bold;
}

/*Intro work flow*/
.intro-boxes {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-boxes li {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-boxes li > .intro-flow-box {
  width: 48%;
}

.intro-flow-box {
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 25px;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/*Mama Project*/
.mama-project__title {
  margin-top: 12px;
  font-size: 24px;
  color: #fff;
}

.mama-project__title span {
  font-size: 14px;
  color: #fff;
  display: block;
}

.mama-project .col-md-4 {
  margin-bottom: 30px;
}

.mama-project__content {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  margin-top: 12px;
}

.mama-project-list {
  list-style: none;
  padding: 0px;
}

.mama-project-list li {
  font-size: 18px;
  margin-bottom: 50px;
  position: relative;
}

.cup-icon {
  padding-left: 50px;
}

.cup-icon img {
  position: absolute;
  left: 0px;
  top: 2px;
}

.cup-icon__title {
  font-weight: bold;
  margin-bottom: 20px;
}

.cup-icon--yellow span {
  color: #fcae00;
}

.cup-icon--pink span {
  color: #f48691;
}

.cup-icon--green span {
  color: #53b046;
}

.chat {
  list-style: none;
  padding: 0px;
}

.chat > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.chat > li:last-child .chat__box {
  margin-bottom: 0px;
}

.chat__box {
  position: relative;
  border-radius: 12px;
  padding: 25px 35px;
  margin-left: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

.chat__box::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  left: -22px;
  bottom: 33px;
}

.chat__box.big::after {
  bottom: initial;
  top: 60px;
}

.chat.bordered .chat__box {
  border: 1px solid;
  background-color: #fff;
}

.chat.bordered li:nth-child(even) .chat__box {
  margin-right: 35px;
  margin-left: 0px;
}

.chat.bordered li:nth-child(even) .chat__box::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: initial;
  right: -22px;
}

.chat.filled .chat__box {
  background-color: #fffde9;
}

.chat.filled li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.chat.filled li.reverse .chat__box {
  margin-right: 35px;
  margin-left: 0px;
}

.chat.filled li.reverse .chat__box::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: initial;
  right: -22px;
}

.chat-filled--yellow .chat__box::after {
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/yellow-bubble-filled.png);
}

.chat-filled--yellow .chat__title {
  color: #fcae00;
}

.chat-filled--pink .chat__box::after {
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/yellow-bubble-filled.png);
}

.chat-filled--pink .chat__title {
  color: #f48691;
}

.chat-bordered--yellow .chat__box {
  border-color: #fcae00 !important;
}

.chat-bordered--yellow .chat__box::after {
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/yellow-bubble.png);
}

.chat-bordered--yellow .chat__title {
  color: #fcae00;
}

.chat-bordered--pink .chat__box {
  border-color: #f48691 !important;
}

.chat-bordered--pink .chat__box::after {
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/pink-bubble.png);
}

.chat-bordered--pink .chat__title {
  color: #f48691;
}

.chat-bordered--green .chat__box {
  border-color: #53b046 !important;
}

.chat-bordered--green .chat__box::after {
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/green-bubble.png);
}

.chat-bordered--green .chat__title {
  color: #53b046;
}

.chat__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.chat__content {
  font-size: 16px;
}

.chat-masonary {
  list-style: none;
  padding: 0px;
}

.chat-masonary li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.chat-masonary li:nth-child(1) .chat-masonary__box {
  max-width: 396px;
  padding-right: 45px;
}

.chat-masonary li:nth-child(1) .chat-masonary__box::before {
  left: -10px;
  top: -36px;
  -webkit-transform: rotate(89deg) scale(1, -1);
          transform: rotate(89deg) scale(1, -1);
}

.chat-masonary li:nth-child(1) .chat-masonary__box::after {
  bottom: 15px;
  right: 15px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.chat-masonary li:nth-child(2) .chat-masonary__box {
  max-width: 299px;
  top: 160px;
}

.chat-masonary li:nth-child(2) .chat-masonary__box::before {
  left: 0px;
  top: -42px;
  -webkit-transform: rotate(-90deg) scale(-1, 1);
          transform: rotate(-90deg) scale(-1, 1);
}

.chat-masonary li:nth-child(2) .chat-masonary__box::after {
  bottom: 3px;
  right: -15px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.chat-masonary li:nth-child(3) .chat-masonary__box {
  max-width: 431px;
  top: 30px;
  left: 80px;
}

.chat-masonary li:nth-child(3) .chat-masonary__box::before {
  left: 0px;
  top: -12px;
  -webkit-transform: rotate(-90deg) scale(-1, 1);
          transform: rotate(-90deg) scale(-1, 1);
}

.chat-masonary li:nth-child(3) .chat-masonary__box::after {
  bottom: 13px;
  right: -15px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.chat-masonary li:nth-child(4) .chat-masonary__box {
  max-width: 383px;
  top: 320px;
}

.chat-masonary li:nth-child(4) .chat-masonary__box::before {
  left: -15px;
  top: -25px;
}

.chat-masonary li:nth-child(4) .chat-masonary__box::after {
  bottom: -27px;
  right: 15px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.chat-masonary li:nth-child(5) .chat-masonary__box {
  max-width: 382px;
  top: 120px;
}

.chat-masonary li:nth-child(5) .chat-masonary__box::before {
  left: 30px;
  top: -32px;
  -webkit-transform: rotate(-90deg) scale(-1, 1);
          transform: rotate(-90deg) scale(-1, 1);
}

.chat-masonary li:nth-child(5) .chat-masonary__box::after {
  bottom: 3px;
  right: -15px;
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.chat-masonary__avatar {
  margin-right: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.chat-masonary__avatar.absolute {
  position: absolute;
  top: -110px;
  right: 20px;
}

.chat-masonary__box {
  background-color: #fffde9;
  padding: 20px 25px;
  position: relative;
}

.chat-masonary__box::after, .chat-masonary__box::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 69px;
  background-image: url(https://www.mamanavi.tv/hubfs/cafe/mamaproject/l-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.chat-masonary__title {
  color: #f48691;
  font-size: 20px;
  margin-bottom: 15px;
}

.chat-masonary__content {
  font-size: 16px;
  text-align: justify;
}

/*Footer--------------*/
footer {
  text-align: center;
  border-top: 1px solid #dcdddd;
  padding: 15px 0px;
  font-size: 14px;
}

.copyright {
  border-top: 1px solid #dcdddd;
  padding-top: 15px;
}

/* Small devices (landscape phones, 576px and up)*/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #right-buttons .dropdown:hover > .dropdown-menu {
    display: block;
  }
  #right-buttons .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .desktop-menu .dropdown-toggle {
    background: none;
    color: #f48691 !important;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
  }
  .desktop-menu .dropdown-toggle:hover,
  .desktop-menu .dropdown-toggle:focus,
  .desktop-menu .show > .btn-primary.dropdown-toggle,
  .desktop-menu .btn-primary:not(:disabled):not(.disabled).active,
  .desktop-menu .btn-primary:not(:disabled):not(.disabled):active {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .desktop-menu .dropdown-toggle::after {
    font-size: 0px;
  }
  .desktop-menu .dropdown-item {
    display: inline;
    padding: 0px 12px;
    font-size: 13px;
    border-right: 1px solid #808080;
    color: #808080;
  }
  .desktop-menu .dropdown-item:last-child {
    border: none;
  }
  .desktop-menu .dropdown-item:hover,
  .desktop-menu .dropdown-item:focus {
    background: none;
    color: #ff921e;
  }
  .desktop-menu .dropdown-menu {
    display: inline-block;
    border: none;
    padding: 0;
    position: initial !important;
    margin: 0;
  }
  .desktop-menu .dropdown-item {
    display: inline;
    padding: 0px 12px;
    font-size: 13px;
    border-right: 1px solid #545553;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .content-wrapper .container {
    max-width: 990px;
  }
}

@media (min-width: 1700px) {
  .home-banner__caption {
    padding-left: 30px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1279px) {
  #main-nav .nav-item {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 1200px) {
  #main-nav {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .family-banner {
    max-width: 100%;
  }
  #top-navigation {
    min-height: 145px;
  }
}

@media only screen and (max-width: 1100px) {
  #main-nav .nav-item {
    padding: 0px 12px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #main-navigation .navbar-nav .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .consultatoin-flow__icon-box {
    width: 190px;
    height: 190px;
  }
}

@media only screen and (max-width: 991px) {
  #right-buttons .nav-link i:first-child {
    margin-right: 12px;
  }
  .home-banner .left-overlay {
    background: none;
    position: initial;
    width: 100%;
  }
  .home-banner {
    padding-top: 0px;
  }
  .desktop-menu .dropdown-menu {
    border: none !important;
    padding: 0px;
    border-top: 1px solid #ccc !important;
  }
  .desktop-menu .dropdown-toggle {
    color: #f48691 !important;
    padding-left: 30px;
    display: block;
    text-align: left;
    padding-right: 30px;
  }
  .btn-outline-primary,
  .btn-primary {
    min-width: 100%;
  }
  #main-navigation {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .socialIcons {
    position: absolute;
    top: 3px;
    right: 15px;
  }
  ul.dropdown-menu {
    padding: 0px 0px;
    margin-top: 0px;
    border: none;
    padding-bottom: 12px;
  }
  ul.dropdown-menu li {
    border-bottom: 0px solid #dcdddd;
  }
  #right-buttons > ul > li {
    border-bottom: 1px solid #ccc;
  }
  #right-buttons > ul > li:last-child {
    border-bottom: none;
  }
  #main-nav {
    margin-left: 0px;
  }
  #right-buttons .nav-link i {
    display: inline-block;
  }
  #right-buttons > ul > li > a {
    text-align: left;
  }
  #main-nav ul li {
    border-bottom: 1px solid #cccccc;
  }
  #main-nav .desktop-menu {
    margin-top: 150px;
  }
  .price-table__badge {
    position: initial;
    margin: auto;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding-top: 0.5rem;
  }
  .left-overlay {
    top: 85px;
  }
  .navbar-dark .navbar-brand {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  nav.bg-light {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  #main-nav ul li {
    border-bottom: 1px solid #cccccc;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #ccc;
  }
  #second-nav {
    position: initial;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-align: left;
  }
  #right-buttons li {
    width: 100%;
  }
  #second-nav {
    padding-bottom: 0px;
  }
  .desktop-menu .dropdown-item {
    padding-left: 50px;
  }
  .members__title {
    margin-bottom: 40px;
  }
  #second-nav .btn-primary {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
  }
  .curve-box .col-md-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .curve-box__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .curve-box__title ul {
    text-align: left;
  }
  .curve-box__content {
    text-align: center;
  }
  .curve-box__content ul {
    text-align: left;
  }
  .curve-box__content-wrapper {
    padding: 50px 30px;
  }
  .list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gel-nails h2,
  .seat h2 {
    text-align: center;
  }
  .focus {
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .first-level.menu-show {
    display: block !important;
    background: none;
  }
  .first-level.menu-hide {
    display: none !important;
  }
  .first-level {
    position: initial;
    border: none;
  }
  .has-sub:hover ul {
    display: initial;
  }
  li.has-sub ul {
    padding-left: 15px;
  }
  li.has-sub::after {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 18px;
    font-family: "mamanvi";
    content: '\e80e';
    color: #ccc;
  }
  li.has-sub.open::after {
    content: '\e80d';
  }
  li.has-sub:hover {
    background: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
/*  0823追加 */
  img{
   max-width:100%;
   height: auto;
  }
  .schoolpoint{
  display:block;
}
  .circle {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .chat-masonary li .chat-masonary__box {
    max-width: initial !important;
    top: initial !important;
    left: initial !important;
  }
  .chat-masonary__box {
    margin-top: 100px;
  }
  .dobule-col-list > div:last-child ul {
    margin-top: 0px;
  }
  .course-subjects {
    width: 180px;
  }
  .course-subjects > div {
    padding: 10px;
  }
  .course-subjects > div img {
    max-width: 30px;
  }
  .benefit-box {
    margin-bottom: 15px;
  }
  .badge-circle {
    margin-bottom: 25px;
  }
  .house-wife-features {
    margin-left: 15px;
    margin-right: 15px;
  }
  .house-wife-features li {
    background-position: calc(50% - 50px) bottom;
  }
  .house-wife-features li:nth-child(3) .house-wife-features__content-wrapper {
    margin-bottom: 190px !important;
  }
  .house-wife-features__content-wrapper {
    margin-right: 0px;
    margin-bottom: 290px;
  }
  .house-wife-features__content {
    margin-left: -90px;
  }
  .book-seeking ul li {
    font-size: 16px;
  }
  .troubles ul {
    margin-bottom: 0px;
  }
  h3 {
    font-size: 18px;
  }
  .work-flow li {
    border: 3px solid #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
  }
  .work-flow li::after {
    content: "";
    height: 20px;
    bottom: -23px;
  }
  .details strong {
    display: block;
  }
  .custom-pad > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .btn {
    width: 100%;
  }
  .heading--ribbon {
    padding: 12px;
  }
  .heading--ribbon:before, .heading--ribbon:after {
    border: 27px solid #32a292;
  }
  .heading--ribbon:after {
    border-left-width: 5px;
    border-right-color: transparent;
    border-right-width: 25px;
    right: -24px;
  }
  .heading--ribbon:before {
    border-right-width: 5px;
    border-left-color: transparent;
    border-left-width: 25px;
    left: -24px;
  }
  .content-box .heading.absolute-center {
    top: -27px;
  }
  .members__img {
    width: 80px;
    height: 80px;
  }
  .footer-list li:nth-child(2) {
    border-right: none;
  }
  .footer-list li {
    margin-bottom: 20px;
  }
  .copyright .footer-list li:nth-child(1) {
    border-right: none;
  }
  .menu-list--one .menu-list__item, .menu-list--two .menu-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .menu-list--one .menu-list__item > div, .menu-list--two .menu-list__item > div {
    width: 100%;
  }
  .menu-list--one .menu-list__img img, .menu-list--two .menu-list__img img {
    width: 100%;
  }
  .menu-list--one .menu-list__price-box, .menu-list--two .menu-list__price-box {
    text-align: left;
  }
  .menu-list--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-list--two .menu-list__title {
    margin-bottom: 8px;
  }
  .menu-list--two .menu-list__item {
    text-align: center;
  }
  .menu-list--two .menu-list__price {
    float: left;
  }
  .btn-outline.wide {
    min-width: auto;
  }
  .btn.wide {
    min-width: auto;
  }
  .grid-list__wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-list__image {
    width: 100%;
  }
  .card-grid {
    height: auto;
    margin-bottom: 30px;
  }
  .col1,
  .col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .map-img {
    width: 100%;
  }
  .menu-box__item {
    margin-bottom: 15px;
    width: 100%;
  }
  .banner-text {
    font-size: 18px;
    bottom: 25px;
  }
  .banner-text span {
    margin-bottom: 6px;
    padding: 0px 8px;
  }
  .banner-child-parent {
    background-position: -90px 0px;
  }
  .banner-logo {
    left: 7%;
  }
  .address .phone-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nails-menu__title {
    text-align: center;
  }
  .nails-menu img {
    width: 100%;
    margin-bottom: 15px;
  }
  .nails-menu .btn {
    display: block;
    margin-bottom: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .banner-classy {
    background: url(https://www.mamanavi.tv/hubfs/service-nailsalon-classy/classy-banner-m.jpg) no-repeat right center;
    background-size: cover;
  }
  .banner-classy .banner-text {
    left: 3%;
    top: 10%;
    max-width: 70%;
  }
  .banner-classy .banner-logo {
    right: initial;
    left: 30px;
    bottom: 20px;
  }
  .color-flags {
    width: 110px;
  }
  .mom-chat__wrapper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mom-chat__wrapper-container:last-child {
    margin-bottom: 0px;
  }
  .mom-chat__box::after ,.school-report-chat__box::after {
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50%;
  }
  .mom-chat__avatar {
    margin-right: 0px;
  }
  h2 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  .table-two-col li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-two-col li > div {
    width: 100%;
  }
  .members__img {
    width: 120px;
    height: 120px;
  }
  h1 {
    font-size: 26px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #main-nav .desktop-menu {
    margin-top: 110px;
  }
  .navbar-brand img {
    max-width: 220px;
  }
  .triangles .triangle-left {
    left: -50px;
  }
  .triangles .triangle-right {
    right: -50px;
  }
}

/* Custom, iPhone Retina */
/*# sourceMappingURL=styles.css.map */