/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　shop
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.shop_wrapper {
  width: 100%;
  margin: 0 auto;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}




/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){



}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .col-2 {
    flex-direction: column;
    margin: 20px 0 80px;
  }

}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　order
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.order-wrapper {
  background-color: #6667AB20;
  margin: 80px auto;
  padding: 32px;
  width: 60%;
  border-radius: 40px;
  text-align: center;
}

.order-txt1 {
  font-size: 24px;
  padding: 8px;
}

.order-txt2 {
  font-size: 20px;
  color: #6667AB;
  font-weight: bold;
  margin-top: 40px;
}

#order .col-2 {
  justify-content: center;
  margin: 20px 0 40px 0;
}

#order .col-2_items {
  width: auto;
  margin: 0 20px;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {


}






/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　category
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#category {
  text-align: center;
  margin-top: 100px;
  display: block;
  text-align: left;
  background-image: url(../img/common/bg_1.webp),url(../img/common/bg_2.webp),url(../img/common/bg_3.webp);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: contain,contain,contain;
  background-position: top,center,bottom;
}

.category_wrapper {
  width: 80%;
  margin: 0 auto;
}

#category img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#category .col-2_items {
  width: 50%;
}

.category_h3 {
  color: #54595F;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 140px 0 0;
  position: relative;
}

.marker {
  background: linear-gradient(transparent 70%, #8b3b8950 70%);
}

.col-2_space {
  margin-top: 40px!important;
}

.category_flex {
  display: flex;
  align-items: baseline;
}

.category_contents1 {
  font-size: 28px;
}

.category_contents2 {
  font-size: 14px;
  padding-left: 8px;
}

.category_contents3 {
  font-size: 20px;
  color: #8b3b89;
  padding-left: 8px;
  letter-spacing: normal;
}

.category_contents4 {
  font-size: 14px;
  letter-spacing: normal;
}

table {
  width: 100%;
  border-collapse: collapse
}

tbody tr:nth-child(odd) {
  background-color: #6667AB33;
}

td, th {
  padding: .7em;
  width: 50%;
  border: 1px solid #6667AB;
}

.limited:after {
  content: '数量限定';
  color: #8b3b89;
  font-size: 16px;
  position: absolute;
  top: 0;
  display: inline-block;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .limited:after {
    top: -20px;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  #category {
    margin-top: 80px;
  }

  .category_h3 {
    font-size: 20px;
    margin: 0;
  }

  #category .col-2_items {
    width: 100%;
  }

  #category img {
    width: 100%;
    padding-bottom: 20px;
  }

  .category_contents1 {
    font-size: 20px;
  }

  .category_contents3 {
    font-size: 16px;
  }

  td, th {
    font-size: 14px;
  }

  .limited:after {
    top: -14px;
    font-size: 12px;
    left: 65%;
  }

}





/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　cafe
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cafe {
  text-align: center;
}

.cafe p {
  margin: 60px 0 40px;
}

.cafe .button {
  width: fit-content;
  margin: 20px auto;
}


/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {


}
