.nav-target {
  font-size: 14px;
  text-align: justify;
  line-height: 31px;
}
.nav-target * {
  box-sizing: border-box;
}
.btn_hover:after {
  background-position: center right 25px;
}
.wrap {
  padding: 0 5%;
}
.pc {
  display: none;
}
.sl {
  display: block !important;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  width: 45px;
  height: 7px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  background: #82755b;
}
.slick-dots .slick-active button {
  background: #000;
}
.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 12px;
}
.box-info {
  border: 1px solid #4b1d0d;
  padding: 12vw 6% 13vw;
  color: #230e0e;
  text-align: center;
}
.box-info h2,
.box-info .ttl1 {
  font-size: 6.5vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: 8vw;
  position: relative;
}
.box-info h2::before,
.box-info .ttl1::before {
  content: "";
  border-top: 5px solid #644117;
  width: 25vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.box-info .tel {
  margin: 7vw 0 6vw;
  line-height: 35px;
}
.box-info .tel dt {
  font-size: 19px;
  letter-spacing: 0.2em;
  margin: 0 0 13px 24px;
}
.box-info .tel dd img {
  width: 36px;
  height: auto;
  margin-right: 15px;
  position: relative;
  top: -11px;
  left: 3px;
}
.box-info .tel dd span {
  font-size: 37px;
  letter-spacing: 0.025em;
}
.box-info .tel dd small {
  font-size: 11px;
  display: block;
  letter-spacing: 0.1em;
  margin-top: -2px;
}
.box-info .btn-web {
  width: 100%;
  background: #4b1d0d;
  text-align: left;
  padding-left: 29px;
}
.box-info .btn-web::after {
  background: url(../img/shared/arrow2.jpg) no-repeat center right 18px;
}
.box-info .btn-web a {
  letter-spacing: 0.1em;
  font-size: 5.6vw;
}
.box-info .btn-web a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .wrap {
    padding: 0;
  }
  .object-fit-cover {
    position: relative;
  }
  .object-fit-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .nav-target {
    font-size: 16px;
    text-align: left;
    line-height: 36px;
  }
  .box-info {
    width: 750px;
    margin: 0 auto;
    padding: 77px 40px 85px;
  }
  .box-info h2,
  .box-info .ttl1 {
    font-size: 28px;
    padding-bottom: 33px;
  }
  .box-info h2::before,
  .box-info .ttl1::before {
    border-top: 6px solid #644117;
    width: 105px;
  }
  .box-info .tel {
    margin: 39px 0 41px;
    line-height: 36px;
  }
  .box-info .tel dt {
    font-size: 24px;
    margin-bottom: 23px;
    margin-left: 30px;
  }
  .box-info .tel dd img {
    width: auto;
    margin-right: 20px;
    top: -14px;
    left: 8px;
  }
  .box-info .tel dd span {
    font-size: 48px;
  }
  .box-info .tel dd small {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .box-info .btn-web {
    width: 434px;
    padding-left: 60px;
  }
  .box-info .btn-web::after {
    background: url(../img/shared/arrow2.jpg) no-repeat center right 44px;
  }
  .box-info .btn-web a {
    letter-spacing: 0.2em;
    font-size: 24px;
  }
  .box-info .btn-web a img {
    width: auto;
    margin-right: 11px;
    top: -2px;
  }
  .slick-dots button {
    width: 70px;
    height: 10px;
  }
  .slick-dots button:hover {
    opacity: 0.7;
  }
  .slick-dots li + li {
    margin-left: 16px;
  }
  .btn_hover:after {
    background-position: center right 44px;
  }
}
