@charset "UTF-8";
/*--Home--*/
.hn_copytxt {
  position: relative;
}

.hn_copytxt h2 {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  padding-bottom: 30px;
}

.shop_l,
.shop_r {
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .shop_l,
  .shop_r {
    width: 100%;
  }
}

.shop_l .box,
.shop_r .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .shop_l .box,
  .shop_r .box {
    height: 220px;
  }
}

@media screen and (max-width: 640px) {
  .shop_l .box,
  .shop_r .box {
    height: 180px;
  }
}

.shop_l .box article,
.shop_r .box article {
  width: 100%;
  background: #333;
}

.shop_l .box article h3,
.shop_r .box article h3 {
  display: none;
}

.shop_l .box article img,
.shop_r .box article img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.shop_l .box article div,
.shop_r .box article div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 834px) {
  .shop_l .box article div,
  .shop_r .box article div {
    font-size: 1.8rem;
  }
}

.shop_l .box:first-child,
.shop_r .box:last-child {
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 834px) {
  .shop_l .box:first-child,
  .shop_r .box:last-child {
    height: 420px;
  }
}

@media screen and (max-width: 640px) {
  .shop_l .box:first-child,
  .shop_r .box:last-child {
    height: 320px;
  }
}

.rest-slick {
  max-width: 1400px;
  width: 100%;
  margin: 50px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rest-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rest-slick .slick-slide {
  max-height: 480px;
}

.rest-slick li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 31.5%;
  height: 100%;
  min-height: 480px;
  max-height: 480px;
  margin: 0 10px;
}

.rest-slick li article {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #f6f6f6), to(black));
  background: linear-gradient(top, white 0%, #f6f6f6 47%, black 100%);
}

.rest-slick li article img {
  width: 100%;
  height: 480px !important;
  margin: 0;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  opacity: 0.7;
}

.rest-slick li article div {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.rest-slick li article div p {
  color: #fff;
  line-height: 1.4;
}

.rest-slick li article div p.shop-name {
  font-weight: 600;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
}

.rest-slick li article div p.adress {
  font-size: 1.6rem;
}

.rest-slick li article div p.more_btn {
  display: inline-block;
  line-height: 1;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
  margin-top: 20px;
  padding: 6px 12px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*会社概要*/
.company_02 {
  position: relative;
  max-width: 640px;
}

.company_02 .box {
  margin-top: -10px;
  width: 100%;
}

.company_02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company_02 .box article h3 {
  width: 100%;
  max-width: 40%;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .company_02 .box article h3 {
    max-width: 20%;
  }
}

.company_02 .box article .compdamy {
  width: 100%;
  max-width: 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company_02 .box article .compdamy:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  border-radius: 5px;
  background-color: #b0b6b8;
  display: block;
}

.company_02 .box article .compdamy:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 1px;
  height: 100%;
  background-color: #b0b6b8;
  display: block;
  z-index: 0;
}

.company_02 .box article > div {
  width: 100%;
  max-width: 40%;
  text-align: left;
  letter-spacing: 0.08em;
  padding-bottom: 62px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .company_02 .box article > div {
    max-width: 60%;
  }
}

.company_02 .box article > div b {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .company_03 {
    width: 100%;
    margin-left: 20%;
  }
  .company_03 div {
    text-align: left !important;
  }
}
/*# sourceMappingURL=edit.css.map */