@charset "utf-8";
/* CSS Document */


.swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1350px;
}

.swiper-pagination-bullet {
	background:#888;
}
.swiper-pagination-bullet-active {
	background:#148c70;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    background: #ff6e7b !important;
}
.mv {
	border-color: #fa4251;
}
.layout2026-menu {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fad5d6;
    font-size: 1.5rem;
    color: #f71a44;
    font-weight: 600;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
    padding: 1rem 0;
    border-radius: .5rem;
    box-shadow: 2px 2px 4px #ccc;
	transition: .3s;
}
.layout2026-menu.kids {
	background: #f9cb95;
	color:#fd7e14;
}
.layout2026-nav {
    background: #fff;
    padding: .5rem;
    width: 100%;
}
.layout2026-nav ul {
    border-bottom: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: left;
    gap: .5rem;
    padding-bottom: .25rem;
}
.layout2026-nav ul li{}
.layout2026-nav ul li a.showing{
      background: var(--bs-success);
      color: #fff;
      pointer-events: none;
}

.cases-nav {
        width: 100%;
    margin-bottom: 4rem;
    margin-top: 2rem;
    /* min-width: 1140px; */
    overflow-x: scroll;
}
.cases-nav table {
	width: 100%;
    min-width: 1140px;
    background: #fff;
}
.cases-nav table tr{
    border: 1px solid #ccc;
}
.cases-nav table th {
    background: none;
    border: 1px solid #ccc;
	font-size: .75rem;
    padding: .25rem;
}
.cases-nav table td {
    background: none;
    border: 1px solid #ccc;
	font-size: .75rem;
    padding: .25rem;
}

.cases-nav ul {
	width: 100%;
    background: #fff;
	display: table;
	border-collapse: collapse;
	list-style: none;
}
.cases-nav ul li{
    border: 1px solid #ccc;
	word-break: keep-all;
	white-space: nowrap;
	display: table-row;
}
.cases-nav ul li:first-of-type span {
	background: #F794A1 !important;
	color:#fff !important;
}

.cases-nav ul li a {
	display: contents;
	color: inherit;
	text-decoration: none;
	transition: .3s;
}
.cases-nav ul li span {
	display: table-cell;
	white-space: nowrap;	
    background: none;
    border: 1px solid #ccc;
	font-size: .75rem;
    padding: .25rem;
}
.cases-nav ul li span:nth-of-type(5),
.cases-nav ul li span:nth-of-type(6) {
	text-align: center;
}

.cases-nav ul li:nth-of-type(odd) span{
	background:#f8eeed;
}


@media only screen and (min-width: 992px) {

	
  header > .navbar-dark .navbar-nav .nav-link {
        width: 100%;
        font-size: 18px;
	}
	.navbar-expand-lg .navbar-nav {
		height: 65px;
	}
  li.nav-item.text-center {
    width: calc(100%);
    border-right: 1px solid #ffffff;
    height: 100%;
    position: relative;
    left: -1px;
    display: flex;
    align-items: center;
  }
  .layout2026-menu {}
  .layout2026-menu:hover {opacity: .6;}	
  .layout2026-nav {

  }
  .layout2026-nav ul li a {
	  transition: .3s;
	}
  .layout2026-nav ul li a:hover {
	  background: var(--bs-success);
      color: #fff;
	}
  .cases-nav {
	  overflow-x: auto;
	}
  .cases-nav ul li span{
	  font-size: 1rem;
	  white-space: nowrap;
	}
  .cases-nav ul li a:hover span {
	  opacity: .6;
	}

}
@media only screen and (min-width: 1180px) {
	.layout2026-nav ul {
		justify-content: center;
	}
}