/* Disable default single page css */
#page {
  min-width: 805px;
  background: url("/wp/wp-content/themes/bears-school/assets/images/chocolate/bg.jpg") repeat 0 0;
  background-size: 806px auto;
}

#page header .inner {
  width: 750px;
}

#page section .inner {
  width: auto;
}

.section {
  padding: 75px 0 0;
}

.inner > h2 {
  display: none;
}

.section h2 {
  background: none;
}

body.single .entry {
  text-align: start;
  padding: 0;
  width: auto;
  margin: 0;
  position: static;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: transparent;
}

.section.s-etc {
  display: none;
}

footer {
  padding-top: 20px;
}

body {
  background: #fff;
}

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

.fair__contents {
  background-color: #f9efd1;
  width: 805px;
  padding: 0 0 30px;
  margin: 0 auto;
}

.fair__official,
.fair__novelty, 
.fair__craftheart {
  position: relative;
}

.fair__official--btn,
.fair__novelty--btn, 
.fair__craftheart--btn {
  position: absolute;
  bottom: 60px;
}

.fair__official--btn {
  width: 664px;
  left: 70px;
}

.fair__novelty--btn {
  width: 692px;
  left: 56px;
}

.fair__craftheart--btn {
  width: 692px;
  left: 56px;
}

.fair__goods-btn {
  width: 735px;
  padding: 35px 0;
  margin: 0 auto;
  display: block;
}

.fair__shop-info {
  background-color: #fff;
  width: 755px;
  padding: 0 0 40px;
  margin: 0 auto;
}

.fair__shop-info .fair__shop--tit {
  border-radius: 10px;
  background-color: #b8212e;
  width: 650px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0;
}

.fair__shop-info .fair__shop--tit span {
  font-family: mplus-1c-regular;
  color: #fff;
  font-size: 30px;
}

.fair__shop-list {
  width: 650px;
  margin: 25px auto 0;
}

.fair__shop-list--item {
  font-family: mplus-1c-regular;
  color: #6b3b3e;
  font-size: 22px;
  margin: 8px 0;
}

.fair__shop-list--item a,
.fair__shop-list--item span {
  color: #6b3b3e;
}