@charset "UTF-8";
/* entry.css */

.pc {
  display: none;
}
.sp {
  display: block;
}



/*=========================================

	イベント説明

=========================================*/
#description {
  border-top: solid 5px #B3665B;
  background-image: none;
  background-color: #FFF;
}
.imgDecorationTopDescription {
  position: static;
  width: 100%;
  max-width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#description .inner {
  width: 100%;
  padding: 10px 0 20px;
}
#description h1 {
  display: block;
  width: 100%;
  margin: 0;
}
.textDescription {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px 25px 0;
  margin: 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  direction: inherit;
  -webkit-direction: inherit;
  -moz-direction: inherit;
  -ms-direction: inherit;
  -o-direction: inherit;
  writing-mode: inherit;
  -webkit-writing-mode: inherit;
  -moz-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  column-count: auto;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  -ms-column-count: auto;
  -o-column-count: auto;
  column-fill: auto;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  -ms-column-fill: auto;
  -o-column-fill: auto;
}
.textDescription p + p {
  margin-right: 0;
  margin-top: 1em;
}
.imgDecorationBottomDescription {
  position: static;
  width: 100%;
  max-width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}



/*=========================================

	イベント概要

=========================================*/
#outline {
  padding: 0 0 90px;
  border-top: solid 5px #B3665B;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #outline {
    background-image: url(/images/about/bgOutline_sp@2x.png), url(/images/common/bgShikkui@2x.png);
    -webkit-background-size: 100% auto, 113px 839px;
    background-size: 100% auto, 113px 839px;
  }
}
#outline .inner {
  padding: 0;
  width: 100%;
}

.outlineTable table {
  border-top: none;
	width: 100%;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 1.4rem;
  float: none;
}
.outlineTable table + table {
  float: none;
}
.outlineTable table th {
  width: 80px;
  font-size: 1.2rem;
}
.outlineTable table th,
.outlineTable table td {
  vertical-align: middle;
}

.specialThanks {
  margin-top: 40px;
}
.specialThanks > img,
.illustration > img {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100px;
  height: auto;
}
.specialThanks dl {
  float: none;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 0 25px;
}
.specialThanks dt {
  position: static;
  display: block;
  color: #B3665B;
}
.specialThanks dd {
  margin-top: .5em;
}
.specialThanks dd + dt {
  margin-top: 1em;
}
.illustrator {
  float: none;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
.illustrator img {
  display: block;
  float: none;
  margin: 25px auto 16px;
}
.profile {
  float: none;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.nameProfile {
  font-size: 1.4rem;
  text-align: center;
}
.textProfile {
  font-size: 1.2rem;
  margin: 1em 0;
}
.textProfile + ul {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
.textProfile + ul li {
  display: inline-block;
}
.textProfile + ul li + li {
  margin: 0 .5em;
}



/*=========================================

	ブース紹介

=========================================*/
#booth {
  border-top: solid 5px #B3665B;
}
#booth .inner {
  width: 100%;
  padding: 255px 25px 40px;
  box-sizing: border-box;
}
.imgDecorationBooth {
  width: auto;
  height: 233px;
  top: 0;
  right: 4%;
}

.boothBox {
  width: 100%;
}
.boothBox > div + div {
  margin-top: 40px;
}
.boothPhoto {
  display: block;
  width: 250px;
  margin: 0 auto;
}
.boothPhoto img {
  width: 100%;
  height: auto;
}
.boothHandmade .boothPhoto,
.boothFood .boothPhoto,
.boothWorkshop .boothPhoto {
  float: none;
}
.boothInfo {
  width: 100%;
  padding-top: 85px;
}
.boothHandmade .boothInfo,
.boothFood .boothInfo,
.boothWorkshop .boothInfo {
  float: none;
}
.imgNumber {
  top: -20px;
  height: 44px;
  width: auto;
}
.titleBooth {
  top: 35px;
  height: 35px;
  width: auto;
}
.boothInfo p {
  font-size: 1.4rem;
}
.imgAppearance {
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: static;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
