@charset "UTF-8";
/* ---------------------

CSSを直書きしない

--------------------- */
@import url("import/attachment.css");
/* ---------------------
  common
--------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.section-title h2 {
  margin-top: 18px;
}

.primary-btn {
  text-transform: none;
  background: #433586;
}

.site-btn {
  text-transform: none;
  background: #433586;
}

*::selection {
  background-color: rgb(0, 104, 61);
  color: #fff;
}

*::-moz-selection {
  background-color: rgba(0, 104, 61, 0.6);
  color: #fff;
}

.alert {
  margin-bottom: 0;
  border: none;
}

.modal {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  transition: all 0.4s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  width: 80%;
  height: 90vh;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  background-color: transparent;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-content {
    display: flex;
    align-items: center;
    width: 85%;
  }
}

.modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: none;
}

.js-modalClose,
.js-modal-prev,
.js-modal-next {
  position: absolute;
  cursor: pointer;
}

.js-modalClose {
  display: inline-block;
  top: 10%;
  left: 5%;
  color: #fff;
  font-weight: 700;
  padding-left: 1.5em;
  background: transparent;
}
.js-modalClose::before, .js-modalClose::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 45%;
}
.js-modalClose::before {
  transform: rotate(45deg);
}
.js-modalClose::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .js-modalClose {
    left: 0;
    top: 0;
  }
}

.js-modal-prev,
.js-modal-next {
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.js-modal-prev {
  left: 5%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .js-modal-prev {
    left: -0.8em;
  }
}

.js-modal-next {
  right: 5%;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .js-modal-next {
    right: -0.8em;
  }
}

/* ---------------------
  header
--------------------- */
.header__social a i {
  color: #333;
  padding: 33px 0 0px;
}

.header__menu ul li a {
  text-transform: none;
}

.header__top__widget ul li {
  text-transform: none;
}

.header__top__widget ul li:after {
  background: #433586;
}

.header__top-inner {
  align-items: baseline;
}

.header__top-container,
.header__nav-container {
  max-width: 1170px;
}

.header__nav {
  transition: all 0.4s;
}

.header__menu {
  display: block;
}

.header__menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__menu ul li {
  margin: 0;
}

.header__menu ul li.active a:after,
.header__menu ul li a {
  -moz-text-shadow: 0 0 5px #000, 0 0 5px #000;
  -webkit-text-shadow: 0 0 5px #000, 0 0 5px #000;
  -ms-text-shadow: 0 0 5px #000, 0 0 5px #000;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.header__social a {
  font-size: 19px;
}

a.glink {
  margin-right: 0.5em;
}

.breadcrumbs a span {
  font-weight: 700;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.header.active .header__nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .header__menu .mobile-menu {
    display: none;
  }
  .header__menu ul li.active a:after,
  .header__menu ul li a {
    text-shadow: none;
    line-height: 1.5em;
    color: #000;
  }
  .header__menu ul li i {
    margin-right: 0.3em;
  }
  .offcanvas-menu {
    padding: 2em 1em;
  }
  .offcanvas__widget ul li {
    text-transform: none;
  }
  .gtranslate_wrapper {
    margin-bottom: 1em;
  }
  .fa-location-arrow:before {
    font-size: 1.2em;
  }
  .canvas__open {
    opacity: 1;
    transition: all 0.4s;
  }
  .header.active .canvas__open {
    position: fixed;
    z-index: 97;
    opacity: 1;
  }
}
/* ---------------------
 // header
--------------------- */
.hero,
.breadcrumb-option,
.blog-hero {
  margin-top: -65px;
}

.hero__text span {
  text-transform: none;
}

.sponsor {
  padding-top: 80px;
  padding-bottom: 70px;
}

.sponsor__item {
  text-align: center;
  padding: 25px 15px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 65px rgba(12, 26, 39, 0.05);
  margin-bottom: 30px;
  background: #ffffff;
}

.sponsor__item h5 {
  font-size: 20px;
  color: #263246;
  margin-top: 25px;
  margin-bottom: 12px;
}

.sponsor__item p {
  color: #6e7580;
  margin-bottom: 0;
}

.services__item {
  padding: 25px 15px 15px;
}

.appointment__tex {
  background: #001385;
}

.appointment__form button {
  color: #433586;
  text-transform: none;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
  background: #433586;
}

.testimonial__text:before {
  color: #433586;
}

.gallery {
  background: #f5f6fa;
}

.gallery__pic,
.gallery__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gt-wrapper-12345678 a {
  margin: 0px 0px 0px 10px;
}

#gt-wrapper-1234567 {
  margin: 0px 0px 15px 0px;
}

#gt-wrapper-1234567 a {
  margin: 0px 10px 0px 0px;
}

.gtranslate_wrapper a img {
  border: 1px solid #a5a5a5 !important;
  height: auto;
}

.sponsor__list h5 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hero,
  .breadcrumb-option,
  .blog-hero {
    margin-top: 0;
  }
}
/* ---------------------
  footer
--------------------- */
.footer__copyright__text p,
.footer__about ul li i,
.footer__about ul li {
  color: #ccc !important;
}

.footer {
  background: #00683d;
}

.footer a {
  color: #ccc;
}

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

.offcanvas__widget a {
  color: #263246;
}

.divLink:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  body > section.home-about > div > div > div.col-lg-7 > div > div:nth-child(2) {
    display: none;
  }
  .header__logo img {
    width: 80%;
  }
  .header__logo {
    padding: 30px 0 20px;
  }
  .set-bg {
    height: 650px;
  }
  .divLink .set-bg {
    height: 250px;
  }
  .classes__item__text {
    padding: 24px 24px 28px 30px;
  }
}
.ul_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.ul_news li {
  font-size: 16px;
  width: calc(50% - 0.5em);
}

.ul_news li a span.date {
  padding-right: 20px;
  color: #888;
}

.ul_news li span.i_con {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffbf00;
  color: #000;
  margin-right: 5px;
  font-size: 11px;
  line-height: 1em;
  padding: 5px 10px;
  position: relative;
  bottom: 2px;
}

.ul_news li span.i_con.cl2 {
  background-color: #333333;
  color: #fff;
}

.ul_news li span.i_con.clRed {
  background-color: #dd2400;
  color: #fff;
}

.ul_news li a {
  display: block;
  color: #333;
  line-height: 30px;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  text-decoration: none;
}

.ul_news li a:hover {
  color: #000;
  background-color: #f5f3f3;
}

.ul_news__ttl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .ul_news {
    height: auto;
  }
  .ul_news li {
    width: 100%;
  }
  .ul_news li a {
    padding: 15px 10px;
  }
}
/* ---------------------
 // archive
--------------------- */
.blog__recent__item {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.blog__recent__item + .blog__recent__item {
  margin-top: 1em;
}

.blog__recent__item__pic {
  float: inherit;
  margin-right: 0;
  width: 30%;
}
.blog__recent__item__pic img {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 90px;
  height: 100%;
}

.blog__recent__item__text {
  color: #111;
}
.blog__recent__item__text a {
  color: #111;
}

.blog__item__pic {
  margin-bottom: 1em;
  height: 200px;
  text-align: center;
}
.blog__item__pic img {
  object-fit: contain;
  height: 100%;
}

.wp-pagenavi {
  display: flex;
  gap: 1em;
  justify-content: center;
  clear: inherit;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #5768ad;
  color: #fff;
}

.classes__pagination a,
.classes__pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #9b9ea3;
  background: #f5f6fa;
  font-weight: 700;
  height: 40px;
  width: 40px;
  border: 1px solid #d4d5d8;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 16px;
}

.blog__pagination {
  justify-content: center;
  margin-top: 3em;
}

.blog__pagination a {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
.blog__pagination a:hover {
  text-decoration: underline;
}

/* ---------------------
 // single
--------------------- */
.single-content {
  min-height: 50vh;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
  font-weight: 700;
}
.single-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
.single-content h2 {
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}
.single-content h3 {
  font-size: 2rem;
  margin-bottom: 0.8em;
}
.single-content h4 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.single-content h5 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.single-content p {
  margin-bottom: 1em;
}
.single-content img {
  max-width: 100%;
}

/* ---------------------
 // contact
--------------------- */
.contact-form .rq {
  position: relative;
}
.contact-form .rq::before {
  content: "*";
  color: red;
  position: absolute;
  left: -0.2em;
  top: 0;
}

.leave__comment__text form input,
.leave__comment__text form textarea {
  height: auto;
  padding: 0.8em;
  margin-bottom: 0;
}
.leave__comment__text form .submit {
  background: #433586;
  padding: 1em 2em;
  color: #fff;
}
.leave__comment__text form input[type=checkbox] {
  display: inline-block;
  margin: 0;
  width: auto;
}/*# sourceMappingURL=custom-edit.css.map */