@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Playfair+Display:wght@600&display=swap");
html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden !important;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #022741;
}

#address a {
  color: #000;
}
#address a i {
  color: #022741;
  font-weight: 600;
}
#address .right a {
  color: #888;
  margin: 0px 5px;
}

#navbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 22;
  transition: ease 0.4s;
  background-color: #022741;
}
#navbar .logo {
  padding-top: 10px;
}
#navbar .logo img {
  width: 100px;
}
#navbar .nav-items {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 16px;
}
#navbar .nav-items .nav-item a {
  margin: 0px 10px;
  color: #f7f7f7;
  font-size: 1.1rem;
  text-decoration: none;
  transition: ease 0.4s;
}
#navbar .nav-items .nav-item a:hover {
  color: #9bb7c2;
}
#navbar .burger {
  display: none;
}

#slider {
  font-family: "Open Sans", sans-serif;
}
#slider .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2a6894;
}
#slider .item .text p {
  letter-spacing: 15px;
}
#slider .item .title {
  font-family: "Playfair Display", serif;
  width: 50%;
  line-height: 1;
  font-size: 5rem;
}
#slider .item .button {
  margin: 39px 0px;
}
#slider .item .button a {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #022741 0%, #022741 100%) repeat scroll 0 0;
  color: #fff;
  padding: 12px 31px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 450px) {
  #slider .item .button {
    margin-top: 50px;
  }
}
#slider .bl_topSlider p {
  color: white;
}
#slider .pogoSlider--navBottom .pogoSlider-nav {
  bottom: 48px;
}
#slider .pogoSlider-nav-btn {
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 13px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
}
#slider .pogoSlider-nav-btn--selected {
  background-color: #fff;
  box-shadow: none;
}
#slider .pogoSlider-progressBar {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .pogoSlider-dir-btn--prev {
    display: none;
  }
  .pogoSlider-dir-btn--next {
    display: none;
  }
  .pogoSlider-nav-btn {
    display: none;
  }
  .pogoSlider {
    height: 100vh !important;
  }
}
.bl_title24 {
  display: flex;
  width: 310px;
  justify-content: space-between;
}

.bl_body > p {
  line-height: 1.8;
}

#welcome {
  margin: 50px 0px;
  text-align: center;
}
#welcome .head p {
  color: #022741;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
}
#welcome .head h1 {
  font-size: 55px;
  line-height: 1.5;
  color: #022741;
}
#welcome .link {
  margin-top: 60px;
}
#welcome .link a {
  color: #fff;
  background-color: #022741;
  padding: 15px 30px;
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-decoration: none;
  letter-spacing: 2.5px;
  font-size: 20px;
}
#welcome .link a:hover {
  color: #022741;
  border: 1px solid #022741;
  background-color: #fff;
}

@media only screen and (max-width: 765px) {
  .bl_imgWrapper {
    margin-bottom: 25px;
  }
}
#service {
  margin: 70px 0px;
  background-color: #fcf7f0;
}
#service img {
  width: 50px;
}
#service .left .image img {
  width: 100%;
  border-radius: 8px;
}
#service .head {
  margin-top: 20px;
}
#service .head h4 {
  color: #022741;
  letter-spacing: 2px;
}
#service .head h2 {
  color: #022741;
}
#service .box {
  border-radius: 50px;
  padding: 20px;
  background-color: #fcf7f0;
  margin: auto 0;
}
#service .box .icons {
  display: flex;
  justify-content: center;
}
#service .box .icons img {
  border: 1px solid #022741;
  margin: 0px 20px;
  border-radius: 50%;
  margin: 6px 17px;
}
#service .box .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#service .box .icon .name {
  font-size: 1.1rem;
  color: #022741;
}

.el_club {
  width: 25px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.el_heart {
  width: 25px;
  padding-left: 5px;
  padding-bottom: 5px;
}

a.bl_cardLink {
  text-decoration: none;
  color: #022741;
}

a.bl_cardLink:hover {
  color: #256b9c;
  opacity: 0.7;
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.bl_cardWrapper {
  margin-top: 70px;
}

.el_btn {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px 1px;
  background-color: #022741;
  border: 2px solid transparent;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #022741;
  text-decoration: none;
}

.el_btn2 {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 10px 1px;
  background-color: #E6E6E6;
  border: 2px solid transparent;
  color: #022741;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}

.el_btn2:focus,
.el_btn2:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #022741;
  text-decoration: none;
}

.el_btn2.el_btn3 {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 10px 1px;
  background-color: #E6E6E6;
  border: 2px solid transparent;
  color: #022741;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  margin-left: 10px;
  margin-right: 30px;
}

.el_btn3:focus,
.el_btn3:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #022741;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .el_btn2 {
    margin-top: 5px;
  }
  .el_btn2.el_btn3 {
    width: 230px;
    line-height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #022741;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  position: absolute;
  width: 100%;
  top: 19%;
}
.gtco-testimonials .owl-theme .owl-dots .owl-dot span {
  height: 17px;
  width: 17px;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 3%;
}
.gtco-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 5%;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next, .gtco-testimonials .owl-carousel .owl-nav button.owl-prev, .gtco-testimonials .owl-carousel button.owl-dot {
  font-size: 4rem;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: block;
  background: transparent !important;
  border: 2px solid #ccc;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #ccc !important;
  box-shadow: none;
  height: 18px;
  width: 18px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 2px 20px -9px #c9dff0;
  margin: 0 20px;
  padding: 10px 10px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #022741;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 200px;
  width: 200px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}
.owl-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-carousel .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #022741 !important;
  margin-bottom: 1px !important;
}

.text {
  color: #022741;
}

.bl_googleMapOuter {
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  margin-right: 80px;
  justify-content: center;
  margin-bottom: 60px;
}

.bl_googleMapWrapper {
  max-width: 300px;
  min-height: 500px;
  border: 7px solid #022741;
}

.right-to-left {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-right: 50px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .right-to-left {
    margin-right: 10px;
  }
  .bl_googleMapOuter {
    margin-right: 40px;
  }
  .bl_googleMapWrapper {
    max-width: 400px;
    min-height: 450px;
  }
}
.bl_googleMap {
  width: 100%;
  height: 100%;
}

.bl_footerUpper {
  height: 5px;
  background-color: #747267;
  margin-top: 100px;
}

#footer {
  padding: 30px 0px;
  color: #c72d2d;
  background-color: #022741;
}
#footer img {
  width: 100%;
}
#footer .logo img {
  width: 100px;
}
#footer .desc p {
  color: white;
}
#footer .head, #footer p {
  color: white;
}
#footer .text-center {
  color: white;
}

@media only screen and (max-width: 768px) {
  #navbar .nav-items {
    display: flex;
    margin-top: 0px;
    list-style: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100vh;
    background-color: #022741;
    top: 0;
    left: 0;
    flex-direction: column;
    transform: translateX(200%);
    transition: ease 0.5s;
  }
  #navbar .nav-items .nav-item {
    margin: 14px 0px;
  }
  #navbar .nav-items .nav-item a {
    font-size: 1.5rem;
  }
  #navbar .burger {
    cursor: pointer;
    z-index: 30;
    margin-top: 6px;
    display: block;
  }
  #navbar .burger .bar_1, #navbar .burger .bar_2, #navbar .burger .bar_3 {
    width: 33px;
    height: 4px;
    background-color: #fff;
    margin: 7px 0px;
    transition: ease 0.4s;
  }
  #navbar .burger-show .bar_1 {
    transform: rotate(-45deg) translate(-7px, 2px);
  }
  #navbar .burger-show .bar_2 {
    display: none;
  }
  #navbar .burger-show .bar_3 {
    transform: rotate(45deg) translate(-5px, -2px);
  }
  #navbar .menu-show {
    transform: translateX(0);
  }
  #slider .item .text p {
    letter-spacing: 1px;
  }
  #slider .item .title {
    font-size: 3rem;
  }
  #welcome .head h1 {
    font-size: 2.8rem;
  }
  #welcome .link {
    margin: 30px 0px;
  }
}
@media only screen and (max-width: 576px) {
  #address .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 11px 0px;
  }
}
/*# sourceMappingURL=style.css.map */