@charset "utf-8";
/* CSS Document */
/** reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; 
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  /*line-height: 1;*/
}




strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
/* -----------------
float
-----------------*/
.Fleft {
  float: left;
}
.Fright {
  float: right;
}
/* -----------------
clearfix
-----------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix {
  overflow: hidden;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* -----------------
LINK
-----------------*/
a:link, a:active, a:visited {
  color: #360000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #360000;
  /*    text-decoration	: underline;*/
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ---- font -----*/
/*html {
  font: 12px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}*/


html {
　font-size: 62.5%; 
  color: #000;
}


body {
  background-color: #fff;
  color: #000;
  font-family: "Gothic Medium BBB", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}
body a:link, body a:active, body a:visited, body a:hover {
  color: #000;
  text-decoration: none;
  /*   text-decoration: underline;*/
}
/*                    orderNav                     */
#orderNav {
  position: fixed;
  right: calc((50% - 75px) - 100% / 3);
  top: calc(100% - 150px - 3%);
}
#orderNav a {
  display: inline-block;
  height: 150px;
  width: 150px;
  color: #fff;
  text-align: center;
  background: #C50000;
  border-radius: 50%;
}
#orderNav a:hover {
  opacity: 0.7;
}
#orderNav p {
  padding: 30% 0 25% 0;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  background: url("../img/ordernav/arrow.png") no-repeat center bottom;
}
#main {
  font-family: "Gothic Medium BBB", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}
/*                    mainimg                     */
#mainimg {
  /*margin-bottom: 30px;*/
}
#mainimg img {
  max-width: 100%;
  height: auto;
}
/*                    ヘッダー部ロゴ                     */
#main header {
  text-align: center;
}
#main header h1 {
  margin: 0 auto 10px;
  text-align: center;
}
#main header h1 img {
  /* max-width: 20%;*/
  height: auto;
}

div.logo{
	margin-bottom: 1.25rem;
}

.logo-field {
display: flex;
justify-content: start;
padding-left: 10px;
}


/*                    ヘッダー部ナビ shop_nav                     */
#shopNav {
  margin-bottom: 50px;
  z-index: 10;
}
#shopNav ul {
  display: flex;
  border-right: #CCC 1px solid;
}
#shopNav ul li {
  padding: 10px 0;
  width: 33%;
  border-left: #CCC 1px solid;
}
#shopNav ul li a {
  text-align: center;
  color: #000;
  font-size: 1.0rem;
  font-weight: bold;
}
#shopNav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
}
/*                    main 共通                     */
#fes {
  min-height: 100%;
}
#main {
  margin: 20px auto 0px;
  max-width: 1000px;
}
#main .sp_var {
  display: none;
}
/*#main h2 {
	border-top:2px solid #dcdcdc;
	border-bottom:2px solid #dcdcdc;
	padding:15px 1em;
	margin-bottom:40px;
	text-align:center;
	font-size:2rem;
}
*/
#main div.el_wrapper h2.el_tittle {
  font-weight: bold;
  font-size: 1.6rem;
}
#main .note {
  margin-top: 10px;
  font-size: 0.8rem;
}
/*                    applybox                     */
#main .orderbox {
  margin-bottom: 50px;
  line-height: 2;
  font-size: 1.2rem;
}
#main .orderbox strong {
  font-weight: bold;
  font-size: 120%;
}
#main .orderbox a {
  text-decoration: underline;
}
/*                    shop_list                     */
#main .shop_list {
  font-size: 1.2rem;
}
#main .shop_list dl dt {
  display: inline;
  font-size: 1.5rem;
}
#main .shop_list dl dd {
  margin-bottom: 15px;
}
#main .shop_list a {
  text-decoration: underline;
}
body a.shoplist:link, body a.shoplist:active, body a.shoplist:visited {
  color: #000;
}
/*                    footer                    */
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  background: #fafafa;
}
footer.laco_fes_footer {
  padding: 26px 0;
}
.sns img {
  width: 20%;
}
.sns {
  display: flex;
  width: 40%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.ch_logo {
  width: 40%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
div.el_wrapper {
  padding: 0px 100px;
}
/*                  メインテキスト                   */
#main .el_text {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 60px;
}

#main .el_text_short {
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 60px 0;
  text-align: center;
}


#main .el_text_center {
  font-size: 1.6rem;
  letter-height: 1.2;
  padding: 0.75rem;
  margin-top: 2rem;
}
#main .el_wrap_text {
  font-size: 1.6rem;
  padding: 0 2rem 2rem 1rem;
}
#main .el_wrap_booth {
  font-size: 1.0rem;
  padding: 0 2rem 2rem 2rem;
}
/*                  coming-soon メニュー                 */
#shopNav ul li a.txt_disappear {
  text-align: center;
  color: #C3C3C3;
  font-weight: bold;
}
/*                  シェフ一覧                 */
/*article.el_wrapper {
        padding: 0px 20px;
    }
*/
section.el_wrapper_chef {
  padding: 0 0 1rem 0;
}
article.el_wrapper p.el_chef_day {
  font-size: 5.8rem;
  font-weight: bold;
  /*text-align: center;*/
  padding: 20px 0;
}
article.el_wrapper p.el_chef_day span {
  font-size: 5.8rem;
  color: #ddd;
}

article.el_wrapper h3.fes_title {
	font-size: 1.5rem;
    font-weight: 500;
    padding: 4rem 0 4rem 0;
}

article.el_wrapper h4.fes_title_middle {
	font-size: 1rem;
    font-weight: bold;
    padding: 3rem 0 1rem 0;
}

article.el_wrapper h3.chef_sub_tit {
  font-size: 1.8rem;
  font-weight: bold;
}
article.el_wrapper h3.chef_tit span {
  font-size: 1.4rem;
  padding-right: 5px;
}
article.el_wrapper h3.chef_tit span {
  font-size: 1.4rem;
  padding-right: 5px;
}
section.el_wrapper_chef ul li img {
  max-width: 100%;
  height: auto;
}
.el_wrapper section {
  margin-bottom: 100px;
}
.el_name {
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem;
}
.el_name_booth {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem 1rem 0.5rem 2rem;
}

.el_flex-item_title{
	font-weight: bold;
	font-size: 1.875rem;
	padding: 1.25rem 0;
}

.flex-item ul li h4 span.el_booth_n {
  font-size: 1.2rem;
 padding-top: 1rem;
  padding-bottom: 0.5rem;
  color: #454545;
}

.flex-item ul li.fes_text  {
 padding: 2rem;
}

.flex-item ul li.fes_text h4  {
 font-weight:bold;
 font-size:1.375rem;
 /*詳細入れたら戻す padding-bottom: 1.75rem;*/
}

.card-field {
display: flex;
}

.card-field .card-eat {
background: #ddd;
font-size: 0.8rem;
border-radius: 4px;
padding:2px 4px;
margin:0 5px 10px 0;
}

.fes_text p  {
font-size: 1rem;
margin:0 0 10px 0;
}

ul li ul.el_sns_logo {
  display: flex;
  width: 40%;
  height: auto;
}
ul li ul.el_sns_logo li {
  padding: 0 50px 0 0px
}
/*                  親                 */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}

/*                 1カラム 親                 */
.flex-container_01 {
  display: block;
  flex-wrap: wrap;
}
/*                  子                 */
.flex-item {
  background-color: #f7f7f7;
  width: 50%;
  border: 1px solid #fff;
  margin-bottom: 0.5rem;
}

/*                  子                 */
.flex-item_01 {
  background-color: #f7f7f7;
  width:  100%;
  border: 1px solid #fff;
  margin-bottom: 0.5rem;
}
.flex-item ul li.contents {
  padding: 30px 0;
}
.flex-item2 {
  background-color: #f7f7f7;
  width: 100%;
  margin: 1px;
}
body .flex-item a:hover {
  opacity: 0.5;
}
#main .el_text_come {
  font-size: 1.6rem;
  letter-height: 1.2;
  margin: 0px 0 200px 0;
}
/*                  タイムテーブルタブで切り替え                 */
/*** タブ切り替え全体 ***/
.kirikae-tab {
  background-color: none;
  width: 100%;
  margin: 10px 0;
}
/*** タブ部分のデザイン ***/
.tab-style01 {
	width: calc(100% / 3);
    height: 50px;
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
     color: #000;
    background-color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
	border: 1px solid #ddd;
    display: block;
    float: left;
}
.tab-style02 {
 width: calc(100% / 3);
    height: 50px;
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
  color: #000;
    background-color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
	border: 1px solid #ddd;
    display: block;
    float: left;
}
.tab-style03 {
 width: calc(100% / 3);
    height: 50px;
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
	border: 1px solid #ddd;
    display: block;
    float: left;
}
/*** ラジオボタンを消す ***/
input[name="tab-style"] {
  display: none;
}
/*** 内容部分のデザイン ***/
.tab-content {
  display: none;
  padding: 0 1px; /*中の余白*/
  background-color: #fff; /*背景色*/
  overflow: hidden;
}
/*** 選択タブの内容のみを表示する ***/
#all:checked ~ #all-content, #tab2:checked ~ #tab2-content, #tab3:checked ~ #tab3-content /*タブを増やす場合ここに足す*/ {
  display: block;
}
/* 1日目タブデザイン */
.kirikae-tab input:checked + .tab-style01 {
 	background-color: #000;
    color: #fff;
    border: 1px solid #ddd;
}
/*2日目タブデザイン */
.kirikae-tab input:checked + .tab-style02 {
	background-color: #000;
    color: #fff;
 	border: 1px solid #ddd;
}
/*3日目タブデザイン */
.kirikae-tab input:checked + .tab-style03 {
  	background-color: #000;
    color: #fff;
 	border: 1px solid #fff;
}
/*               タイムテーブル3日分                    */
#main article.el_wrapper table.time-table {
  width: 100%;
  text-align: center;
  color: #353535;
  font-size: 1.2rem;
  border-collapse: separate;
  /*padding: 20px 0;*/
  margin: auto;
  font-weight: bold;
}
.time-table thead {
  background: #d3e1e8;
}
.time-table th, .time-table td {
  border: 1px solid #fff;
  padding: 10px;
  background: #efefef;
  color: #fff;
  /*    width: 25%;*/
}
.time-table th.time, .time-table td.time {
  color: #000;
  vertical-align: middle;
  font-size: 1.2rem;
  width: 20%;
}
.time-table th.open {
  padding: 0;
  background: #3F3F3F;
}
.time-table th.first-day {
  padding: 10px;
  background: #6ebb52;
  font-size: 1.5rem;
}
.time-table td.first-day {
  padding: 10px;
  background: #6ebb52;
}
.time-table td.first-day-light {
  padding: 10px;
  background: #90CA7A;
  color: #fff;
}
.time-table th.second-day {
  padding: 10px;
  background: #000;
  font-size: 2.0rem;
}
.time-table td.second-day {
  padding: 10px;
  background: #000;
}
.time-table td.second-day-light {
  padding: 10px;
  background: #000;
  color: #fff;
}
.time-table th.third-day {
  padding: 10px;
  background: #33a2db;
  font-size: 2.0rem;
}
.time-table td.third-day {
  padding: 10px;
  background: #33a2db;
}
.time-table td.third-day-light {
  padding: 10px;
  background: #33a2db;
  color: #fff;
}
.time-table td.first-day-txt {
  color: #6ebb52;
}
.time-table td.second-day-txt {
  color: #000;
}
.time-table td.third-day-txt {
  color: #33a2db;
}
/*トップページお知らせ */
#main .news-list {
  list-style: none outside;
  margin: 0 0 2rem 0;
  padding: 0;
}
#main .news-list .item {
  max-width: 100%;
  margin: 0 auto;
}
#main .news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
#main .news-list .item:first-child a {
  border-top: 1px solid #ccc;
}
#main .news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 1.2rem;
  color: #999;
  padding: 0 20px 0 0;
}
#main .news-list .item .title {
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
}
#main .news-list .item a:hover .title {
  opacity: 0.7;
}
/*　ブースの色　*/
.table_booth, .table_booth_or, .table_booth_bl {
  font-size: 1.2rem;
}
/*.table_booth tbody tr .deep_col,.table_booth_or tbody tr.deep_col {
    background-color: #E70D11;
}*/
.table_booth {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.table_booth tbody tr.el_white {
  background-color: #fff;
}
.table_booth th, .table_booth td {
  border: 2px solid #fff;
  padding: 1rem;
  background-color: #ededed;
}
.table_booth thead th {
  background-color: #6ebb52;
  color: #fff;
  border: 2px solid #6ebb52;
  border-top: 1px solid;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_booth thead th:last-of-type {
  border-right: 2px solid #6ebb52;
}
.table_booth tbody th {
  color: #000;
  font-weight: bold;
  text-align: center;
}
/*　ブースの色　2　*/
.table_booth_or {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.table_booth_or tbody tr.el_white {
  background-color: #fff;
}
.table_booth_or th, .table_booth_or td {
  border: 2px solid #fff;
  padding: 1em;
  background-color: #ededed;
}
.table_booth_or thead th {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-top: 1px solid;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_booth_or thead th:last-of-type {
  border-right: 2px solid #000;
}
.table_booth_or tbody th {
  color: #000;
  font-weight: bold;
  text-align: center;
}
/*　ブースの色　3　*/
.table_booth_bl {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.table_booth_bl tbody tr.el_white {
  background-color: #fff;
}
.table_booth_bl th, .table_booth_bl td {
  border: 2px solid #fff;
  padding: 1em;
  background-color: #ededed;
}
.table_booth_bl thead th {
  background-color: #33a2db;
  color: #fff;
  border: 2px solid #33a2db;
  border-top: 1px solid;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_booth_bl thead th:last-of-type {
  border-right: 2px solid #33a2db;
}
.table_booth_bl tbody th {
  color: #000;
  font-weight: bold;
  text-align: center;
}
/*** 共通ボタン ***/
#main a.el-btn {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 1rem 3rem;
  font-size: 1rem;
 
}

#main a.el-btn:hover {
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  padding: 1rem 3rem;
  font-size: 1rem;
  color: #fff;
 
}



#main a.el-btn-border:hover {
  color: #fff;
  background: #000;
}

.timer {
  margin: 0;
  width: 100%;
  color: #5F5F5F;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px #ddd solid;
  padding: 15px;
  border-radius: 5px;
}
.timer #day, #hour, #minute, #second {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 5px;
}
#main .relative {
  position: relative;
}
#main .absolute {
  position: absolute;
  width: 20%;
  left: 0.5rem;
  top: 0.5rem;
  border-radius: 10%;
}
#main .el_badge_img {}
#main .badge {
  font-size: 1.75rem;
  color: #fff;
  padding: 1rem;
  position: absolute;
  bottom: 24%;
  width: 100%;
  text-align: center;
}
.bg-blue {
  background-color: #33a2db;
}
.bg-gl {
  background-color: #6ebb52;
}
.bg-bl {
  background-color: #000;
}
#countdown {
  font-size: 2rem;
  font-weight: bold;
  color: #757474;
  text-align: center;
  background-color: #ddd;
  width: 80%;
  margin: 0 auto 20px auto;
  line-height: 2.75rem;
  padding: 1rem;
  border-radius: 20px
}
#countdown .day {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/*モーダルウィンドウ START*/
.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  z-index: 2;
  overflow-y: scroll;
  border-radius: 30px;
}
#main .modal img {
  max-width: 100%;
  margin-bottom: 1.2rem;
}
#main .modal figcaption {
  margin-bottom: 1.2rem;
}
#main .modal figcaption h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
#main .modal figcaption p {
  line-height: 1.4rem;
}
/*モーダルウィンドウ　END*/
@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item .title {
    margin-top: 10px;
  }
}
/* 装飾 */
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.icon-text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0.5rem 2rem;
  gap: 1rem;
}
.icon-text img {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0.2rem 0;
}

.bm_2{
  margin-bottom: 2rem;
}

/* ページ内リンクボタン */

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

div.btn-In-page-link{
display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
　width: 100%;
}

.btn-In-page-link{
	background-color: #E9E9E9;
	color: #000;
    border: none;
    padding: 6px 32px;
     font-size:  1rem; 
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 10px auto;
    width: 49.7%;

} 

.btn-In-page-link:hover{
  opacity: 0.7;
} 
.main-layout{
	display: flex;
}

 div .main-image  {
  max-width: 100%;  
  height: auto;
}

/*
 div.main-text  {
  max-width: 50%;
  margin-right: 50px;
  height: auto;
}*/

 div.main-image img  {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

    #main .book_text {
        font-size: 1rem;
        letter-height: 1.2;
        margin-bottom: 2rem;
    }



@media only screen and (max-width: 767px) {
  /*                  SPとPCの場合分け                    */
  #main .pc_var {
    display: none;
  }
  #main .sp_var {
    display: block;
  }
  /*                   スマホ横の余白                     */
  #main .detailbox {
    padding: 0 8%;
  }
  /*                   orderNav                     */
  #orderNav {
    right: 3%;
  }
  #orderNav a {
    max-width: 100px;
    max-height: 100px;
    color: #fff;
  }
  #orderNav a p {
    font-size: 1.2rem;
    background-size: 50%;
  }
  #main {
    font-size: 1.2rem;
  }
  #main h1 img {
    max-width: 100%;
  }
  #main h2 span {
    display: block;
    font-size: 70%;
  }
  #main .limited {
    font-size: 0.9rem;
  }
  #shopNav {
    margin-bottom: 20px;
	text-align: right;
    padding: 0 20px 0 0;
	
  }
  #shopNav ul {
    position: absolute;
    display: none;
    padding-top: 180px;
    border-right: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
  }
  #shopNav ul li {
    width: 100%;
    border-left: none;
    /*border-bottom: 2px #555 dotted;*/
  }
  #shopNav ul li a:link, #shopNav ul li a:hover, #shopNav ul li a:visited {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    font-size: 1.2rem;
    color: #000;
  }
  #shopNav .menuTrigger {
    position: relative;
    padding: 10px;
    display: inline-block;
    /*background: #000;*/
    line-height: 0;
    border-radius: 20%;
    z-index: 20;
	/*右上に移動*/  
	top: -60px;
    right: 0px;
  }
  #shopNav .menuTrigger a, #shopNav .menuTrigger a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #shopNav .menuTrigger a {
    position: relative;
    width: 27px;
    height: 15px;
  }
  #shopNav .menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    line-height: 0;
  }
  #shopNav .menuTrigger span:nth-of-type(1) {
    top: 0px;
  }
  /*#shopNav .menuTrigger span:nth-of-type(2) {
    top: 13px;
  }*/
  #shopNav .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  #shopNav.active .menuTrigger span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-315deg);
    transform: translateY(1px) rotate(-315deg);
  }
  #shopNav.active .menuTrigger span:nth-of-type(2) {
    opacity: 0;
  }
  #shopNav.active .menuTrigger span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
  }
  #main .special .image img {
    max-width: 100%;
  }
  #main .special {
    display: block;
    padding: auto 5%;
  }
  #main .special .detail {
    padding: 0 8%;
    width: 86%;
  }
  #main .lineup_list {
    display: block;
  }
  #main .lineup_list .cakebox {
    width: 100%;
  }
  #shopNav ul li a.txt_disappear {
    text-align: center;
    color: #C3C3C3;
    font-weight: bold;
  }
	
 #main header .logo img {
    max-width: 80%;
  }
  #main header h1 img {
    max-width: 70%;
  }
  #main div.el_wrapper h2.el_tittle {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #main .el_text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
	
#main .el_text_short {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
}

	
 #main .book_text {
    font-size: 1rem;
    letter-height: 1.2;
    margin-bottom: 1rem;
  }

.el_flex-item_title{
	font-weight: bold;
	font-size: 1.375rem;
	padding: 1.25rem 0;
}
	
.flex-item ul li.fes_text h4  {
 font-weight:bold;
 font-size:1.25rem;
 /*詳細入れたら戻す padding-bottom: 1.75rem;*/
}
	

  #main .el_wrap_booth {
    font-size: 1.0rem;
    padding: 0 2rem 2rem 2rem;
  }
  .el_text .el_br_sp {
    display: none;
  }
  /*	.el_name_booth p.el_indent{
		text-indent: 1rem;
	}*/
  .el_br_sp_countdown {
    line-height: 0.5rem;
  }
  .sns img {
    width: 60%;
  }
  div.el_wrapper {
    padding: 0px 20px;
  }
  /*                  シェフ一覧 START                 */
  section.el_wrapper_chef ul li img {
    max-width: 100%;
    height: auto;
  }
  .el_name {
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: bold;
  }
  .flex-item .el_name span {
    font-size: 1.2rem;
    padding-right: 5px;
    color: #454545;
  }
  .el_name_booth {
    font-size: 1.0rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem;
  }
  .flex-item ul li h4 span.el_booth_n {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    color: #454545;
  }
  /*.el_wrapper_chef ul li.el_link{
font-size:1.4rem;
color:#000;
text-decoration:underline;
padding-bottom: 1rem;
}*/
  ul li ul.el_sns_logo {
    display: flex;
    width: 50%;
    height: auto;
  }
  ul li ul.el_sns_logo li {
    padding: 0 20px 0 0px
  }
  article.el_wrapper h3.chef_tit {
    font-size: 1.6rem;
    font-weight: bold;
  }
	
 article.el_wrapper h3.chef_sub_tit {
    font-size: 1.4rem;
    font-weight: bold;
  }
  article.el_wrapper h3.chef_tit span {
    font-size: 1.2rem;
    padding-right: 5px;
  }
  article.el_wrapper p.el_chef_day {
    font-size: 2.625rem;
    font-weight: bold;
  }
  article.el_wrapper p.el_chef_day span {
    font-size: 2.625rem;
    display: inline-block;
    color: #ddd;
  }
  /*                  親                 */
  .flex-container {
    display: block;
    flex-wrap: wrap;
  }
  /*                  子                 */
  .flex-item {
    background-color: #f7f7f7;
    width: 100%;
    margin-bottom: 1rem;
  }
  .flex-item ul li.contents {
    padding: 70px 0;
  }
  #main .el_text_come {
    font-size: 1.6rem;
    letter-height: 1.2;
    margin: 0px 0 100px 0;
  }
  .time-table th.time, .time-table td.time {
    color: #000;
    vertical-align: middle;
    font-weight: bold;
  }
  .time-table th.open {
    padding: 0;
    background: #3F3F3F;
  }
  .time-table th.first-day {
    padding: 10px;
    background: #6ebb52;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .time-table td.first-day {
    padding: 10px;
    background: #6ebb52;
  }
  .time-table th.second-day {
    padding: 10px;
    background: #000;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .time-table td.second-day {
    padding: 10px;
    background: #000;
  }
  .time-table th.third-day {
    padding: 10px;
    background: #33a2db;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .time-table td.third-day {
    padding: 10px;
    background: #33a2db;
  }
  .time-table td.first-day-txt {
    color: #6ebb52;
    font-weight: bold;
  }
  .time-table td.second-day-txt {
    color: #000;
    font-weight: bold;
  }
  .time-table td.third-day-txt {
    color: #33a2db;
    font-weight: bold;
  }
  article.el_wrapper {
    padding: 0px 20px;
  }
  #main .relative {
    position: relative;
  }
  #main .badge {
    height: 20px;
    padding: 0 0.2rem;
    border-radius: 5%;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 40%;
  }
  #main .el_badge_img {}
  .bg-blue {
    background-color: #33a2db;
  }
  /*　ブース　1日目*/
  .table_booth {
    text-align: left;
  }
  .table_booth thead {
    display: none;
  }
  .table_booth th, .table_booth td {
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: #efefef;
  }
  .table_booth tbody th {
    background: #6ebb52;
    color: #fff;
    border-top: 1px solid;
  }
  .table_booth td::before {
    content: attr(data-label);
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
  /*　ブース　2日目　*/
  .table_booth_or {
    text-align: left;
  }
  .table_booth_or thead {
    display: none;
  }
  .table_booth_or th, .table_booth_or td {
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: #efefef;
  }
  .table_booth_or tbody th {
    background: #000;
    color: #fff;
    border-top: 1px solid;
  }
  .table_booth_or td::before {
    content: attr(data-label);
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
  /*　ブース　3日目　*/
  .table_booth_bl {
    text-align: left;
  }
  .table_booth_bl thead {
    display: none;
  }
  .table_booth_bl th, .table_booth_bl td {
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: #efefef;
  }
  .table_booth_bl tbody th {
    background: #33a2db;
    color: #fff;
    border-top: 1px solid;
  }
  .table_booth_bl td::before {
    content: attr(data-label);
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
	
}
	
/*モーダルウィンドウ スマホ　START*/
@media only screen and (max-width: 767px) {
  .modal {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    z-index: 20;
    overflow-y: scroll;
    border-radius: 10px;
  }
  #main .modal img {
    max-width: 100%;
    margin-bottom: 1.2rem;
  }
  #main .modal figcaption {
    margin-bottom: 1.2rem;
  }
  #main .modal figcaption h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #main .modal figcaption p {
    line-height: 1.4rem;
  }
  .icon-text {
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 0 0 1rem 2rem;
    gap: 1rem;
  }

article.el_wrapper h3.chef_tit {
  font-size: 1.8rem;
  font-weight: bold;
  padding:1rem 0 0.5rem 0;
	
}
	
.btn-In-page-link{
	background-color: #E9E9E9;
	color: #000;
    border: none;
    padding: 2px;
     font-size: 0.8rem; 
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 10px auto;
    width: 49%;

} 
	
article.el_wrapper h3.fes_title {
	font-size: 1.375rem;
    font-weight: bold;
    padding: 1rem 0 2rem 0;
}


}
/*-------------------------------------------------------------------------
	SOMETIMES_USED
/*-----------------------------------------------------------------------*/
div, ul, dl {
  zoom: 1;
}
#main h3 {
  line-height: 1.6;
}
#main div:after, #main section:after, #main article:after, #main ul:after, #main dl:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}