@charset "UTF-8";

.main * {
	box-sizing: border-box;
	letter-spacing: 1px;
}

ul#breadcrumbList li.current_sp {
	display: none;
}

.btn__link {
	width: 70%;
  display: block;
  margin: 30px auto 0;
}

.btn__link.back_btn {
	margin-bottom: 30px;
}

.btn__link button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn__link button,
.btn__link a {
  position: relative;
  display: inline-block;
  border: solid 2px #e3e3e3;
  background-color: #e3e3e3;
  padding: 15px 40px;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 1rem;
	transition: background-color 0.5s ease;
}
.btn__link.back_btn a {
	color: #333;
}
.btn__link.btn__link__pink button,
.btn__link.btn__link__pink a {
  color: #ffffff;
  border: solid 2px #b60081;
  background-color: #b60081;
}
.btn__link button:hover,
.btn__link a:hover {
  color: #ffffff;
  border: solid 2px #cc45a3;
  background-color: #cc45a3;
}
.btn__link button::after,
.btn__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-60%) rotate(135deg);
}
.btn__link.back_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: auto;
	left: 20px;
  display: inline-block;
  margin-top: 2px;
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transform: translateY(-60%) rotate(-45deg);
}
.btn__link button:hover::after,
.btn__link a:hover::after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.btn__link__pink button::after,
.btn__link__pink a::after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}



.area_food_allergy_info_wrap {
	width: 100%;
}

.area_food_allergy_info_wrap .inner {
	width: 100%;
}

.area_food_allergy_info_wrap .inner .result_category,
.area_food_allergy_info_wrap .inner .result_ingredient .ingredient,
.area_food_allergy_info_wrap .inner .result_ingredient,
.area_food_allergy_info_wrap .inner .result_other .ingredient,
.area_food_allergy_info_wrap .inner .result_other {
	/* font-weight: bold; */
	font-size: 18px;
	margin-bottom: 10px;
}
.area_food_allergy_info_wrap .inner .result_ingredient .material {
  font-size: 22px;
	font-weight: bold;
  color: #333333;
}
.area_food_allergy_info_wrap .inner .result_other .include {
  font-size: 22px;
	font-weight: bold;
  color: #b60081;
}
.area_food_allergy_info_wrap .result_inner.no_result .attention {
	display: none;
}

.area_food_allergy_info_wrap .inner .allergy_title {
	font-weight: bold;
	font-size: 22px;
	padding: 30px 0;
}

form {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.checkbox-area {
	width: 100%;
  display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.checkbox-area .step {
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #333;
}

.checkbox-area .guide {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0;
	line-height: normal;
}

.checkbox-area:nth-of-type(1) .step {
	margin-top: 0;
}

.checkbox-area label {
	width: 23.5%;
	position: relative;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	margin: 0 2% 2% 0;
	border: 1px solid #333;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.checkbox-area.allergy label:hover,
.checkbox-area.menu label:hover {
	color: #fff;
	background-color: #333;
}
.checkbox-area label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.checkbox-area label:before {
	content: '';
	width: 4px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 6px;
	z-index: 10;
	margin-top: -7px;
	border-right: 3px solid #b60081;
	border-bottom: 3px solid #b60081;
	transform: rotate(45deg);
	opacity: 0;
}
.checkbox-area label::after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 8;
	border-radius: 2px;
	background-color: #fff;
}

.checkbox-area label:has(input[type="checkbox"]) {
	color: #333;
	background-color: #fff;
}

.checkbox-area label:has(input[type="checkbox"]:checked) {
	color: #fff;
	background-color: #333;
}
.checkbox-area label:has(input[type="checkbox"]:checked)::before {
	opacity: 1;
}


.checkbox-area label:nth-of-type(4n) {
	margin-right: 0;
}


.checkbox-area .tab-area {
	width: 100%;
  display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #efefef;
}

.checkbox-area .tab-area p {
	width: 100%;
	color: #b60081;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.checkbox-area .tab-area .tab {
	width: 50%;
	margin: 0;
	position: relative;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #ddd;
	border-radius: 0;
	background-color: #b4b4b4;
	transition: background-color 0.3s ease;
}

.checkbox-area .tab-area .tab:nth-of-type(1) {
	border-radius: 10px 0 0 10px;
}

.checkbox-area .tab-area .tab:nth-of-type(2) {
	border-radius: 0 10px 10px 0;
}

.checkbox-area .tab-area .tab input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox-area .tab-area .tab span {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
.checkbox-area .tab-area .tab span.big {
	font-size: 18px;
}

.checkbox-area .tab-area .tab::after {
	content: "";
	visibility: hidden;
	opacity: 0;
}

.checkbox-area .tab-area .tab:hover {
	color: #fff;
	background-color: #b60081;
}

.checkbox-area .tab-area .tab:hover::after {
	height: 3px;
}

.checkbox-area .tab-area .tab:has(input[type="radio"]:checked) {
  position: relative;
	color: #fff;
	background-color: #b60081;
	font-weight: 700;
  cursor: unset;
}

.checkbox-area .tab-area .tab:has(input[type="radio"]:checked):hover {
  opacity: unset;
  transition: none;
}

.checkbox-area .panel-area .panel {
  display: none;
}

.checkbox-area .panel-area .panel.active {
  display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* foodAllergy_tbl_area */
.food_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
	margin-bottom: 10px;
}
.food_note {
  margin-top: 20px;
}
.foodAllergy_tbl_box {
  margin-top: 40px;
}

.foodAllergy_tbl_box .attend {
  font-size: 18px;
  font-weight: bold;
}

.foodAllergy_tbl {
  width: 100%;
  margin: 0 0 40px;
}
.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: 50%;
  border-right: 0;
}
.foodAllergy_tbl th:nth-child(2) {
  width: 50%;
  border-left: solid 2px #c3c3c3;
}
.foodAllergy_tbl td {
  background-color: #ffffff;
	line-height: normal;
  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 {
	display: block;
  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: 4px 2px 0 0;
}
.foodAllergy_tbl .link_arrow:hover span {
  text-decoration: underline;
}
.foodAllergy_tbl span.brackets {
	display: block;
	font-size: 11px;
	font-weight: normal;
}


/* modal */
.module_modal.blocker {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10045;
}
.module_modal .modal {
  max-width: 800px;
  width: 100%;
  height: auto;
	max-height: 100%;
  border-radius: 0;
  padding: 0;
	background-color: transparent;
	box-shadow: none;
	overflow-x: visible;
	overflow-y: auto;
}

.modal .modal_inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow-y: scroll;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	background-color: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal .modal_inner::-webkit-scrollbar{
  display: none;
}
.modal .modal_inner .modal_area_block {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	align-self: flex-start;
	margin-right: 4%;
}
.modal .modal_inner .modal_area_block:nth-of-type(even) {
	margin-right: 0;
}
.modal .modal_inner .modal_area_block .modal_area_inner {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-right: 4%;
}
.modal .modal_inner .modal_area_block .modal_area_inner:nth-of-type(even) {
	margin-right: 0;
}
.module_modal .modal a.close-modal {
  position: fixed;
  top: 15px;
  right: calc(50% - 440px);
  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: #fff;
  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 {
	width: 100%;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.modal_heading2 {
	width: 100%;
  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 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
.modal_lst li {
  /*	width: calc(100% / 4 - 20px); */
  width: 100%;
  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;
  }
}
