@charset "utf-8";

/* ***************** */
/* 初期設定・リセット */
/* ***************** */

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #424242;
  text-align: center;
}

body * {
  line-height: 1.8;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

G ul,
ol,
li {
  list-style-type: none;
}

select,
input,
textarea {
  font-family: "MS PGothic";
}

html>body select,
html>body input,
html>body textarea {
  font-family: "Lucida Grande", sans-serif;
}

table,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

a:link,
a:visited {
  color: #c1591a;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #dc8f60;
  text-decoration: none;
}

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

.sp_br {
  display: none;
}

.cboth {
  clear: both;
  height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  /* for IE6/7 */
}

.only_sp {
  display: none !important;
}

/* IE 用▼ */
* html .cboth {
  height: 0.1em;
  overflow: hidden;
  margin-top: -0.1em;
}

hr {
  visibility: hidden;
  border: 0;
}

.boxL {
  float: left;
}

.boxR {
  float: right;
}

#all2 {
  width: 100%;
  max-width: 1184px;
  background: url(../../common/images/bg_all_l.jpg) repeat-y;
  background-size: 100% auto;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#main {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

h1 {
  width: 100%;
  max-width: 889px;
  margin: 0 auto 60px;
}

#main ul {
  width: 164px;
  position: absolute;
  display: flex;
  bottom: -60px;
  right: 2%;
}

#main li {
  width: 46px;
  margin-right: 13px;
}

#main li:last-child {
  margin-right: 0px;
}

#main div {
  width: 166px;
  position: absolute;
  left: 2%;
  bottom: -50px;
}

h2 {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 160%;
}

h2 span {
  display: inline-block;
  background: #2988ca;
  color: #fff;
  font-size: 160%;
  padding: 0 2%;
  border-radius: 10px;
}

.btn {
  width: 780px;
  margin: 0 auto 50px;
}

.btn .left {
  float: left;
}

.btn .right {
  float: right;
}

.shelf {
  width: 95.4%;
  max-width: 1128px;
  background: url(../../common/images/bg_shelf_l.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
  margin: 0 auto;
}

h3,
.shelf p {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

h3 {
  text-align: center;
  font-size: 18px;
}

.foot h3 {
  text-align: left;
}

.foot p {
  margin-top: 10px;
}

.ban {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  text-align: left;
}

.ban img {
  max-width: 135px;
  float: left;
  margin: 0 20px 20px 0;
}

#copy {
  text-align: center;
  font-size: 90%;
  margin: 0 auto 5px;
}

/****** ページトップボタン ******/

#pageTop {
  position: fixed;
  bottom: 5px;
  right: 5%;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 15px 12px 10px;
  width: 40px;
  height: 40px;
  background-color: #c1591a;
  border-radius: 40px;
  font-size: 70%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  opacity: 0.6;
}

/**** お知らせ ****/

#news {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-bottom: 1px dotted #ccc;
}

#news h3 {
  background-color: #7a7a7a;
  font-size: 130%;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

#news iframe {
  width: 95%;
  height: 300px;
  max-width: 800px;
}

#topics {
  background-color: #fff;
  width: 90%;
  max-width: 760px;
  text-align: left;
  padding-bottom: 20px;
}

#topics dl {
  width: 100%;
  margin: 0 auto;
}

#topics dt {
  background-color: #e6e9e4;
  padding: 2px 10px;
  margin-bottom: 5px;
}

#topics dd {
  padding: 2px 10px;
  margin-bottom: 20px;
}

#sns {
  width: 95%;
  max-width: 800px;
  margin: 0 auto 50px;
}

#sns table td {
  width: 400px;
  text-align: left;
}

.insta {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 5px auto 30px;
  text-align: center;
}

.insta h3 {
  width: auto;
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../../common/wp/icon_insta.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.twfb {
  width: 100%;
  max-width: 1000px;
  height: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.twfb div:nth-child(1) {
  width: 48%;
  margin-right: 4%;
}

.twfb div:nth-child(1) h3 {
  width: auto;
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../../common/wp/icon_twitter.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.twfb div:nth-child(2) {
  width: 48%;
}

.twfb div:nth-child(2) h3 {
  width: auto;
  display: inline-block;
  padding: 15px 0 15px 70px;
  background: url(../../common/wp/icon_facebook.png) left center no-repeat;
  background-size: 60px auto;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

/*
.insta{
  width:49px;
  padding-top:10px;
}

#instafeed img{
  width:100%;
  max-width:49px;
  margin-top:20px;
}
*/

#main {
  position: relative;
}

#main p {
  position: absolute;
  top: 3px;
  left: 25px;
  font-size: 90%;
}

#imgBox {
  width: 900px;
  height: 154px;
  background: url(../images/y_main3_bg.jpg) no-repeat bottom left;
  position: relative;
}

.multiple {
  margin: 0 auto;
  width: 150px;
  height: 104px;
  text-align: left;
  overflow: hidden;
  position: absolute;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .multiple {
    display: none;
  }
}

#v1 {
  top: 35px;
  left: 340px;
}

#v2 {
  top: 35px;
  left: 523px;
}

#v3 {
  top: 35px;
  left: 705px;
}

.multiple ul {
  width: 150px;
  height: 104px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.multiple ul li {
  top: 0;
  left: 0;
  width: 400px;
  height: 330px;
  display: none;
  position: absolute;
}

#navi {
  width: 95.4%;
  max-width: 1128px;
  height: 116px;
  background: url(../../common/images/bg_shelf_l.jpg) no-repeat bottom -5px left;
  background-size: 100% auto;
  margin: 0 auto;
}

#navi ul {
  width: 100%;
  background: url(../images/navi_bg.jpg) top left repeat;
  height: 65px;
}

#navi li:nth-child(1) {
  width: 30%;
  float: left;
  padding: 1.2% 0 1%;
}

#navi li:nth-child(2) {
  width: 40%;
  float: left;
  padding: 1.2% 0 1%;
}

#navi li:nth-child(3) {
  width: 30%;
  float: left;
  padding: 1.2% 0 1%;
}

#navi li a {
  width: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

#navi li a:hover {
  background-color: #fff;
  color: #5f1b12;
}

#menu {
  display: none;
}

.data {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.data p {
  text-align: left;
}

.kitto {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 30px;
  display: flex;
  flex-wrap: wrap;
}

.kitto .photo {
  width: 45%;
  margin-right: 5%;
  margin: 0 20px 10px 0;
}

.kitto .detail {
  width: 49%;
  text-align: left;
}

.kitto .detail p {
  margin-bottom: 20px;
  font-weight: normal;
}

.kitto .detail p span {
  font-weight: bold;
  line-height: 2;
}

.f160 {
  font-size: 160%;
}

.f140 {
  font-size: 140%;
}

.kitto .detail2 {
  width: 100%;
  text-align: left;
}

.kitto .detail2 span {
  width: 100%;
  text-align: center;
  display: block;
}

.free span {
  display: inline-block;
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  padding: 0 10px;
  border-radius: 10px;
}

.detail_info {
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}

.detail_info p:nth-child(1) {
  width: 40%;
  margin-right: 5%;
}

.detail_info p:nth-child(2) {
  width: 45%;
  background: #f1ebf4;
  padding: 1% 3% 0;
  border-radius: 10px;
}

.col04 {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.col04 dl {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 5%;
}

.col04 dl:nth-child(4n) {
  margin-right: 0;
}

.col04 dl dt p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px !important;
  line-height: 1.4;
  padding: 7px 0;
}

.col04_2 {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.col04_2 dl {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 5%;
}

.col04_2 dl:nth-child(4n) {
  margin-right: 0;
}

.col04_2 dd strong {
  margin-bottom: 5px;
  display: inline-block;
}

.col03 {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.col03 dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5%;
}

.col03 dl:nth-child(3n) {
  margin-right: 0;
}

.col03 dl dt p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.col02 {
  width: 95%;
  margin: 20px auto;
}

.col02 dl {
  display: flex;
  flex-wrap: wrap;
}

.col02 dl dt {
  width: 67%;
  margin-right: 3%;
}

.col02 dl dt strong {
  font-size: 120%;
}

.col02 dl dd {
  width: 30%;
}

.col_dm {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.col_dm dl {
  width: 13%;
  margin-right: 2%;
  margin-bottom: 5%;
}

.col_dm dl:nth-child(1),
.col_dm dl:nth-child(3) {
  width: 10%;
  margin-right: 2%;
  margin-bottom: 5%;
}

.col_dm dl:nth-child(2) {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 5%;
}

.col_dm dl:nth-child(7n) {
  margin-right: 0;
}

.col_dm dl dt img {}

.col_dm dl dd p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.col_dm dl dd img {
  max-width: 24px;
}

.topbox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.topbox p {
  text-align: left;
}

.topbox h3 {
  background-color: #7a7a7a;
  font-size: 130%;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
}

.topbox table {
  margin-top: 0;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.topbox td img {
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.access_map {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.access_map iframe {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.foot {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.dmbox {
  margin: 30px auto;
  background-color: #eaf7d3;
  padding: 10px 0;
}

.dmbox table {
  margin: 0 auto 10px;
}

.dmTbl img {
  padding: 10px 10px 0;
}

.dmbox td {
  vertical-align: top;
}

.chirashi {
  background-color: #fdf2d0;
}

/* 下層ヘッダー */
#head {
  width: 90%;
  height: 140px;
  margin: 0 auto;
  position: relative;
}

#head h1 {
  width: 75%;
  max-width: 619px;
  position: absolute;
  top: 20px;
  left: 0;
  margin-bottom: 20px !important;
}

#head p {
  position: absolute;
  right: 0;
  top: 5px;
}

#head div {
  width: 158px;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#head div a img {
  width: 43px;
  height: 54px !important;
  margin-right: 5px;
}

#head div a:last-child {
  margin-right: 0px;
}

#lower {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
}

#result [class*="hidden-"] {
  display: none;
}

#sBox {
  width: 90%;
  max-width: 600px;
  background-color: #e0e6d7;
  border: 1px solid #ccc;
  text-align: left;
  margin: 30px auto;
  padding: 20px;
}

#sBox p {
  font-weight: bold;
  margin-bottom: 10px;
}

#sBox ul li {
  width: 22%;
  display: inline-block;
}

#result {
  width: 100%;
  margin: 0 0 0 1%;
  display: flex;
  flex-wrap: wrap;
}

#result div.large {
  width: 31.333%;
  margin-bottom: 8%;
  text-align: left;
  margin-right: 2%;
}

#result div.small {
  width: 18%;
  margin-bottom: 8%;
  text-align: left;
  margin-right: 2%;
}

#result div img {
  width: 100%;
  height: auto;
}

.booth {
  width: 95%;
  margin: 0 auto 40px;
}

.booth p {
  text-align: left;
}

.booth table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 30px auto 5px;
  color: #352d31;
}

.booth table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
  padding: 0 5px;
}

.booth table .ba1 {
  font-size: 120%;
  font-weight: bold;
  color: #00963f;
}

.booth table .ba2 {
  font-size: 120%;
  font-weight: bold;
  color: #007cb3;
}

.booth table .bb {
  font-size: 120%;
  font-weight: bold;
  color: #ec6213;
}

.booth table .bc {
  font-size: 120%;
  font-weight: bold;
  color: #df3541;
}

.booth table .bd {
  font-size: 120%;
  font-weight: bold;
  color: #6f3b81;
}

.booth table span {
  font-size: 80%;
  font-weight: normal;
}

.booth .table2 {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 10px auto 5px;
}

.booth .table2 tr {
  display: flex;
  flex-wrap: wrap;
}

.booth .table2 td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  padding: 1% 2%;
}

.booth .table2 tr td:nth-child(1) {
  width: 30%;
  height: auto;
}

.booth .table2 tr td:nth-child(2) {
  width: 61.6%;
}

.booth .table2 td img {
  max-width: 150px;
  height: auto;
}

.booth .table2 p {
  margin-bottom: 10px;
  text-align: left;
}

.booth .table2 span {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.booth h3 {
  background-color: #7a7a7a;
  font-size: 130%;
  color: #fff;
  margin: 50px auto 10px;
  text-align: center;
}

.booth_type {
  width: 100%;
}

.booth_type tr {
  display: flex;
}

.booth_type tr td {
  padding: 1% 2%;
  min-height: 60px;
}

.booth_type tr td:nth-child(1) {
  width: 13%;
}

.booth_type tr td:nth-child(2) {
  width: 22%;
}

.booth_type tr td:nth-child(3) {
  width: 53%;
}

.booth_map {
  width: 90%;
  /*  max-width:780px; */
  text-align: center;
  margin: 0 auto;
}

.booth_map img {
  width: 100%;
}

.yoyaku_status {
  width: 100%;
  /* max-width:780px; */
  margin: 10px auto;
}

.entry p {
  margin: 10px auto 20px;
  text-align: left;
}

.entry .btn {
  width: 90%;
  max-width: 334px;
  margin: 0 auto 30px;
}

.entry .btn a {
  width: 100%;
}

.entry .btn a:nth-child(1) {
  margin-right: 0;
}

.entry .btn a img {
  width: 100% !important;
  max-width: 334px;
  margin-bottom: 15px;
}

.b_entry_h3 {
  background: #7a7a7a;
  color: #fff;
  margin: 20px auto;
  padding: 5px 0;
}

.ws {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.ws h3 {
  background-color: #7a7a7a;
  font-size: 130%;
  color: #fff;
  margin: 50px auto 10px;
  text-align: center;
}

.ws h3 a {
  color: #fff;
}

.ws h3 a:hover,
.ws h3 a:active {
  color: #dc8f60;
  text-decoration: none;
}

.ws_reserve {
  width: 100%;
  height: auto;
  max-width: 520px;
}

.ws .wsbox {
  width: 100%;
  margin: 0 auto 70px;
}

.ws .wsbox h4 {
  font-size: 120%;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  background: #1fa04e;
}

.ws p {
  margin: 10px 0 30px;
  font-style: normal;
}

.wsbox {
  text-align: center;
}

.wsbox p {
  /* max-width:780px; */
  margin: 0 auto;
}

.lec_map {
  /* max-width:780px; */
  margin: 20px auto;
}

.table_data {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 20px auto;
  align-items: flex-start;
}

.table_data div {
  width: 32%;
}

.table_data table {
  width: 64%;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  margin: 0 3% 30px 0;
}

.table_data table td {
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
}

.td01 {
  width: 25%;
  background: #f9f0db;
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
}

.ws .wsbox table .td02 {
  background: #e9e9e9;
  text-align: left;
  padding: 5px 10px;
}

.ws table .td02:nth-child(1) {
  width: 70%;
}

.ws table .td02:nth-child(2) {}

.td02 {
  text-align: left !important;
}

.td02_img {
  text-align: center !important;
}

.td02 img {
  max-width: 140px;
  margin: 10px auto 0;
}

.pl {
  margin-bottom: 20px;
}

.lect {
  width: 95%;
  max-width: 1000px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  margin: 10px auto 30px;
}

.lect td {
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
  padding: 5px 10px;
}

.lect .td01 {
  background: #f9f0db;
  text-align: center;
  font-weight: bold;
}

.lect .td02 {
  background: #e9e9e9;
  text-align: left;
}

.lecr {
  max-width: 300px;
  float: right;
  margin: 0 0 10px 10px;
}

.topbox2 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.topbox2 p {
  text-align: left;
}

.topbox2 h3 {
  background-color: #7a7a7a;
  font-size: 130%;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 10px;
}

.topbox2 table {
  text-align: center;
}

.topbox2 td img {
  text-align: center;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.ctbl {
  margin: 0 auto;
}

td.timg {
  vertical-align: top;
}

#album {
  width: 90%;
  max-width: 650px;
  text-align: center;
  margin: 50px auto 0;
  border: 2px solid #4267b2;
  padding: 10px 0 0 20px;
}

#album h2 {
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  color: #4369b0;
}

#album div.cf {
  display: flex;
}

#album div a {
  max-width: 365px;
  display: block;
  margin: 10px auto 10px;
}

/* 送信ボタン */
input[type="submit"] {
  padding: 15px 20px;
  border: none;
  background: #f3ac30;
  color: #fff;
  font-size: 120%;
}

/* 送信ボタン - マウスオーバー時 */
input[type="submit"]:hover {
  background: #fdd693;
}

/* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
}

.cancel_box {
  text-align: center;
  border-top: 1px dotted #333;
  padding-top: 20px;
}

.cancel_box input,
.cancel_box label {
  margin: 10px auto;
  font-size: 140%;
}

input[type="checkbox"] {
  transform: scale(1);
}

#result h3 {
  padding-top: 3px;
  line-height: 1.6;
}

#result h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  line-height: 1.6;
}

#result div a {
  display: block;
}

#result h4 a {
  text-decoration: none;
  color: inherit;
  line-height: 1.6;
}

#result h4 a:hover {
  opacity: 0.6 !important;
}

.color01 {
  background-color: #cc9900 !important;
}

.color02 {
  background-color: #336633 !important;
}

.color03 {
  background-color: #ffcc99;
}

.color04 {
  background-color: #96c08e;
}

.color05 {
  background-color: #e5bdf5;
}

.color03,
.color04,
.color05 {
  text-align: center !important;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

.bg_green {
  background-color: #b3dfb1;
}

.bg_pink {
  background-color: #f8e2db;
}

.bg_blue {
  background-color: #beddfa;
}

.bg_yellow {
  background-color: #ffedbe;
}

.bg_gray {
  background-color: #dedede;
}

.bg_orange {
  background-color: #ffdfc7;
}

.bg_purple {
  background-color: #f3d6f8;
}

.bg_brown {
  background-color: #f4e1d7;
}
.bg_orange2 {
  background-color: #f1e1bc;
}


/* ブース詳細ページ追加 */

.booth_page {
  width: 95%;
  display: flex;
  flex-flow: row-reverse;
  margin: 30px auto;
}

.booth_page .booth_main_img {
  width: 40%;
  max-width: 600px;
}

.booth_page .booth_data {
  width: 55%;
  margin-right: 5%;
}

.booth_page .icon_img {
  width: 90%;
  margin-bottom: -20px;
  text-align: left;
}

.booth_page h3 {
  font-size: 24px;
  text-align: left;
  padding-top: 20px;
}

.booth_page h4 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
}

.booth_page p {
  text-align: left;
}

.booth_data ul {
  list-style: none;
  padding: 0 !important;
  margin: 30px 0 10px;
  text-align: left;
}

.booth_data ul li {
  display: inline-block;
  padding: 2px 10px;
  color: #fff !important;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  font-size: 110%;
  font-weight: bold;
}

.booth_data ul li a {
  min-width:60px;
  text-align: center;
  display: block;
  color: #fff !important;
  text-decoration: none;
}

.booth_data ul li a:hover {
  opacity: 0.7;
}

.booth_data ul li.sns_hp {
  background: #6fb358;
}

.booth_data ul li.sns_online {
  background: #d85a22;
}

.booth_data ul li.sns_fb {
  background: #4e66dd;
}

.booth_data ul li.sns_tw {
  background: #313131;
}

.booth_data ul li.sns_ig {
  background: #d1488c;
}

.booth_data ul li.sns_blog {
  background: #d89a22;
}

.booth_data ul li.sns_none {
  display: none;
}

.next_link {
  width: 90%;
  max-width: 700px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}

.next_link a {
  width: 50%;
  display: block;
}

.booth_back {
  margin: 30px 0 80px;
  text-align: center;
}

.booth_back a {
  display: inline-block;
  padding: 10px 20px;
  background: #b06f48;
  color: #fff;
  font-weight: bold;
}

.booth_back a:link,
.booth_back a:visited {
  text-decoration: none;
}

.booth_back a:hover,
.booth_back a:active {
  opacity: 0.8;
}

/* ブース詳細ページ */

.new_booth {
  text-align: center !important;
  font-weight: bold;
  font-size: 18px;
  color: #d03d71;
  padding: 3px 0;
  border-radius: 5px;
  margin: 0 auto;
  border: 3px solid #d03d71;
  display: block;
}

#result .new_booth {
  background: #d03d71;
  color: #fff;
  border: none;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}

.b_pickup {
  width: 85%;
  background: #fbf1e3;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10% 5% 3%;
  margin: 60px auto 30px;
  border-radius: 20px;
}

.b_pickup::before {
  content: "素材博スペシャル！";
  width: 90%;
  /*  background:url(/common/images/wp/ribon_pick.png) no-repeat top center; */
  background-size: 100% auto;
  position: absolute;
  color: #e1a444;
  text-align: center;
  padding: 5px 0;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 2px solid #e1a444;
  font-size: 170%;
  font-weight: bold;
}

.b_pickup img {
  width: 40%;
  height: 100%;
  /*  max-width:600px;*/
  margin-right: 3%;
  display: block;
}

.b_pickup div {
  width: 57%;
  padding-top: 2%;
  text-align: left;
}

.b_pickup div p {
  margin-bottom: 1em;
}

.b_pickup div ul li {
  margin-left: 1.7em;
  text-indent: -1.2em;
}

.b_pickup div ul li::before {
  content: "◆ ";
}

.img_none img {
  display: none;
}

.img_none div {
  width: 95%;
  padding-top: 0%;
  text-align: left;
  margin: 0 auto;
}

.only_p p {
  width: 100%;
  padding: 2% 0;
  margin: 0 auto;
}

.b_none {
  display: none;
}

.online_mes {
  width: 85%;
  margin: 0 auto 20px;
  text-align: center;
  background: #f8f2e5;
  padding-bottom: 50px;
}

.online_mes h2 {
  font-size: 2.4rem;
  background: #4c4138 !important;
  color: #fff;
  padding: 5px 0;
}

.online_mes p {
  width: 85%;
  text-align: left;
  margin: 0 auto;
}

.online_mes p span {
  font-weight: bold;
  display: block;
  font-size: 2.6rem;
  text-align: center;
  margin: 20px auto;
}

.booth_cate {
  font-weight: bold;
  margin-bottom: 10px;
}

#result>div {
  position: relative;
}

#result .showspe a {
  text-decoration: none !important;
  color: #fff;
}

#result .showspe {
  display: block;
  width: 110px;
  height: 20px;
  background: #e1a444;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 5px auto;
}

.form_list ul {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.form_list ul li {
  text-indent: -1.5em;
  margin-left: 2em;
  text-align: left;
}

.form_list li::before {
  content: "■ ";
  color: #8e6b54;
}

.form_list iframe {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 4100px;
  border: none;
}

.form_list iframe.again {
  min-height: 2100px;
}

.lec .form_list iframe {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 3000px;
  border: none;
}

.lec .form_list iframe.again {
  min-height: 2000px;
}

.insta_ban {
  width: 90%;
  max-width: 767px;
  margin: 0 auto 20px;
}

.food_mall h3 {
  background: #ffedbe;
  padding: 5px 0;
  font-size: 110%;
  text-align: center;
  color: #444;
}

.food_mall_data {
  display: flex;
  border-bottom: 1px solid #999;
}

.food_mall_data>div:nth-child(1) {
  width: 68%;
  padding: 3% 3%;
}

.food_mall_data>div:nth-child(2) {
  width: 25%;
  padding: 3% 0;
}

.food_mall_data>div img {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 120px;
}

.food_mall_data>div h4 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.food_mall_data>div p {
  font-size: 90%;
}

.food_mall_data table {
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  margin-top: 0px;
}

.food_mall_data table th {
  background: #b3dfb1;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 2% 0;
}

.food_mall_data table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 3% 0;
}

.jizen_qr {
  width: 85%;
  margin: 10px auto 20px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.jizen_qr div:nth-child(1) {
  display: inline-block;
  padding-right: 50px;
  padding-top: 20px;
}

.jizen_qr div:nth-child(2) {
  display: inline-block;
}

.jizen_qr div:nth-child(2) img {
  width: 120px !important;
  display: block;
  margin: 0 !important;
}