@charset "UTF-8";
/* CSS Document */

/*=======

2021

========*/

/*hover*/
#BoothNav li:hover a,
.informationBox .infoNumber a:hover {
  opacity: .8;
}

/* ページトップボタン調整 */
#topcontrol {
  z-index: 999;
}

/* 左カラム */
#ContentsNav {
  margin: 0 0 0 6px;
  width: 160px;
}

/*スライドトップ*/
#slideTop {
  position: relative;
   margin: 0 0 30px;
}
#slideTop .mainView {
  margin: 20px auto 20px;
  padding: 10px;
  width: 780px;
  height: 320px;
  background-color: #fff;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#slideTop.photoContents .mainView {
  margin: 0 auto 20px;
}
#slideTop.photoContents .mainView.medium {
  width: 420px;
  height: 280px;
}
#slideTop.photoContents .mainView.small {
  width: 330px;
  height: 280px;
}
#slideTop .mainView li {
  position: absolute;
  list-style-type: none;
}
#slideTop .thumbNail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
}
 #slideTop .thumbNail li {
  float:left;
  width: 12px;
  height: 12px;
  background: #80543b;
  border-radius: 50%;
  list-style-type:none;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#slideTop .thumbNail li + li {
  margin-left: 5px;
}
#slideTop .thumbNail li.active {
  width: 16px;
  height: 16px;
}

/* #OutlineBox */
#OutlineBox {
  margin: 0 0 -70px;
}

/*各ブース*/
#ContentsInner {
  overflow:visible;
  padding-bottom: 0;
  color: #333333;
}
.ContentsInnerWide {
  width: 1100px !important;
}
#ContentsMain {
  padding: 0 0 50px;
  background:
    url(../../images/history/2021/bg.jpg);
  background-repeat:
    repeat;
  background-position:
    top left;
}
.ContentsMainWide {
  width: 900px !important;
}
.column2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 780px;
}


/*ページ内リンク*/
#BoothNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin: 0 auto 50px;
  list-style: none;
  line-height: 0;
}
#BoothNav li a {
  display: block;
  margin: 0 10px 0 0;
  list-style: none;
  text-indent: -9999px;
  z-index: 0;
}

#BoothNav li:last-child a {
  margin: 0;
}
#BoothNav li a::after {
  display: block;
  width: 233px;
  height: 76px;
  background: url(../../images/history/2021/BoothHM.png);
  content: "";
  z-index: 1;
}
#BoothNav li#NavFood a::after {
  width: 234px;
  height: 76px;
  background: url(../../images/history/2021/BoothFD.png);
}
#BoothNav li#NavWorkshop a::after {
  width: 231px;
  height: 74px;
  background: url(../../images/history/2021/BoothWS.png);
   }

/* .informationBox */
.informationBox  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
  width: 800px;
/*  font-family: YuGothic,'Yu Gothic',sans-serif;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.informationBox .infoAbout {
  display: inline-block;
  width: 450px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.informationBox .infoAbout dt {
  float: left;
  margin: 10px 0 0;
  width: 80px;
  height: 25px;
  color: #80543b;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.informationBox .infoAbout dt.planning {
  width: 90px;
}
.informationBox .infoAbout dd {
  padding: 10px 0 10px 110px;
  line-height: 2rem;
  border-bottom: 1px solid #806f65;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.informationBox .infoAbout dd:last-of-type {
  border: none;
}
.informationBox .infoAbout .row1 {
  padding: 0 0 0 110px;
  line-height: 48px;
}
.informationBox .infoNumber {
  width: 308px;
  text-align: center;
}
.informationBox .infoNumber .imgNumber {
  margin: 0 0 20px;
}

.txtThanks {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}


/* ブース */
#HandmadeBox h3,
#FoodBox h3,
#WorkshopBox h3 {
  margin: 0 auto 40px;
  width: 780px;
  text-align: center;
}
#HandmadeBox h3 {
  padding: 70px 0 0;
  border-bottom: 3px solid #5ba1b6;
}
#FoodBox h3 {
  border-bottom: 3px solid #78b058;
}
#WorkshopBox h3 {
  border-bottom: 3px solid #d67685;
}