@charset "UTF-8";
/* 
320px — 480px: Mobile devices
481px — 768px: iPads, Tablets 
*/
body, html {
  font-size: 1rem;
}
body {
  position: relative;
}
/*-----preloader------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 12000;
  /*background-image: url('../images/default.gif');
    background-repeat: no-repeat;
    background-position: center;*/
  background-color: #FFF;
}
.lplayer {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
/*-----container------*/
.header img {
  max-width: 400px;
  margin: 1rem auto;
  display: table;
}
.container {
  max-width: 990px;
  margin: 0 auto;
}
/**/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem auto;
  text-align: center;
}
.fontbold {
  font-weight: bold;
}
.topdesc {
  padding: 0 1rem;
}
.hanbaigird {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  margin: 1rem auto 5rem auto;
}
.hanbaibox {
  border: 1px dashed #DDDDDD;
  border-radius: .5rem;
  padding: 1rem .5rem .5rem .5rem;
  background: #FFFEFD;
}
.hanbainame {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  color: #064291;
}
.hanbaimg img {
  border-radius: .5rem;
  border: 1px solid #ccc;
}
.hanbaiaddress, .hanbaitel {
  padding: .5rem;
}
.hanbaiaddress a, .hanbaitel a {
  text-decoration: none;
  color: #216fda;
}
.kyukan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
}
.kyukan div {
  text-align: center;
  background-color: #eef;
  margin: 3px;
  padding: 3px 5px;
  border-radius: 3px;
}
.twogrid {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  grid-gap: 1rem;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  align-items: center;
  background: #fdfdf3;
  padding: 1rem;
  border-radius: 1rem;
}
.gridtitle {
  font-weight: bold;
  font-size: .9rem;
}
.tothetop {
  display: table;
  text-align: center;
  margin: 3rem auto;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 1rem;
  background: #01B29F;
  border-radius: 15px;
  color: #fff;
}
.tothetop:hover {
  background: #fff;
  color: #01B29F;
}
/*-----footer------*/
footer {
  text-align: center;
  margin: 4rem 0 0 0;
  padding: 4rem 0;
  background: #2361ad;
  color: #fff;
  font-size: 1.5rem;
}
.footergrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-content: center;
}
.footergrid h1 {
  font-size: 1.3rem;
}
.footerlinkbox {
  display: table;
  margin: auto;
}
.footerlinkbox ul {
  padding: 0;
  margin: 0;
}
.footerlinkbox ul li {
  list-style: none;
  text-align: left;
}
.footerlinkbox ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: .9rem;
}
.footerlogo {
  width: 250px;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.75rem #fff);
}
.otoiawase {
  font-size: 1.4rem !important;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.footerlogolink {
  text-align: center;
  max-width: 200px;
  display: block;
  width: 100%;
  margin: auto;
}
.footertxt {
  font-size: 1.2rem;
  padding: 1rem;
  color: #fff;
}
.footertxt a {
  color: #fff;
  text-decoration: underline;
}
.copyinmenu {
  font-size: .7rem;
  margin: 2rem auto 0;
}
.mobile {
  display: inline-block;
  width: 20px;
}
.mobile img {
  display: block;
  margin-bottom: -6px;
}
/****=====scroll=====*****/
.scrollToTop:hover {
  text-decoration: none;
}
.scrollToTop {
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
  background: #E2E0E0;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  right: 5px;
  bottom: 0;
  display: grid;
  align-content: center;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  z-index: 9;
}
#page-top a {
  text-decoration: none;
  font-weight: bold;
  display: grid;
  width: 40px;
  height: 40px;
  color: #0cbbff;
  justify-content: center;
  align-content: center;
}
#page-top a img {
  height: 25px;
}
/******************/
.txtcenter {
  text-align: center;
}
.fontbold {
  font-weight: bold;
}
.smbr {
  display: none;
}
.pc {
  display: block;
}
.smp {
  display: none;
}
.chuui {
  font-size: .9rem;
  display: block;
  padding: 1rem 0 0 0;
}
/******************/
@media screen and (orientation: portrait) and (min-device-width: 666px) and (max-device-width: 777px) {}
@media screen and (orientation: landscape) and (min-device-width: 666px) and (max-device-width: 777px) {}
@media (max-width: 768px) {
  .smbr {
    display: block;
  }
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
}
@media (max-width: 480px) {
  #map {
    height: 100svh;
  }
  .twogrid {
    grid-template-columns: .5fr 1.5fr;
    max-width: 450px;
    margin: 0 1rem;
    font-size: .9rem;
  }
  .hanbaibox {
    background: #fdfdf9;
  }
  h1 {
    font-size: 1.5rem;
    margin: 2rem auto;
  }
  .header img {
    max-width: 320px;
  }
  .chuui {
    padding: 1rem;
  }
  .hanbaigird {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    padding: 0 1rem;
  }
  .kyukan {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem 1rem 1rem;
    grid-gap: 1rem;
  }
  .footerlogo {
    margin: 3rem auto;
  }
  .footergrid {
    grid-template-columns: 1fr;
  }
  .smbr {
    display: block;
  }
}