@charset "UTF-8";
/* カテゴリー */
p.cat {
  width: 91px;
  background: #555;
  padding: 5px 0;
}

p.cat.info {
  background: #C0382B !important;
}

hr.cat.info {
  border-top-color: #C0382B !important;
}

div.cat.info {
  border-left-color: #C0382B !important;
}

@media screen and (max-width: 767px) {
  body > .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

body > .header .site-title {
  display: flex;
  align-items: center;
}

body > .header .site-title .title {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  body > .header .site-title .title .navbar-brand {
    font-size: 22px;
  }
}

body > .header .drawer-toggle i {
  color: #C0382B;
}

body > .header .contact {
  width: 76px;
  height: 68px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body > .header .mail {
  width: 56px;
  height: 68px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > .header .mail img {
  width: 35px;
  height: 26px;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  color: #bc0000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #bc0000;
}

.home-top-slider.pc .slick-track img {
  width: 1080px;
}

.home .greeting .box {
  background: url(../images/person.jpg) no-repeat bottom -24px right -31px, white !important;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .home .greeting .box {
    background: url(../images/person.jpg) no-repeat bottom -24px center/300px, white !important;
    padding-bottom: 350px;
  }
}

.page-contact .contact-tel .tel {
  display: flex;
  flex-direction: column;
}

.page-contact .contact-tel .tel > p {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .page-contact .contact-tel .tel > p {
    flex-direction: column;
  }
  .page-contact .contact-tel .tel > p span {
    padding-bottom: 8px;
  }
}

.page-contact .contact-tel .tel span {
  margin-right: 15px;
}

footer#footer .site-logo {
  display: none;
}
