/* ========================================
  shop detail
=========================================== */
.shop.detail {
  background: #fff; }

/* comment
------------------------------------------- */
.comment {
  margin: 0 10px 10px;
  color: #e95899;
  text-align: center; }

/* subtitle
------------------------------------------- */
.shop .subtitle {
  padding: 4px 10px 2px;
  background: #e95899;
  color: #fff;
  font-size: 25.6px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center; }

.shop .shopInfo .emphasis {
  color: #e95899; }

.shop .btnArea {
  background: #fff;
}
.shop .btnArea.fixed-btn{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  left: 0;
  background-color: #efefef;
  padding: 14px 10px;
}
.shop .btnArea.fixed-btn .contactWay{
  margin: 0;
  width: 85%;
}
.shop .btnArea.fixed-btn .contactWay a{
  border-radius: 0;
  padding: 10px 10px 10px 35px;
}
.jobdetail-insta{
  background-color: #e95899;
  display: flex;
  align-items: center;
  padding: 8px 0px;
  font-size: 14px;
  justify-content: center;
  color: white;
  margin: 20px 65px;
  box-shadow: 1px 4px 6px #6161618f;
  border-radius: 5px;
}
.jobdetail-insta img{
  width: 40px;
}

.shop .btnArea.fixed-btn .contactWay a.tel {
  margin: 0;
  background: #0086d1 url(/img/header-phone-icon.svg) no-repeat 8px 49%;
  background-size: 18px; }

.shop .btnArea.fixed-btn .contactWay a.web {
  background: #e65b99 url(img/ico_web.png) no-repeat 8px 50%;
  background-size: 16px; }

.shop .btnArea.fixed-btn .contactWay a.line {
  background: #8fc31f url(img/ico_line.png) no-repeat 8px 50%;
  background-size: 18px; }

.shop .btnArea .contactWay {
  width: 100%;
}

.shop .shopPR {
  padding: 10px; }

.shop .meritList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: -0.5em;
  border-bottom: 1px solid #ccc; }

.shop .meritList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 72px;
  height: 4.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: normal; }

.shop .meritList li:nth-child(4n) {
  border-right: 1px solid #ccc; }

.shop .meritList li.merit {
  color: #006837; }

.shop .meritList li.salary {
  color: #cb5087; }

.shop .meritList li.working {
  color: #f15a24; }

.shop .meritList li.off {
  background: #e6e6e6;
  color: #fff; }

/* ========================================
  recommend
=========================================== */
.recommend {
  background: #fffbe9; }

.recommendTitle {
  margin: 0 0 20px;
  padding: 15px 10px 13px;
  background: #e95899;
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem; }
.recommend img.logoImg{
  width: 250px;
}
.offerList {
  margin: 0 10px;
  padding: 10px;
  background: #fff; }

.offerList .offerDetail .shopName {
  width: auto;
  height: 50px;
  margin: 0 auto 5px; }

.offerList .slick-dotted.slick-slider {
  margin: 0; }

.offerList .slick-prev, .offerList .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.offerList .slick-prev {
  left: 0; }

.offerList .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 17px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

.offerList .slick-next {
  right: 0; }

.offerList .slick-next:before {
  position: absolute;
  top: 50%;
  right: 17px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.otherJob ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
}
.otherJob ul li{
  margin: 2px;
}
.otherJob ul li a{
  padding: 5px 10px;
  color: white;
}
.otherJob ul li a.current.store-selectbtn{
  background: #e95899;
}
.otherJob ul li a.current{
  background: #666464;
}
.otherJob ul li.jobOff{
  color: white;
  background: #e6e6e6;
  padding: 5px 10px;
}
#pagetop{
  z-index: 21;
}
#pagetop a {
  position: fixed;
  bottom: 15px;
  right: 10px;
}