#wrapper.orange {
  background: #efac2e;
}

.contents#gourmet h3 {
  width: 340px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background-color: #eb4a1a;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  text-shadow: #d1380b 2px 2px 2px;
  margin-bottom: 20px;
  position: relative;
  z-index: 8;
}

.contents h3::after {
  content: "グルメガイド";
}

#gourmet_tit {
  width: 100%;
	img {
		width: 100%;
	}
}

#gourmet_menu {
  width: 94%;
  position: relative;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gourmet_f {
  width: 200px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  color: #ef4000;
  border-radius: 20px;
  line-height: 40px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
}

.gourmet_f.active {
  color: #fff;
  background: #ef4000;
}

#gourmet_list {
  background: rgba(0, 0, 0, 0.5);
	width: 400px;
  padding: 20px 15px 1px;
	position: relative;
}

.gourmet_floor {
	background: #ffefc9;
  /* display: none; */
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 30px 0;
	/* opacity: 0; */

	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.gourmet_floor.active {
	/* display: flex; */
	/* opacity: 1; */
	position: relative;
  visibility: visible;
  pointer-events: auto;
}

.gourmet_floor .swiper {
	background: #fff;
	width: 100%;
}

.food_s {
  color: #000;
	padding: 0 12px 12px;
  position: relative;
}

.food_s_tit {
  background: #ef4000;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  width: calc(100% + 24px);
  height: 42px;
	margin-left: -12px;
}
.food_s_tit_num {
  width: 48px;
  height: 42px;
  background: rgba(0, 0, 0, 0.5);
  float: left;
}
.food_s_tit_num_s {
  width: 30px;
  height: 30px;
  background: #ef4000;
  border-radius: 15px;
  margin: 6px auto;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.food_s_tit_store {
	font-family: "Noto Sans JP", sans-serif;
  width: 342px;
  float: left;
  padding-left: 10px;
}

.image_wrap {
  width: 100%;
  height: 260px;
  margin: 12px auto;
}
.main_img {
	width: 100%;
  height: 200px;
}
.btn_area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.img_list_btn {
	background: #eaeaea;
	width: calc((100% - 12px) / 4);
  height: 50px;
  cursor: pointer;
}

.store_info .info_1 {
  /* height: 24px; */
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.store_info .info_1 span:first-of-type {
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #111;
  margin-right: 10px;
  font-weight: 500;
}
.store_info .info_1 span:last-of-type {
  font-size: 12px;
}
.info2_tit {
  text-align: center;
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #111;
  margin-top: 10px;
}

.info_2 ul li {
  line-height: 28px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}
.info_2 ul li:nth-child(1) {
  background: url("../images/food_icon01.png") no-repeat 2px top;
  background-size: 18px 28px;
}
.info_2 ul li:nth-child(2) {
  background: url("../images/food_icon02.png") no-repeat left top;
  background-size: 24px 22px;
}
.store_txt {
  width: 94%;
  margin: 10px auto 0;
  font-size: 16px;
  padding-bottom: 20px;
}

.store_detail {
  width: 100%;
  height: 40px;
  background: #ffefc9 url("../images/store_detail.png") no-repeat center center;
  position: relative;
  cursor: pointer;
}

.store_detail.active {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 324px;
  right: 10px;
  background: #ffefc9 url("../images/store_detail2.png") no-repeat center center;
}

.store_info,
.store_txt,
.food_s dd {
  /* display: none; */
}
.store_info.active,
.store_txt.active,
.food_s dd.active {
  /* display: block; */
}

/***** map *****/
.gourmet_floor .map {
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 10px 0;
}
.gourmet_floor .map .store_map {
	width: 390px;
	height: 219px;
  position: relative;
}
.gourmet_floor[data-floor="1"] .map .store_map {background: url("../images/food_map_1f.png") no-repeat center;}
.gourmet_floor[data-floor="2"] .map .store_map {background: url("../images/food_map_2f.png") no-repeat center;}
.gourmet_floor[data-floor="3"] .map .store_map {background: url("../images/food_map_3f.png") no-repeat center;}
.gourmet_floor[data-floor="4"] .map .store_map {background: url("../images/food_map_4f.png") no-repeat center;}

#gourmet .marker {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 17px;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  background: #772000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  animation: markerPulse 2s infinite ease-out;
}
#gourmet .marker::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(119, 32, 0, 0.5);
  z-index: -1;
  animation: markerWave 2s infinite ease-out;
}
#gourmet .marker.active {
  background: #ff5500;
}
#gourmet .marker.active::after {
  background: rgba(255, 85, 0, 0.5);
}
#gourmet .marker[data-store="1"] {left: 260px;	top: 58px;}
#gourmet .marker[data-store="2"] {left: 212px;	top: 58px;}
#gourmet .marker[data-store="3"] {left: 183px;	top: 150px;}
#gourmet .marker[data-store="4"] {left: 22px;		top: 82px;}
#gourmet .marker[data-store="5"] {left: 356px;	top: 91px;}
#gourmet .marker[data-store="6"] {left: 84px;		top: 58px;}
#gourmet .marker[data-store="7"] {left: 211px;	top: 18px;}
#gourmet .marker[data-store="8"] {left: 212px;	top: 53px;}

@keyframes markerPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes markerWave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}



.img_list_btn.none {
  background: #eaeaea !important;
  pointer-events: none;
}

/* store_01 */
#gourmet #store_01 .main_img.img_list_1 {background: url("../images/store01_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_01 .main_img.img_list_2 {background: url("../images/store01_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_01 .main_img.img_list_3 {background: url("../images/store01_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_01 .main_img.img_list_4 {background: url("../images/store01_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_01 .img_list_btn.list_btn_1 {background: url("../images/store01_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_01 .img_list_btn.list_btn_2 {background: url("../images/store01_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_01 .img_list_btn.list_btn_3 {background: url("../images/store01_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_01 .img_list_btn.list_btn_4 {background: url("../images/store01_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_02 */
#gourmet #store_02 .main_img.img_list_1 {background: url("../images/store02_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_02 .main_img.img_list_2 {background: url("../images/store02_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_02 .main_img.img_list_3 {background: url("../images/store02_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_02 .main_img.img_list_4 {background: url("../images/store02_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_02 .img_list_btn.list_btn_1 {background: url("../images/store02_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_02 .img_list_btn.list_btn_2 {background: url("../images/store02_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_02 .img_list_btn.list_btn_3 {background: url("../images/store02_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_02 .img_list_btn.list_btn_4 {background: url("../images/store02_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_03 */
#gourmet #store_03 .main_img.img_list_1 {background: url("../images/store03_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_03 .main_img.img_list_2 {background: url("../images/store03_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_03 .main_img.img_list_3 {background: url("../images/store03_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_03 .main_img.img_list_4 {background: url("../images/store03_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_03 .img_list_btn.list_btn_1 {background: url("../images/store03_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_03 .img_list_btn.list_btn_2 {background: url("../images/store03_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_03 .img_list_btn.list_btn_3 {background: url("../images/store03_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_03 .img_list_btn.list_btn_4 {background: url("../images/store03_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_04 */
#gourmet #store_04 .main_img.img_list_1 {background: url("../images/store04_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_04 .main_img.img_list_2 {background: url("../images/store04_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_04 .main_img.img_list_3 {background: url("../images/store04_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_04 .main_img.img_list_4 {background: url("../images/store04_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_04 .img_list_btn.list_btn_1 {background: url("../images/store04_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_04 .img_list_btn.list_btn_2 {background: url("../images/store04_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_04 .img_list_btn.list_btn_3 {background: url("../images/store04_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_04 .img_list_btn.list_btn_4 {background: url("../images/store04_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_05 */
#gourmet #store_05 .main_img.img_list_1 {background: url("../images/store05_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_05 .main_img.img_list_2 {background: url("../images/store05_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_05 .main_img.img_list_3 {background: url("../images/store05_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_05 .main_img.img_list_4 {background: url("../images/store05_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_05 .img_list_btn.list_btn_1 {background: url("../images/store05_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_05 .img_list_btn.list_btn_2 {background: url("../images/store05_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_05 .img_list_btn.list_btn_3 {background: url("../images/store05_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_05 .img_list_btn.list_btn_4 {background: url("../images/store05_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_06 */
#gourmet #store_06 .main_img.img_list_1 {background: url("../images/store06_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_06 .main_img.img_list_2 {background: url("../images/store06_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_06 .main_img.img_list_3 {background: url("../images/store06_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_06 .main_img.img_list_4 {background: url("../images/store06_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_06 .img_list_btn.list_btn_1 {background: url("../images/store06_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_06 .img_list_btn.list_btn_2 {background: url("../images/store06_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_06 .img_list_btn.list_btn_3 {background: url("../images/store06_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_06 .img_list_btn.list_btn_4 {background: url("../images/store06_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_07 */
#gourmet #store_07 .main_img.img_list_1 {background: url("../images/store07_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_07 .main_img.img_list_2 {background: url("../images/store07_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_07 .main_img.img_list_3 {background: url("../images/store07_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_07 .main_img.img_list_4 {background: url("../images/store07_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_07 .img_list_btn.list_btn_1 {background: url("../images/store07_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_07 .img_list_btn.list_btn_2 {background: url("../images/store07_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_07 .img_list_btn.list_btn_3 {background: url("../images/store07_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_07 .img_list_btn.list_btn_4 {background: url("../images/store07_4_b.jpg") no-repeat center / cover, #eaeaea;}

/* store_08 */
#gourmet #store_08 .main_img.img_list_1 {background: url("../images/store08_1.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_08 .main_img.img_list_2 {background: url("../images/store08_2.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_08 .main_img.img_list_3 {background: url("../images/store08_3.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_08 .main_img.img_list_4 {background: url("../images/store08_4.jpg") no-repeat center / contain, #eaeaea;}
#gourmet #store_08 .img_list_btn.list_btn_1 {background: url("../images/store08_1_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_08 .img_list_btn.list_btn_2 {background: url("../images/store08_2_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_08 .img_list_btn.list_btn_3 {background: url("../images/store08_3_b.jpg") no-repeat center / cover, #eaeaea;}
#gourmet #store_08 .img_list_btn.list_btn_4 {background: url("../images/store08_4_b.jpg") no-repeat center / cover, #eaeaea;}