@charset "UTF-8";

.main:not(.--store):not(.--food) * {
  box-sizing: border-box;
  letter-spacing: 1px;
}

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

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

.btn__link + .btn__link {
  margin-top: 20px;
}

.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;
  transition: opacity 0.3s ease;
}
.btn__link.back_btn a {
  color: #333;
}
.btn__link.btn__link__pink button,
.btn__link.btn__link__pink a {
  border: solid 2px #b60081;
  background-color: #b60081;
  color: #ffffff;
}
.btn__link button:hover,
.btn__link a:hover {
  border: solid 2px #cc45a3;
  background-color: #cc45a3;
  color: #ffffff;
}
.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;
}
.main:not(.--store):not(.--food) .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;
}
.main:not(.--store):not(.--food) .modal_lst li {
  /*	width: calc(100% / 4 - 20px); */
  width: 100%;
  margin: 20px 0 0 20px;
}
.main:not(.--store):not(.--food) .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;
  }
  .main:not(.--store):not(.--food) .modal_lst {
    font-size: 16px;
    display: block;
    margin: 0;
  }
  .main:not(.--store):not(.--food) .modal_lst li {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

/* allergy-notice */
.allergy-notice {
  background-color: #fef1f4;
  font-weight: 400;
}
.main.--store .allergy-notice {
  margin: 16px auto 36px;
}
.main.--food .allergy-notice {
  margin: 24px auto 0;
}
.allergy-notice_content {
  position: relative;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 3.5px solid #b50081;
  padding: 10px 12px 12px 70px;
}
.allergy-notice_content::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  left: 18px;
  background: center / contain no-repeat url(../images/allergy-notice_content.svg);
}
.allergy-notice_text {
  font-size: 14px;
}
.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:hover {
  border-color: #b50081;
  opacity: 0.8;
}

.allergy-notice_link {
  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;
  transition: opacity 0.3s ease;
  padding: 4px 18px 4px 9px;
  color: #ffffff;
}
.allergy-notice_link a:hover {
  opacity: 0.8;
}
.allergy-notice_link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6.146px;
  height: 11.707px;
  top: 50%;
  right: 8px;
  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 {
	transform: translateY(-50%) rotate(90deg);
}
