@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: top;
}

#swfair section {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#swfair .mv img.pc {
  display: block;
}

#swfair .mv img.sp {
  display: none;
}

/************************************************
   intro
*************************************************/
#swfair .intro {
  background: #fff2ca;
  padding: 64px 0 127px;
}

#swfair .intro .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

#swfair .lead_banner {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0 0 38px;
}

#swfair .lead_banner .ribbon_end {
  position: relative;
  display: block;
  width: 42px;
  align-self: stretch;
}

#swfair .lead_banner .ribbon_end img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#swfair .lead_banner .ribbon_end.left {
  margin-right: -10px;
}

#swfair .lead_banner .ribbon_end.right {
  margin-left: -10px;
}

#swfair .lead_banner .txt {
  background: #f46101;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0 18px;
  min-height: 61px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#swfair .poster_note {
  text-align: center;
  margin-bottom: 30px;
}

#swfair .poster_note .note_inner {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}

#swfair .poster_note .note_line_side {
  display: block;
  width: 17px;
  height: 38px;
  flex-shrink: 0;
}

#swfair .poster_note .note_txt {
  color: #f46101;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#swfair .poster_note .note_row {
  position: relative;
  margin: 0;
  line-height: 1.59;
  width: fit-content;
  text-align: center;
}

#swfair .poster_note .note_row + .note_row {
  margin-top: 0;
}

#swfair .poster_note .note_mark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.22em;
  width: 100%;
  height: 0.62em;
  background: #fff948;
  z-index: 0;
}

#swfair .poster_note .note_label {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#swfair .poster_gallery.pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

#swfair .poster_gallery.pc li {
  width: calc((100% - 72px) / 3);
  max-width: 307px;
}

#swfair .poster_slider_wrap.sp {
  position: relative;
  margin: 0 -20px 14px;
}

#swfair .poster_slider_stage {
  position: relative;
}

#swfair .poster_slider.slick-slider {
  margin-bottom: 0;
}

#swfair .poster_slider .slick-slide {
  padding: 0 16px;
}

#swfair .poster_slider .slick-slide img {
  border-radius: 2px;
}

#swfair .poster_prev,
#swfair .poster_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  cursor: pointer;
  z-index: 5;
  padding: 0;
}

#swfair .poster_prev {
  left: 43px;
  background-image: url("../img/swfair/slider_prev.svg");
}

#swfair .poster_next {
  right: 43px;
  background-image: url("../img/swfair/slider_next.svg");
}

#swfair .poster_pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 18px;
}

#swfair .poster_pager .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#swfair .poster_pager .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
}

#swfair .poster_pager .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  line-height: 0;
}

#swfair .poster_pager .slick-dots li button:before,
#swfair .slick-dots li button:before {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
}

#swfair .poster_pager .slick-dots li.slick-active button {
  background: #f46101;
}

#swfair .intro .notes {
  max-width: 763px;
  margin: 0 auto 38px;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
}

/************************************************
   shop list
*************************************************/
#swfair .shop_section {
  margin-bottom: 38px;
}

#swfair .shop_list_wrap {
  background: #fff;
  border: 1px solid #b1b1b1;
}

#swfair .shop_page {
  display: none;
}

#swfair .shop_page.active {
  display: block;
}

#swfair .floor_head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-bottom: 1px solid #b1b1b1;
  padding: 16px 20px;
  text-align: center;
}

#swfair .floor_head p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

#swfair .shop_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  border-bottom: 1px solid #b1b1b1;
  background: #fff;
}

#swfair .shop_logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

#swfair .shop_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#swfair .shop_logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

#swfair .shop_txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 60px;
  row-gap: 0;
}

#swfair .shop_name,
#swfair .shop_cat {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}

#swfair .shop_name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}

#swfair .shop_name a,
#swfair .shop_name a:link,
#swfair .shop_name a:visited {
  display: block;
  line-height: 1;
  color: #000;
}

#swfair .shop_name a:hover {
  text-decoration: underline;
}

#swfair .shop_cat {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

#swfair .shop_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

#swfair .shop_pager .pager_dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #000;
  padding: 0;
  cursor: pointer;
}

#swfair .shop_pager .pager_dot.active {
  background: #000;
}

#swfair .shop_empty {
  text-align: center;
  padding: 40px 20px;
  font-size: 14px;
}

/************************************************
   banners
*************************************************/
#swfair .bnr_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto 32px;
}

#swfair .bnr_section a {
  display: block;
  width: 100%;
}

#swfair .restaurant_section {
  text-align: center;
}

#swfair .restaurant_section .sect_ttl {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

#swfair .restaurant_section .bnr_link {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

/************************************************
   SP
*************************************************/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #swfair .mv img.pc {
    display: none;
  }

  #swfair .mv img.sp {
    display: block;
  }

  #swfair #main,
  #swfair #contents {
    margin-top: 58px;
  }

  #swfair .poster_gallery.pc {
    display: none;
  }

  #swfair .poster_slider_wrap.sp {
    display: block;
  }

  #swfair .lead_banner .txt br.sp {
    display: inline;
  }

  #swfair .intro {
    padding: 35px 0 70px;
  }

  #swfair .intro .inner {
    padding: 0 20px;
  }

  #swfair .lead_banner {
    margin: 0 0 32px;
  }

  #swfair .lead_banner .ribbon_end {
    width: 22px;
  }

  #swfair .lead_banner .ribbon_end.left {
    margin-right: -1px;
  }

  #swfair .lead_banner .ribbon_end.right {
    margin-left: -1px;
  }

  #swfair .lead_banner .txt {
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 18px 14px;
    min-height: 60px;
  }

  #swfair .poster_note {
    margin-bottom: 14px;
  }

  #swfair .poster_note .note_inner {
    gap: 12px;
  }

  #swfair .poster_note .note_line_side {
    width: 13px;
    height: 30px;
  }

  #swfair .poster_note .note_label {
    font-size: 18px;
    line-height: 1.66;
  }

  #swfair .poster_note .note_mark {
    height: 0.65em;
    bottom: 0.18em;
  }

  #swfair .intro .notes {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 26px;
  }

  #swfair .floor_head {
    padding: 11px 15px 12px;
  }

  #swfair .floor_head p {
    font-size: 13px;
  }

  #swfair .shop_item {
    gap: 12px;
    padding: 12px 15px;
  }

  #swfair .shop_txt {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 10px;
  }

  #swfair .shop_name {
    font-size: 15px;
  }

  #swfair .shop_cat {
    font-size: 13px;
  }

  #swfair .shop_pager {
    gap: 12px;
    margin-top: 12px;
  }

  #swfair .shop_pager .pager_dot {
    width: 6px;
    height: 6px;
  }

  #swfair .bnr_section {
    max-width: none;
    margin-bottom: 32px;
  }

  #swfair .restaurant_section .sect_ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  #swfair .restaurant_section .bnr_link {
    max-width: 335px;
  }
}
