@charset "UTF-8";

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

/* breadcrumbList
---------------------------------------------------------- */
ul#breadcrumbList {
  background: #f2f2f2;
}
ul#breadcrumbList li {
  display: none;
}
ul#breadcrumbList li.current_sp {
  display: block;
  color: #333333;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
  font-size: 1.2em;
  font-weight: bold;
}
ul#breadcrumbList3 {
  background: #f2f2f2;
}
ul#breadcrumbList3 li {
  display: none;
}
ul#breadcrumbList3 li.current_sp {
  display: block;
  color: #333333;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
  font-size: 1.2em;
  font-weight: bold;
}

.btn__link {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.btn__link + .btn__link {
  margin-top: 12px;
}

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

.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;
}
.btn__link.back_btn a {
  color: #333;
  font-size: 14px;
  letter-spacing: -1px;
}
.btn__link.btn__link__pink button,
.btn__link.btn__link__pink a {
  color: #ffffff;
  border: solid 2px #b60081;
  background-color: #b60081;
}
.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__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 .result_inner {
  padding: 0 5%;
}
.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: 16px;
  margin-bottom: 10px;
}

.area_food_allergy_info_wrap .inner .result_ingredient .material {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.area_food_allergy_info_wrap .inner .result_other .include {
  font-size: 20px;
  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 {
  visibility: hidden;
}

.area_food_allergy_info_wrap .inner form {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.area_food_allergy_info_wrap .inner form .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: 32%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin: 0 2% 2% 0;
  border: 1px solid #000;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

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

.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: #000;
  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 .tab-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 35px;
  padding: 20px 10px;
  background-color: #efefef;
}

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

.checkbox-area .tab-area .tab {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border: 0;
  color: #ddd;
  border-radius: 0;
  background-color: #b4b4b4;
  transition: background-color 0.3s ease;
  margin: 0;
  padding: 8px 0;
}

.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 {
  width: 100%;
  display: 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:has(input[type="radio"]:checked) {
  position: relative;
  color: #fff;
  background-color: #b60081;
  font-weight: 700;
  cursor: unset;
}

.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: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.food_note {
  margin-top: 15px;
}
.foodAllergy_tbl_box {
  margin-top: 30px;
}
.foodAllergy_tbl_box .attend {
  font-size: 16px;
  font-weight: bold;
}
.foodAllergy_tbl {
  width: 100%;
  display: table;
  margin: 0 0 30px;
}
.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: 12px;
  border-left: solid 2px #333333;
  border-right: solid 2px #333333;
  border-bottom: solid 1px #333333;
}
.foodAllergy_tbl th:nth-child(1),
.foodAllergy_tbl th:nth-child(2) {
  width: 50%;
}
.foodAllergy_tbl th:nth-child(1) {
  border-right: 0;
}
.foodAllergy_tbl th:nth-child(2) {
  width: 70%;
  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;
  margin-top: 5px;
}
.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 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;
  padding-top: 40px;
}
.module_modal .modal {
  min-width: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  overflow-y: auto;
}
.modal .modal_inner {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  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: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  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: 100%;
  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: 5px;
  right: 15px;
  background: none;
}
.module_modal .modal a.close-modal::before,
.module_modal .modal a.close-modal::after {
  content: "";
  position: absolute;
  left: 14px;
  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%;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.modal_heading2 {
  width: 100%;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: solid 2px #333333;
}
.modal_heading3 {
  width: 100%;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 8px 4px 8px;
  border-left: 5px solid #b60081;
}
.main:not(.--store):not(.--food) .modal_lst {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  color: #333333;
  margin: 0;
}
.main:not(.--store):not(.--food) .modal_lst li {
  width: 100%;
  margin: 15px 0 0 0;
}
.main:not(.--store):not(.--food) .modal_lst li span {
  font-size: 90%;
}

/* allergy-notice */
.allergy-notice {
  background-color: #fef1f4;
  width: calc(100% - 40px);
  margin: calc(30 / 640 * 100vw) auto calc(60 / 640 * 100vw);
}
.main.--food .allergy-notice {
  margin-top: calc(40 / 640 * 100vw);
}
.allergy-notice_content {
  position: relative;
  width: 100%;
  min-height: 95px;
  border-left: 3px solid #b50081;
  padding: 18px 18px 18px 64px;
}
.allergy-notice_content::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  left: calc(18 / 640 * 100vw);
  background: center / contain no-repeat url(../images/allergy-notice_content.svg);
}
.allergy-notice_text {
  font-size: 14px;
  padding-top: 8px;
}
.allergy-notice_text a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 1.2;
  color: #b50081;
}
.allergy-notice_text strong {
  font-weight: 700;
  color: #b50081;
}
.allergy-notice_text a,
.allergy-notice_text a:visited {
  color: #b50081;
}
.allergy-notice_link {
  position: absolute;
  right: calc(25 / 640 * 100vw);
  bottom: calc(16 / 640 * 100vw);
  padding: 0;
}
.allergy-notice_link a {
  position: relative;
  display: inline-block;
  background-color: #b50081;
  border-radius: 1.5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  padding: 4px 18px 4px 9px;
  color: #ffffff;
}
.allergy-notice_link a,
.allergy-notice_link a:visited {
  color: #ffffff;
}
.allergy-notice_link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6.146px;
  height: 11.707px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background: center / contain no-repeat url(../images/allergy-notice_link.svg);
}
.main.--food .allergy-notice_link a {
  padding-right: 20px;
}
.main.--food .allergy-notice_link a::after {
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 480px) {
  .allergy-notice_content {
    border-width: calc(3 / 480 * 100vw);
    padding: calc(18 / 480 * 100vw) calc(18 / 480 * 100vw) calc(18 / 480 * 100vw) calc(64 / 480 * 100vw);
  }
  .allergy-notice_content::before {
    min-width: 28px;
    min-height: 28px;
    width: calc(36 / 480 * 100vw);
    height: calc(36 / 480 * 100vw);
  }
  .allergy-notice_text {
    padding-top: calc(5 / 480 * 100vw);
  }
}
@media only screen and (max-width: 400px) {
  .allergy-notice_content {
    padding-left: 45px;
  }
}
