@charset "utf-8";
/* CSS Document */
/* set.css */

/* 増減ボタン周り */
.c-product_item__inner__control--3col > .btn-cut,
.c-product_item__inner__control--3col .btn-add {
  width: clamp(1em,25%,4em);
}
.c-product_item__inner__control--3col .productSelectQuantity {
  width: calc(100% - 8.4em);
  width: clamp(1em,calc(100% - 8.4em),calc(100% - 2em));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 1.6em;
}

/* 縦揃え */
.c-product_item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5em;
  height: 100%;
  gap: clamp(5px ,calc(10 / 750 * 100vw),10px);
}
.c-product_item form > div:not(.c-product_item__inner__control--3col) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 0.5em;
}
.c-product_item form > div > div {
  width: 100%;
}
.c-product_item form .c-product_item__inner__control {
  margin-top: auto;
}
html .c-product_item:hover {
  opacity: 1;
}
.c-product_item .fieldset .option_template_basic_theme[style*='display: block'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: .5em auto;
}



/* modal */
.c-product_item__inner__eyecatch > span {
  cursor: pointer;
}
.modal__content {
  width: clamp(200px,calc(90vw),900px);
  max-height: 90vh;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
html .c-product_item__inner__eyecatch__img {
  padding-top: 100%;
  width: 100%;
  background-position: 50% 50%;
}
.modal__category ,
.c-product_item__inner__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 5px;
  margin: .5em auto;
}

.c-product_item__inner__category > span ,
.modal__category > span {
  border: 1px solid var(--color-page-border);
  display: inline-block;
  padding: .2em .3em .1em;
  font-size: 0.75em;  
}

.c-product_item__inner__title ,
.modal__name {
  margin: 0.5em auto;
}


/*---------------------------------------------------------------------------------*/

.setmenu__ttl {
  color: var(--c-bk)!important;
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px)!important;
  font-weight: 500;
}
.setmenu__ttl span {
  font-weight: 500;
}
.autoselect__box {
  display: block;
  margin: calc(30 / 750 * 100%) auto;
}
.autoselect__btn {
  display: block;
  background: var(--c-gr);
  color: var(--c-wh);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  width: calc(630 / 750 * 100%);
  cursor: pointer;
  box-sizing: border-box;
  padding: calc(20 / 750 * 100%);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
}

.setcategiry__list {
  width: calc(670 / 750 * 100%);
  margin: calc(30 / 750 * 100%) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px) clamp(5px,calc(10 / 750 * 100vw),10px);
}

.setcategiry__list .btn-category {
  box-sizing: border-box;
  margin:0;
  min-width: calc((100% - clamp(10px,calc(20 / 750 * 100vw),20px)) / 3);
  width: auto;
  font-size: clamp(9px,calc(18 / 750 * 100vw),18px);
  background: var(--c-wh);
  color: var(--c-bk);
  border-radius: 3em;
  border: 1px solid var(--c-bk);
  font-weight: 500;
  padding: .3em 1em .2em;
  
}
.setcategiry__list .btn-category.active ,
.setcategiry__list .btn-category:hover {
  color: #fff;
  background: #99938f;
  border: 1px solid #99938f;
}

.setallergy {
  box-sizing: border-box;
  display: block;
  padding: calc(30 / 750 * 100%) 0;
}

.btn--setallergy {
  background: var(--c-wh);
  color: var(--c-bk);
  font-size: clamp(10px,calc(20 / 750 * 100vw),20px);
  text-align: center;
  display: block;
  cursor: pointer;
  width: calc(450 / 750 * 100%);
  margin: 0 auto;
  border: none;
  border-radius: 2em;
  font-weight: 500;
  padding: .5em 4em .5em 2em;
  position: relative;
}
.btn--setallergy:hover {
  background: var(--c-wh);
  color: var(--c-bk);
}
.btn--setallergy span:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../shared/img/set_ar.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: calc(50 / 450 * 100%);
}

/* menu__fixbtn */
.p-selected_set_products__review {
  z-index: 999;
}
.p-selected_set_products__purchase {
  border: none;
  background: none;
}
.p-selected_set_products__summary .p-selected_set_products__purchase {
  padding: 0;
  
  
}

.p-selected_set_products__button.--status {
  background: #f4f2ef;
  border-radius: 3em;
  position: relative;
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  box-shadow: none;
  width: calc(210 / 710 * 100%);
  padding: .5em 1.5em .5em 0.5em;
}
.p-selected_set_products__button.--status .set_status_text {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--c-gr);
  color: #fff;
  font-weight: 500;
  display: block;
  border-radius: 3em;
  height: clamp(25px,calc(50 / 750 * 100vw),50px);
  width: clamp(25px,calc(50 / 750 * 100vw),50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  transform: translate3d(15%,-20%,0);
}
.p-selected_set_products__text.--show-products {
  color: var(--c-gr);
  font-weight: 1em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.p-selected_set_products__text.--show-products::after {
  content: none;
}
.p-selected_set_products__text .menu__icon {
  height: calc(40 / 26 * 1em);
  width: calc(40 / 26 * 1em);
  position: relative;
  display: block;
  margin-right: .3em;
}
.p-selected_set_products__text .menu__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-selected_set_products__button.--control {
  width: calc(420 / 710 * 100%);
  
  
}
.p-selected_set_products__control .c-button:disabled {
  background: #99bc94;
  border-radius: 3em;
}

.menu__subtitle {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-weight: 500;
  margin: 1em auto;
}
.p-set_selection {
  box-sizing: border-box;
  padding: 0 clamp(25px,calc(50 / 750 * 100%),50px);
}
#menu_list.p-set_selection__content__list {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  gap: clamp(30px,calc(60 / 750 * 100%),60px) clamp(20px,calc(40 / 750 * 100%),40px) ;
  margin: 0 auto clamp(70px,calc(140 / 750 * 100%),140px);
}
.osusume__item {
  width: calc(270 / 650 * 100%);
  box-sizing: border-box;
  padding: 10px;
}
.menu__ic--osusume .osusume__item {
  transform: translate3d(10px,-10px,0);
}
.osusume__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 0.5em;
}
.osusume__item > div > div {
  width: 100%;
}
.osusume__item .menu__category {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.osusume__item .osusume__addbtn {
  margin-top: auto;
}
.osusume__item .osusume__addbtn span {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 3em;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-weight: 500;
  border: 1px solid var(--c-gr);
  box-sizing: border-box;
  padding: 0.3em 0;
}
#osusume_list .splide__arrows {
  display: none;
}
#osusume_list {
  width: calc(100% + clamp(25px,calc(50 / 750 * 100%),50px) *2);
  margin-left: calc(clamp(25px,calc(50 / 750 * 100%),50px) * -1);
  margin-right: calc(clamp(25px,calc(50 / 750 * 100%),50px) * -1);
}


.menu__item {
  width: calc(300 / 650 * 100%);
  margin: 0!important;
}
.menu__image {
  width: 100%;
  position: relative;
  display: block;
}
.menu__imagelink {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.menu__imagelink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu__ic--osusume {
  background: var(--c-gr);
  color: var(--c-wh);
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
  width: clamp(40px,calc(80 / 750 * 100vw),80px);
  border-radius: clamp(40px,calc(80 / 750 * 100vw),80px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(20%,-20%,0);
}
.menu__name {
  font-weight: 500;
  text-align: center;
  margin: 0;
  flex-grow: 1;
}
#osusume_list .menu__name {
  font-size: calc(22 / 26 * 1em);
}
.menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(5px,calc(10 / 750 * 100vw),10px);
}
.menu__category span {
  border: 1px solid;
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);
  padding: 1px 2px;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  min-width: calc((100% - clamp(5px,calc(10 / 750 * 100vw),10px)) / 2)
}
#osusume_list .menu__category span {
  font-size: calc(12 / 26 * 1em);
}

.c-product_item__inner__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: clamp(5px,calc(10 / 750 * 100vw),10px);
}

.c-product_item__inner__control > .btn-cut, 
.c-product_item__inner__control .btn-add {
  height: clamp(35px,calc(70 / 750 * 100vw),70px);
  width: clamp(35px,calc(70 / 750 * 100vw),70px);
  border: 2px solid var(--c-gr)!important;
  border-radius: 3em;
}
.c-product_item__inner__control > .btn-cut i,
.c-product_item__inner__control .btn-add i {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);
  font-weight: 700;
  color: var(--c-gr);
  text-shadow: none;
}

.productSelectQuantity {
  font-size: clamp(24px,calc(48 / 750 * 100vw),48px);
  font-weight: 400;
  box-sizing: border-box;
  padding: calc(10 / 48 * 1em);
}

.osusume__add {
  text-align: center;
  border: 2px solid var(--c-gr);
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-weight: 500;
  border-radius: 2em;
  margin-top: 0.8em;
  box-sizing: border-box;
  font-weight: 500;
  padding: .3em;
  cursor: pointer;
}


@media screen and (min-width:750px){
  .p-list_header__inner {
    display: block;
    max-width: 100%;
  }
  .p-list_header__inner__sub-container {
    display: block;
  }
  .setmenu__ttl {
    font-size: 40px!important;
  }
  .autoselect__btn {
    width: 470px;
    font-size: 18px;
    padding: 1em;
  }
  .setcategiry__list {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 40px auto;
    gap: 10px;
  }
  .setcategiry__list .btn-category {
    min-width: 160px;
  }
  .setallergy {
    margin: 40px auto;
    padding: 30px 0;
  }
  .btn--setallergy {
    font-size: 16px;
    max-width: 470px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .btn--setallergy span:after {
    content: "";
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
  .menu__subtitle {
    font-size: 18px;
    margin: 0 auto 24px;
  }
  
  .osusume__item {
    width: 210px;
  }
  .osusume__item .menu__imagelink {
    padding-bottom: calc(240 / 210 * 100%);
  }
  #osusume_list .menu__name {
    font-size: 16px;
  }
  .menu__category {
    gap: 10px;
  }
  #osusume_list .menu__category span ,
  #menu_list .menu__category span {
    font-size: 14px;
  }
  .osusume__add {
    font-size: 18px;
    margin-top: 20px;
    border-width: 1px;
  }
  .c-product_item__inner__control > .btn-cut, 
  .c-product_item__inner__control .btn-add {
    height: 40px;
    width: 40px;
    border: 1px solid var(--c-gr);
    border-radius: 40px;
  }
  .c-product_item__inner__control > .btn-cut i,
  .c-product_item__inner__control .btn-add i {
    font-size: 28px;
    font-weight: 500;
  }
  .productSelectQuantity {
    font-size: 40px;
  }
  .c-product_item form .c-product_item__inner__control {
    margin-top: 10px;
  }
#osusume_list .splide__arrows {
  display: block;
}
  #osusume_list .splide__arrows img {
    width: 40px;
    height: 40px;
  }
  #osusume_list .splide__arrow--prev {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top:calc(50% - 30px);
    left: 0;
  }

  #osusume_list .splide__arrow--next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top:calc(50% - 30px);
    right: 0;
  }
  #osusume_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
  }
  
  .osusume__item .osusume__addbtn span {
    font-size: 18px;
  }
}

/*-------------------------------------------------------------------------------------*/

.c-modal::backdrop {
  background-color: rgba(255,255,255,0.4);
}
.c-modal {
  background: var(--c-lgr);
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  width: calc(650 / 750 * 100%);
  padding: calc(60 / 650 * 100%) calc(40 / 650 * 100%);
  box-sizing: border-box;
  max-height: 90svh;
}
.c-modal__close {
  background: var(--c-gr);
  border-radius: clamp(45px,calc(90 / 750 * 100vw),90px);
  height: clamp(45px,calc(90 / 750 * 100vw),90px);
  width: clamp(45px,calc(90 / 750 * 100vw),90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  top: auto;
  right: calc(30 / 750 * 100%);
  position: fixed;
  transform: translate3d(0,-100%,0);
}
.c-modal__close::before {
  background: #fff;
  width: clamp(25px,calc(70 / 750 * 100vw),70px);
  height: clamp(25px,calc(70 / 750 * 100vw),70px);
}
.modal__content {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: calc(46 / 28 * 1em);
  gap: 0;
}
.menudetail__image {
  width: 100%;
  height: 0;
  padding-bottom: calc(370 / 570 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
}
.menudetail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menudetail__name {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  box-sizing: border-box;
  margin: calc(40 / 570 * 100%) auto;
  line-height: calc(56 / 36 * 1em);
}
.menudetail__description {
  margin-bottom: calc(40 / 570 * 100%);
}
.menudetail__data {
  width: 100%;
  border-top: 1px solid #d7cfc6;
  margin:0 auto;
  box-sizing: border-box;
  padding: calc(40 / 570 * 100%) 0;
}
.menudetail__data dt {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-weight: 500;
  color: var(--c-gr);
  margin-bottom: .5em;
}
.modal__content .menudetail__data:last-child {
  padding-bottom: calc(80 / 570 * 100%);
}
.p-selected_set_products__clear {
  padding-left: 0;
  padding-right: 0;
}
.p-selected_set_products__button.--clear {
  margin: 0 0 0 auto;
  padding: 0;
}

@media screen and (min-width:750px){
.c-modal {
  border-radius: 40px;
  width: 600px;
  padding: 30px;
}
.c-modal__close {
  border-radius: 60px;
  height: 60px;
  width: 60px;
  right: calc(50% - 325px);
  position: fixed;
}
.c-modal__close::before {
  background: #fff;
  width: 50px;
  height: 50px;
}
.modal__content {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: calc(46 / 28 * 1em);
  gap: 0;
}
.menudetail__image {
  width: 100%;
  height: 0;
  padding-bottom: calc(370 / 570 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
}
.menudetail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menudetail__name {
  font-size: 26px;
  margin: 30px auto;
  line-height: calc(56 / 26 * 1em);
}
.menudetail__description {
  margin-bottom: 30px;
  font-size: 16px;
}
.menudetail__data {
  padding: 30px 0;
}
.menudetail__data dt {
  font-size: 18px;
  margin-bottom: .5em;
}
.modal__content .menudetail__data:last-child {
  padding-bottom: 30px;
}

}

/*-------------------------------------------------------------------------------------*/
dialog::-webkit-scrollbar {
  width: 8px;   /* スクロールバーの幅 */
}

dialog::-webkit-scrollbar-track {
  background: transparent; /* トラック部分を透明 */
}

dialog::-webkit-scrollbar-thumb {
  background: transparent; /* つまみ部分を透明 */
  border: none;
}

/*---------------------------------*/

#setallergy .modal-title {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
#setallergy .ng-list ul {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px) clamp(20px,calc(40 / 750 * 100vw),40px);
  margin: calc(50 / 650 * 100%) auto;
}
#setallergy .ng-list ul li {
  width: calc((100% - (clamp(20px,calc(40 / 750 * 100vw),40px) * 2)) / 3);
  margin: 0!important;
  padding: .8em 0;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  font-weight: 500;
  color: var(--c-bk);
  border: 1px solid var(--c-bk)!important;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  background-color: #fff!important;
}
#setallergy .ng-list ul li.active {
  background: #99938f!important;
  border: 1px solid #99938f!important;
  color: var(--c-wh)!important;
  box-shadow:none!important;
}
#setallergy .modal-footer {
  text-align: center;
}
#setallergy .btn--jogai {
  display: block;
  text-align: center;
  background: var(--c-gr);
  color: var(--c-wh)!important;
  width: calc(310 / 500 * 100%);
  margin: calc(50 / 500 * 100%) auto;
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  box-sizing: border-box;
  padding: .8em 0;
  border-radius: 2em;
}
#setallergy .resetbtn {
  text-align: center;
  color: #99938f;
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-weight: 500;
}
#setallergy .resetbtn span {
  color: var(--c-bk);
  text-decoration: underline;
  text-underline-offset: .3em;
}


@media screen and (min-width:750px){
#setallergy .modal-title {
  font-size: 26px;
}
#setallergy .ng-list ul {
  gap: 20px;
  margin: 50px auto;
}
#setallergy .ng-list ul li {
  width: calc((100% - 60px) / 4);
  margin: 0!important;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: var(--c-bk);
  border: 1px solid var(--c-bk)!important;
  border-radius: 20px;
  background-color: #fff!important;
  word-break: break-all;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  min-height: 70px;
}
#setallergy .btn--jogai {
  width: 260px;
  margin: 30px auto;
  font-size: 20px;
  padding: .8em 0;
  border-radius: 2em;
}
#setallergy .resetbtn {
  font-size: 18px;
  margin-bottom: 20px;
}


}

/*-------------------------------------------------------------------------------------*/

.p-selected_set_products__prices {
  display: none;
}

.p-selected_set_products {
  background: var(--c-lgr);
  box-sizing: border-box;
  border-radius: 40px;
}


.p-product.--selected-set-products {
  column-gap: 10px;
}
.p-selected_set_products__item .p-product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(12px,clamp(25 / 750 * 100vw),25px);

}
.p-selected_set_products__item .p-product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.p-selected_set_products__item .c-order_quantity {
  width: calc( clamp(35px,calc(70 / 750 * 100vw),70px) * 3);
}
.p-selected_set_products__item .c-order_quantity__input {
  border: none;
  font-size: clamp(24px,calc(48 / 750 * 100vw),48px);
  font-weight: 400;
  padding-left: clamp(40px,calc(80 / 750 * 100vw),80px);
  padding-right: clamp(40px,calc(80 / 750 * 100vw),80px);
  height: clamp(35px,calc(70 / 750 * 100vw),70px);
}
.p-selected_set_products__item #btn-plus,
.p-selected_set_products__item #btn-minus {
  width: clamp(35px,calc(70 / 750 * 100vw),70px);
  height: clamp(35px,calc(70 / 750 * 100vw),70px);
  border-radius: clamp(35px,calc(70 / 750 * 100vw),70px);
  background: var(--c-wh);
  border: 2px solid var(--c-gr);
  color: var(--c-gr)!important;
}
.p-product__imagebox {
  width: clamp(150px,calc(300 / 750 * 100vw),300px);
  height: clamp(150px,calc(300 / 750 * 100vw),300px);
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.p-product__imagebox img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-selected_set_products__item {
  padding: clamp(25px,calc(50 / 750 * 100vw),50px) 0;
  border-bottom: 1px solid var(--c-be);
}
.p-product__details {
  width: calc(100% - clamp(150px,calc(300 / 750 * 100vw),300px) - 10px );
}
.p-selected_set_products__text.--clear-products {
  flex-direction: row-reverse;
  color: var(--c-bk);
}
.p-selected_set_products__text.--clear-products::before {
  content: "";
  width: clamp(35px,calc(70 / 750 * 100vw),70px);
  height: clamp(35px,calc(70 / 750 * 100vw),70px);
  border-radius: clamp(35px,calc(70 / 750 * 100vw),70px);
  background: url(img/menu_del.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: clamp(24px,calc(48 / 750 * 100vw),48px);
  mask-image: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  text-decoration: none;
  line-height: 1em;
}
.p-selected_set_products__header {
    -ms-align-items: center;
    align-items: center;
}
.p-selected_set_products__header .p-selected_set_products__text {
  font-size: clamp(24px,calc(48 / 750 * 100vw),48px)!important;
  color: var(--c-bk)!important;
  line-height: 1em;
  font-weight: 500;  
}
.p-selected_set_products__header .p-selected_set_products__type {
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  
}
.p-selected_set_products__controlbtnbox {
  margin-top: clamp(25px,calc(50 / 750 * 100vw),50px);
}
.p-selected_set_products__close {
  background: var(--c-wh);
  border: 1px solid var(--c-bk);
  padding: 10px 20px;
  position: relative;
  right: auto;
  transform: none;
  width: auto;
}
.p-selected_set_products__close:before {
  content: none;
}


@media screen and (min-width:750px){
.p-product__imagebox {
  width: 90px;
  height: 90px;
}
.p-selected_set_products__item {
  padding: clamp(20px,calc(40 / 750 * 100vw),40px) 0;
}
.p-product__details {
  width: calc(100% - 100px);
}
  .p-selected_set_products__summary {
    box-sizing: border-box;
    padding: 30px;
  }
  .p-selected_set_products__header .p-selected_set_products__text {
    font-size: 38px!important;
  }
  .p-selected_set_products__header .p-selected_set_products__type {
    font-size: 14px;
  }
  .p-selected_set_products__text.--clear-products::before {
    content: "";
    width: 20px;
    height: 20px;
  }
  .p-selected_set_products__button.--control {
    width: 100%;
  }
  .p-selected_set_products__item #btn-plus, .p-selected_set_products__item #btn-minus {
    width: 28px;
    height: 28px;
  }
  .p-selected_set_products__item .c-order_quantity {
    width: 108px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-selected_set_products__item .c-order_quantity__input {
    font-size: 26px;
    padding-left: 35px;
    padding-right: 35px;
    height: 30px;
  }
  .p-selected_set_products__item .p-product__details {
    font-size: 12px;
    position: relative;
    padding-bottom: 30px;
  }
  html .p-set_selection__details {
    max-width: 320px;
  }
  html .p-set_selection__content {
    box-sizing: border-box;
    width: calc(100% - 340px);
    padding: 0;
  }
  
  html .p-set_selection__content__list .c-product_item {
    width: calc((100% - 80px) / 3);
    max-width: 240px;
  }
  .menu__ic--osusume {
    width: 60px;
    height: 60px;
    font-size: 12px;
    transform: translate3d(10px,-10px,0);
  }
  .c-product_item form > div:not(.c-product_item__inner__control--3col) {
    gap:20px;
  }
  .menu__name {
    font-size: 16px!important;
    font-weight: 500;
    margin: 0;
  }
  .c-product_item__inner__control--3col .productSelectQuantity {
    font-size: 40px;
  }
  #menu_list.p-set_selection__content__list {
    gap: 30px 40px;
  }
  .p-selected_set_products {
    overflow: hidden;
  }
  .p-selected_set_products__summary {
    position: relative;
  }
  
  .savingitems:before  {
    content: "追加中…";
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c-lgr);
      z-index: 3;
      
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
  }
  
}

.noitem:before {
  content: "条件に該当するおすすめメニューがありません";
}
#osusume_list.noitem .splide__arrows {
  display: none;
}


/*-------------------------------------------------------------------------------------*/