/*  Tax Free
================================ */
#tax-free {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #tax-free {
    padding-bottom: 50px;
  }
}
#tax-free .shoplist {
  background-color: #FDFAF2;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}
#tax-free .shoplist h2 {
  background-color: #EDE8DF;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist h2 {
    font-size: 17px;
  }
}
#tax-free .shoplist .building_name {
  font-size: 25px;
  text-align: center;
  margin: 32px auto 20px;
  line-height: 1.24;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist .building_name {
    font-size: 17px;
    margin: 22px 0;
  }
}
#tax-free .shoplist .floor_link {
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist .floor_link {
    flex-wrap: wrap;
    max-width: 296px;
    margin: auto;
  }
}
#tax-free .shoplist .floor_link a {
  display: block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
}
#tax-free .shoplist .floor_link a.current {
  color: #fff;
  background-color: #B1A9A9;
}
#tax-free .shoplist_box {
  padding: 40px 0;
}
#tax-free .shoplist_box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist_box h3 {
    font-size: 17px;
  }
}
#tax-free .shoplist_box .floor_name {
  font-size: 17px;
  background-color: #F8F5EA;
  padding: 10px 28px;
  line-height: 1.2;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist_box .floor_name {
    padding: 10px 25px;
  }
}
#tax-free .shoplist_box .floor_name::after {
  color: #999;
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#tax-free .shoplist_box.main_building .floor_name::after {
  content: "Main Building";
}
#tax-free .shoplist_box.plaza_building .floor_name::after {
  content: "Plaza Building";
}
#tax-free .shoplist_box .shoplist_wrap:not(:last-child) {
  margin-bottom: 52px;
}
#tax-free .shoplist_box .shoplist_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist_box .shoplist_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 35px;
  }
}
#tax-free .shoplist_box .shoplist_container .shop_article a {
  display: block;
}
#tax-free .shoplist_box .shoplist_container .shop_article .thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70%;
  border: 1px solid #F0F0F0;
  margin-bottom: 12px;
}
#tax-free .shoplist_box .shoplist_container .shop_article .shop_name {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #tax-free .shoplist_box .shoplist_container .shop_article .shop_name {
    font-size: 15px;
  }
}
#tax-free .shoplist_box .shoplist_container .shop_article .shop_category {
  font-size: 12px;
  letter-spacing: 0.1em;
}