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


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

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;
} */

/*************
/*検索
*************/
.search-area{
  /* margin-top: -112px;
  justify-content: space-between;
  align-items: center; */
}
.search-area .flex {
  gap: 1rem;
}
#search-wrap,
#preferred-date-area{
  z-index: 2;
  border: solid 1px #A16F4E;
}

/*テキスト入力input設定*/
 #search-text{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  height: 42px;
  border: none;
  background:#fff url("../images/common/search.jpg") no-repeat right 10px center;
  background-size: 30px 30px;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  width: 367px;/*テキスト入力エリアが伸びる後の横幅*/
  padding: 10px 0 10px 13px;
}
#preferred-date-area input{
  -webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
  height: 42px;
  border: none;
  background:#fff;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  width: 200px;/*テキスト入力エリアが伸びる後の横幅*/
  padding: 10px 0 10px 13px;
}

 #search-text::placeholder,
#preferred-date-area input::placeholder{
  color:#DDD;
 font-size: 1.6rem;
}


.search-area .flex{
  justify-content: left;
  align-items: flex-end;
}


/*************
/* パン　ラインナップ
*************/

.bread-wrap{
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 14px;
  gap: 1.65rem
}
.bread-contents{
  position: relative;
  width: calc(20% - 1.65rem * 4 / 5);
}
.bread-contents .bread-number {
  position: absolute;
  width: 56px;
  height: 56px;
  top:0;
  left:0;
  z-index: 1;
}
.bread-contents .day-of-week {
  position: absolute;
  width: 56px;
  height: 56px;
  top:0;
  left:0;
  z-index: 1;
}

.bread-contents .bread-pic{
  height: 100%;
  width: 100%;
}
.bread-contents a:has(.bread-pic) {
  aspect-ratio: 171 / 158;
  display: block;
  height: auto;
  width: 100%;
}
.bread-contents .bread-ttl{
  height: 33px;
  line-height: 33px;
  width: 100%;
  background: #805E37;
  text-align: center;
  color: #fff;
  border-top: solid 1px #fff;
  letter-spacing: 0.05em;
}


/*************
/*数量指定エリア
*************/
.quantity{
  justify-content: space-between;
  align-items: center;
  /* position: absolute; */
  height: 34px;
  margin-top: .4rem;
  width: 100%;
}
.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;
}
/*************
/*ページャー
*************/
.example {
  margin: 0 auto 44px;
  text-align: center;
}
.example li{
  display: inline-block;
}
.example li {
  line-height: 2;
  border: solid 1px #B4B4B4;
  text-align: center;
  font-size: 1.2rem;
  color: #BEBEBE;
  width: 23px;
}
.example li a{
  color: #BEBEBE;
}
.example li.this{
  color: #000;
  border: solid 1px #000;
}
.example .other{
  border: none;
}

/*************
/*category-list-2.htmlに適用
*************/
#category-list-2 .bread-contents:first-of-type.bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(2).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(3).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(4).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(5).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(11).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(13).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(14).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(15).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(16).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(17).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(18).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(19).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(20).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(21).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(22).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(23).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(24).bread-contents::after,
#category-list-2 .bread-contents:nth-of-type(25).bread-contents::after{
  background: none;
}

.page-link {
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0;
}

.category-infoWrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.category-infoWrap-left {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.category-infoWrap-text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
}
.category-infoWrap-text.category-infoWrap-text--bold {
  font-weight: 700;
}
.category-infoWrap-item {
  align-items: center;
  display: flex;
  gap: .6rem;
}
.category-infoWrap-img {
 height: 3.2rem;
}

.category-week-label {
  align-items: center;
  aspect-ratio: 1 /1 ;
  border: .1rem solid;
  border-radius: 100vh;
  color: #FFF;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  justify-content: center;
  position: relative;
  width: 100%;
}
.category-week-label::after {
  border-radius: 100vh;
  content: "";
  display: block;
  height: calc(100% - .15rem);
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - .15rem);
  z-index: -1;
}
.category-week-label.category-week-label--mon {
  border-color: #9F1C10;
}
.category-week-label.category-week-label--mon::after {
  background-color: #9F1C10;
}

.category-infoWrap .category-week-label {
  width: 3.2rem;
}

.bread-badges-right {
  height: auto;
  position: absolute;
  right: 0;
  top: .5rem;
  z-index: 1;
  width: 5rem;
}

.category-list-2 .example {
  margin-bottom: 15.8rem;
}

.category-map iframe {
  height: 38.7rem;
}

.category-store.store .txt-box {
  width: calc(100% - 55.4rem);
}

.category-store.store .insta {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.category-store.store dl:last-of-type {
  align-items: center;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){
section {
  top: 30px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
/*************
/*検索
*************/
.search-area {
  margin-top: 32px;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.search-area p.bold{
  padding-left: 10px;
}
#search-wrap{
  margin:0 auto 10px;
  text-align: center;
  margin-bottom: 30px;
}
#search-text{
  height: 33px;
  background-size: 24px 25px;
  width: 222px;
  padding: 10px 0 10px 13px;
  font-size: 1.1rem;
}
#search-text::placeholder,
#preferred-date-area input::placeholder{
 font-size: 1.1rem;
}
#preferred-date-area {
  margin:0 auto 40px;
  text-align: center;
  margin-top: 50px;
}
#preferred-date-area input {
  height: 33px;
  background-size: 24px 25px;
  width: 291px;
  padding: 10px 0 10px 13px;
  font-size: 1.1rem;
}

.search-area .flex {
  margin:0 auto;
  justify-content: left;
  align-items: flex-start;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.search-area .flex div{
  margin-top: 2px;
  margin-bottom:20px;
}

/*************
/* パン　ラインナップ
*************/
.bread-wrap {
  gap: calc(12.9 / 375 * 100vw);
  padding: 0;
  margin-bottom: 2.5rem;
}
.bread-contents {
  width: calc(50% - calc(12.9 / 375 * 100vw) / 2);
}
.bread-contents .bread-pic {

}
.bread-contents .bread-ttl {
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
}
.quantity {
  height: 28px;
}
.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;
}
.bread-contents .bread-number {
  width: 42px;
  height: 42px;
}
.bread-contents .day-of-week {
  width: 42px;
  height: 42px;
}
.example {
  margin: 0 auto 111px;
}

.quantity div.flex button:first-of-type img{
  width: 15px;
}
.quantity div.flex button:last-of-type img {
  width: 13px;
  padding-bottom: 0;
}

.category-infoWrap {
  margin-top: 4rem;
}
.category-infoWrap-text {
  font-size: 1.2rem;
}
 .category-infoWrap-item {
  display: none;
}
.subHead #searchForm {
  display: none;
}
.category-list-2 .example {
  margin-bottom: 8rem;
}
.bread-badges-right {
  width: 3.5rem;
}
.category-store {
  display: none;
}

}
