@charset "UTF-8";
/* ▼▼▼ 新店舗リニューアル店舗
=====================================*/
.renew_title {
  text-align: center;
  position: relative;
}
.renew_title img {
  width: auto;
  height: 22px;
}
@media screen and (min-width: 769px) {
  .renew_title img {
    height: 39px;
  }
}
.renew_link {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 230px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000;
  font-size: 13px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .renew_link {
    width: 340px;
    font-size: 16px;
  }
}
.renew_link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 0;
  box-sizing: content-box;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .renew_link::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
}

.mv {
  margin: 0;
  text-align: center;
}
.mv img {
  width: 100%;
}
.mv_list {
  background: #FEF3F0;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv_list {
    padding: 60px 20px;
  }
}
.mv_list img {
  width: 100%;
  max-width: 238px;
}
@media screen and (min-width: 769px) {
  .mv_list img {
    max-width: 714px;
  }
}

.topics_area {
  padding: 35px 0 5px;
}
@media screen and (min-width: 769px) {
  .topics_area {
    padding: 60px 0 20px;
  }
}
.topics_bnr {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 15px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .topics_bnr {
    margin-top: 35px;
  }
}
.topics_bnr a {
  display: block;
  flex: 1 1 auto;
}

.pickup_area {
  padding: 35px 0 20px;
  background: linear-gradient(transparent 0, transparent 46px, #F5F5F5 46px, #F5F5F5 100%);
}
@media screen and (min-width: 769px) {
  .pickup_area {
    padding: 60px 0 50px;
    background: linear-gradient(transparent 0, transparent 80px, #F5F5F5 80px, #F5F5F5 100%);
  }
}
.pickup_slide {
  display: none;
  margin: 20px -5px 0;
  /* arrowsカスタム */
}
@media screen and (min-width: 769px) {
  .pickup_slide {
    margin: 55px -8px 0;
  }
}
.pickup_slide.slick-initialized {
  display: block;
}
.pickup_slide .slick-prev, .pickup_slide .slick-next {
  top: 50%;
}
.pickup_slide .slick-prev::before, .pickup_slide .slick-next::before {
  content: "" !important;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #A5A5A5;
  box-sizing: content-box;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.pickup_slide .slick-prev {
  left: -15px;
}
@media screen and (min-width: 769px) {
  .pickup_slide .slick-prev {
    left: -12px;
  }
}
.pickup_slide .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: calc(50% - 5px);
}
.pickup_slide .slick-next {
  right: -15px;
}
@media screen and (min-width: 769px) {
  .pickup_slide .slick-next {
    right: -12px;
  }
}
.pickup_slide .slick-next::before {
  border-width: 1px 1px 0 0;
  right: calc(50% - 5px);
}
.pickup_slide_item {
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .pickup_slide_item {
    padding: 0 8px;
  }
}
.pickup_slide_item a {
  display: block;
  padding: 10px 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pickup_slide_item a {
    padding: 30px 0;
  }
}
.pickup_slide_logo {
  padding-top: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .pickup_slide_logo {
    margin-bottom: 15px;
  }
}
.pickup_slide_category {
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pickup_slide_category {
    font-size: 16px;
  }
}
.pickup_slide_category::before {
  content: "[";
}
.pickup_slide_category::after {
  content: "]";
}

.shop_area {
  padding: 30px 0 50px;
}
@media screen and (min-width: 769px) {
  .shop_area {
    padding: 60px 0 80px;
  }
}
.shop_tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10px;
  border-bottom: 3px solid #F5EFDE;
}
@media screen and (min-width: 769px) {
  .shop_tab {
    margin: 0 auto 25px;
  }
}
.shop_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 45px;
  border-radius: 3px 3px 0 0;
  background: #EFEFEF;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .shop_tab a {
    height: 65px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
}
.shop_tab a.active {
  background: #F4EEDF;
}
.shop_block_title {
  --block-title-height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 700px;
  height: var(--block-title-height);
  border-radius: calc(var(--block-title-height) / 2);
  background: #D8B5BD;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .shop_block_title {
    --block-title-height:80px;
    font-size: 50px;
    margin: 0 auto 50px;
  }
}
.shop_block_title_sp {
  background: #D8B5BD;
}
.shop_block_title_au {
  background: #E6AE83;
}
.shop_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .shop_list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}
.shop_list_item {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
}
.shop_list_title {
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shop_list_title {
    font-size: 21px;
  }
}
.shop_list_title_new {
  background: #CE6E8F;
}
.shop_list_title_renew {
  background: #7D8BC7;
}
.shop_list_title span {
  font-size: 8px;
}
@media screen and (min-width: 769px) {
  .shop_list_title span {
    font-size: 14px;
  }
}
.shop_list_img {
  padding-top: 67.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.shop_list_logo {
  padding-top: 31%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.shop_list_info {
  padding: 0 15px 49px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shop_list_info {
    padding: 0 25px 81px;
  }
}
.shop_list_name {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .shop_list_name {
    font-size: 16px;
  }
}
.shop_list_name a {
  color: inherit !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .shop_list_name a:hover {
    text-decoration: none !important;
  }
}
.shop_list_category {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .shop_list_category {
    font-size: 16px;
  }
}
.shop_list_category::before {
  content: "[";
}
.shop_list_category::after {
  content: "]";
}
.shop_list_floor {
  font-size: 10px;
  color: #919191;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .shop_list_floor {
    font-size: 16px;
  }
}
.shop_list_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.shop_list_icon_item {
  margin: 2px 3px 0px 0;
  padding: 0 12px;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .shop_list_icon_item {
    margin: 5px 3px 5px 0;
    padding: 2px 15px;
    font-size: 14px;
  }
}
.shop_list_icon_item_event {
  background: #C1A610;
}
.shop_list_icon_item_common {
  background: #CC3004;
}
.shop_list_more {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(100% - 30px);
  height: 34px;
  border: 1px solid #BABABA;
  border-radius: 17px;
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shop_list_more {
    width: calc(100% - 50px);
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
    bottom: 25px;
  }
}
.shop_list_more::before {
  content: "MORE";
}
.shop_list_more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 0;
  box-sizing: content-box;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .shop_list_more::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
}
.shop_list_txt {
  padding: 15px 0 0;
  font-size: 13px;
}
.shop_event_wrap {
  display: none;
}
.shop_event_pop .shop_list_title {
  font-size: 18px;
}
.shop_event_pop .shop_list_title span {
  font-size: 14px;
}
.shop_event_inner {
  padding: 20px 30px 30px;
}
.shop_event_block {
  margin-top: 20px;
  padding: 0 20px 30px;
  position: relative;
}
.shop_event_block::before {
  content: "";
  width: 100%;
  height: calc(100% - 11px);
  background: #F4EEDF;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .shop_event_block::before {
    height: calc(100% - 20px);
  }
}
.shop_event_box {
  margin: 20px 0 0;
  position: relative;
}
.shop_event_box:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #D5C59E;
}
.shop_event_txt {
  margin-top: 15px;
  font-size: 13px;
}

#colorbox {
  overflow: visible !important;
}

#cboxWrapper {
  overflow: visible !important;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleCenter, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  width: 0 !important;
}
#cboxOverlay {
  overflow: visible;
  background-color: rgba(82, 82, 82, 0.75);
}
#cboxLoadedContent {
  margin: 0;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  overflow: hidden;
}
#cboxContent {
  margin-top: 80px;
  border-radius: 10px;
  overflow: visible !important;
}
@media screen and (min-width: 769px) {
  #cboxContent {
    margin-top: 0;
  }
}
#cboxClose {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  background: #fff;
  top: -23px;
  right: -12px;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  height: 19px;
  width: 1px;
  background: #000;
  position: absolute;
  top: 9px;
  left: 18px;
}
#cboxClose::before {
  transform: rotate(-45deg);
}
#cboxClose::after {
  transform: rotate(45deg);
}

.detail_read {
  margin: 35px 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .detail_read {
    margin: 70px 0 20px;
  }
}
.detail_date {
  text-align: center;
}
.detail_title {
  padding: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .detail_title {
    padding: 10px;
    font-size: 20px;
  }
}
.detail_title_renew {
  background: #7D8BC7;
}
.detail_title_close {
  background: #616369;
}
.detail_list {
  border-top: 1px solid #D9D9D9;
}
.detail_list_shop, .detail_list_data {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 15px;
}
.detail_list_shop {
  background: #F5F5F5;
}
.detail_list_shop_floor {
  color: #919191;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .detail_list_shop_floor {
    font-size: 14px;
  }
}
.detail_list_shop_name {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .detail_list_shop_name {
    font-size: 16px;
  }
}
.detail_list_data {
  display: flex;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .detail_list_data {
    font-size: 16px;
  }
}
.detail_list_data_ac {
  padding-right: 45px;
  cursor: pointer;
}
.detail_list_data_ac_open {
  background: url(../img/newshop_new/icon_acopen.png) no-repeat right 10px center/23px;
}
.detail_list_data_ac_close {
  background: url(../img/newshop_new/icon_acclose.png) no-repeat right 10px center/23px;
}
.detail_list_data_ac dd {
  display: none;
}
.detail_list_data dt {
  flex: 0 0 100px;
  width: 100px;
  max-width: 100px;
}
@media screen and (min-width: 769px) {
  .detail_list_data dt {
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
  }
}
.detail_list_data dd {
  flex: 1 1 auto;
  max-width: calc(100% - 100px);
}
@media screen and (min-width: 769px) {
  .detail_list_data dd {
    max-width: calc(100% - 150px);
  }
}
.detail_list_data strong {
  color: #D12222;
  font-weight: 600;
}

.anker_area {
  margin: 40px 0 20px;
}
@media screen and (min-width: 769px) {
  .anker_area {
    margin: 70px 0 30px;
  }
}
.anker_tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.anker_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 60px;
  background: #F4EEDF;
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .anker_tab li a {
    height: 80px;
    font-size: 14px;
  }
}
.anker_tab li a span {
  text-align: center;
}