@charset "UTF-8";

/* -----------------------------------------------
FileName:food_add.css
----------------------------------------------- */

/* --------------------------------------
common
------------------------------------------ */
.note {
  font-size: 11px;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/* --------------------------------------
tabs
------------------------------------------ */
.tabs {
  margin: 0 auto 40px;
  position: relative;
}
.tab_item {
  width: calc(100% / 2);
  height: 35px;
  background-color: #f1eee8;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.tab_item span.tab_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.tab_content {
  display: block;
  padding: 60px 0 0;
  clear: both;
  overflow: hidden;
}
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #b60081;
}
.description_cont::after {
  content: "";
  clear: both;
  display: block;
}
.description_cont::before {
  content: "";
  clear: both;
  display: block;
}
.tabs input[name="tab_item_radio"] {
  display: none;
}
.tab_item {
  background-color: #fff;
}
.tab_content_items {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
#tab_single_menu:checked ~ #tab_single_menu_content,
#tab_set_menu:checked ~ #tab_set_menu_content {
  display: block;
}
#tab_set_menu + label.tab_item:before {
  content: "";
  position: absolute;
  margin-left: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #eaeaea;
}
#tab_single_menu + label.tab_item:before {
  content: "";
  position: absolute;
  margin-right: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #eaeaea;
}

#tab_set_menu + label.tab_item .tab_txt,
#tab_single_menu + label.tab_item .tab_txt {
  height: 29px;
}
#tab_set_menu:checked + label.tab_item .tab_txt,
#tab_single_menu:checked + label.tab_item .tab_txt,
#tab_set_menu + label.tab_item:hover .tab_txt,
#tab_single_menu + label.tab_item:hover .tab_txt {
  border-bottom: 4px solid #b60081;
}
#tab_set_menu + label.tab_item .tab_txt,
#tab_single_menu + label.tab_item .tab_txt {
  border-bottom: 4px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .tabs {
    margin: 20px auto 40px;
    width: 460px;
  }
  .tab_item {
    height: 55px;
    font-size: 16px;
  }
  .tab_content {
    padding: 30px 0 0;
  }
  .tab_content_items {
    padding: 20px 0 0;
  }
  #tab_set_menu + label.tab_item .tab_txt,
  #tab_single_menu + label.tab_item .tab_txt {
    height: 49px;
  }
  #tab_set_menu + label.tab_item .tab_txt.first {
    padding-top: 12px;
    height: 37px;
  }
  #tab_single_menu + label.tab_item .tab_txt {
    padding-top: 12px;
    height: 37px;
  }
}
@media only screen and (max-width: 480px) {
  .tabs {
    width: 300px;
  }
}

/* --------------------------------------
food_col2
------------------------------------------ */
.food_col1,
.food_col2 {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #eaeaea;
}
.food_col1.top,
.food_col2.top {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.food_col2_items {
  width: 48%;
}
.food_col1 .food_col2_items {
  width: 100%;
}
.food_col2_items .img_box {
  border: solid 2px #eaeaea;
  border-radius: 10px;
}
.food_col2_items img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}
.food_col2_items .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
}
.food_col2_items .ttl_sub {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.food_col2_items .txt {
  font-size: 14px;
  margin-top: 15px;
}
.food_col2_items .txt + .txt {
  margin-top: 5px;
}
.food_col2_items .price {
  font-size: 14px;
  margin-top: 10px;
}
.food_col2_items .price .large {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  padding-right: 0.5em;
}
.food_col2_items .price .large.size {
  display: inline-block;
  width: 1.5em;
  padding-right: 0;
}
.food_col2_items .price + .ttl_sub {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .food_col2 {
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }
  .food_col2_items {
    width: 100%;
  }
  .food_col2_items .ttl {
    font-size: 20px;
    margin-top: 20px;
  }
  .food_col2_items .ttl_sub {
    font-size: 16px;
    margin-top: 10px;
  }
  .food_col2_items .txt {
    margin-top: 10px;
  }
  .food_col2_items .txt + .txt {
    margin-top: 5px;
  }
  .food_col2_items .price .large {
    font-size: 16px;
  }
  .food_col2_items .price + .ttl_sub {
    margin-top: 25px;
  }
}

/* --------------------------------------
food_select
------------------------------------------ */
.food_select {
  margin-top: 20px;
}
.food_select_box .ttl {
  position: relative;
  background-color: #b60081;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
.food_select_box .ttl::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #b60081;
}
.food_select_box .list {
  display: flex;
}
.food_select_box .list li {
  width: calc(100% / 3);
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}
.food_select_box .list li .img img {
  width: auto;
  max-width: 100%;
}
.food_select_box .list li .img:nth-child(1) {
  width: 90px;
}
.food_select_box .list li .img:nth-child(2) {
  width: 85px;
}
.food_select_box .list li .img:nth-child(3) {
  width: 85%;
}
.food_select_box .list li .txt {
  flex: 1;
  padding: 15px 10px;
}
.food_select_box .list li:nth-child(1) {
  background-image: -moz-linear-gradient(
    -135deg,
    rgb(106, 57, 6) 0%,
    rgb(73, 35, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    -135deg,
    rgb(106, 57, 6) 0%,
    rgb(73, 35, 0) 100%
  );
  background-image: -ms-linear-gradient(
    -135deg,
    rgb(106, 57, 6) 0%,
    rgb(73, 35, 0) 100%
  );
}
.food_select_box .list li:nth-child(2) {
  background-image: -moz-linear-gradient(
    -135deg,
    rgb(194, 99, 27) 0%,
    rgb(136, 66, 22) 100%
  );
  background-image: -webkit-linear-gradient(
    -135deg,
    rgb(194, 99, 27) 0%,
    rgb(136, 66, 22) 100%
  );
  background-image: -ms-linear-gradient(
    -135deg,
    rgb(194, 99, 27) 0%,
    rgb(136, 66, 22) 100%
  );
}
.food_select_box .list li:nth-child(3) {
  background-image: -moz-linear-gradient(
    -135deg,
    rgb(235, 102, 111) 0%,
    rgb(220, 79, 89) 100%
  );
  background-image: -webkit-linear-gradient(
    -135deg,
    rgb(235, 102, 111) 0%,
    rgb(220, 79, 89) 100%
  );
  background-image: -ms-linear-gradient(
    -135deg,
    rgb(235, 102, 111) 0%,
    rgb(220, 79, 89) 100%
  );
}
@media only screen and (max-width: 640px) {
  .food_select_box .ttl {
    padding: 10px;
  }
  .food_select_box .list {
    display: block;
  }
  .food_select_box .list li {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .food_select_box .list li .img:nth-child(1),
  .food_select_box .list li .img:nth-child(2),
  .food_select_box .list li .img:nth-child(3) {
    width: 30%;
  }
  .food_select_box .list li .txt {
    width: 70%;
    padding: 25px 10px;
  }
}

/* area_table_foodAllergy */
.d_block {
  display: block;
}
.d_none {
  display: none;
}
.area_table_foodAllergy {
	float: left;
	margin-left: 15px;
	width: 607px;
	position: relative;
	padding: 0 15px 10px;
	clear: both;
	background-color: #efefef;
	box-sizing: border-box;
}

.area_table_foodAllergy * {
	box-sizing: border-box;
}

.area_table_foodAllergy .bg_920_pink2_M {
  background: #efefef;
}
.area_table_foodAllergy .inner {
  padding: 40px 20px 30px;
}

.allergy_title {
	margin: 0;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	border: none;
}

.btn_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.btn_wrap .btn__link {
	width: 60%;
	min-width: auto !important;
}
.btn_wrap .btn__link a {
	font-size: 14px;
	padding: 15px 20px 15px 5px;
}
.btn_wrap .btn__link.btn_bg_white a {
	color: #000;
	border-radius: 5px;
	border: 1px solid #000;
	background-color: #fff;
	box-sizing: border-box;
}

.last_update {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.food_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.food_note {
  margin-top: 20px;
}

/* foodAllergy_btn_lst */
.foodAllergy_btn_lst {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 10px 0 0 -15px;
}
.foodAllergy_btn_lst_items {
  width: calc(100% / 4 - 15px);
  margin: 15px 0 0 15px;
  text-align: center;
}
.foodAllergy_btn_lst_items:first-child {
  width: 100%;
}
.foodAllergy_btn_lst_items input[name="tab_foodAllergy_radio"] {
  display: none;
}
.tab_foodAllergy_radio_ttl {
  display: block;
  background: #ffffff;
  border: solid 2px #c3c3c3;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
}
.foodAllergy_btn_lst_items input:checked + .tab_foodAllergy_radio_ttl,
.tab_foodAllergy_radio_ttl:hover {
  border: solid 2px #b60081;
  background-color: #b60081;
  color: #ffffff;
}

/* foodAllergy_tbl_area */
.foodAllergy_tbl_box {
  margin-top: 40px;
}
.foodAllergy_tbl {
  width: 100%;
  margin-top: 20px;
}
.foodAllergy_tbl,
.foodAllergy_tbl tr,
.foodAllergy_tbl th,
.foodAllergy_tbl td {
  border: none;
  border-spacing: 0;
}
.foodAllergy_tbl th,
.foodAllergy_tbl td {
  color: #333333;
  text-align: left;
}
.foodAllergy_tbl td p {
  position: relative;
  padding-left: 1.7em;
}
.foodAllergy_tbl td p::before {
  content: "-";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 1em;
}
.foodAllergy_tbl th {
  font-weight: bold;
  background-color: #333333;
  color: #ffffff;
  padding: 15px;
  border-left: solid 2px #333333;
  border-right: solid 2px #333333;
  border-bottom: solid 1px #333333;
}
.foodAllergy_tbl th:nth-child(1) {
  width: 30%;
  border-right: 0;
}
.foodAllergy_tbl th:nth-child(2) {
  width: 70%;
  border-left: solid 2px #c3c3c3;
}
.foodAllergy_tbl td {
  background-color: #ffffff;
  padding: 10px;
  border-left: solid 2px #c3c3c3;
  border-right: solid 2px #c3c3c3;
  border-bottom: solid 2px #c3c3c3;
}
.foodAllergy_tbl td:nth-child(1)[colspan="2"] {
  border-right: solid 2px #c3c3c3;
}
.foodAllergy_tbl td:nth-child(1) {
  font-weight: bold;
  border-right: 0;
}
.foodAllergy_tbl .link_arrow {
  text-decoration: none;
}
.foodAllergy_tbl .link_arrow span {
  position: relative;
  padding-right: 15px;
}
.foodAllergy_tbl .link_arrow span::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(/store/images/food/link_arrow.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 12px;
  margin: 2px 2px 0 0;
}
.foodAllergy_tbl .link_arrow:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  /* area_table_foodAllergy */
  .area_table_foodAllergy {
    padding: 0;
    width: 100%;
  }
  .area_table_foodAllergy .inner {
    padding: 30px;
  }
	.allergy_title {
		margin: 0;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
		text-align: left;
		border: none;
	}

	.btn_wrap {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.btn_wrap .btn__link {
		width: 100%;
		min-width: auto !important;
	}
	.btn_wrap .btn__link a {
		font-size: 14px;
		padding: 15px 20px 15px 5px;
	}
	.btn_wrap .btn__link.btn_bg_white a {
		color: #000;
		border-radius: 5px;
		border: 1px solid #000;
		background-color: #fff;
		box-sizing: border-box;
	}

	.food_ttl {
    font-size: 20px;
  }
  .food_note {
    margin-top: 15px;
  }
  /* foodAllergy_btn_lst */
  .foodAllergy_btn_lst {
    margin: 5px 0 0 -15px;
  }
  .foodAllergy_btn_lst_items {
    width: calc(100% / 2 - 15px);
    margin: 10px 0 0 15px;
  }
  .foodAllergy_btn_lst_items:first-child {
    width: 100%;
  }
  .tab_foodAllergy_radio_ttl {
    padding: 12px 10px;
  }

  /* foodAllergy_tbl_area */
  .foodAllergy_tbl_box {
    margin-top: 30px;
  }
  .foodAllergy_tbl {
    display: table;
    width: 100%;
    margin-top: 15px;
  }
  .foodAllergy_tbl th {
    padding: 12px;
  }
  .foodAllergy_tbl th:nth-child(1),
  .foodAllergy_tbl th:nth-child(2) {
    width: 50%;
  }
  .foodAllergy_tbl td {
    padding: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .tab_foodAllergy_radio_ttl {
    padding: 12px 10px;
    font-size: 13px;
  }
}

/* modal */
.module_modal.blocker {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10045;
}
.module_modal .modal {
  max-width: 800px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.modal .modal_inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow-y: scroll;
}
.module_modal .modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 30px;
  background: none;
}
.module_modal .modal a.close-modal::before,
.module_modal .modal a.close-modal::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 2px;
  height: 30px;
  background-color: #333333;
  transform: rotate(45deg);
}
.module_modal .modal a.close-modal::before {
  transform: rotate(45deg);
}
.module_modal .modal a.close-modal::after {
  transform: rotate(-45deg);
}
.modal_heading1 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.modal_heading2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: solid 2px #333333;
}
.modal_heading3 {
  margin-top: 30px;
  color: #333333;
  padding: 8px 10px 6px 10px;
  border-left: 7px solid #b60081;
  font-size: 18px;
  font-weight: bold;
}
.modal_lst {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
.modal_lst li {
  /*	width: calc(100% / 4 - 20px); */
  width: calc(100% / 3 - 20px);
  margin: 20px 0 0 20px;
}
.modal_lst li span {
  font-size: 90%;
}
@media only screen and (max-width: 640px) {
  .module_modal.blocker {
    padding-top: 40px;
  }
  .module_modal .modal {
    min-width: auto;
    width: 100%;
  }
  .modal .modal_inner {
    padding: 30px;
  }
  .module_modal .modal a.close-modal {
    position: absolute;
    top: 5px;
    right: 20px;
    background: none;
  }
  .module_modal .modal a.close-modal::before,
  .module_modal .modal a.close-modal::after {
    left: 14px;
  }
  .modal_heading1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .modal_heading2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .modal_heading3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 8px 4px 8px;
    border-left: 5px solid #b60081;
  }
  .modal_lst {
    font-size: 16px;
    display: block;
    margin: 0;
  }
  .modal_lst li {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
