@charset "utf-8";

.announcement-bar {
  z-index: 10;
  position: relative;
  text-align: center;
  border-bottom: 1px solid transparent;
  padding: 2px;
  height: 35px;
  background-color: #e7f7ff;
}

.announcement-bar p {
  font-size: 10px;
  letter-spacing: .04em;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  color: #242629;
  padding: 0;
  text-align: center;
}

.announcement-bar__link:hover {
  background-color: #ebebeb;
}

.announcement-bar__message {
  position: absolute;
  left: 0;
  right: 0;
  color: #242629;
}

.navbar {
  z-index: 100;
}

.navbar-brand img {
  width: 150px;
}

.navbar .nav-item {
  margin: 0 13px;
}

.container {
  max-width: 1000px;
}

.main-img {
  width: 50%;
}

.col {
  padding: 5px !important;
}

.category-box {
  color: #fff;
  background: #B79B84;
  /*背景色*/
  padding: 30px;
  border-radius: 5px;
}

.category-box p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.title span {
  font-size: 14px;
  letter-spacing: 3px;
}

.title p {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2;
}

.title h4 {
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 0;
}

#slideshow {
  position: relative;
  width:  auto; /* 画像の横幅に合わせて記述 */
  height: 170px; /* 画像の高さに合わせて記述 */
}

#slideshow img {
  position: absolute;
  top: 0;
  left:0;
  z-index: 8;
  opacity: 0.0;
}

#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow img.last-active {
  z-index: 9;
}

.br-sp {
  display: none;
}

.sp {
  display: none;
}

@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .logo-sp {
    width: 50px !important;
  }

  .category-box {
    height: 70px;
    padding: 25px;
    vertical-align: middle;
  }

  .category-box p {
    margin: auto;
    font-size: 10px;
  }

  .title p {
    font-size: 11px;
  }

  .navbar .container-fluid {
    justify-content: center !important;
  }

  .main-img {
    width: 100%;
  }

  .br-sp {
    display: block;
  }
}