#top .slick {
  margin: 10px auto;
}

#top .slick img {
  width: 98%;
  margin: 0 auto;
}

#top .slick-arrow {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  position: absolute;
  top: 45%;
  z-index: 1;
  background-color: #ee1d23;
  border-radius: 50%;
}

#top .slick-prev {
  background-image: url("/img/slick/prev.png");
  left: 17.5%;
}

#top .slick-next {
  background-image: url("/img/slick/next.png");
  right: 17.5%;
}

#top .business-hours {
  padding: 20px 0;
  background: #ececec;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  #top .business-hours {
    display: block;
  }
}

#top .business-hours a {
  text-decoration: underline;
}

#top .business-hours .hours {
  margin-right: 50px;
}

@media (max-width: 800px) {
  #top .business-hours .hours {
    padding-bottom: 10px;
    text-align: center;
  }
}

#top .business-hours .hours span {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 10px;
}

#top .business-hours .cation {
  margin: 0 10px;
}

@media (max-width: 800px) {
  #top .business-hours .cation {
    text-align: center;
  }
}

#top .infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}

@media (max-width: 800px) {
  #top .infomation {
    display: block;
    padding-top: 10px;
  }
}

#top .infomation h3 {
  width: 300px;
  margin: auto 10px;
  text-align: center;
}

@media (max-width: 800px) {
  #top .infomation h3 {
    width: 100%;
    margin: 0;
  }
}

#top .infomation p {
  border-left: 1px solid #ccc;
  margin: 10px 0;
}

@media (max-width: 800px) {
  #top .infomation p {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

#top .news {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

#top .news dl {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: white;
}

#top .news dl dt {
  color: green;
  text-align: right;
}

#top .news dl dd {
  text-align: left;
}

#top .line {
  max-width: 600px;
  margin: auto;
}

#top .line .line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ccc;
  margin: 20px auto;
  padding: 5px;
}

#top .line .line-box .ico {
  width: 10%;
  margin-right: 30px;
}

#top .line .line-box .ico img {
  width: 100%;
}

#top .line .line-box .line-box2 {
  width: 90%;
}

#top .line .line-box .line-box2 p {
  padding: 0;
  text-align: center;
  padding: 5px;
}

#top .line .line-box .line-box2 p a {
  color: red;
}

.image-container img {
  width: 100%;
  /* 横幅いっぱい */
  height: auto;
  /* 縦横比を維持 */
  display: block;
  /* 不要な余白を防ぐ */
}