#header {
  padding: 15px 0;
  background-color: #fff;
  color: #0a1d37;
  min-height: 90px;
  font-family: "Otomanopee One", sans-serif;
  display: flex;
  align-items: center;
}

#header a {
  text-decoration: none;
  color: #0a1d37;
}

.head-title,
.head-subtitle {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover,
.head-subtitle:hover {
  color: #0a1d37;
}

.head-title {
  font-size: 26px;
}

.head-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.flex-head {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-img {
  width: 70vh;
  height: 70vh;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}
.banner > .container > .row > [class^="col"] {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add-div {
  width: 100%;
  padding: 50px 30px 70px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.open-para {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1;
  color: #0a1d37;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.site-title > h2 {
  color: #fff;
  font-family: "Otomanopee One", sans-serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
}

.gallery-section {
  background-color: #a3d2ca;
}
.gal-img {
  border: 2px solid #0a1d37;
  overflow: hidden;
  object-fit: cover;
}
.gallery-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.service-bx {
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}
.service-bx:hover {
  box-shadow: #0a1d37 0px 5px 15px;
  transition: box-shadow 0.4s;
}

.service-bx img {
  height: 80px;
  width: 100px;
}
.service-logo {
  width: 50%;
  margin: 30px auto;
}
.service-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a1d37;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
}

.contact-btn,
.contact-foot-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  border: 2px solid #0a1d37;
  background-color: transparent;
  color: #0a1d37;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.banner-cta {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact-btn:hover,
.contact-foot-btn:hover {
  background-color: #0a1d37;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
}

.content-section {
  padding: 80px 0;
}

.map-section {
  background-color: #0a1d37;
}

.map-col {
  display: flex;
  align-items: center;
}

.map-img {
  width: 100%;
  margin: 10px 0;
}

footer {
  padding: 30px 0;
  border-top: 1px solid #fff;
}

.footer-heading {
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.foot-text {
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span {
  min-width: 45px;
  float: left;
}

@media only screen and (max-width: 991px) {
  .add-div {
    width: 80%;
  }
  .site-title h2 {
    font-size: 32px;
  }
  .banner-img {
    height: 400px;
    width: 400px;
    margin-top: 50px;
  }
  .banner > .container > .row > [class^="col"] {
    min-height: auto;
  }
  #header a {
    font-size: 14px;
  }
  .service-bx {
    padding: 50px 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .head-title,
  .head-subtitle {
    text-align: center;
  }
  .header-link {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
  }
  .flex-head {
    margin-top: 10px;
  }
  .fh1 {
    justify-content: flex-start;
  }
  .banner {
    height: auto;
  }
  .gal-img {
    margin: 0 0 15px 0 !important;
  }
  .add-div {
    margin-top: 50px;
    width: 100%;
    align-items: center;
    padding: 20px 20px 50px;
  }
  .banner-img {
    height: 300px;
    width: 300px;
    margin-bottom: 50px;
  }
  .gallery-img {
    width: 100%;
  }
  .add-div div {
    margin: 10px 0px;
    text-align: center;
  }
  .site-title h2 {
    font-size: 32px;
  }
  footer .row .col-md-4:first-child,
  footer .row .col-md-4:nth-child(2) {
    width: 50%;
  }
  footer .row .col-md-4:last-child {
    margin-top: 30px;
    text-align: center;
  }
  .foot-text > li > span {
    float: none;
    margin-right: 10px;
  }
  .contact-foot-btn {
    padding: 20px 15px;
  }
  .footer-heading + br {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .contact-foot-btn {
    padding: 10px 5px;
  }
  #header a {
    font-size: 12px;
  }
}
