@charset "utf-8";

/*
  File Name   : shop.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-top: 0;
  padding-bottom: 0;
}

#lay-main.-shop {
  background: url(../img/common/bg_grunge_03.png) top left, #2D3238;
  background-size: 800px 800px, 100% 100%;
}

#lay-container {
  padding: 50px 0 0;
}

/* com-kv-wrap-B
============================================================ */
.com-kv-wrap-B {
  background-image: url(../img/shop/kv-img-1.jpg);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .com-kv-wrap-B {
    background-image: url(../img/shop/kv-img-1-sp.jpg);
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .hoge {
  }
}

/* -service-main-wrap
============================================================ */
.-service-main-wrap {
  padding: 280px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .-service-main-wrap {
    padding: 90px 0 0;
  }
}

/* com-img-desc-style-wrap
============================================================ */
.com-img-desc-style-wrap .desc-block {
  background-color: #191C1E;
}
.com-img-desc-style-wrap .desc-block .step {
  color: #E3BE6A;
}
.com-img-desc-style-wrap .desc-block .title {
  color: #E3BE6A;
}
.com-img-desc-style-wrap .desc-block .text {
  color: #D5D5C8;
  line-height: calc(26 / 16);
}

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .com-img-desc-style-wrap .desc-block {
    background-color: #191C1E;
    padding-bottom: 0;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .hoge {
  }
}

/* -shop-bottom-wrap
============================================================ */
.-shop-bottom-wrap {
  padding: 110px 0 100px;
  background-color: #191C1E;
}
.-shop-bottom-wrap .staff-wrap {
  margin-top: 60px;
}

.-shop-bottom-wrap .item {
  /* display: flex;
  align-items: flex-start; */
  background-color: #2D3238;
  padding: 60px 70px;
  /* padding-right: 60px; */
  box-sizing: border-box;
  margin-bottom: 30px;
}
.-shop-bottom-wrap .item:last-child {
  margin-bottom: 0;
  text-align: left;
}
.-shop-bottom-wrap .item .img-block {

}
.-shop-bottom-wrap .item .img-block img {
  border-radius: 50%;
  overflow: hidden;
  width: 234px;
  height: 234px;
}
.-shop-bottom-wrap .item .desc-block {
  /* width: calc(100% - 234px);
  padding-left: 30px; */
  box-sizing: border-box;
}
.-shop-bottom-wrap .item .desc-block .name-wrap {
  margin-bottom: 25px;
}
.-shop-bottom-wrap .item .desc-block .category {
  padding: 4px 20px 7px;
  box-sizing: border-box;
  background-color: #E3BE6A;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.-shop-bottom-wrap .item .desc-block .category p {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #2D3238;
}

.-shop-bottom-wrap .item .desc-block .name {
  display: flex;
}

.-shop-bottom-wrap .item .desc-block .category::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 0 10px;
  border-color: transparent transparent transparent #E3BE6A;
}
.-shop-bottom-wrap .item .desc-block .name-ja {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 1;
}
.-shop-bottom-wrap .item .desc-block .name-en {
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 2.5px;
  margin-left: 20px;
  margin-top: 6px;
}

.-shop-bottom-wrap .item .desc-block .text {
  color: #D5D5C8;
  letter-spacing: 0.3;
}

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 961px) {

}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .-shop-bottom-wrap {
    padding: 60px 0 80px;
  }
  
  .-shop-bottom-wrap .staff-wrap {
    max-width: 767px;
    margin: 0 auto;
    margin-top:30px;
  }
  .-shop-bottom-wrap .item {
    display: block;
    padding: 35px 30px 40px;
  }
  .-shop-bottom-wrap .item .img-block {
    margin: 0 auto 30px;
  }
  .-shop-bottom-wrap .item .desc-block {
    width: 100%;
    padding-left: 0;
  }
  .-shop-bottom-wrap .item .desc-block .name-wrap {
    margin-bottom: 25px;
  }
  .-shop-bottom-wrap .item .desc-block .category {
    padding: 2px 20px 5px;
    height: 22px;
    box-sizing: border-box;
    background-color: #E3BE6A;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .-shop-bottom-wrap .item .desc-block .category::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 0 10px;
    border-color: transparent transparent transparent #E3BE6A;
  }

  .-shop-bottom-wrap .item .desc-block .name {
    display: block;
  }

  .-shop-bottom-wrap .item .desc-block .name-ja {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 1;
  }
  .-shop-bottom-wrap .item .desc-block .name-en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.5px;
    margin-left: 0;
    margin-top: 18px;
  }
}
