@charset "UTF-8";
body {
  padding-top: 50px;
  font-family: Arial, Helvetica, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }
}
/* breadcrumb */
.breadcrumb {
  margin-top: 20px;
}

/* btn */
.btn-custom {
  background-color: #2e8b57;
  border-color: #349e63;
  color: #fff;
}
.btn-custom:hover {
  background-color: #349e63;
  color: #fff;
}
.navbar-custom .btn-custom {
  background-color: #2e8b57;
  border-color: #28784b;
  color: #fff;
}
.navbar-custom .btn-custom:hover {
  background-color: #349e63;
  color: #fff;
}

/* icon */
.icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f49e26;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 1.0em;
}
.icon .fa {
  position: relative;
  top: 25px;
  left: 0;
  margin: 0;
}

/* navbar */
.navbar-custom {
  margin-bottom: 0;
  background-color: #001a6e;
  color: #fff;
}
.navbar-custom .navbar-toggle {
  border-color: #fff;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .nav li a {
  color: #fff;
}
.navbar-custom .nav li a:hover {
  background-color: transparent;
  color: #f2f2f2;
  text-decration: none;
}
.navbar-custom .nav li a:focus {
  background-color: #002cbb;
}
.navbar-custom .nav li .dropdown-menu li a {
  padding: 6px 20px;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.navbar-custom .nav li .dropdown-menu li a:hover {
  background-color: #f2f2f2;
}
.navbar-custom .nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .navbar-custom .navbar-collapse {
    background-color: #f7f7f9;
  }
  .navbar-custom .navbar-collapse li a {
    border-bottom: 1px solid #ddd;
    color: #333;
  }
  .navbar-custom .navbar-collapse li a:hover {
    color: #595959;
    border-bottom: 1px solid #ddd;
  }
  .navbar-custom .navbar-collapse li a:focus {
    background-color: #e8e8ee;
    border-bottom: 1px solid #ddd;
  }
  .navbar-custom .navbar-collapse li .dropdown-menu {
    border-bottom: 1px solid #ddd;
  }
}

#site-footer {
  padding: 20px 0 10px;
  background-color: #001a6e;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer a:hover {
  color: #fff;
}
#site-footer ul.footer-menu {
  margin: 0;
  padding: 0;
}
#site-footer ul.footer-menu > li {
  list-style: none;
}
#site-footer ul.footer-menu ul {
  margin: 5px 0 20px;
  padding-left: 20px;
}
#site-footer ul.footer-menu ul li {
  list-style: disc;
  margin-bottom: 3px;
}
#site-footer .company-name {
  margin-bottom: 5px;
  font-size: 16px;
}
#site-footer .copyright {
  text-align: right;
  font-size: 12px;
}

/* page */
.page .page-header {
  margin: 40px 0;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.page .page-header .lead {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .page-header {
    margin: 40px 0;
  }
}
.page section {
  max-width: 760px;
  margin: 0 auto 50px;
  border-top: 1px dotted #ddd;
}
.page section h2 {
  margin: 0;
  padding: 60px 0 20px;
  text-align: center;
}
.page section h3 {
  margin: 20px 10px 10px;
}
.page section p,
.page section dl {
  margin: 2em 10px;
  line-height: 1.6;
  font-size: 16px;
}
.page section ul,
.page section ol {
  margin: 1em 10px;
  line-height: 1.6;
  font-size: 16px;
}
.page section ul li,
.page section ol li {
  margin-bottom: 5px;
}
.page section dd {
  margin-bottom: 1em;
}
.page section#sec-access .ggmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.page section#sec-access .ggmap iframe,
.page section#sec-access .ggmap object,
.page section#sec-access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page section#sec-contact {
  padding-bottom: 50px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.page section#sec-contact p {
  margin-bottom: 50px;
  text-align: center;
}

#home .jumbotron {
  min-height: 580px;
  margin-bottom: 0;
  background-image: url(/img/main01.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #9ecddd;
  color: #fff;
}
#home .jumbotron h1 {
  margin: 40px 0 20px;
  font-size: 32px;
  text-shadow: 1px 1px 3px #666, -1px  1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
}
#home .jumbotron .lead {
  font-size: 18px;
  text-shadow: 1px 1px 3px #666, -1px  1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
}
#home .jumbotron .more {
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  #home .jumbotron {
    min-height: 500px;
  }
  #home .jumbotron h1 {
    font-size: 24px;
  }
  #home .jumbotron .lead {
    font-size: 14px;
  }
  #home .jumbotron .more .btn-lg {
    padding: 6px 12px;
    font-size: 16px;
  }
}
#home section {
  padding: 50px;
  border-bottom: 1px solid #ddd;
}
#home section h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  /*font-weight: bold;*/
}
#home section h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
#home section h3 {
  margin-bottom: 30px;
  text-align: center;
}
#home section p {
  line-height: 1.6;
}
#home section .more {
  margin: 20px 0;
  text-align: center;
}
#home #sec-service .service-item {
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#home #sec-products {
  background: #e1effa url(../wp-town/img/footer_bg.jpg) repeat-x bottom left;
}
#home #sec-products .product-item {
  margin-bottom: 100px;
}
#home #sec-products h3 .logo {
  display: block;
  padding: 10px 0;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
#home #sec-products p {
  margin-bottom: 50px;
  text-align: center;
}
#home #sec-contact p {
  margin-bottom: 50px;
  text-align: center;
}
#home #sec-access .ggmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
#home #sec-access .ggmap iframe,
#home #sec-access .ggmap object,
#home #sec-access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#home #sec-access .access-info {
  margin: 20px;
}

/* contact */
#contact-form {
  max-width: 600px;
  margin: 0 auto 50px;
}
#contact-form h2 {
  font-size: 16px;
}
#contact-form p.message {
  margin: 20px;
  line-height: 1.6;
}
#contact-form p.contact-info {
  width: 300px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
#contact-form .form-header {
  margin: 20px 0 50px;
}
#contact-form .form-header alert p {
  margin: 0;
}
#contact-form .form-footer {
  margin: 20px 0;
  text-align: center;
}
#contact-form .form-footer button {
  margin: 0 10px;
}
#contact-form .form-group label {
  padding: 0 10px;
}
#contact-form .form-group label span {
  margin-left: 5px;
}
#contact-form .form-group .form-control-static {
  padding: 8px 16px;
  background-color: #f7f7f9;
  font-size: 16px;
}
#contact-form .form-group .help-block {
  margin-bottom: 5px;
  padding: 0 10px;
}
#contact-form .form-group .formErrorMsg {
  padding: 3px 6px;
  color: #a94442;
}
#contact-form .form-group .err {
  background-color: #f2dede;
  border: 1px solid #a94442;
}
.sending-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.sending-message {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}