@charset "utf-8";


/*---------------------------------------------
--------------------------------------------
 Booth
--------------------------------------------
---------------------------------------------*/


/* booth_page
--------------------------------------------*/

#booth_nav {
  margin: 20px 0 10px;
}

#booth_nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#booth_nav li a {
  display: block;
  position: relative;
  width: 222px;
  height: 77px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #006636;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

#booth_nav li a:focus {
  background-color: #006636 !important;
}

#booth_nav li:nth-child(2) a {
  letter-spacing: -0.05em;
}

#booth_nav li a::before,
#booth_nav li a::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -14px;
  color: #fff;
  vertical-align: middle;
  border: 14px solid transparent;
}
#booth_nav li a::before {
  bottom: -1px;
  border-top: 11px solid #fff;
}

#booth_nav li a::after {
  bottom: 1px;
  border-top: 11px solid #006636;
}

#booth_box01 {
  padding-top: 20px;
}

.list_booth {
  padding-bottom: 20px;
}

.list_booth li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 2px dashed #006636;
}

.list_booth li:first-child {
  padding-top: 5px;
}

.list_booth li:last-child {
  padding-bottom: 5px;
  border-bottom: none;
}

.list_booth figure {
  width: 285px;
  margin-right: 30px;
  line-height: 1;
}

.list_booth figure img {
  width: 100%;
  height: auto;
}

.list_booth .list_booth_text {
  flex: 1;
}

.list_booth .list_booth_title {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 600;
  color: #006636;
}

.list_booth .list_booth_url {
  margin-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 600;
}

.list_booth .list_booth_url a {
  color: #5A7E0C;
}

.js-close_list_booth {
  display: none;
}

/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 SP CSS START  */



@media screen and (max-width: 768px) {



/* booth_page ■■■ SP ■■■
--------------------------------------------*/

#booth_nav {
  display: none;
}

.booth_box h3 {
  position: relative;
  height: 54px;
  box-sizing: border-box;
  cursor: pointer;
}

.booth_box h3::before,
.booth_box h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  vertical-align: middle;
  border: 12px solid transparent;
}

.booth_box h3::before {
  bottom: -3px;
  border-top: 10px solid #fff;
}

.booth_box h3::after {
  bottom: -1px;
  border-top: 10px solid #006636;
}

.js-list_content {
  display: none;
}

.list_booth li {
  flex-wrap: wrap;
}

.list_booth figure {
  width: 100%;
  margin-right: 0;
  text-align: center;
}

.list_booth figure img {
  width: 85%;
  margin: 0 auto;
}

.list_booth .list_booth_title {
  margin-top: 10px;
}

p.js-close_list_booth {
  display: block;
  position: relative;
  width: 120px;
  height: 54px;
  margin: 0 auto;
  padding-top: 22px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #006636;
  color: #006636;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.js-close_list_booth::before,
.js-close_list_booth::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  vertical-align: middle;
  border: 12px solid transparent;
}
.js-close_list_booth::before {
  top: -3px;
  border-bottom: 10px solid #006636;
}

.js-close_list_booth::after {
  top: -1px;
  border-bottom: 10px solid #fff;
}

.js-close_list_booth:hover,
.js-close_list_booth:focus {
  background-color: #fff !important;
}





}
/*   SP CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/
