@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;  
}
section::after {
  background: url("../images/category/lineup.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 26.2%;
  height: 170px;
  content: "";
  left: 45%;
  top: 0;
  max-width: 383px;
}
.slide-box{
  width: min(554px, calc(554 / 1440 * 100vw));
  margin:-60px 40px auto auto;
  position: relative;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}



/*************
/*数量の指定エリア
*************/
.quantity{
  justify-content: space-between;
  align-items: center;
}
.quantity div.flex button{
  background: #FAE14C;
  border: none;
  width: 34px;
  height: 34px;
  cursor:pointer;
}
.quantity div.flex button:first-of-type img{
  width: 20px;
}
.quantity div.flex button:last-of-type img{
  width: 13px;
  padding-bottom: 4px;
}
.quantity [type="number"] {
  width: 46px;
  margin: 0 9px;
  border: solid 1px #AC7F62;
  text-align: right;
  font-size: 1.8rem;
}
.quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.quantity ::placeholder {
  color: #000;
  text-align: right;
  font-size: 1.8rem;
}
/*************
/*文字
*************/
.txt-wrap{
  margin-top: -44px;
  width: calc(100% - min(554px, calc(554 / 1440 * 100vw)) - 40px / 2);
  ;
}
.txt-wrap li.flex{
  margin-bottom: 30px;
  justify-content: space-between;
}
.txt-wrap h3{
  font-size: 3.6rem;
  position: relative;
  letter-spacing: 0.15em;
}
.txt-wrap h3::after{
  position: absolute;
  content: "";
  width: 186px;
  height: 2px;
  background: #707070;
  bottom: -11px;
  left: 0;
}
.txt-wrap .txt-p{
  margin-bottom: 30px;
  line-height: 1.5;
}
div dl{
  align-items: center;
}
div dt{
  background: #3E332E;
  border: solid 1px #D5BEAF;
  text-align: center;
  width: 110px;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
}
div dd{
  font-weight: bold;
}
.price-time dd {
  margin: auto 45px auto 14px;
}
div .pnk{
  font-weight: bold;
  background: #E1BCBA;
  border: solid 1px #D5BEAF;
  text-align: center;
  width: 76px;
  padding: 8px 0;
}
div .pnk.off{
  background: transparent;
}
div .white{
  font-weight: bold;
  background: #fff;
  border: solid 1px #D5BEAF;
  text-align: center;
  width: 76px;
  padding: 8px 0;
}
div .m5 {
  margin-left:5px;
}
.price-time{
  margin-bottom: 26px;
}
.allergie dl{
  margin-bottom: 8px;
}
.allergie {
  margin-bottom: 26px;
}
.component dd{
  margin-left:8px;
}
.component ul{
  line-height: 2.5;
  margin:8px 0 43px 22px;
}
.component li{
  font-weight: bold;
  line-height: calc(29 / 14);
  padding-right: 1rem;
  width: 50%;
}
.component li:nth-of-type(2n){
  padding-right: 0;
  padding-left: 1rem;
}






/*************
/*カートへ進むボタン
*************/
.btn-area{
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
}
.btn-area a{
  background: #FAE14C;
  padding: 16px 0;
  width: 241px;
  text-align-last: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
  color: #000;
  border-radius: 26px;
  display: inline-block;
}
.btn-area .col01 {
  background-color: #CCCCCC;
}

.quantity-text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.allergie-link {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.1rem;
}
.allergie-link a {
  color: #FF0000;
}

.bread-wrap .swiper-wrapper {
  margin-top: 1rem !important;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){

section {
  top: 30px;
  margin-bottom: 70px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
section div.flex.inner05{
  display: block;
  padding: 0 10px;

}
.slide-box {
  width: 100%;
  margin: 37px auto 0;
}
.txt-wrap {
  margin-top: 27px;
  width: 100%;
}
.txt-wrap h3 {
font-size: 2.6rem;
}
.txt-wrap h3::after {
  width: 139px;
  height: 2px;
  bottom: -8px;
}  
.quantity div.flex button {
  width: 26px;
  height: 26px;
}  
.quantity [type="number"] {
  width: 34px;
  font-size: 1.4rem;
  border-radius: 0;
}  
.quantity ::placeholder {
  font-size: 1.4rem;
}
.txt-wrap li.flex {
  margin-bottom: 25px;
}  
.price-time {
  margin-bottom: 30px;
  display: block;
}  
.price-time dl:first-of-type{
  margin-bottom: 10px;
}
.allergie ul {
  flex-wrap: wrap;
}
.allergie li {
  margin-bottom: 7px;
}
.component ul {
  display: block;
  margin: 8px 0 26px 0;
}
.component li {
  padding: 0;
  width: 100%;
}
.component li:nth-of-type(2n) {
  padding: 0;
}
div dt {
  width: 97px;
}  
div .pnk,
div .white {
  width: 60px;
}
div .m5 {
  margin-left: 7px;
}
.btn-area {
  justify-content: center;
}
.btn-area a {
  padding: 0;
  height: 3.2rem;
  line-height: 3.4rem;
  width: 146px;
}
.quantity div.flex button:last-of-type img {
  padding-bottom: 0;
}
.quantity-text {
  display: none;
}
.allergie-link {
  margin-top: 1rem;
}
.bread-wrap .swiper-wrapper {
  margin-top: 1rem !important;
}

}
