@charset "UTF-8";

.pc {
  display: none;
}

.sp {
  display: block;
}

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

	イベント説明

=========================================*/
#description {
  background-image: url(/images/about/bgContents.png);
  padding: 65px 0 40px;
}

.imgDecorationTopDescription {
  position: static;
  width: 100%;
  max-width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#description .inner {
  width: 90vw;
  padding: 10px 0 0px;
}

#description .inner::before {
  border-width: 0 45vw 45px 45vw;
  top: -45px;
}

#description h1 {
  display: block;
  width: auto;
  margin: 0 10px;
}

.textDescription {
  margin: 0 auto;
  padding: 20px 0 26%;
  width: 85%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.textDescription p+p {
  margin-right: 0;
  margin-top: 1em;
}

.imgDecorationBottomDescriptionSP {
  width: 90%;
  margin-top: 4%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


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

	イベント概要

=========================================*/
#outline {
  padding: 30px 0 50px;
}

.outlineTable {
  margin: 0 10px;
}

.outlineTable table {
  border-top: none;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  float: none;
}

.outlineTable table+table {
  float: none;
}

.outlineTable table th {
  width: 80px;
}

.outlineTable table th,
.outlineTable table td {
  vertical-align: middle;
}

.outlineTable table .note {
  font-size: 1.2rem;
}

.specialThanks {
  margin-top: 40px;
}

.specialThanks>img,
.illustration>img {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.specialThanks dl {
  float: none;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 0 25px;
}

.specialThanks dt {
  position: static;
  display: block;
}

.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 10px;
  box-sizing: border-box;
}

.nameProfile {
  text-align: center;
}

.textProfile {
  font-size: 1.2rem;
  margin: 1em 0;
}

.textProfile+ul {
  font-size: 1.3rem;
}

.textProfile+ul li {
  display: inline-block;
}

.tableSecond {
  border-top: none !important;
}

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

	ブース紹介

=========================================*/
#booth .inner {
  margin: 0 10px;
  width: auto;
  box-sizing: border-box;
}

.imgItem01 {
  width: auto;
  height: 233px;
  top: 0;
  right: 0;
}

.boothBox {
  width: 100%;
}

.boothBox>div+div {
  margin-top: 40px;
}

.boothPhoto {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.boothPhoto img {
  width: 100%;
  height: auto;
}

.boothHandmade,
.boothFood,
.boothWorkshop {
  float: none;
  width: 100%;
}

.boothWorkshop {
  height: auto;
}

.boothHandmade .boothPhoto,
.boothFood .boothPhoto,
.boothWorkshop .boothPhoto {
  float: none;
}

.boothInfo {
  width: 100%;
  padding-top: 70px;
}

.boothHandmade .boothInfo,
.boothFood .boothInfo,
.boothWorkshop .boothInfo {
  float: none;
}

.boothWorkshop .boothInfo,
.boothWorkshop .boothInfo p {
  width: 100%;
}

.imgNumber {
  top: -20px;
  height: 44px;
  width: auto;
}

.titleBooth {
  top: 35px;
  height: 22px;
  width: auto;
}

.imgAppearance {
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: static;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}