@charset "UTF-8";
@media screen and (min-width: 680px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
ul.news {
  list-style: none;
}
ul.news a li {
  color: #555555;
  border-bottom: 1px dotted rgb(189, 184, 171);
  padding: 0.7rem;
}
ul.news a li span {
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}

p {
  line-height: 1.9;
}

.zure {
  box-shadow: 15px 15px 0 #dddbd1;
}

.titleicon {
  width: 100px;
  padding-bottom: 1.5rem;
  margin: auto;
}

.mb-wide {
  margin-bottom: 7rem;
}

h4.maru {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
h4.maru:before {
  padding-right: 0.5rem;
  font-family: bootstrap-icons;
  content: "\f287";
  color: #82CAC4;
  display: inline-block;
  transform: translateY(2px); /* 上下方向の位置を微調整する */
}

.swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #82CAC4;
}

.sonota img {
  height: 130px;
}

a .jisseki-box {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  transition: 0.3s;
}
a .jisseki-box .date {
  font-family: "Roboto", sans-serif;
  color: rgb(68, 68, 68);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
a .jisseki-box h3 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
a .jisseki-box:hover {
  color: #82CAC4;
}

.waku {
  overflow: hidden;
}
.waku img {
  margin-bottom: 0.6rem;
  transition: all 0.3s ease-in-out;
}
.waku img:hover {
  transform: scale(1.1);
}

.aboutus {
  background-color: #E5DECC;
}

.aboutlist .row {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
}
.aboutlist .row .title {
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.btn-primary {
  background-color: #82CAC4;
  border: 3px solid #82CAC4;
  border-radius: 30px;
  padding: 0.8rem 1.2rem;
  letter-spacing: 0.05rem;
}
.btn-primary:hover {
  background-color: #fff;
  color: #436d69;
  border-color: #82CAC4;
}

.bigbtntx {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.thumb {
  　height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=hiro.css.map */