@charset "utf-8";
/* CSS Document */
.main_contents.area_select_contents {
  /* background: var(--colorDarkBlue); */
  border-bottom: solid var(--size-16) var(--colorImportantPink);
  min-height: auto;
  height: fit-content;
}

.area_select_title {
  height: var(--size-64);
  background: var(--colorImportantPink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-18);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: var(--fwSemiBold);
}

.area_item {
  border-bottom: solid 1px black;
  overflow: hidden;
  transform: translateZ(0);
}

.area_item:last-child {
  border: none;
}

.area_name {
  height: calc(var(--size-72) + 1px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--size-16);
  cursor: pointer;
  font-size: var(--size-16);
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  background: var(--colorDarkBlue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23ffffff' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  background-position: right var(--size-12) center;
  background-size: var(--size-24);
  font-weight: var(--fwSemiBold);
  color: white;
}

.area_item.is-open .area_name {
  color: white;
  background: var(--colorImportantPink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12 10l-4-4-4 4' stroke='%23ffffff' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  background-position: right var(--size-12) center;
  background-size: var(--size-24);
  fill: white;
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion_content .area_list li a {
  height: calc(var(--size-72) + 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--size-16);
  color: var(--colorBlack);
  text-align: center;
  font-weight: var(--fwNormal);
  border-top: solid 1px black;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.accordion_content .area_list li a .count {
  font-size: var(--size-12);
  margin-left: 2px;
  position: relative;
  top: 2px;
}

/* アコーディオン無し */
.area_list_box .area_list li a {
  height: calc(var(--size-72) + 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--size-16);
  text-align: center;
  font-weight: var(--fwNormal);
  border-top: solid 1px var(--colorLightGray);
  background: white;
  color: var(--colorBlack);
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.area_list_box .area_list li a:hover {
  opacity: 0.95;
}


.area_list_box .area_list li:first-child a {
  border: none;
}


.area_list_box .area_list li a .count {
  font-size: var(--size-12);
  margin-left: 2px;
  position: relative;
  top: 2px;
}

.area_select_bottom_nav {
  width: 100%;
  background: var(--colorImportantPink);
}

.area_select_bottom_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--size-8);
}

.area_select_bottom_nav ul li a {
  font-size: var(--size-12);
  margin: 0 var(--size-8);
  color: white;
}

.copyright.enter_copy {
  margin-top: 0;
}

/* 新規登録店 */
.new_shops_block .new_shops_inner_box .shop_box {
  display: flex;
  background: white;
  color: var(--colorBlack);
  border-bottom: solid 1px var(--colorLightGray);
  padding: var(--size-16);
}

.new_shops_block .new_shops_inner_box .shop_box:last-child {
  border-bottom: none;
}

.new_shops_block .new_shops_inner_box .shop_box .shop_img {
  aspect-ratio: 1;
  overflow: hidden;
  margin-right: var(--size-16);
}

.new_shops_block .new_shops_inner_box .shop_box .shop_img img {
  width: var(--size-88);
  height: var(--size-88);
  aspect-ratio: 1;
  object-fit: cover;
}

.new_shops_block .new_shops_inner_box .shop_box .data_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size:var(--size-14);
  overflow: hidden;
  position: relative;
}

.new_shops_block .new_shops_inner_box .shop_box .data_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 var(--size-14) var(--size-14);
  border-color: transparent transparent var(--colorLightGray) transparent;
  pointer-events: none;
}

.new_shops_block .new_shops_inner_box .shop_box .data_box .data_header {
  display: flex;
  align-items: center;
  margin-bottom: var(--size-8);
}

.new_shops_block .new_shops_inner_box .shop_box .data_box .data_header span {
  font-size: var(--size-10-5);
  height: var(--size-18);
  color: white;
  padding: 0 var(--size-4);
  margin-right: var(--size-8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--size-8);
  background: var(--colorGreen);
}

.new_shops_block .new_shops_inner_box .shop_box .data_box .data_header time {
  color: var(--colorDateColor);
  font-size: var(--size-10-5);
}

.new_shops_block .new_shops_inner_box .shop_box .data_box .shop_name {
  color: var(--colorBlack);
  margin-bottom: auto;
  font-weight: var(--fwSemiBold);
}


.new_shops_block .new_shops_inner_box .shop_box .data_box .shop_data {
  display: flex;
  flex-direction: column;
  font-size: var(--size-10-5);
  padding-right: var(--size-14);
}

.new_shops_block .new_shops_inner_box .shop_box .data_box .price {
  color: var(--colorImportantPink);
  font-weight: var(--fwSemiBold);
}
