/* .kv
================================================ */
.kv {
  background-image: url(../img/shop/bg_img_pc.jpg);
}

@media all and (max-width: 767px) {
  .kv {
    background-image: url(../img/shop/bg_img_sp.jpg);
  }
}

/* .search
================================================ */
.search {
  padding: 80px 0 0;
}

.search__box {
  border-top: 2px solid #C1AE6E;
  border-bottom: 2px solid #C1AE6E;
  padding: 40px 0 25px;
}

.search__in {
  max-width: 960px;
  margin: auto;
}

.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}

.search__item {
  width: 192px;
}

@media all and (max-width: 767px) {
  .search {
    padding-top: 50px;
  }
  .search__box {
    padding: 0 0 13px;
  }
  .search__in {
    max-width: 100%;
  }
  .search__tit {
    padding: 20px 0 0;
  }
  .search__list {
    margin-top: 15px;
  }
  .search__item {
    width: 50%;
  }
  .search__item .control {
    margin-bottom: 12px;
  }
}

/* .area
================================================ */
.area {
  padding: 40px 0 80px;
}

.area__sec + .area__sec {
  margin-top: 80px;
}

.area__list {
  margin-top: 40px;
}

.area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F2EF;
}

.area__item + .area__item {
  margin-top: 50px;
}

.area__box {
  width: 50%;
  padding: 0 40px;
}

.area__sub {
  text-align: left;
}

.area__address {
  margin-top: 17px;
}

.area__cat {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area__cat__item {
  font-weight: bold;
  background-color: #C1AE6E;
  padding: 5px 8px 3px 8px;
  margin: 0 15px 15px 0;
}

.area__btn {
  margin-top: 15px;
}

.area__map {
  width: 50%;
  position: relative;
  min-height: 412px;
}

.area__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  .area {
    padding: 30px 0;
  }
  .area__sec + .area__sec {
    margin-top: 50px;
  }
  .area__list {
    margin-top: 30px;
  }
  .area__item {
    display: block;
    background-color: #F5F2EF;
  }
  .area__item + .area__item {
    margin-top: 30px;
  }
  .area__box {
    width: 100%;
    padding: 40px 20px;
  }
  .area__address {
    margin-top: 13px;
  }
  .area__cat {
    margin-top: 15px;
  }
  .area__map {
    display: none;
  }
}

/*============================================== */
/* .single
================================================ */
body.single .btn-cv {
  display: none;
}

/* .kv-single
================================================ */
.kv-single {
  background-image: url(../img/common/bg_img_pc.jpg);
}

@media all and (min-width: 768px) {
  .kv-single {
    height: 257px;
  }
}

.kv-single__tit {
  color: #000;
  text-shadow: none;
}

@media all and (max-width: 767px) {
  .kv-single {
    background-image: url(../img/common/bg_img_sp.jpg);
  }
}

/* .article
================================================ */
.article {
  padding-top: 80px;
}

.article__in {
  background-color: #F5F2EF;
  padding: 80px 40px;
}

.article-shop {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-shop__img {
  width: 49%;
}

.article-shop__box {
  width: 47.5%;
}

.article-shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-shop__info + .article-shop__info {
  margin-top: 18px;
}

.article-shop__info dt {
  font-weight: bold;
  width: 85px;
}

.article-shop__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article-shop__service {
  margin-top: 20px;
}

.article-shop__service__tit {
  font-weight: bold;
}

.article-shop__service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.article-shop__service__item {
  font-weight: bold;
  background-color: #C1AE6E;
  padding: 5px 8px 3px 8px;
  margin: 0 10px 10px 0;
}

.article-news {
  margin-top: 40px;
  background-color: #fff;
}

.article-news__in {
  max-width: 740px;
  margin: auto;
  padding: 40px 20px 30px;
}

.article-news__txt {
  margin-top: 30px;
}

.article-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-info__takeout {
  max-width: 664px;
  width: 60%;
  background-color: #fff;
  padding: 40px 20px 0;
  margin-right: 20px;
}

.article-info__takeout__in {
  max-width: 584px;
  margin: auto;
}

.article-info__takeout__tit {
  color: #C1AE6E;
}

.article-info__takeout__list {
  margin-top: 40px;
}

.article-info__takeout__item {
  border-top: 1px solid #C1AE6E;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-info__takeout__item__tit {
  width: 31%;
  max-width: 178px;
  margin-right: 25px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-top: 35px;
}

.article-info__takeout__item__tit:before {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article-info__takeout__item__tit.is-web:before {
  background-image: url(../img/common/ico_web.png);
  background-size: contain;
  width: 27px;
  height: 22px;
}

.article-info__takeout__item__tit.is-tel:before {
  background-image: url(../img/common/ico_tel.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.article-info__takeout__item__tit.is-fax:before {
  background-image: url(../img/common/ico_fax.png);
  background-size: contain;
  width: 32px;
  height: 32px;
}

.article-info__takeout__item__in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article-info__takeout__item__num {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.article-info__takeout__item__pdf {
  font-weight: bold;
  margin-top: 10px;
}

.article-info__takeout__item__pdf a:after {
  content: '';
  background: url(../img/common/ico_pdf01.png) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: -6px 0 -10px 10px;
}

.article-info__takeout__item__none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C70000;
  height: 100%;
}

.article-info__takeout__item__none p {
  font-size: 21px;
  font-weight: 700;
  padding-inline: 8px;
  border: solid 1px #C70000;
}

.article-info__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 438px;
  width: 40%;
  background-color: #fff;
  padding: 40px 20px 50px;
}

.article-info__delivery__in {
  height: 100%;
  max-width: 356px;
  margin-inline: auto;
}

.article-info__delivery__tit {
  color: #C1AE6E;
}

.article-info__delivery__img {
  max-width: 117px;
  margin: 20px auto 0;
}

.article-info__delivery__sub {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

.article-info__delivery__txt {
  margin-top: 10px;
}

.article-info__delivery__btn {
  margin: 30px auto 0;
}

.article-accsess {
  margin-top: 20px;
  background-color: #fff;
}

.article-accsess__in {
  padding: 40px 40px 50px;
}

.article-accsess__map {
  width: 100%;
  position: relative;
  min-height: 360px;
  margin-top: 25px;
}

.article-accsess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-accsess__txt {
  margin: 35px auto 0;
  max-width: 740px;
}

@media all and (max-width: 767px) {
  .article {
    padding-top: 50px;
  }
  .article__in {
    padding: 40px 20px 50px;
    margin: 0 -20px;
  }
  .article-shop {
    margin-top: 30px;
    display: block;
  }
  .article-shop__img {
    width: 100%;
  }
  .article-shop__box {
    width: 100%;
    margin-top: 27px;
  }
  .article-shop__service {
    margin-top: 20px;
  }
  .article-shop__service__item {
    margin: 0 5px 5px 0;
  }
  .article-news {
    margin-top: 25px;
  }
  .article-news__in {
    max-width: 100%;
    padding: 30px 20px 20px;
  }
  .article-news__txt {
    margin-top: 15px;
  }
  .article-news__txt em {
    font-style: normal;
    color: #C70000;
  }
  .article-info {
    margin-top: 20px;
    display: block;
  }
  .article-info__takeout {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 10px;
    margin-right: 0;
  }
  .article-info__takeout__in {
    max-width: 100%;
  }
  .article-info__takeout__list {
    margin-top: 30px;
  }
  .article-info__takeout__item {
    padding: 20px 0;
    display: block;
  }
  .article-info__takeout__item__tit {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  .article-info__takeout__item__tit:before {
    position: static;
    display: inline-block;
    margin: 0;
  }
  .article-info__takeout__item__tit.is-web:before {
    margin: 3px 10px -2px 0;
  }
  .article-info__takeout__item__tit.is-tel:before {
    margin: 3px 15px -4px 0;
  }
  .article-info__takeout__item__tit.is-fax:before {
    margin: 0 10px -10px 0;
  }
  .article-info__takeout__item__in {
    margin-top: 20px;
  }
  .article-info__takeout__item__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .article-info__takeout__item__num {
    text-align: center;
  }
  .article-info__takeout__item__txt {
    text-align: center;
  }
  .article-info__takeout__item__pdf {
    text-align: center;
  }
  .article-info__takeout__item__none {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-info__takeout__item__none p {
    font-size: 16px;
  }
  .article-info__delivery {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 40px;
  }
  .article-info__delivery__in {
    max-width: 100%;
  }
  .article-info__delivery__in .article-info__takeout__item__none {
    margin-top: 16px;
  }
  .article-info__delivery__btn {
    margin: 20px auto 0;
  }
  .article-accsess__in {
    padding: 30px 20px 40px;
  }
  .article-accsess__map {
    min-height: 203px;
  }
  .article-accsess__txt {
    margin: 35px auto 0;
    max-width: 100%;
  }
}

/* .customer
================================================ */
.customer {
  padding: 80px 0;
}

.customer__in {
  max-width: 740px;
  margin: auto;
  border: 1px solid #CCC;
  padding: 40px 20px 30px;
}

.customer__list {
  max-width: 620px;
  margin: 25px auto 0;
}

.customer__item + .customer__item {
  margin-top: 20px;
}

.customer__item__tit {
  font-weight: bold;
}

.customer__item__tit:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C70000;
  display: inline-block;
  margin: 0 6px 2px 0;
}

.customer__item__txt {
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .customer {
    padding: 25px 0 50px;
  }
  .customer__in {
    max-width: 100%;
    padding: 30px 20px 20px;
  }
  .customer__list {
    max-width: 100%;
    margin-top: 15px;
  }
  .customer__item + .customer__item {
    margin-top: 10px;
  }
}

/* .recruit
================================================ */
.recruit {
  padding: 108px 0;
  background: url(../img/shop/single/bg_recruit_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.recruit__tit {
  text-align: center;
  color: #fff;
}

.recruit__btn {
  margin: 50px auto 0;
}

@media all and (max-width: 767px) {
  .recruit {
    padding: 130px 0 110px;
    background: url(../img/shop/single/bg_recruit_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .recruit__btn {
    margin: 35px auto 0;
  }
}
