@charset "UTF-8";
/*
$black: #221E1D;
$dblack:#0A0606;
$blue:  #247090;
$skyb:  #59AAD3;
$l-skyb: #00b3ff15;
$l-skyb2:#EFF8FC;
$gray:  #8F999F;
$l-gray:#D5D5D5;
*/
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  margin: 0 auto;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* 枠線を消す */
}

.booth_no {
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 23px;
  height: 23px;
  display: flex;
}
.booth_no a.no {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -0.06em;
  line-height: 1;
  border-radius: 3px;
}
.booth_no.sake a.no {
  background-color: #def1fb;
  color: #286884;
  border: 1px solid #286884;
}
.booth_no.kengai-sake a.no {
  background-color: #bde0d5;
  color: #316464;
  border: 1px solid #316464;
}
.booth_no.other a.no {
  background-color: #fffbda;
  color: #bf9112;
  border: 1px solid #bf9112;
}
.booth_no.food a.no {
  background-color: #e1eecd;
  color: #4ca161;
  border: 1px solid #4ca161;
}

@media screen and (min-width: 768px) {
  .iframe-wrapper {
    position: relative;
    width: 96%;
    padding-top: 70%;
    overflow: hidden;
    margin: 0 auto;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* 枠線を消す */
  }
}