body {
  font-family: 'BIZ UDPGothic', sans-serif;
}

.container {
  max-width: 900px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

.custom-img-size {
  max-width: 300px;  /* または希望のサイズ */
  width: 100%;
  height: auto;
}
.custom-padding {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.btn-sm p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn p {
  margin: 0;
}
h1 {
    font-size: 3rem;


}
h2 {
    font-size: 1.8rem;
    color: #333;
}
h2.text-center {
  

  max-width: 100%;
}

@media (max-width: 576px) {
  h2.text-center {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 1.8rem;
    
  }
}
.responsive-title {
  font-size: 1.5rem;
}

.break-point {
  display: none;
}

@media (max-width: 576px) {
  .responsive-title {
    font-size: 1.2rem;
  }
  .break-point {
    display: block;
  }
}

p {
    font-size: 1rem;
    line-height: 1.6;
}
.carousel-item img {
    object-fit: cover;
    height: 400px;
}

.bg-success {
    background-color: #00AA3C !important;
}
.btn-primary {
    background-color: #5997FF;
    border-color: #5997FF;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.shadow {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-light-gray {
    background-color: #f8f9fa;
}
 .custom-link:hover {
    color: #00AA3C !important;
    text-decoration: none !important;
}
.custom-carousel-button {
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;

  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
}

.carousel-control-prev {
  left: 10px !important;
}

.carousel-control-next {
  right: 10px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px !important;
  height: 20px !important;
  background-size: 100% !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white; /* または任意の背景色 */
}

.sticky-header h1 {
  margin-bottom: 0;
}

.custom-link:hover {
  color: #00AA3C !important;
  text-decoration: none !important;
}