@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', "Noto Sans Japanese", 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
/*   color: #494949; */
  color: #333333;

}

button, select {
  font-family: 'Roboto', "Noto Sans Japanese", 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
}

li {
  list-style: none;
}

.c-btn {
  background: #b0b0b0;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5rem 0.8rem 0.4rem;
  position: relative;
  text-decoration: none;
}

.c-btn-lg {
  background: #b0b0b0;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
}
.c-btn-rd {
  background: #FF4B00;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;

  position: relative;
  text-decoration: none;
}
.c-btn-xl {
  background: #b0b0b0;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.6rem 3.5rem 1.6rem;
  position: relative;
  text-decoration: none;
}

.c-btn-xl-half-today {
  background: #b0b0b0;
  border-radius: 0.25rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  width:20em;
  height:11em;
  position: relative;
  text-decoration: none;
}

.c-btn-xl-half-after-tomorrow {
  background: #b0b0b0;
  border-radius: 0.25rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  width:20em;
  height:5em;
  position: relative;
  text-decoration: none;
}

.c-btn-lg-with_arrow {
  background: #b0b0b0;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.8rem 2.7rem 0.7rem;
  position: relative;
  text-decoration: none;
}

.c-btn-lg-with_arrow::after {
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
}

.c-btn-xl-with_arrow {
  background: #b0b0b0;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.6rem 3.5rem 1.6rem;
  position: relative;
  text-decoration: none;
}

.c-btn-xl-with_arrow::after {
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
}

.c-btn-danger {
  background: #f24442;
}

.c-btn-primary {
  background: #67bdcd;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5rem 1rem 0.4rem;
  position: relative;
  text-decoration: none;
}

.c-btn__to_top {
  background: transparent;
  border: none;
  font-size: 12px;
  padding: 2px;
  position: relative;
  text-align: center;
}

.c-btn__to_top img {
  display: block;
  height: 18px;
  margin: 2px auto;
}

.c-btn_back {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 50px;
  margin: 0 80px 0 0;
}

.c-btn_back a {
  background: transparent;
  border: none;
  color: #494949;
  display: block;
  font-size: 12px;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
}

.c-btn_back img {
  max-width: 30px;
}

.c-btn_back span {
  display: block;
  white-space: nowrap;
}

.modal_return_btn {
/* modal_return_btnは、モーダルを閉じるトリガー用のクラス */
}

.staff_btn {
  width: 80px;
  height: 80px;
  position: absolute;
/*
  opacity:0.1;
*/
  opacity:0.0;
}

.p-row_btn {
  text-align: center;
}

.c-formset--md,
.c-formset--lg,
.c-formset--sm,
.c-formset--flex {
  align-items: baseline;
  display: flex;
  font-size: 15px;
  padding: 0 20px;
}

.c-formset--md .c-label,
.c-formset--lg .c-label,
.c-formset--sm .c-label,
.c-formset--flex .c-label {
  display: block;
  font-size: 15px;
}

.c-formset--md .c-num,
.c-formset--lg .c-num,
.c-formset--sm .c-num,
.c-formset--flex .c-num {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  text-align: right;
}

.c-formset--md .c-namebody,
.c-formset--lg .c-namebody,
.c-formset--sm .c-namebody,
.c-formset--flex .c-namebody {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
}

.c-formset--md .c-text,
.c-formset--lg .c-text,
.c-formset--sm .c-text,
.c-formset--flex .c-text {
  line-height: 1.4;
  font-size: 24px;
}

.c-formset--lg .c-num {
  font-size: 30px;
  padding: 0 10px;
}

.c-formrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin-bottom: 2rem;
}

.c-formrow .c-form-label {
  flex: 0 0 auto;
  font-size: 24px;
  width: 160px;
}
.c-formrow .c-form-input-wrapper-lg {
  flex: 0 0 800px;
  font-size: 24px;
}
.c-formrow .c-message {
font-size: 1.1rem;
    line-height: 2.2rem;
    margin-left: 20px;
}
.c-formrow .c-form-input-wrapper-md {
  flex: 0 0 320px;
  font-size: 24px;
}

.c-formrow .c-form-input-wrapper-sm {
  flex: 0 0 280px;
  font-size: 24px;
}
.c-formrow .c-form-input-wrapper-ss {
  flex: 0 0 80px;
  font-size: 24px;
}

.c-formrow input:not([type=radio]):not([type=checkbox]),
.c-formrow select {
  font-size: 25px;
  padding: 0.3em;
  width: 100%;
}

.c-formrow select {
  height: 45px;
  padding: 0.15em;
}

.c-formrow input[type=radio], .c-formrow [type=checkbox] {
  margin-right: 1.5rem;
  transform: scale(2);
}

.c-formrow .c-form-unit {
  font-size: 24px;
  margin-left: 2rem;
}

.c-formrow .c-form-help_text, .c-formrow .c-form-help_text--independent {
  color: #d9b94c;
  font-size: 16px;
  margin-left: 2rem;
}

.c-formrow .c-form-help_text--independent {
  margin: 0.5rem 0 0 200px;
  font-size: 1.4rem;
  font-weight:bold;
  width: 100%;
}

.c-formrow .c-btn {
  align-items: center;
  align-self: stretch;
  background: #dcbe5d;
  display: flex;
  font-size: 0.95rem;
  margin: 0 0.5rem;
}

.c-formrow .staff_no_btn {
  align-items: center;
  background: #4CAF50;
  display: flex;
  font-size: 1.4rem;
  margin: 0 0.4rem;
  padding: 5px 12px;
}

.p-table__common {
  width: 100%;
  background-color: #fff;
}

.p-table__common th, .p-table__common td {
  border: 1px solid #d2d2d2;
  padding: 0.8rem 1.0rem;
  vertical-align: middle;
}
.p-table__common thead th {
  background: #f8f9f8;
  font-size: 16px;
  font-weight: 400;
}
.confirm_resist_table thead  tr th{
  background: #f2f2f2;
}

.p-table__common tbody tr.c-tablerow__header th, .p-table__common tbody tr.c-tablerow__header td {
  background: #F6AA00;
}

.p-table__common tfoot th, .p-table__common tfoot td {
  background: #f8f9f8;
  font-weight: 400;
}

.p-table__common .c-unit {
  margin-left: 0.5em;
}

.c-difinitionlist_common > div {
  display: flex;
}

.c-difinitionlist_common > div + div {
  margin-top: 0.5rem;
}

.c-difinitionlist_common > div > dt {
  margin-right: auto;
}

.c-difinitionlist_common > div > dd {
  margin-left: auto;
}

.c-difinitionlist_common > div > dd .c-unit {
  margin-left: 0.5em;
}

.p-footer {
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 5px 20px;
  position: relative;
  z-index: 1000;
}

.p-footer .footer__brand_logo {
  height: 36px;
  padding: 0 10px;
}

.p-footer .footer__brand_logo img {
  max-height: 100%;
}

.p-footer .c-btn__to_top {
  margin-left: auto;
}

.p-breadcrumb_tabs {
  width: 100%;
}

.p-breadcrumb_tabs ul {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  padding: 0 0 0 3px;
}

.p-breadcrumb_tabs ul li:not(.c-btn__nav) {
  background: #FFCABF;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  display: block;
  flex: 1 1 0%;
  margin: 2px 3px 0 0;
}

.p-breadcrumb_tabs ul li:not(.c-btn__nav).active {
  background: #F6AA00;
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.p-breadcrumb_tabs ul li:not(.c-btn__nav).inactive {
  background: #9E9E9E;
}

.p-breadcrumb_tabs ul li:not(.c-btn__nav) a {
  align-items: center;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  padding-top: 3px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.p-breadcrumb_tabs ul li:not(.c-btn__nav) a::after {
  border: 3px solid transparent;
  border-left: 4px solid #666;
  content: "";
  display: block;
  margin-top: -2px;
  position: absolute;
  right: 3px;
}

.p-breadcrumb_tabs ul li.c-btn__nav, .p-breadcrumb_tabs ul li.c-btn__nav--totop {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 50px;
  margin: 2px 3px 0 0;
}

.p-breadcrumb_tabs ul li.c-btn__nav a, .p-breadcrumb_tabs ul li.c-btn__nav--totop a {
  background: transparent;
  border: none;
  color: #494949;
  display: block;
  font-size: 12px;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
}

.p-breadcrumb_tabs ul li.c-btn__nav img, .p-breadcrumb_tabs ul li.c-btn__nav--totop img {
  max-width: 100%;
  max-height: 34px;
}

.p-breadcrumb_tabs ul li.c-btn__nav--totop img {
  max-width: 24px;
}

.p-breadcrumb_kitchen_tabs {
  width: 100%;
}

.p-breadcrumb_kitchen_tabs ul {
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  padding: 0 0 0 3px;
}

.p-breadcrumb_kitchen_tabs ul li:not(.c-btn__nav) {
  background: #FFCABF;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  display: block;
  flex: 1 1 0%;
  margin: 2px 3px 0 0;
}

.p-breadcrumb_kitchen_tabs ul li:not(.c-btn__nav).active {
  background: #F6AA00;
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.p-breadcrumb_kitchen_tabs ul li:not(.c-btn__nav).inactive {
  background: #9E9E9E;
}

.p-breadcrumb_kitchen_tabs ul li:not(.c-btn__nav) a {
  align-items: center;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 78px;
  justify-content: center;
  padding-top: 3px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.p-breadcrumb_kitchen_tabs ul li:not(.c-btn__nav) a::after {
  border: 3px solid transparent;
  border-left: 4px solid #666;
  content: "";
  display: block;
  margin-top: -2px;
  position: absolute;
  right: 3px;
}

.p-breadcrumb_kitchen_tabs ul li.c-btn__nav, .p-breadcrumb_kitchen_tabs ul li.c-btn__nav--totop {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 50px;
  margin: 2px 3px 0 0;
}

.p-breadcrumb_kitchen_tabs ul li.c-btn__nav a, .p-breadcrumb_kitchen_tabs ul li.c-btn__nav--totop a {
  background: transparent;
  border: none;
  color: #494949;
  display: block;
  font-size: 12px;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
}

.p-breadcrumb_kitchen_tabs ul li.c-btn__nav img, .p-breadcrumb_kitchen_tabs ul li.c-btn__nav--totop img {
  max-width: 100%;
  max-height: 34px;
}

.p-breadcrumb_kitchen_tabs ul li.c-btn__nav--totop img {
  max-width: 24px;
}

.l-item_cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  padding: 2px 10px;
}

.p-card {
  border: 7px solid #dcdcdc;
  margin: 1px 1px;
  position: relative;
  width: calc(100% / 7 - 10px);
}

.p-card.is-active {
  border: 7px solid #F6AA00;
}

.p-card .c-card__img_area {
  margin-bottom: 5px;
  padding-top: 100%;
  position: relative;
}

.p-card .c-card__img_area img {
  height: 100%;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.p-card .c-card__img_area .c-btn__view_item_info {
  background: rgba(237, 237, 233, 0.6);
  border-bottom: 1px solid rgba(190, 190, 190, 0.75);
  bottom: 0;
/*   font-size: 13px; */
  font-size: 1.0rem;
  font-weight:bold;
  position: absolute;
  padding: 10px 5px 3px;
  width: 100%;
  text-align: center;
  z-index: 100;
  min-height: 39px;
  line-height: 1.2rem;
}

.l-item_cards.u-many-columns {
  padding: 5px 3px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  height: 100%;
}

/*スクロールバー表示させる*/
.l-item_cards.u-many-columns::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 15px;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:start {
  background: #eee;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end {
  background: #eee;
  /*height: 100%*/
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end .p-card {
  margin: 8px 2px;
  min-width: calc(100% / 6 - 4px);
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end .p-card .c-btn__view_item_info {
	font-size: 15px;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end .p-card .c-card__item_status {
  padding: 5px 4px;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end .p-card .c-card__item_price .c-selling_price {
  color: #ce0808;
}

.l-item_cards.u-many-columns::-webkit-scrollbar-track-piece:end .p-card .c-card__item_price .c-selling_price::before {
  content: "↓";
  color: #494949;
  display: block;
  font-size: 10px;
  line-height: 1;
  padding: 0 9px;
  text-align: center;
}

.c-card__label {
  background: #c0c0c0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  left: -2px;
  min-width: 120px;
  padding: 7px 12px;
  position: absolute;
  text-align: center;
  top: -2px;
  z-index: 1000;
}

.c-card__label--limited {
  background: #2aad02;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  left: 0px;
  min-width: 120px;
  padding: 7px 12px;
  position: absolute;
  text-align: center;
  top: 0px;
  z-index: 1000;
}

.c-card__label--hot {
  background: #fb0d61;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  left: 0px;
  min-width: 120px;
  padding: 7px 12px;
  position: absolute;
  text-align: center;
  top: 0px;
  z-index: 1000;
}

.c-card__label--soldout-set {
  background: rgba(251, 13, 97, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 36px;
  left: 40px;
  min-width: 120px;
  padding: 7px 12px;
  position: absolute;
  text-align: center;
  top: 100px;
  z-index: 1000;
}

.c-card__label--soldout-tanpin {
  background: rgba(251, 13, 97, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  left: 15px;
  min-width: 120px;
  padding: 7px 12px;
  position: absolute;
  text-align: center;
  top: 60px;
  z-index: 1000;
}
.c-card__label--soldout-modal {
  background: rgba(251, 13, 97, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  min-width: 120px;
  padding: 7px 12px;
  text-align: center;
  margin-left: 20px;
 }

.c-card__badge {
  align-items: center;
  background: #fbc713;
  color: #fff;
  display: flex;
  font-size: 22px;
  justify-content: center;
  height: 45px;
  position: absolute;
  right: 0;
  width: 45px;
  text-align: center;
  top: 0;
  z-index: 50;
}

.c-card__item_status {
  font-size: 13px;
  line-height: 18px;
  padding: 14px 12px;
}

.c-card__item_status .c-item_desc {
  margin-bottom: 5px;
}

.c-card__item_status .c-card__item_price {
  display: flex;
  font-size: 15px;
  flex-wrap: wrap;
  min-height: 18px;
}

.c-card__item_status .c-card__item_price .c-selling_price {
  color: #ce0808;
}

.c-card__item_status .c-card__item_price .c-selling_price::before {
  content: "→";
  color: #000;
  padding: 0 9px;
}

.p-console_stepper, .p-console_stepper--small {
  align-items: center;
  display: flex;
}

.p-console_stepper .c-btn_stepper_increase, .p-console_stepper--small .c-btn_stepper_increase,
.p-console_stepper .c-btn_stepper_decrease,
.p-console_stepper--small .c-btn_stepper_decrease {
  align-items: center;
  background: #d2d2d2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  height: 40px;
  position: relative;
  width: 40px;
}

.p-console_stepper .c-btn_stepper_increase::before, .p-console_stepper--small .c-btn_stepper_increase::before,
.p-console_stepper .c-btn_stepper_decrease::before,
.p-console_stepper--small .c-btn_stepper_decrease::before {
  font-size: 25px;
  color: #fff;
}

.p-console_stepper .c-btn_stepper_increase, .p-console_stepper--small .c-btn_stepper_increase {
  background: #fbc713;
}

.p-console_stepper .c-btn_stepper_increase::before, .p-console_stepper--small .c-btn_stepper_increase::before {
  content: "+";
}


.p-console_stepper .c-btn_stepper_decrease::before,
.p-console_stepper--small .c-btn_stepper_decrease::before {
  content: "-";
  font-size: 40px;
}

.p-console_stepper .c-indicate_stepper_num, .p-console_stepper--small .c-indicate_stepper_num {
  border: none;
  display: block;
  font-size: 28px;
  font-weight: bold;
  width: 70px;
  text-align: center;
}

.p-console_stepper--small {
  display: inline-flex;
}

.p-console_stepper--small .c-btn_stepper_increase,
.p-console_stepper--small .c-btn_stepper_decrease {
  height: 34px;
  width: 34px;
}

.p-console_stepper--small .c-btn_stepper_increase::before,
.p-console_stepper--small .c-btn_stepper_decrease::before {
  color: #494949;
  font-size: 26px;
}

.p-console_stepper--small .c-btn_stepper_decrease::before {
  font-size: 30px;
}

.p-console_stepper--small .c-indicate_stepper_num {
	font-size: 24px;
    width: 50px;
    font-weight: normal;
    text-align: center;
    margin: 0 20px;
}

.c-block_guide_page_purpose {
  font-size: 18px;
  line-height: 1.5;
  margin: 2.0rem 0 1.0rem;
}

.p-messege_primary {
  font-size: 30px;
  margin: 3.5rem auto;
  margin-top:-15px;
  text-align: center;
}
.p-messege {
  font-size: 20px;
  margin: 0.8rem auto;
  text-align: center;
  margin-top:5px;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
}

.l-maincontents_global {
  flex: 1 1 0%;
  overflow-y: auto;
}

.l-nav-item-category {
  padding: 0px 0px;
}

.l-nav-item-category .p-nav_select_item__category-primary {
  display: flex;
  width: 100%;
}

.l-nav-item-category .p-nav_select_item__category-primary > li {
  flex: 1 1 auto;
  max-width: 20%;
}

.l-nav-item-category .p-nav_select_item__category-primary > li > a, .l-nav-item-category .p-nav_select_item__category-primary > li > a:visited {
  align-items: center;
  color: #494949;
  display: flex;
  margin: 1px;
  height: 54px;
  justify-content: center;
  text-decoration: none;
}

.l-nav-item-category .p-nav_select_item__category-primary > li.active > a, .l-nav-item-category .p-nav_select_item__category-primary > li.active > a:visited {
  background: #03AF7A;
  color: #fff;
}

.l-nav-item-category .p-nav_select_item__category-primary > li.inactive > a, .l-nav-item-category .p-nav_select_item__category-primary > li.inactive > a:visited {
  background: #D8F255;
}

.l-nav-item-category .p-nav_select_item__category-secondary {
  flex: 1 1 0%;
  display: none;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li {
  border-bottom: 0px solid #cecece;
  border-top: 0px solid #cecece;
  flex: 1 1 auto;
  max-width: 25%;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li:first-child {
  border-left: 0px solid #cecece;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li:last-child {
  border-right: 0px solid #cecece;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li > a, .l-nav-item-category .p-nav_select_item__category-secondary > li > a:visited {
  align-items: center;
  color: #494949;
  display: flex;
  margin: 1px;
  height: 54px;
  justify-content: center;
  text-decoration: none;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li.active > a, .l-nav-item-category .p-nav_select_item__category-secondary > li.active > a:visited {
  background: #F6AA00;
  color: #fff;
}

.l-nav-item-category .p-nav_select_item__category-secondary > li.inactive > a, .l-nav-item-category .p-nav_select_item__category-secondary > li.inactive > a:visited {
  background: #FFFF80;
}

.l-nav-item-category li.active > .p-nav_select_item__category-secondary {
  display: flex;
}

.l-nav-item-category_kitchen {
  padding: 0px 0px;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-primary {
  display: flex;
  width: 100%;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-primary > li {
  flex: 1 1 auto;
  max-width: 20%;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-primary > li > a, .l-nav-item-category_kitchen .p-nav_select_item__category-primary > li > a:visited {
  align-items: center;
  color: #494949;
  display: flex;
  margin: 1px;
  height: 78px;
  justify-content: center;
  text-decoration: none;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-primary > li.active > a, .l-nav-item-category_kitchen .p-nav_select_item__category-primary > li.active > a:visited {
  background: #03AF7A;
  color: #fff;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-primary > li.inactive > a, .l-nav-item-category_kitchen .p-nav_select_item__category-primary > li.inactive > a:visited {
  background: #D8F255;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary {
  flex: 1 1 0%;
  display: none;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li {
  border-bottom: 0px solid #cecece;
  border-top: 0px solid #cecece;
  flex: 1 1 auto;
  max-width: 25%;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li:first-child {
  border-left: 0px solid #cecece;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li:last-child {
  border-right: 0px solid #cecece;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li > a, .l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li > a:visited {
  align-items: center;
  color: #494949;
  display: flex;
  margin: 1px;
  height: 78px;
  justify-content: center;
  text-decoration: none;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li.active > a, .l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li.active > a:visited {
  background: #F6AA00;
  color: #fff;
}

.l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li.inactive > a, .l-nav-item-category_kitchen .p-nav_select_item__category-secondary > li.inactive > a:visited {
  background: #FFFF80;
}

.l-nav-item-category_kitchen li.active > .p-nav_select_item__category-secondary {
  display: flex;
}

.l-console_select_item__info_active_item {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
}

.l-console_select_item__order_totalprice {
  align-items: flex-end;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  padding: 6px 20px;
/*
  flex-basis: 64px;
*/
  flex: 0 0 64px;
  background: #F6AA00;
}

.l-console_select_item__info_active_item__indicate_primary,
.l-console_select_item__info_active_item__item-desc {
  align-items: flex-end;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  padding: 8px 30px;
/* 調整中
  flex: 1 1 0%;
  flex: 1 1 48px;
*/
}

.p-console_select_item__info_active_item__indicate_primary__item_name .c-namebody {
  align-items: flex-end;
  display: flex;
  min-height: 44px;
}

.p-console_select_item__info_active_item__indicate_primary__subtotal_price {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 50px;
}

.p-console_select_item__info_active_item__indicate_primary__subtotal_price .c-num {
  font-size: 28px;
}

.l-console_select_item__info_active_item__indicate_primary .p-console_stepper, .l-console_select_item__info_active_item__indicate_primary .p-console_stepper--small {
  margin-left: 50px;
  margin-right: 0;
}

.l-console_select_item__order_totalprice {
  border-top: 1px solid #d2d2d2;
}

.p-console__order_totalprice__item_counts .c-label {
  width: 100px;
}

.p-console__order_totalprice__item_counts .c-num {
  width: 80px;
}

.p-console__order_totalprice__indicate_primary {
  margin-left: auto;
  margin-right: 20px;
}

.p-console__order_totalprice__indicate_primary .c-label {
  width: 40px;
}

.p-console__order_totalprice__indicate_primary .c-num {
  width: 150px;
}

.p-console__order_totalprice__block_primary_btn {
  margin-left: 30px;
}
.confirm_resist_btn{
  text-align: right;
  margin:20px 0 0;
}

.p-console__order_totalprice__block_primary_btn .btn_goto_orderstate {
  background: #FF4B00;
}

.p-console__order_totalprice__block_primary_btn .btn_re_print {
/*   background: #b0b0b0; */
}

.p-console__order_totalprice__block_check_print_btn {
 margin-left: auto;
 margin-right: 30px;
}

.p-console__order_totalprice__block_check_print_btn .btn_check_print {
/*   background: #b0b0b0; */
background: #03AF7A;
}

.l-maincontents_order_confirm {
/*   width: 50%; */
/*   float: right; */
  height: 667px;
  overflow: auto;
  padding: 1.5rem 2.0rem;
}

.p-table__forstaff_detail_order td img{
  max-width: 100%;
  max-height: 55px;
}

.p-table__itemlist th img, .p-table__itemlist td img{
  max-width: 100%;
  max-height: 71px;
}

.p-table__itemlist thead th:nth-child(1) {
  width: 110px;
}

.p-table__itemlist thead th:nth-child(3) {
  width: 170px;
}

.p-table__itemlist thead th:nth-child(4) {
  width: 150px;
}

.p-table__itemlist thead th:nth-child(5) {
  width: 180px;
}

.p-table__itemlist tbody td {
  padding: 8px 1rem;
}

.p-table__itemlist tbody td:nth-child(1) {
  padding: 0px;
  text-align: center;
}

.p-table__itemlist tbody td:nth-child(2) {
  font-size: 24px;
}

.p-table__itemlist tbody td:nth-child(3) {
  text-align: right;
  font-size: 24px;
}

.p-table__itemlist tbody td:nth-child(4) {
  text-align: center;
  font-size: 24px;
}

.p-table__itemlist tbody td:nth-child(5) {
  text-align: right;
  font-size: 24px;
}

.p-table__itemlist tbody tr.c-tablerow__header th, .p-table__itemlist tbody tr.c-tablerow__header td {
  font-size: 18px;
  padding: 0.8rem 1rem;
  text-align: left;
}

.p-table__itemlist tfoot th, .p-table__itemlist tfoot td {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 3px solid #d2d2d2;
  padding: 1.5rem 1rem;
}

.p-table__itemlist tfoot th:nth-child(5), .p-table__itemlist tfoot td:nth-child(5) {
  text-align: right;
}

.p-table__itemlist tfoot th:first-child {
  border-left-color: #d2d2d2;
}

.p-table__itemlist tfoot th:last-child {
  border-right-color: #d2d2d2;
}

.l-maincontents_order_orderer_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.p-order_orderer_info__indicate_delivery_time {
  border: 2px solid #d2d2d2;
  flex: 0 0 auto;
  font-size: 26px;
  margin: 0 auto 4rem;
  padding: 2rem;
  width: 70%;
  text-align: center;
}

.p-order_orderer_info__indicate_delivery_time .c-indicate_delivery_time__num {
  font-size: 46px;
  font-weight: bold;
  margin-left: 3.0rem;
  margin-right: 1.5rem;
}

.p-order_orderer_info__form_orderer {
  margin: 3rem auto 3rem;
  width: 80%;
}

.l-maincontents_order_complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.l-maincontents_order_complete_inner {
  width: 100%;
}

.p-box__indicate_order_id {
  background: #f5f5f5;
  margin: 1.8rem auto;
  padding: 3rem;
  margin-top:2px;
  text-align: center;
  width: 80%;
}

/* 注意事項ページ */
.term_of_service .p-box__indicate_order_id {
  padding: 1.8rem 3rem;

}


.p-box__indicate_order_id .c-message {
  font-size: 24px;
  margin: 1rem auto;
}
.p-box__indicate_order_id .l-message {
  font-size: 24px;
  margin: 1rem auto;
  text-align: left;
}
.p-box__indicate_order_id .c-order_id_wrapper {
  flex: 1 1 auto;
  margin: 5.5rem 0 5.5rem -5rem;
}

.p-box__indicate_order_id .c-label_order_id {
  display: inline;
  font-size: 22px;
}

.p-box__indicate_order_id .c-body_order_id {
  display: inline-block;
  font-size: 120px;
  font-weight: bold;
  margin: 0 3rem;
}

.l-maincontents_forstaff_list_order {
  padding: 3.5rem 2.0rem;
}

/* お渡し日時 */
.p-table__forstaff_list_order thead th:nth-child(1) {
  width: 180px;
}
.p-table__forstaff_list_order tbody td:nth-child(1) {
  text-align: center;
}

/* 伝票NO */
.p-table__forstaff_list_order thead th:nth-child(2) {
  width: 50px;
}
.p-table__forstaff_list_order tbody td:nth-child(2) {
  text-align: right;
}

/* テーブルNO */
.p-table__forstaff_list_order thead th:nth-child(3) {
  width: 50px;
}
.p-table__forstaff_list_order tbody td:nth-child(3) {
  text-align: right;
}
/* 名前 */
.p-table__forstaff_list_order thead th:nth-child(4) {
/*   width: 100px; */
}
.p-table__forstaff_list_order tbody td:nth-child(4) {
  text-align: left;
}

/* 電話番号 */
.p-table__forstaff_list_order thead th:nth-child(5) {
  width: 100px;
}
.p-table__forstaff_list_order tbody td:nth-child(5) {
  text-align: center;
}

/* 金額 */
.p-table__forstaff_list_order thead th:nth-child(6) {
  width: 80px;
}
.p-table__forstaff_list_order tbody td:nth-child(6) {
  text-align: right;
}

/* 注文日時 */
.p-table__forstaff_list_order thead th:nth-child(7) {
  width: 140px;
}
.p-table__forstaff_list_order tbody td:nth-child(7) {
  text-align: center;
}

/* ステータス */
.p-table__forstaff_list_order thead th:nth-child(8) {
  width: 50px;
}
.p-table__forstaff_list_order tbody td:nth-child(8) {
/*   font-size: 0.9rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem; */
  text-align: center;
}

/* 注文区分 */
.p-table__forstaff_list_order thead th:nth-child(9) {
  width: 50px;
}
.p-table__forstaff_list_order tbody td:nth-child(9) {
  text-align: center;
}

/* 支払方法 */
.p-table__forstaff_list_order thead th:nth-child(10) {
  width:75px;
}
.p-table__forstaff_list_order tbody td:nth-child(10) {
  text-align: center;
}




.p-table__forstaff_list_order tbody tr.c-confirmed th, .p-table__forstaff_list_order tbody tr.c-confirmed td {
  background: #fef5d6;
}

.p-table__forstaff_list_order tbody tr.c-canceled th, .p-table__forstaff_list_order tbody tr.c-canceled td {
  background: #deeaec;
}

.p-table__forstaff_list_order .c-honorific {
  margin-left: 0.5rem;
}

.l-maincontents_forstaff_detail_order {
  padding: 2.5rem 2.0rem;
}

.p-box__indicate_target_customer .c-target_customer_id {
  /* background: #F6AA00; */
  background: #fbc713;
  border: 1px solid #d2d2d2;
  font-size: 24px;
  font-weight: bold;
  padding: 0.75rem 2.5rem 0.5rem;
}
.p-box__indicate_target_customer .c-target_customer_id span{
	margin-right: 20px;
}
.p-box__indicate_target_customer .c-target_customer_id .c-num {
  margin-right: 5rem;
}

.p-box__indicate_target_customer .c-target_customer_id .c-honorific {
  margin-left: 1rem;
}

.p-box__indicate_target_customer .c-console__target_customer_wait_time {
  background: #f8f9f8;
  border: 3px solid #d5d5d5;
/*   border-top: none; */
  margin-bottom: 0.75rem;
  padding: 0.75rem 2.5rem;
}

.p-box__indicate_target_customer .c-formrow {
  margin: 0.5rem;
  margin-left: 3.0rem;
	line-height: 1.8rem;
}

.p-box__indicate_target_customer .c-formrow .c-form-label {
    flex: 0 0 auto;
    font-size: 24px;
    width: 220px;
}

.p-table__forstaff_detail_order thead th:nth-child(1) {
  width: 120px;
}

.p-table__forstaff_detail_order thead th:nth-child(3) {
  width: 180px;
}

.p-table__forstaff_detail_order thead th:nth-child(4) {
  width: 120px;
}

.p-table__forstaff_detail_order thead th:nth-child(5) {
  width: 200px;
}

.p-table__forstaff_detail_order tbody td:nth-child(1), .p-table__forstaff_detail_order tbody th:nth-child(1), .p-table__forstaff_detail_order tfoot td:nth-child(1), .p-table__forstaff_detail_order tfoot th:nth-child(1) {
  text-align: center;
}

.p-table__forstaff_detail_order tbody td:nth-child(2), .p-table__forstaff_detail_order tbody th:nth-child(2), .p-table__forstaff_detail_order tfoot td:nth-child(2), .p-table__forstaff_detail_order tfoot th:nth-child(2) {
  text-align: left;
}

.p-table__forstaff_detail_order tbody td:nth-child(3), .p-table__forstaff_detail_order tbody th:nth-child(3), .p-table__forstaff_detail_order tfoot td:nth-child(3), .p-table__forstaff_detail_order tfoot th:nth-child(3) {
  text-align: center;
}

.p-table__forstaff_detail_order tbody td:nth-child(4), .p-table__forstaff_detail_order tbody th:nth-child(4), .p-table__forstaff_detail_order tfoot td:nth-child(4), .p-table__forstaff_detail_order tfoot th:nth-child(4) {
  text-align: right;
}

.p-table__forstaff_detail_order tbody td:nth-child(5), .p-table__forstaff_detail_order tbody th:nth-child(5), .p-table__forstaff_detail_order tfoot td:nth-child(5), .p-table__forstaff_detail_order tfoot th:nth-child(5) {
  text-align: right;
}

.p-table__forstaff_detail_order tbody tr.c-tablerow__header th, .p-table__forstaff_detail_order tbody tr.c-tablerow__header td, .p-table__forstaff_detail_order tfoot tr.c-tablerow__header th, .p-table__forstaff_detail_order tfoot tr.c-tablerow__header td {
  text-align: left;
}

.p-table__forstaff_detail_order tr.c-service_item th:nth-child(2), .p-table__forstaff_detail_order tr.c-service_item td:nth-child(2),
.p-table__forstaff_detail_order tfoot th:nth-child(2),
.p-table__forstaff_detail_order tfoot td:nth-child(2) {
  border-right: none;
}

.p-table__forstaff_detail_order tr.c-service_item th:nth-child(3), .p-table__forstaff_detail_order tr.c-service_item td:nth-child(3),
.p-table__forstaff_detail_order tfoot th:nth-child(3),
.p-table__forstaff_detail_order tfoot td:nth-child(3) {
  border-left: none;
}

.p-table__forstaff_detail_order tfoot th, .p-table__forstaff_detail_order tfoot td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-table__forstaff_detail_order .c-unit {
  margin-left: 0.5em;
}

.p-nav_select_item__category-primary li a, .p-nav_select_item__category-secondary a {
  font-size: 22px;
  font-weight: bold;
}

.l-modal__inner {
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-modal__inner .c-formrow input:not([type=radio]):not([type=checkbox]),
.l-modal__inner .c-formrow select {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}

.p-modal__indicate_area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3rem 3rem 1rem;
}

.modal__header {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 3rem;
  margin-top: auto;
}

.modal__indicate_arginput {
  margin: 1rem auto 0;
  width: 60%;
}

.modal__indicate_arginput .c-form-label {
  font-size: 20px;
  width: 200px;
}



.p-modal__input_area {
  background: #e6e6e6;
}

.p-modal__input_area {
  flex-grow: 1;
  padding: 1rem 3rem;
}

[class^=p-modal__inputrow] {
  display: flex;
}

[class^=p-modal__inputgrid] {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  margin-bottom: 5px;
}

.p-modal__inputgrid--num {
  grid-template-columns: repeat(3, 1fr);
}

.p-modal__inputgrid--text {
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
}

.p-modal__inputgrid--control {
  grid-template-columns: 3fr 3fr 4fr;
}

.saturday {
  color: #0000ff;
}

.sunday {
  color: #ff0000;
}

.holiday {
  color: #ff0000;
}

.btn_disabled {
  background: #c0c0c0;
}

.just {
  font-weight: bold;
}

.out_of_range {
  background: #c0c0c0;
}

.validation_check-error {
    border-color: #b94a48;
    border-width: 2px;
}

[class^=p-modal__inputrow] .c-modal_input,
[class^=p-modal__inputrow] .c-modal_input--txt-lg,
[class^=p-modal__inputrow] .c-modal_input--primary,
[class^=p-modal__inputgrid] .c-modal_input,
[class^=p-modal__inputgrid] .c-modal_input--txt-lg,
[class^=p-modal__inputgrid] .c-modal_input--primary,
.c-modal_input--primary.orders_dates_select_btn3 {
  align-items: stretch;
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: 1px 3px 0 #bfbfbf;
  flex: 1 1 auto;
  font-size: 18px;
  margin: 3px 3px;
  text-align: center;
}

[class^=p-modal__inputrow] .c-modal_input .btn, [class^=p-modal__inputrow] .c-modal_input--txt-lg .btn, [class^=p-modal__inputrow] .c-modal_input--primary .btn,
[class^=p-modal__inputgrid] .c-modal_input .btn,
[class^=p-modal__inputgrid] .c-modal_input--txt-lg .btn,
[class^=p-modal__inputgrid] .c-modal_input--primary .btn,
.c-modal_input--primary.orders_dates_select_btn3 .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 54px;
  padding: 0.75rem 0.3rem;
  cursor: pointer;
}

[class^=p-modal__inputrow] .c-modal_input .btn:active, [class^=p-modal__inputrow] .c-modal_input--txt-lg .btn:active, [class^=p-modal__inputrow] .c-modal_input--primary .btn:active,
[class^=p-modal__inputgrid] .c-modal_input .btn:active,
[class^=p-modal__inputgrid] .c-modal_input--txt-lg .btn:active,
[class^=p-modal__inputgrid] .c-modal_input--primary .btn:active,
.c-modal_input--primary.orders_dates_select_btn3 .btn:active {
  background: #78c33b;
}

[class^=p-modal__inputrow] .c-modal_input--txt-lg,
[class^=p-modal__inputgrid] .c-modal_input--txt-lg {
  font-size: 32px;
}

[class^=p-modal__inputrow] .c-modal_input--primary,
[class^=p-modal__inputgrid] .c-modal_input--primary,
.c-modal_input--primary.orders_dates_select_btn3 {
  background: #f9b846;
  color: #fff;
}

/* 選択禁止 */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/***********利用規約　ここから***********/
.term_of_service ul.cautions{
	padding-left: 50px;
}
.term_of_service ul.cautions li {
    font-weight: bold;
    padding: 10px 0px 0px;
    font-size: 1.1rem;
    list-style: disc;
    line-height: 1.1;
}

/***********利用規約　ここまで***********/
/***********利用規約アコーディオン　ここから***********/

.accordion ul.main {
    width:100%;
    padding:0;
    color: #494949;
}
.accordion ul.main li {
    position:relative;
    border-top: 1px solid #e6ebef;
    list-style:none;
}
/*
.accordion_terms li:first-child {
    border-bottom: 1px solid #e6ebef;
}*/

.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
/*     padding: 24px 20px; */
    position: relative;
    font-size: 1.8rem;
}
.accordion > ul > li > a h5:hover {
    text-decoration:none;
}
.accordion > ul > li > div {
    display: none;
    text-align:left;
    font-size: 1.3rem;
    padding: 0 20px 30px;
    line-height: 1.8rem;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.accordion li .accordion_icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top:50%;
    margin-top: -3px;
    right:26px;
}
.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d5dde3;
}
.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-color: black;
}
.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    background-color: black;
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
    display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion li p.title01{
    display: block;
    margin-top: 12px;
    font-weight: bold;
}
.accordion li p.text01{
    display: block;
}
.accordion li p.title{
    display: block;
    font-weight: bold;
    margin-top: 8px;
}
.accordion li p.text{
    display: block;
    padding-left: 1rem;
}
.accordion li ul.simple{
    padding-left: 1rem;
}
.accordion li ul.simple li{
    border: none;
    list-style-type: none;
}
.accordion li ul.termslist_num{
    padding-left: 1rem;
}
.accordion li ul.termslist_num li{
    border: none;
    list-style-type:decimal;
    margin-left: 2rem;
}

/***********利用規約アコーディオン　ここまで***********/
/***********見出しh3用：メニューリスト　ここから***********/
.term_of_service .header_menulist,
.contents_error .header_menulist {
    background: #fff;
    color: #494949;
    font-size: 1.6rem;
    display: block;
    padding: 14px;
}
.term_of_service .header_menulist:before,
.contents_error .header_menulist:before {
/*     border: 4px solid #4052a2;
    border-radius: 50%; */
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    margin-top: -2px;
    width: 12px;
    vertical-align: middle;
}
/***********見出しh3用：メニューリスト　ここまで***********/
/***********装飾線　ここから***********/
.line_t_lgray{
    border-top: 1px solid #e6ebef;
}
.line_b_lgray{
    border-bottom: 1px solid #e6ebef;
}
.line_t_gray{
    border-top: 1px solid #d2dae2;
}
.line_b_gray{
    border-bottom: 1px solid #d2dae2;
}
/*c1c9d0*/
/***********装飾線　ここまで***********/

//# sourceMappingURL=../maps/style_common.css.map

.display_vertical_scrollbar{
  height:100vh;
  overflow-y: scroll;
}

.display_vertical_scrollbar::-webkit-scrollbar{
  width: 15px;
  height: 15px;
}

.display_vertical_scrollbar::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 15px;
}


.day_select {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 200px;
  margin: 0 80px 0 0;
}

.regi_print_btn {
  margin-left: 30px;
}

.loading_panel {
	position: fixed;
	z-index: 120;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,1);
}

.loading_content {
	position: fixed;
	z-index: 120;
    position: absolute;
        width: 150px;
    height: 50px;
    margin: auto;
	background-color: rgba(255,255,255,1);
}

.accessory_price_display{
  display: block;
  text-align: center;
}
/***********お渡し時間***********/
.select_delivery_time{
	width:150px;
	height:40px;
	font-size: 1.15rem; 
	font-weight: bold;
	line-height: 1.5;
}
#select_delivery_time{
	width:170px;
	height:38px;
	font-size: 1.17rem;
	line-height: 1.5;
}
/***********受取時間***********/
.select_receive_time{
	width:150px;
	height:40px;
	font-size: 1.15rem; 
	font-weight: bold;
	line-height: 1.5;
}
#select_receive_time{
	width:170px;
	height:38px;
	font-size: 1.17rem;
	line-height: 1.5;
}
.show_top_delivery_time_area{
	text-align:center;
	font-size: 3.0rem;
}
#show_top_delivery_time{
    border-radius: 0.5rem;
    background:#FFFFCC;
    border: 5px solid #808080;
    color:#FF0000;
    display: inline-block;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.9rem 0.6rem 0.9rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
    width:800px;
}
#top-delivery-message1{
    color:#00ae4f;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 5px;
}
#top-delivery-message2{
    color:#00ae4f;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: -15px;
    margin-bottom:5px;
}
.c-formrow .c-form-input-wrapper-md #select_delivery_time{
	margin-left:-20px;
	display: inline-block;
	vertical-align: middle; 
	height:38px;
	font-size:23px;
}
.c-formrow .c-form-input-wrapper-md #select_receive_time{
	margin-left:-20px;
	display: inline-block;
	vertical-align: middle; 
	height:38px;
	font-size:23px;
}

/*
*
* 容器関連CSS
*

/* 容器選択モーダル */

.container-modal__header_area {
  text-align: center;
  padding: 2rem 2rem 2rem
}

.container-modal__header {
  font-size: 24px;
  font-weight: bold;
  background-color: #E2F0D9;
/*  color: red; */
  padding: 1rem 1rem;
  border: 0.75pt solid #BCBCBC;
}

.container-modal__annotation {
  font-size: 16px;
  font-weight: bold;
/*  color: red; */
  text-align: center
}

.container-modal__text {
  font-size: 16px;
  font-weight: bold;
/*  color: red; */
  padding: 1.5rem 0rem 0rem 0rem;
}

/* 容器イメージ */

.container_img{
  display:none;
  width:0%;
  height: 100%;
  background-color:#E2F0D9;
  padding:0px;
  text-align:center;
}

.container_img__text {
  font-size: 35px;
  font-weight: bold;
  color: black;
  padding: 1.5rem 0rem 0rem 0rem;
}

.container_img__btn{
  background: #03AF7A;
  width: 100%;
  font-size: 2rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

*/

.l-maincontents_order_container {
/*   width: 30%; */
/*   float: left; */
  /*height: 800px;*/
  padding: 1.5rem 2rem 0rem;
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.l-maincontents_order_container_text_area {
  width: 40%;
  float: left;
  /*height: 800px;*/
  padding: 2rem 2.0rem;
  text-align: center;
}

.l-maincontents_order_container_text1 {
  font-size: 30px;
  font-weight: bold;
  background-color: #dbefce;
  color: #3cb371;
  padding: 1rem 1rem;
  border: 5pt solid #4682b4;
  border-radius: 0.5em;
}

.l-maincontents_order_container_text2 {
  font-size: 50px;
  padding: 18rem 0rem 0rem 0rem;
}

.l-maincontents_order_container_image {
	padding-top:5px;
	height:308px
}

.side_menu_area_table{
	width:95%;
	table-layout:fixed;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #00b050;
}

.side_menu_area_table th{
	width: 100%;
	color:white;
	font-size:1.5rem;
	padding:0.2rem;
	background: #00B050;
}

.side_menu_area_table tr{
	background-color: white;
	width:100%;
	border: 2px solid #00b050;
}

.side_menu_area_table td{
	background-color: white;
	width:33%;
	height:80px;
	border: 2px solid #00b050;
	vertical-align: middle;
}

.side_menu_area_table div{
	position: relative;
}

.side_menu_area_table_cart{
	width:95%;
	table-layout:fixed;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #00b050;
}

.side_menu_area_table_cart th{
	width: 100%;
	color:white;
	font-size:1.5rem;
	padding:0.2rem;
	background: #00B050;
}

.side_menu_area_table_cart tr{
	background-color: white;
	width:100%;
	border: 2px solid #00b050;
}

.side_menu_area_table_cart td{	
	background-color: white;
	width:33%;
	height:110px;
	border: 2px solid #00b050;
	vertical-align: middle;
}

.side_menu_area_table_cart div{
	position: relative;
}

.sushi_image_sample_div{
	padding-top: 10px;
    padding-left: 20px;
	display: flex;
}

.sushi_image_sample_label{
	margin-top:auto;
	margin-bottom:auto;
	color: #0070C0;
    font-weight: bold;
    padding-left: 5px;
}

.cart_sushi_image_sample_div{
	padding-top: 10px;
    padding-left: 40px;
	display: flex;
}

.cart_sushi_image_sample_label{
	margin-top:auto;
	margin-bottom:auto;
	color: #0070C0;
    font-weight: bold;
    padding-left: 7.5px;
    padding-right: 20px;
    font-size: 24px;
}

.cart_sushi_image_sample_img{
	height: 40.5px;
	width: 30px;
}

.annotation_area{
	padding: 2rem 2rem 0rem;
	color: #0070C0;
	font-weight: bold;
	font-size: 23px;
}

.div_selected_color {
	background-color: #E2F0D9;
}
