@charset "utf-8";

/* 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('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Roman.eot');
    src: url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Roman.eot#iefix') format('embedded-opentype'), url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Roman.woff2') format('woff2'), url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Roman.woff') format('woff'), url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/fonts/Avenir-Roman.ttf') format('truetype'), url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/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','Noto Sans JP', sans-serif;
	  font-weight:500 !important;
}

h1 {
    font-size: 28px;
    font-weight: bold;
	  background: linear-gradient(transparent 70%, #ffc107 70%);
	  margin-bottom:30px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 1rem 0rem 0.5rem 0rem;
    border-bottom: 6px solid #53b046;
	  margin-bottom:30px;
}

h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ffb75d;
}

h2.border-bottom-none {
    border-bottom: 0px;
}

h2.border-bottom-none:before {
  height: 0px;
}

h3 {
  font-size: 20px;
  position: relative;
  padding: 1.5rem 1rem;
	margin-bottom:30px;
}

h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h3.sr_bottom:after,
.flowBOX h3:after,
.imgBOX h3:after{
background:none;
}

h4{
	  font-size: 18px;
    border-bottom: 6px double #000;
	  margin:30px 0 20px;
	  padding: 0.5rem 1rem;
}

p {
    line-height: 1.7rem;
}

a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

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;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom:30px;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #b7d052;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #b7d052;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 20px;
	word-wrap:break-word;

}

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

.orange-text2 {
  color: #ff911e !important;
}

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

.text-green {
  color: #53b046 !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-green-bg3 {
  background-color: #e1efdd;
}

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

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

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

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

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

.maxWidth80 {
    width: 80%;
}

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

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

.medium-text {
    font-size: 30px;
    line-height: 1.2em;
}

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

.positionInitial {
    position: initial !important;
}

.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;
}


/* Buttons-------------------------- */

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.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 {
    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;
}
.hs-button:hover{
 text-decoration:none; 
}

/* 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;
}


/* Headings----------------------------- */

.heading {
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.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 h1 {
  color: #f48691 !important;
}

.heading--pink h2 {
    color: #f48691 !important;
}
.heading--black h2 {
    color: #3e3a39; !important;
}
.heading__sub.bars--pink {
    background: url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/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;
}

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

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

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

.heading__sub.pink-stroke {
    background: url('https://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/images/orange-brush-stroke.png')no-repeat center bottom;
    padding-bottom: 26px;
    margin-bottom: 50px;
}

.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__dash-lines {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px dashed #b5b6b6;
    border-bottom: 2px dashed #b5b6b6;
/*     color: #53b046; */
    font-size: 20px;
}

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

.heading__dash-lines:after{
content:"";
  background:none;
}
.notice h2.heading{
 padding-top:0; 
}
.text_green{
   color: #53b046;
}
.text_orange{
  color: #fcae00;
}
.text-lightgreen{
  color: #B3D45E;
}


/* 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>ul>li.corpnav-item {
    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;
}

.corporation-logo img {
  margin-left:30px;
  margin-top:-10px;
}

.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;
}

.desktop-menu {}

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

}

#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 {
    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;
    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;
}

.content-wrapper{
	padding-top:145px;
}
/* Home Banner------------------ */

.home-banner {
    padding-top: 200px;
    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 {
    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;
    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%;
} */


/* 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;
}

.school table th,.school table td{
	font-size:14px;
}
/* スクール詳細ページの修正（テスト） */
.schoolpoint{
  display:flex;
  padding-bottom:30px;
}
.circle {
    background-color: #F4B75D;
    margin-right: 15px;
    margin-left: 15px;
    width: 200px;
    height: 200px;
    line-height: 1.2;
    display: inline-block;
    border-radius: 50%;
    padding: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
  }
.schoolpoint p{
  font-size: 20px;
    text-align: center;
}
/* /スクール詳細ページの修正（テスト） */
/* Report------------- */

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

.report__content {
    margin-bottom: 30px;
}

/*table*/
.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;
}
@media (max-width: 767px) {
  .recruit-map-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .recruit-map-wrapper iframe,
  .recruit-map-wrapper object,
  .recruit-map-wrapper embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  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://8379223.fs1.hubspotusercontent-na1.net/hubfs/8379223/mamanavi.tv/images/grey-bars.png') center top;
}


/* Blog-------------- */
.blog-post h1{
background:none;
}
.blog-post h1:after{
background:#ffc107;
  height:15px;
  content:"";
  margin-top:-12px;
  display:block;
  width:100%;
}
.blog-related-posts h2{
margin-top:0;
  padding-top:0;
}
.blog-related-posts__post-image-wrapper img{
  max-width:100%;
}
h3.blog-related-posts__title{
font-size:18px;
  padding:5px 0 10px;
  line-height:1.5em;
  margin-bottom:0;
}
h3.blog-related-posts__title:after{
background:none;
}
.blog-related-posts__post{
  border-bottom: 1px solid #ddd;
  margin-bottom:30px;
}

.mamanavi-list-image{
  width:100%;
	height:150px;
	object-fit: cover;
	overflow:hidden;
}


/*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)*/

@media (min-width: 576px) {}


/* 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) {
    #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;
    }
    ul.dropdown-menu li a:hover {
        color: #545553;
    }
    #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;
    }
    .corporation-logo img {
      margin-left: 0;
    }
    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;
    }
}

.table-style .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.table-style__heading {
  font-size: 18px;
}

.color-box {
  border-width: 4px;
  margin-bottom: 30px;
  border-style: solid;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
}

.color-box--pink {
  border-color: #F07573;
}

.color-box__title {
  font-size: 22px;
}

.company-booth__box {
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 1px;
}

.company-booth__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-booth__img {
  width: 50%;
}

.company-booth__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.company-booth__content {
  margin: 20px;
}

.company-booth__logo img {
  margin-right: 20px;
}

.highlighted-box {
  padding: 20px;
  border-radius: 12px;
}

.no-after::after {
  background: none;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}


/* mobile navbar sidebar under lg breakpoint */
@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;
  }
}
/* スクール詳細ページの修正（テスト） */
  
/*ママナビイベントレポート*/
/* Content Box */
.content-box-diaognal-bars {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  background-image: url("https://mamanavi.tv/hubfs/mamanavi.tv/images/light-blue-bars.png"), url("https://mamanavi.tv/hubfs/mamanavi.tv/images/light-blue-bars.png");
  background-position: top left, bottom left;
  background-repeat: repeat-x;
}

.content-box-diaognal-bars.orange {
  background-image: url("https://mamanavi.tv/hubfs/mamanavi.tv/images/orange-bars.png"), url("https://mamanavi.tv/hubfs/mamanavi.tv/images/orange-bars.png");
}

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

.table-style__heading {
  font-size: 18px;
  
}
.color-box {
  border-width: 4px;
  margin-bottom: 30px;
  border-style: solid;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
}

.color-box--pink {
  border-color: #F07573;
}

.color-box__title {
  font-size: 22px;
}

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


/* Small Devices, Tablets */
/*@media only screen and (max-width: 767px) {
    .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;
    }
}*/
  
/* 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;
  }
  .heading__sub {
    font-size: 22px;
  }
  .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(../images/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 {
    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 */