/*商品購入 */

.cms_takeout__modal_window {
  z-index: 10000;
}

.cms_takeout__item_list ol,
.cms_takeout__item_list ul {
  width: 100%;
  flex-direction: column-reverse;
}

.cms_takeout__item_list ol,
.cms_takeout__item_list ul li {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .cms_takeout__item_list ul li:not(:nth-child(3)) {
    margin-right: 5%;
  }
  .cms_takeout__item_list ul li:nth-last-child(1) {
    margin-right: 0;
  }
}

.cms_takeout__item_list .cms_takeout__item_list--item {
  display: flex !important;
  flex-direction: column;
  padding: 30px 0;
}

.cms_takeout__item_list .cms_takeout__item_list--item.-hasimage {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cms_takeout__item_list .cms_takeout__item_list--item {
    width: 100% !important;
    margin-right: 0;
  }

  .cms_takeout__item_list .cms_takeout__item_list--item.-hasimage {
    width: 100% !important;
    margin-right: 0;
  }
}

.cms_takeout__item_list .cms_takeout__item_list--item_image {
  max-height: initial;
  /* width: 220px; */
  /* height: 220px; */
  max-height: 120px !important;
  /* margin: auto; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* -webkit-transform: translateX(-50%); */
  /* margin: auto; */
  order: 1;
  padding: 20px 15px 20px 0;
}

.cms_takeout__item_list--item_image img {
  height: 100px !important;
  width: 100px !important;
  object-fit: cover;
}

.cms_takeout__item_list .cms_takeout__item_list--item_name {
  position: relative;
  order: 2;
  flex: 1;
}

.cms_takeout__item_list .cms_takeout__item_list--item_description {
  display: none;
  position: absolute;
  top: 380px;
}

.cms_takeout__item_list .cms_takeout__item_list--item_price {
  right: 0;
  order: 3;
  height: 20px;
  text-align: right;
}

.cms_takeout__item_list .cms_takeout__item_list--item_image {
  top: 0 !important;
  position: relative !important;
  overflow: initial;
}

.cms_takeout__item_list .cms_takeout__item_list--item.-hasimage {
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .cms_takeout__item_list .cms_takeout__item_list--item_image {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}

.cms_takeout__modal_window .cms_takeout__modal_window--button_back {
  color: #000 !important;
}

.privacy {
  width: auto;
  margin: 10px auto 5rem;
  border: 2px solid #000000;
  padding: 20px;
  height: 500px;
  overflow: auto;
}

.access_stores {
  margin-top: 100px;
}

.access_stores h3 {
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 100;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #dadada;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #dadada;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
