#wrapper.orange {
  background: #efac2e;
}

.contents {
	display: flex;
	flex-direction: column;
	align-items: center;
  width: 1850px;
  margin: 0 auto;
  position: relative;
}

.contents#gourmet h3 {
	background-color: #eb4a1a;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  text-shadow: #d1380b 2px 2px 2px;
  width: 420px;
  height: 60px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
.contents h3::after {
  content: "グルメガイド";
}

#gourmet_tit {
  width: 1920px;
  margin-top: -90px;
	img {
		width: 100%;
	}
}


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

.gourmet_f {
  width: 300px;
  height: 64px;
  background: #fff;
  cursor: pointer;
  color: #ef4000;
  border-radius: 32px;
  line-height: 64px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 42px;
}
.gourmet_f.active {
  color: #fff;
  background: #ef4000;
}


/***** section wrap *****/
#gourmet_list {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
	width: calc(100% - 100px);
	margin-top: 32px;
  padding: 50px;
}

/***** section *****/
.gourmet_floor {
  display: flex;
  flex-wrap: wrap;
}
.gourmet_floor .floor_num {
  background: linear-gradient(0deg,rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 46%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 123px;
  padding: 0 40px 12px;
  img {
    width: auto;
    height: 100%;
  }
}
.gourmet_floor > div {
  box-sizing: border-box;
  width: 50%;
}
.gourmet_floor .swiper {
  background: #fff;
  color: #000;
}

/***** slide *****/
.food_s_tit {
  display: flex;
  width: 100%;
  height: 62px;
  line-height: 62px;
  background: #ef4000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.food_s_tit_num {
  width: 100px;
  height: 62px;
  background: rgba(0, 0, 0, 0.5);
  /* float: left; */
}
.food_s_tit_num_s {
  width: 54px;
  height: 54px;
  background: #ef4000;
  border-radius: 27px;
  margin: 4px auto;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}

.food_s_tit_store {
	font-family: "Noto Sans JP", sans-serif;
  /* width: 440px; */
  /* float: left; */
  padding-left: 10px;
}
.food_s_time {
  /* width: 300px; */
  /* float: right; */
  font-size: 26px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  text-align: right;
  flex-grow: 1;
  padding: 0 16px;
}
.food_s_time span:first-of-type {
  padding: 4px 10px;
  font-size: 22px;
  background: #fff;
  color: #111;
  border-radius: 20px;
  margin-right: 10px;
}
.food_s_time span:last-of-type {
  font-size: 20px;
}

/* 画像ボタン */
.image_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  /* height: 230px; */
  margin: 20px auto;
}
.main_img {
  width: calc(100% - 220px);
  height: 230px;
  background: #eaeaea;
  text-align: center;
}
.main_img img{
  height: 100%;
}
/* .main_img:not(.active) {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0;

  display: none;
} */
.btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  width: 210px;
}
.img_list_btn {
  width: 100px;
  height: 100px;
  aspect-ratio: 1 / 1;
  /* margin-left: 10px; */
  /* margin-top: 10px; */
  background: #eaeaea;
  cursor: pointer;
}
.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;}


.store_info {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
}
.store_info .info_1 {
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.store_info .info_1 span {
  border: 1px solid #111;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: calc(72px - 20px);
  height: 100%;
  min-height: 32px;
  margin-right: 10px;
  padding: 0 10px;
}
.store_info .info_2 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.info2_tit {
  border: 1px solid #111;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 100%;
  min-height: 32px;
  margin-right: 10px;
}
.info_2 ul {
  /* float: left; */
}
.info_2 ul li {
  line-height: 30px;
  padding-left: 30px;
}
.info_2 ul li:nth-child(1) {
  background: url("../images/food_icon01.png") no-repeat 2px center;
  background-size: 18px 28px;
}
.info_2 ul li:nth-child(2) {
  background: url("../images/food_icon02.png") no-repeat left center;
  background-size: 24px 22px;
}

.store_txt {
  width: 800px;
  margin: 10px auto 20px;
  font-size: 16px;
}

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

#gourmet .marker {
  background: #772000;
  border-radius: 50%;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  animation: markerPulse 2s infinite ease-out;
}
#gourmet .marker::after {
  content: "";
  background: rgba(119, 32, 0, 0.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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: 512px;  top: 114px;}
#gourmet .marker[data-store="2"] {left: 424px;  top: 114px;}
#gourmet .marker[data-store="3"] {left: 365px;  top: 300px;}
#gourmet .marker[data-store="4"] {left: 40px;   top: 150px;}
#gourmet .marker[data-store="6"] {left: 170px;  top: 114px;}
#gourmet .marker[data-store="5"] {left: 702px;  top: 172px;}
#gourmet .marker[data-store="7"] {left: 417px;  top: 38px;}
#gourmet .marker[data-store="8"] {left: 417px;  top: 103px;}

@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;
  }
}