@charset "UTF-8";
@media screen and (min-width: 2000px) {
  .main {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14.5px !important;
  }
  img.title {
    width: 85%;
  }
  .main {
    padding-top: 0;
  }
  .news {
    margin: 0 auto 0px;
  }
  .lock_navi {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: rgb(0 0 0 / 25%);
    padding: 3% 0;
    text-align: center;
    z-index: 80;
  }
  .lock_navi ul {
    justify-content: center;
  }
  .lock_navi li {
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    background-image: linear-gradient(0deg, rgb(22 56 194), rgb(52 100 255));
    padding: 5px;
    margin: 0 5px;
  }
  .lock_navi li.menu {
    width: 60%;
  }
  .lock_navi li.totopbtn {
    width: 30%;
  }
  .modalArea02 {
    display: none;
    position: fixed;
    z-index: 1000; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modalBg02 {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
  }
  .modalWrapper02 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 600px;
    padding: 40px 30px;
    background-color: #fff;
  }
  .closeModal02 {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
  }
  .sm-gnavi_area a {
    padding: 2px;
    width: 100%;
    margin: 14px auto;
    background-image: linear-gradient(0deg, rgb(22 56 194), rgb(52 100 255));
    ;
    border-radius: 25px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  #shiga .totopbtn a:hover {
    opacity: 1;
  }
  .about {
    padding: 30px 0;
  }
}
