/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
body{
 font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Arial, sans-serif;

}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Arial, sans-serif;
  color: inherit;
  letter-spacing:normal;
}
h6, .h6 {
    font-size: 1rem;
}
/*.swiper img {
    max-height:500px !important;
    min-height:100% !important;
}*/
.fs--1{font-size:0.95em  !important}
.fs--2{font-size:0.8em !important}
.navbar-brand img, .logo{
  height:2em;
  width:auto;
}
.main{position:static;}
@media (max-width: 991px) {
  .navbar-elixir{
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
    .fs-md-4 {
        font-size: 2.5rem !important;
    }
}
.swiper img {
  position: absolute;
  top: 0;
  min-width: 100%;
  overflow: hidden;
  min-height: 100%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  object-fit: cover;
  opacity: 1;
  max-height: 60vh;
}
h2, .h2, h3, .h3 {
    letter-spacing:normal;
}
/* return to top button*/
#page-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-size: 1.5rem;
  line-height: 1rem;
  background: #fff;
  color: #3b5998;
  padding: 15px;
  border-top: solid 1px;
  border-left: solid 1px;
  /*border-radius: 50%;*/
  border-radius: 0%;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
  cursor: pointer;
  /*opacity: 0.8;*/
  display:block;
  z-index:3;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#page-top:hover{
  background: #ccc;
}
#page-top .arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #3b5998;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#page-top.fadein {
  opacity: 1;
}
.text-shadow-white{
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 0px 1px 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff;
}
/*.text-shadow-lightblue{
  text-shadow: 1px 1px 2px rgb(221 241 247 / 60%), -1px -1px 2px rgb(221 241 247 / 60%), -1px 1px 2px rgb(221 241 247 / 60%), 1px -1px 2px rgb(221 241 247 / 60%), 0px 1px 2px rgb(221 241 247 / 60%), 0 -1px 2px rgb(221 241 247 / 60%), -1px 0 2px rgb(221 241 247 / 60%), 1px 0 2px rgb(221 241 247 / 60%);
}*/
.text-shadow-lightblue{
  text-shadow:0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%),0 0 3px rgb(221 241 247 / 60%);
}
.box-shadow-lightblue{
  box-shadow: 0 0 .5rem .25rem rgb(221 241 247 / 40%);
}
.filter-shadow{
  filter:drop-shadow(1px 1px 5px white);
}

