/* CSS Document */
.bg-purple {
  background-color: #6f42c1;
}
/* Navigation */
nav .container {
  max-width: 1200px
}
.navbar-brand {
  font-size: 1.2em;
  font-weight: 700;
  color: rgba(255,219,230,1.00)
}
.navbar-brand:hover{
	color: rgba(200,0,106,1.00)
}
.navbar-toggler {
  border-color: rgba(170,50,113,1.00);
  background-color: rgba(255,240,240,1.00)
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,124,217,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='rgba(255,151,223,1.00)'  stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }
	
  .offcanvas-header {
    background-color: rgba(59,14,35,1.00)
  }
  .offcanvas-title {
    font-size: 1.5em;
    color: rgba(241,203,229,1.00)
  }
  .offcanvas-body {
    background-color: rgba(255,237,242,1.00)
  }
  .nav-link {
    font-size: 1em;
    text-align: center;
    background-color: transparent;
    border-radius: 3px;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .navbar li.nav-item {
    margin-bottom: 0.4em
  }
  nav .navbar-nav li a {
    color: rgba(58, 33, 99, 1.00) !important;
    background-color: transparent !important;
  }
  nav .navbar-nav li a:hover {
    color: rgba(248, 0, 108, 1.00) !important;
  }
  .dropdown-menu {
    margin-top: 0px;
    background-color: rgba(255,255,255,1.00)
  }
  .dropdown-menu .dropdown-item:hover {
    color: rgba(255, 255, 255, 1.00) !important;
    background-color: rgba(47, 63, 74, 1.00) !important;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(206, 236, 255, 1.00);
  }
}

.navbar .nav-link.active {
  color: #ffffff; /* テキスト色 */
  background-color: rgba(143,197,142,1.00); /* 背景色 */
}

@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav .nav-item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    width: 100%
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .nav-item {
    vertical-align: bottom;
  }
  .nav-link {
    max-width: 11.0em;
    font-size: 0.75em;
    text-align: center;
    background-color: transparent;
    border-radius: 3px;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .navbar li.nav-item {
    margin-left: 0em
  }
  nav .navbar-nav li a {
    color: rgba(255,255,255,1.00) !important;
  }
  nav .navbar-nav li a:hover {
    color: rgba(255,216,240,1.00) !important;
  }
  .nav-link:hover {
    background-color: rgba(200,0,106,1.00);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  .dropdown-menu {
    margin-top: 0px;
    background-color: rgba(49,8,24,1.00)
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: rgba(134,20,70,1.00);
  }
}

@media (min-width: 1040px) {
  .nav-link {
    max-width: 10em;
    font-size: 0.8em;
  }
  .navbar li.nav-item {
    margin-left: 0em
  }
}
@media (min-width: 1200px) {
  .nav-link {
    max-width: 10em;
    font-size: 0.8em;
  }
  .navbar li.nav-item {
    margin-left: 1.4em
  }
}
@media (min-width: 1400px) {
  .navbar li.nav-item {
    margin-left: 1.6em
  }
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* ナビバーの高さ */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #57C2A0;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}