/*
Theme Name: Simple Theme
Theme URI: https://example.com
Author URI: https://example.com
Description: シンプルなWordPressテーマ
Version: 1.0
*/
/*


body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  margin: 0;
  padding: 0;
}

*/
    body {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
      background-color: #f8f9fa;
    }

    .navbar-brand {
      color: #ff8800 !important;
      font-weight: bold;
    }


    .hero {
      background: linear-gradient(45deg, #377aff 0%, #00d9ff 100%);
      color: white;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      padding: 80px 0 80px 0;
      text-align: center;
      position: relative;
      /*background-image: url('images/gz001.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; */
    }


    .hero h1 {
      font-size: 2rem;
      font-weight: bold;
    }

    .hero p {
      max-width: 600px;
      margin: 10px auto 30px;
    }

    .hero input {
      max-width: 300px;
      display: inline-block;
    }

    .services-section {
      background: transparent;
      margin-top: -100px;
      position: relative;
      z-index: 1;
      padding-bottom: 20px;
    }

    .services-section .container {
      padding: 40px 10px;
    }

    .service-box {
      margin-bottom: 30px;
    }

    .service-box img {
      width: 100%;
      height: auto;
      border-radius: 5px;
    }

    .service-title {
      color: #ff8800;
      font-weight: bold;
      margin-top: 15px;
      font-size: 1.1rem;
    }

    .service-box p {
      font-size: 0.9rem;
      color: #555;
    }

    .footer {
      background: #2c2c2c;
      color: #ccc;
      padding: 60px 0 20px;
    }

    .footer h5 {
      color: #fff;
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .footer a {
      color: #ccc;
      display: block;
      margin-bottom: 10px;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .social a {
      color: #ccc;
      margin-right: 15px;
      font-size: 1.2rem;
    }

    .footer-bottom {
      text-align: center;
      border-top: 1px solid #444;
      padding-top: 20px;
      font-size: 0.9rem;
    }


    .animate-left, .animate-right, .animate-up, .animate-down {
      position: relative;
      opacity: 0;
      transition: none;
    }
    .animate-left  { left:  -50px; }
    .animate-right { left:   50px; }
    .animate-up    { top:    50px; }
    .animate-down  { top:   -50px; }
    .no-animate {  opacity: 1 !important;  top: 0 !important;  left: 0 !important;}
    

.card-body h1{font-size:1.8rem; padding-bottom:5px;}
.card-body h2{font-size:1.5rem; padding-bottom:10px;}
.card-body h3{font-size:1.2rem; padding-bottom:10px;}
.card-body h4{font-size:1.0rem; padding-bottom:10px;}
.card-body hr{padding-top:20px;}


.table { padding: 0; margin: 0; }
.card-body table {margin-bottom: 3rem; }


.language-switcher a {
  text-decoration: none !important;
}


h2.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size:1.0rem !important;
}


.language-switcher a,
.language-switcher a:visited,
.language-switcher a:hover,
.language-switcher a:focus,
.language-switcher a:active {
  color: #212529 !important;
}

.contact .form-control {background-color: #f0f6ff;}

    @media (max-width: 575.98px) {
      .hero h1 {
        font-size: 1.3rem;
      }

      .hero p {
        font-size: 0.9rem;
      }

      .service-box p {
        font-size: 0.8rem;
      }
    }



.list-group-item a {
    text-decoration: none !important;
}
.list-group-item a:hover {
    text-decoration: underline;
}