.bh-footer .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bh-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bh-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bh-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bh-footer .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .bh-footer .container {
      max-width: 1366px;
  }
}
.bh-footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.bh-footer .footer-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bh-footer {
  font-family: 'Noto Sans JP';
}

#section-460-36815>.ct-section-inner-wrap {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.bh-footer-copyright {
  background-color: #8bdfec;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bh-footer-copyright p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.bh-footer-info {
  background-color: #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bh-footer-info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 30px;
}

.bh-footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bh-footer-logo a {
  display: block;
}
.bh-footer-logo img {
  display: block;
  width: 260px;
  height: auto;
  object-fit: contain;
}

.bh-footer-menu,
.bh-footer-information {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.bh-footer-menu-block .navbar-footer-nav {
  row-gap: 10px;
  margin-top: 0;
}
.bh-footer-menu-block .navbar-footer-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bh-footer-menu-block .custom-footer-link {
  margin-top: 10px;
}
.bh-footer-menu-block .navbar-footer-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  transition: .3s;
}
.bh-footer-menu-block .navbar-footer-nav li a:hover {
  color: #7c3308;
}
.bh-footer-menu-block .custom-footer-link a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  padding: 0;
  transition: .3s;
}
.bh-footer-menu-block .custom-footer-link a:hover {
  color: #7c3308;
}

.bh-footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  padding: 15px 30px;
  border: 1px solid #666;
}
.bh-footer-information-row p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.bh-footer-information-row p a {
  color: #666666;
  font-weight: 500;
  transition: .3s;
}
.bh-footer-information-row p a:hover {
  color: #7c3308;
}

@media (max-width: 1199.98px) {
  .bh-footer-links {
    row-gap: 15px;
    padding: 15px 20px;
  }
  .bh-footer-information-row p {
    font-size: 14px;
  }
  .bh-footer-menu-block .navbar-footer-nav li a {
    font-size: 14px;
  }
  .bh-footer-menu-block .custom-footer-link a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .bh-footer-menu, .bh-footer-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.99px) {
  .bh-footer-links {
    padding: 15px;
  }
}