@charset "UTF-8";

/* ===================================
	File Name   : seminar.css
	Description : SEMINAR Page Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Otake
	
	Update Description :
  [2025/04/23] 
  [2025/03/17] 注釈位置変更
  [2025/03/06] 複数レイアウト３列追加
  [2025/03/05] スピーカープロフィールボタン追加
  [2025/02/18] Frozenステージ追加
  [2024/01/20] 概要ドロップダウンにリスト装飾追加
  [2024/01/09] テーブル内テキスト余白調整、テーブル内ドロップダウン矢印調整
	[2023/11/9] 新規作成

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

/*========== Style Contents ==========

	1. INDEX Page
	2. Detail Page
	3. FOODEXステージ Page
  4. 出展者セミナー Page
	
====================================== */


/*===== ■1. INDEX Page =====*/
#seminar_top li#intro_foodex .cover span {
    background-image: url(../img/seminar/img-visual-foodex.jpg);
}
#seminar_top li#intro_exhibitor .cover span {
    background-image: url(../img/seminar/img-visual-exhibitor.jpg);
}
#seminar_top li#intro_producer .cover span {
  background-image: url(../img/seminar/img-visual-wine_producer.jpg);
}
#seminar_top li#intro_frozen .cover span {
  background-image: url(../img/seminar/img-visual-frozen-stage.jpg);
}

@media (max-width: 768px){
  #seminar_top li#intro_foodex {
    background-image: url(../img/seminar/img-visual-foodex.jpg);
  }
  #seminar_top li#intro_exhibitor {
    background-image: url(../img/seminar/img-visual-exhibitor.jpg);
  }
  #seminar_top li#intro_producer {
    background-image: url(../img/seminar/img-visual-wine_producer.jpg);
  }
  #seminar_top li#intro_frozen {
    background-image: url(../img/seminar/img-visual-frozen-stage.jpg);
  }
}


/*===== ■2. Detail Page =====*/

section .table_basic {
  margin-bottom: 10px;
}
article[id^="seminar_exhibitor_"] ul#pageanchor {
  margin: 0;
}

/* notice*/
.notice {
  width: 90%;
  margin: 0 auto 10px;
}

#seminar_exhibitor p.notice,
#seminar_foodex p.notice,
#seminar_frozen p.notice,
#seminar_wine p.notice
 {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
}

.notice p {
  margin-bottom: 10px;
  font-size: 14px;
}

/* label*/
.label { text-align: right;}
.label span {
  padding: 5px 10px;
  color: #fff;
}

.label span:not(:first-child) {
  margin-left: 5px;
}

.label span.red {
  background: #c00;
}

.label span.blue {
  background: #0052cc;
}

.label span.green {
  background: #00CC39;
}

/* tabs */
#tabs .active {
  pointer-events: none;
}

#tabs li:not(.active) a {
  color: #fff;
  text-decoration: none;
}

#tabs li:hover p {
  color: #8a0e10;
  cursor: pointer;
}

#seminar_exhibitor > #tabs,
#seminar_foodex  > #tabs,
#seminar_wine > #tabs {
  margin-top: -450px;
  padding-top: 450px;
}

#seminar_frozen >  #tabs {
  margin-top: -350px;
  padding-top: 350px;
}

/* table */
.table_seminar {
  table-layout: fixed;
  width: 90%;
  margin: auto;
}

.table_seminar tr:first-child th::before {
  display: table-row; 
}

.table_seminar th{ 
  width: 23%;
  background: rgba(0, 0, 0, .5);
  font-size: 2rem;
  color: #fff;
}

.table_seminar tr:first-child td{ 
  font-size: 2rem;
  font-weight: bold;
}

.table_seminar td{ 
  width: 77%;
  background:rgba(0, 0, 0, .05);
}

.table_seminar dt {
  width: 100%;
}

.table_seminar td > span.full{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: #c00;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color:#fff;
}

.table_seminar td > span.full i.icon_note::before{
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  right: -3px;
  top: 0;
  vertical-align: bottom;
  background: url("../img/common/ico-note.png") no-repeat;
  background-size: contain;
  content: '';
}

.table_seminar td > span.full_soon i.icon_note::before{
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  right: -3px;
  top: 0;
  vertical-align: bottom;
  background: url("../img/common/ico-note-black.png") no-repeat;
  background-size: contain;
  content: '';
}

.table_seminar td > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.table_seminar td > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.table_seminar td > p {
  font-weight: bold;
  font-size: 2.0rem;
}
.table_seminar td > p + figure {
  margin-top: 10px;
}
.table_seminar td > figure + p {
  margin-top: 10px;
}

.table_seminar td > div > dl {
  width: calc(85% - 10px);
}

.table_seminar td > div > dl:not(:has( + figure)){
  width: 100%;
}

.table_seminar td > div > dl dt{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.0rem;
}

.table_seminar td > div > dl dd:not(:last-child) {
  padding-bottom: 10px;
}

.table_seminar td > div > dl dd > b{
  display: block;
  font-weight: bold;
}

.table_seminar td > div > dl dd > b:not(:last-of-type){
  display: block;
  margin-bottom: 10px;
}

.table_seminar td > div > figure{
  display: flex;
  justify-content: flex-end;
  width: 15%;
  margin-left: 10px;
}

.table_seminar td > div > figure span {
  width: 100%;
  height: 100%;
}

.table_seminar td > div > button {
  position: relative;
  display: inline-block;
  width: 31%;
  min-width: 280px;
  margin-top: 10px;
  padding: 10px 40px 10px 10px;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.table_seminar td > div > button:hover {
  border-left-color: #d71518;
  background: #333;
}

.table_seminar td > div > button::after {
  position: absolute;
  top: 55%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.table_seminar td > div > .active::after {
  position: absolute;
  top: 55%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-bottom: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.table_seminar td > div > div{
  display: none;
  width: 100%;
  padding: 15px;
  border-left: 5px solid #d71518;
  background-color: rgba(255, 255, 255, .5);
}

.table_seminar td > div > div.show{
  display:block;
}
.table_seminar .seminar_detail ul {
  margin-left: 15px;
}
.table_seminar .seminar_detail ul li {
  list-style: disc;
}
.table_seminar .seminar_detail ul li:not(:last-child) {
  padding-bottom: 10px;
}

.btn_seminar {
  margin-bottom: 30px;
}

/*複数画像レイアウト*/
.table_seminar figure.img_multi {
  flex-direction: column;
  align-items: flex-end;
}
.table_seminar figure.img_multi span {
  margin-bottom: 10px;
}

.two_clumns > td > div > dl {
  width: calc(60% - 10px);
}

.two_clumns > td > div > figure.img_multi  {
  flex-direction: row;
  width: 30%;
  gap: 10px;
}

.three_clumns > td > div > dl {
  width: calc(60% - 10px);
}

.three_clumns > td > div > figure.img_multi  {
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
  gap: 10px;
}

.three_clumns figure.img_multi span {
  margin: 0;
  width: 46%;
}

.four_clumns > td > div > dl {
  width: calc(60% - 10px);
}

.four_clumns > td > div > figure.img_multi  {
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
  gap: 10px;
}

.four_clumns figure.img_multi span {
  margin: 0;
  width: 46%;
}

/* cancel */
p.cancel {
  margin-bottom: 10px;
  font-weight: bold;
  color: #c00;
}

@media(max-width:768px) {  
  section .table_basic {
    margin-bottom: 4vw;
  }

  /* notice*/
  .notice {
    width: 100%;
    margin-bottom: 4vw;
    text-align: left;
  }

  .notice p {
    margin-bottom: 2.67vw;
    text-align: left;
  }

  .label span {
    padding: 1.34vw 2.67vw;
  }

  .label span:not(:first-child) {
    margin-left: 1.34vw;
  }

/* tabs */
  #tabs li:hover {
    background: #8a0e10;
    color: #fff;
  }
  
  #tabs li {
    padding: 2.67vw;
  }
  
  #tabs li.active {
    padding: 4vw 2.67vw;
    color: #8a0e10;
  }
  
  #tabs li:not(.active):hover p {
    color: #fff;
  }
  
  #tabs li:not(.active) a {
    display: block;
  } 

  #seminar_exhibitor > #tabs,
  #seminar_foodex > #tabs,
  #seminar_wine > #tabs {
    margin-top: -440px;
    padding-top: 440px;
  }
  
  #seminar_frozen > #tabs {
    margin-top: -250px;
    padding-top: 250px;
  }
  
/* table */
  .table_seminar tr:first-child {
    display: none; 
  }

  .table_seminar tr:nth-child(2) th::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 25%;
    height: 5px;
    background: #000;
    content: "";  
  }

  .table_seminar {
    width: 100%;
  }
  
  .table_seminar th{ 
    width: 100%;
  }
  
  .table_seminar td{ 
    width: 100%;
  }

  .table_seminar td > span.full,
  .table_seminar td > span.full_soon {
    margin-bottom: 1.34vw;
    padding: 1.34vw 2.67vw;
    font-size: 1.6rem;
  }

  .table_seminar td dd:last-child {
    width: 100%;
  }

  .table_seminar td > span i.icon_note::before{    
    width: 2.2rem;
    height: 2.4rem;
    right: -1.34vw;
  }

  .table_seminar td > p {
    font-size: 1.6rem;
  }
  
  .table_seminar td > div > dl {
    width: 100%;
  }

  .table_seminar td > div > dl dt {
    margin-bottom: 1.34vw;
    font-size: 1.6rem;
  }
  
  .table_seminar td > div > dl dd {
    margin-bottom: 1.34vw
  }
  .table_seminar td > div > dl dd:nth-of-type(2),
  .table_seminar td > div > dl dd:last-of-type {
    padding-top: 0;
  }
  
  .table_seminar td > div > dl dd > b{
    margin-bottom: 2.67vw;
  }

  .table_seminar td > div > figure{
    width: 100%;
    margin: 0 0 2.67vw;
  }
  
  .table_seminar td > div > figure span{
    width: 50%;
  }
  .table_seminar figure span img {
    width: 100%;
  }

  .table_seminar td > div > button {
    width: 100%;
    padding: 2.67vw;
    min-width: auto;
  }

  .table_seminar td > div > button::after {
    right: 2.67vw;
    width: 2.67vw;
    height: 2.67vw;
    margin-top: -1.34vw;
  }

  .table_seminar td > div > button:hover {
    border-left-color: #8A0E09;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
  }

  .table_seminar td > div > button:hover::after  {
    border-color: #fff;
  }

  .table_seminar td > div > button:hover em {
    border-left-color: #8A0E09;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
  }
  .table_seminar td > div > dl dd:not(:last-child) {
    padding-bottom: 0;
  }
  
  .btn_seminar {margin-bottom: 0;}
  
  .btn_seminar a:first-child {
    margin-bottom: 2.67vw;
  }
  
  .img_single span {margin: auto;}
  
  /*複数画像レイアウト*/
  .table_seminar figure.img_multi {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .table_seminar figure.img_multi span {
    width: calc(50% - 1.34vw);
    margin-bottom: 2.67vw;
  }

  .two_clumns > td > div > dl {
    width: 100%;
  }
  
  .two_clumns > td > div > figure.img_multi  {
    width: 100%;
    gap: 0;
  }

  .three_clumns > td > div > dl {
    width: 100%;
  }
  
  .three_clumns > td > div > figure.img_multi  {
    width: 100%;
  }
  
  .three_clumns figure.img_multi span {
    margin: 0;
    width: 48%;
  }

  .four_clumns > td > div > dl {
    width: 100%;
  }
  
  .four_clumns > td > div > figure.img_multi  {
    width: 100%;
  }
  
  .four_clumns figure.img_multi span {
    margin: 0;
    width: 48%;
  }
}

#seminar_wine > .flex2:last-of-type,
#seminar_foodex > .flex2:last-of-type,
#seminar_exhibitor > .flex2:last-of-type,
#seminar_frozen > .flex2:last-of-type {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0 20px;
}

#seminar_wine > .flex2:last-of-type > a,
#seminar_foodex > .flex2:last-of-type > a,
#seminar_exhibitor > .flex2:last-of-type > a,
#seminar_frozen > .flex2:last-of-type > a {
  display: block;
  margin: 0 20px;
}

#seminar_frozen .table_seminar td span {
  display: block;
  margin-top: 10px;
}


@media(max-width:768px) {  
  #seminar_wine > .flex2:last-of-type,
  #seminar_foodex > .flex2:last-of-type,
  #seminar_exhibitor > .flex2:last-of-type,
  #seminar_frozen > .flex2:last-of-type {
    flex-direction: column;
    gap: 10px;
  }
  
  #seminar_wine > .flex2:last-of-type > a,
  #seminar_foodex > .flex2:last-of-type > a,
  #seminar_exhibitor > .flex2:last-of-type > a,
  #seminar_frozen > .flex2:last-of-type > a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }

  #seminar_frozen .table_seminar td span {
    margin-top: 5px;
  }
}

/*===== ■3. FOODEXステージ Page =====*/
#seminar_foodex .table_seminar {
  width: 100%;
}

#seminar_foodex section section > .inner {
  padding: 0;
}

#seminar_foodex section:last-of-type > .inner {
  padding: 0;
}

#seminar_foodex > div.flex2:last-of-type {
  margin: 0 auto;
  padding: 0 20px;
}

#seminar_foodex_preface p {
  margin: 60px 20px 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}


@media (max-width: 768px) {
  #seminar_foodex_preface p {
    margin-top: 6.67vw;
    text-align: left;
    font-size: 1.4rem;
  }
}


/*===== ■4. 出展者セミナー Page =====*/
#seminar_exhibitor .table_seminar {
  width: 100%;
}

#seminar_exhibitor section:last-of-type > .inner {
  padding: 0 20px;
}

#seminar_exhibitor > div.flex2:last-of-type {
  margin: 0 auto;
  padding: 0 20px;
}


@media (max-width: 768px) {
  #seminar_exhibitor section:last-of-type > .inner {
    padding: 0 2.67vw;
  }
}