/* Add here all your css styles (customizations) */
body {
    /* For sticky footer */
    display: flex; 
    min-height: 100vh;
    flex-direction: column;
}

/* For sticky footer */
main {
    flex: 1;
}

body {
    font-family: 'Noto Serif JP', serif;
}

#mainFooter, footer {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.navbar-nav {
    font-size: 1.2em;
}

h1 {
     font-size: 1.4em;
}
h2 {
    font-size: 0.9em;
}

.g-bg-primary-dark-v3, .g-bg-black-opacity-0_6 {
    background-color: rgba(0,0,0,0)  !important;
}

.et-icon-camera {
    font-size: 0.8em;
}

.u-header__section--light .navbar-brand {
    color: #555;
    font-size: 1.8em;
}

.bg-primary {
    background-color: #E1248B!important;
}

a, a:hover, a:focus {
    color: #E1248B;
}

.card-block a {
    color: #fff;
    font-weight: 600;
}



.u-pagination-v1-2--active, .u-pagination-v1-2--nav {
    background-color: #E1248B;
    border-color: #E1248B;
}

.u-pagination-v1-2:hover, .u-pagination-v1-2:focus {
    color: #E1248B;
    border-color: #E1248B;
}



@media (min-width: 576px) {
.form-inline .form-control { 
    padding-left: 0px;
}
}

.form-control:focus, .custom-select:focus {
    border-color: #E1248B;
}

.u-icon-v1 > i.icon-camera {
    font-size: 1.1em;
}

.u-icon-v1 > i:hover {
    color: #E1248B;
}

.u-blockquote-v1::before {
    color: #E1248B;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    background-color: #E1248B;
}

.g-color-primary {
    color: #E1248B!important;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link {
    color: #E1248B;
}

.btn-md {
    padding-right: 0;
}

.g-brd-primary {
    border-color: #E1248B !important;
}

#js-header {
    background-color: #eee;
}

.g-color-gray-dark-v2 {
    margin-bottom: -0.2em;
}

.dt {
    font-size: 0.85em;
    color: #888;
}



.btn-md {
    padding: 0.57143rem 0rem;
}

#searchText {
    width: 8em;
    padding-left: 0;
}

.btn-primary {
    background-color: #E1248B;
    border-color: #E1248B;
}

.btn-primary:hover {
    background-color: #f1349B;
    border-color: #E1248B;
}


#mainFooter img.img-fluid.logo {
    max-width: 100px;
}

#banner img.img-fluid.logo {
    max-width: 140px;
}


/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
/* ... */
}

/* mouse, touch pad - in other words, not touch screens */
@media (hover: hover) and (pointer: fine) {
    #banner {
        background-attachment: fixed;
    }
}




@media (max-width: 1200px) {
    .container {
      width: 100%;
      max-width: none;
    }
  }

  .loader {
    width: 1em;
    height: 1em;
    border: 2px solid #052c65;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
 
.glightbox-clean .gslide-title {
    margin-bottom: 0px;
}