@charset "UTF-8";
/* ========================= */
/* common */
/* ========================= */
:root {
  --foods-color: #EA5413;
  --foods-bgcolor: #FFF1B9;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.pc_hide {
  display: none;
}
.foods_pc {
  background-color: #fffddd;
  padding: 16px 0 6px;
}
.foods_pc h1 img {
  display: block;
  max-width: 1035px;
  margin: 0 auto 24px;
  border-radius: 16px 16px 0 0;
}
.foods_lead {
  margin: 40px auto;
  max-width: 740px;
}
.foods_leadMain {
  position: relative;
  width: fit-content;
  margin: 0 auto 16px;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  color: #EA5413;
  font-weight: bold;
}
.foods_leadMain::before {
  position: absolute;
  content: "";
  background-image: url(../image/yatai_30tenpo.png);
  width: 146px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -80px;
  left: -100px;
}
.foods_leadTxt {
  font-size: 17px;
  line-height: 1.6;
}
.foods_sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  body {
    height: auto;
  }
.pc_hide {
  display: block;
}
.sp_hide {
  display: none;
}
.foods_pc {
  display: none;
}
.foods_sp {
  display: block;
}
.title_block.title_h1 {
  display: none;
}
.foods_sp h1 {
  width: 100%;
}
.foods_sp h1 img {
  margin: 16px auto;
  width: 92%;
  border-radius: 16px 16px 0 0;
}
.foods_lead {
  margin: 24px auto;
  padding: 0 16px;
}
.foods_leadMain {
  font-size: 22px;
}
.foods_leadMain::before {
  width: 170px;
  height: 170px;
  top: -170px;
  left: -30px;
}
.foods_leadTxt {
  font-size: 16px;
  text-align: justify;
}
}
/* foods_slide =================== */
.foods_slideWrap {
  display: flex;
  overflow: hidden;
}
.foods_slideLst {
  display: flex;
  list-style: none;
  padding: 0
}
.slide-l {
  animation: slide-left 80s infinite linear 0.5s both;
}
.foods_slideLst li {
  width: 140px;
  height: 140px;
}
.foods_slideLst li>img {
  width: 100%;
  object-fit: contain;
}
@keyframes slide-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.slide-r {
  animation: slide-right 80s infinite linear 0.5s both;
}
@keyframes slide-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
@media only screen and (max-width: 736px) {
.foods_slideLst li {
  width: 90px;
  height: 90px;
}
}
/* ======================================= */
/* 出店舗一覧 */
/* ======================================= */
.tenpo {
  background-color: var(--foods-bgcolor);
  padding: 50px 0 70px;
  position: relative;
}
/* h2 common ==================== */
.foods_wrap h2 {
  font-size: 22px;
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
  color: #FFF;
  padding: 10px;
  line-height: 1;
  background-color: var(--foods-color);
  border-radius: 50px;
}
.foods_wrap h2 span {
  font-size: 17px;
}
.tenpo_h2,
.gaiyou_h2,
.kaijo_h2 {
  position: relative;
}
.tenpo_h2::before,
.tenpo_h2::after,
.gaiyou_h2::before,
.kaijo_h2::before,
.kaijo_h2::after {
  position: absolute;
  content: "";
  background-image: url(../image/yatai-beer.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  left: -60px;
  top: -50px;
}
.tenpo_h2::after {
  background-image: url(../image/yatai-superfood.png);
  width: 140px;
  height: 120px;
  left: auto;
  right: -40px;
  top: -33px;
}
.gaiyou_h2::before {
  background-image: url(../image/yatai-golf.png);
  width: 250px;
  height: 150px;
}
.kaijo_h2::before {
  background-image: url(../image/yatai-barger.png);
  width: 180px;
  height: 90px;
  top: -30px;
}
.kaijo_h2::after {
  background-image: url(../image/yatai-gyusushi.png);
  width: 130px;
  height: 110px;
  left: auto;
  right: -40px;
  top: -35px;
}
.tenpo_flex {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  gap: 40px;
}
.tenpo_flex ul li {
  font-size: 20px;
  list-style: none;
  position: relative;
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 16px;
  font-weight: bold;
}
.tenpo_flex ul li::before {
  position: absolute;
  content: "●";
  color: #EC823C;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  font-size: 22px;
}
.tenpo_flex ul:nth-of-type(1),
.tenpo_flex ul:nth-of-type(2) {
  position: relative;
}

.tenpo_flex ul:nth-of-type(1)::before,
.tenpo_flex ul:nth-of-type(1)::after,
.tenpo_flex ul:nth-of-type(2)::before,
.tenpo_flex ul:nth-of-type(2)::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.tenpo_flex ul:nth-of-type(1)::before {
  background-image: url(../image/yatai-gyutan.png);
  width: 240px;
  height: 170px;
  top: 150px;
  left: -300px;
}
.tenpo_flex ul:nth-of-type(1)::after {
  background-image: url(../image/yatai-torikawa.png);
  width: 220px;
  height: 150px;
  bottom: -100px;
  left: -180px;
}
.tenpo_flex ul:nth-of-type(2)::before {
  background-image: url(../image/yatai-butaman.png);
  width: 170px;
  height: 120px;
  top: 210px;
  right: -230px;
}
.tenpo_flex ul:nth-of-type(2)::after {
  background-image: url(../image/yatai-beef.png);
  width: 240px;
  height: 170px;
  bottom: -80px;
  right: -150px;
}
/* ボタン */
.tenpo_btn {
  padding: 0 16px;
}
.tenpo_btn a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 200px;
  margin: 24px auto 0;
  padding: 10px 25px;
  border-radius: 80px;
  background-color: #FFF;
  color: var(--foods-color);
  border: 3px solid var(--foods-color);
  box-shadow: 0px 5px var(--foods-color);
  transition: 0.2s ease-in-out;
}
.tenpo_btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 12px;
  border-left-color: var(--foods-color);
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media (hover: hover) {
.tenpo_btn a:hover {
  box-shadow: none;
  transform: translate(0px, 5px);
  color: var(--foods-color);
}
}
@media only screen and (max-width: 768px) {
.tenpo {
  padding: 50px 0 50px;
}
.foods_wrap h2 {
  font-size: 20px;
  width: 86%;
  margin: 0 auto 24px;
}
.foods_wrap h2 span {
  font-size: 16px;
}
h2::after,
h2::before {
  display: none;
}
.tenpo_flex {
  display: block;
  width: 78%;
}
.tenpo_flex ul li {
  font-size: 17px;
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tenpo_flex ul li::before {
  left: -10px;
  font-size: 20px;
}
.tenpo_flex ul:nth-of-type(1)::before,
.tenpo_flex ul:nth-of-type(1)::after,
.tenpo_flex ul:nth-of-type(2)::before,
.tenpo_flex ul:nth-of-type(2)::after {
  display: none;
}
}
/* ======================================= */
/* 開催概要 */
/* ======================================= */
.gaiyou {
  margin: 70px auto;
  max-width: 900px;
}
.gaiyou_flex {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 10px;
}
.gaiyou_flex-l {
  width: calc(100% - 420px);
}
.gaiyou_ttl {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: bold;
}
.gaiyou_tableCtt {
  display: flex;
  align-items:stretch;
  gap: 8px;
  margin-bottom: 8px;
}
.gaiyou_tableTtlTtl {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 13px 4px;
  width: 100px;
  background-color: var(--foods-color);
  border-radius: 5px;
  text-align: center;
}
.gaiyou_tableCtt:nth-of-type(3) .gaiyou_tableTtlTtl {
  padding-top: 24px;
}
.gaiyou_tableTtlTxt {
  width: calc(100% - 108px);
  font-size: 17px;
  line-height: 1.3;
  padding-top: 4px;
}
.gaiyou_tableTtlTxt span {
  font-size: 15px;
  }
.txtMiddle {
  padding-top: 16px;
}
.gaiyou_flex-r {
  max-width: 400px;
  position: relative;
}
.gaiyou_map {
border: var(--foods-color) solid 3px;
}
.gaiyou_car {
  width: 240px;
  margin-top: 10px;
}
.gaiyou_flex-r::after {
  position: absolute;
  content: "";
  background-image: url(../image/yatai-car.png);
  width: 170px;
  height: 130px;
  right: -30px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
.gaiyou {
  margin: 50px auto;
}
.gaiyou_flex {
  flex-direction: column;
  margin-top: 0px;
  padding: 0 16px;
}
.gaiyou_flex-l {
  width: 100%
}
.gaiyou_ttl {
  font-size: 20px;
  margin-bottom: 16px;
}
.gaiyou_tableTtlTtl {
  font-size: 16px;
  width: 80px;
}
.gaiyou_tableCtt:nth-of-type(3) .gaiyou_tableTtlTtl {
padding-top: 32px;
}
.gaiyou_tableTtlTxt {
font-size: 16px;
width: calc(100% - 88px);
}
.gaiyou_tableTtlTxt span {
  font-size: 14px;
  }
.gaiyou_car {
  width: calc(100% - 150px);
  margin-top: 10px;
}
.gaiyou_flex-r::after {
  width: 145px;
  height: 115px;
  right: -10px;
  bottom: -10px;
}
}
/* ======================================= */
/* 会場の様子 */
/* ======================================= */
.kaijo {
  /* display: none; */
  background-color: var(--foods-bgcolor);
  padding: 60px 0;
  margin-bottom: 70px;
}
.kaijo_ctt {
  position: relative;
  max-width: 900px;
  margin: 2em auto 0;
}
.kaijo_flexItm img {
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
  border:2px solid #ea5413;
  box-sizing: border-box;
}
.kaijo_movie {
  width: 100%;
  max-width: 900px;
  margin: 2em auto 0;
}
.kaijo_movie li .round_zone {
  margin-top: 0.4em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .kaijo_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .kaijo_flexItm {
    width: 32%;
    height: 230px;
    object-fit: cover;
  }
  .kaijo_movie ul{
    display: flex;
    justify-content: space-between;
  }
  .kaijo_movie li{
    width: 47.5%;
    position:relative;
    object-fit:cover;
  }
}
@media only screen and (max-width: 768px) {
  .kaijo_movie li:first-child {
    margin-bottom: 1.3em;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    top: 48%;
    left: -13px;
    right: auto;
    padding: 0.4em;
    background: rgba(255,255,255,0.8);
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 48%;
    right: -13px;
    left: auto;
    padding: 0.4em;
    background: rgba(255,255,255,0.8);
  }
}
/*.kaijo_movie li::after{
  position: absolute;
  content: "";
  background: url(../image/ico_play.png) 50% 50% no-repeat;
  background-size: 100% auto;
  display: block;
  width: 35px;
  height: 35px;
  top: 105px;
  left: 155px;
}*/
.kaijo_movie li a {
  border:6px solid #ea5413;
}
@media only screen and (max-width: 768px) {
  .kaijo_innner {
    padding: 0 16px;
  }
  .kaijo_flexItm {
    width: 48%;
    height: 53.5vw;
    object-fit: cover;
  }
  .kaijo_flexItm a {
    pointer-events: none;
  }
  .kaijo_flexItm img {
    height: 53.5vw;
    object-fit: cover;
  }
  .kaijo_movie {
    display: block;
  }
  .kaijo_movie video {
    width: 100%;
    height: 280px;
  }
}
/*@media only screen and (max-width: 520px) {
  .kaijo_flexItm {
    width: 100%;
    height: 230px;
  }
  .kaijo_flexItm img{
    height: 230px;
  }
}*/
@media (hover: hover) and (pointer: fine) {
  .kaijo_flexItm a:hover,
  .kaijo_movie a:hover {
    opacity: 0.75;
  }
}
/* ======================================= */
/* 会場へのアクセス */
/* ======================================= */
.access {
  max-width: 900px;
  margin: 0 auto 80px;
}
.foods_txt {
  width: fit-content;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
}
.access_btn {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.access_btnItm {
  position: relative;
  height: 150px;
}
.access_btnItm :hover {
  opacity: 0.6;
  transition: 0.2s;
}
.access_btnItm img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 420px;
  height: 150px;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
}
.access_btnItm p {
  position: relative;
  bottom: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  line-height: 1.4;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.access_btnItm::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f138";
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 20px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
.access {
  margin: 0 auto 56px;
}
.access_ctt {
  padding: 0 16px;
}
.foods_txt {
  font-size: 16px;
  text-align: justify;
}
.access_btn {
  flex-direction: column;
  align-items: center;
}
.access_btnItm {
  height: 120px;
}
.access_btnItm img {
  max-width: 420px;
  height: 120px;
}
.access_btnItm p {
  position: relative;
  bottom: 84px;
  font-size: 18px;
}
}
/* SNS ============================ */
.foods_sns {
  max-width: 330px;
  margin: 40px auto;
  font-size: 17px;
  font-weight: bold;
}
.foods_snsHassin {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.foods_snsHassin::before,
.foods_snsHassin::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  background-color: #000;
  transform: rotate(-30deg);
  top: 0;
  left: -30px;
}
.foods_snsHassin::after {
  transform: rotate(30deg);
  top: 0;
  left: auto;
  right: -30px;
}
.foods_snsHmcup {
  font-size: 17px;
  text-align: center;
  margin: 10px;
  padding: 6px 10px;
  background-color: #2A816E;
  color: #FFF;
  border-radius: 5px;
}
.sns_flex {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 10px;
}
.sns_flex a img {
  width: 80px;
}
@media (hover: hover) {
.sns_flex a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
}
@media only screen and (max-width: 768px) {
.foods_sns {
  margin: 24px auto 40px;
}
}


@media screen and (max-width: 768px) {
  #wrap .blank {
      padding-left: 1.5em!important;
  }
}

/* ---------------------------------------------------
　お知らせ
---------------------------------------------------- */

.response_area {
	width:800px;
	margin:0.7em auto 2em;
	padding: 0 0 10px 0;
	border:2px solid #fbb5cb;
	background: #FFF2F7;
	position:relative;
}

.response_area h2 {
	font-size: 17px;
  background: #ffdae8;
	color:#000;
	padding:15px 0 12px;
	margin:0 0 10px 0;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #fbb5cb;
  border-radius: 0;
  line-height: 1.3;
}

.response_area p {
	padding:0px 25px;
	font-size: 16px;
	line-height:1.5;
	text-align: left;
}

.response_area a {
	float: right;
}

@media screen and (max-width: 768px) {
  .response_area {
    width:91%;
    margin: 2em auto;
  }
  
  .response_area h2 {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .fancybox-prev {
    left: -35px;
  }
  .fancybox-next {
    right: -38px;
  }
}