@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
/* ボタン
------------------------------------ */
.btn1 {
	padding: 0.3em 0.5em;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	background-color: #fdea4a;
	border: 1px solid #fdea4a;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

.btn1:hover {
	opacity: 0.7;
}

.btn1.guidebook::before {
	content: "";
	width: 22px;
	height: 20px;
	background: url(/image/food2026/common/icon_guidebook.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.map::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/image/food2026/common/icon_map.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.exhibitor::before {
	content: "";
	width: 26px;
	height: 19px;
	background: url(/image/food2026/common/icon_exhibitor.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn1.seminar::before {
	content: "";
	width: 22px;
	height: 20px;
	background: url(/image/food2026/common/icon_seminar.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn2 {
	padding: 0.5em 3.5em 0.5em 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	background: #fdea4a url(/image/food2026/common/icon_arrow_circle_base.svg) no-repeat right 0.75em center / 1.3125em;
	border: 1px solid #fdea4a;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	font-size: 2rem;
	font-feature-settings: "palt";
}

.btn2.pdf {
	background: #fdea4a url(/image/food2026/common/icon_pdf.svg) no-repeat right 0.75em center / 21px 26px;
}

.btn2:hover {
	opacity: 0.7;
}

.btn3 {
	padding: 0.5em 3.5em 0.5em 2em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #ffffff;
	background: #dd0000 url(/image/food2026/common/icon_arrow_circle_red.svg) no-repeat right 0.75em center / 20px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.8rem;
	line-height: 1;
}

#header .btn3,
#popupMenu .btn3 {
	border: 1px solid #ffffff;
}

.btn3 .large {
	font-size: 2rem;
	font-weight: 700;
}

.btn3:hover {
	opacity: 0.7;
}

.btn4 {
	padding: 0.3em 0.5em;
	font-weight: 700;
	color: #ffffff;
	background: #ff6d01;
	border: 1px solid #ff6d01;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.btn4.mypage::before {
	content: "";
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/image/food2026/common/icon_mypage.svg) #ff6d01;
	background-size: contain;

}

.btn4:hover {
	opacity: 0.7;
}

.btn5 {
	padding: 0.3em 0.5em;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	background-color: #FFF;
	border: 1px solid #fdea4a;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}

.btn5:hover {
	opacity: 0.7;
}

.btn5.exhibitorOnly::before {
	content: "";
	width: 13px;
	height: 17px;
	background: url(/image/food2026/common/icon_member.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.btn6 {
	padding: 20px 100px;
	border: 2px solid #ffc600;
	background: url(/image/food2026/common/icon_arrow_circle_y.svg) right 5% center no-repeat #FFF;
	border-radius: 10px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	position: relative;
	top: 0;
	box-shadow: 0 3px #ffc600;
	transition: all 0.3s ease-in-out 0s;
}

.btn6:hover {
	top: 5px;
	box-shadow: 0 0 #ffc600;
}

.btn6 .large {
	font-size: 2.4rem;
}

/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	display: flex;
	gap: 20px;
}

.menu {
	flex-grow: 1;
}

.menu li {
	position: relative;
}

.menuItem > a {
	margin-bottom: 1.1em;
}

.menuItem a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem a:hover {
	opacity: 0.7;
}

.subMenu li {
	padding-left: 1em;
}

.subMenu li::before {
	content: "";
	width: 6px;
	height: 1px;
	background: #fbe102;
	position: absolute;
	top: 50%;
	left: 0;
}

.subMenu li {
	margin-bottom: 1em;
}

.subMenu li:last-child {
	margin-bottom: 0;
}

/* 外部リンクのアイコン */
.menuItem a[target="_blank"]::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	margin-left: 0.5em;
	background: url(/image/food2026/common/icon_target.svg) no-repeat center center / contain;
}

/* 専用ページのアイコン */
.menuItem a.forMember::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
	background: url(/image/food2026/common/icon_lock.svg) no-repeat center center / contain;
}

.bannerWrap {
	display: flex;
}

#menuBannerWrap {
	gap: 25px;
}

.banner {
	background: #fff;
	height: fit-content;
}

#footerBannerWrap .banner:nth-of-type(2) img {
	width: 166px;
}

.banner a {
	display: block;
	transition: 0.3s ease-in-out;
}

.banner a:hover {
	opacity: 0.7;
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 110px;
	/* min-width: 1080px; */
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}

#headerInner {
	height: inherit;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	background: linear-gradient(0deg,rgba(73, 39, 0, 0.8) 0%, rgba(112, 72, 0, 0.8) 100%);
}

#hLogo ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#headerInner .btn3 {
	font-size: 2rem;
}

#headerInner .btn3 .large {
	font-size: 2.4rem;
}

@media screen and (max-width: 1430px) {
	#hLogo ul li:nth-child(1) img{
		width: 150px;
	}

	#hLogo ul li:nth-child(2) img{
		width: 120px;
	}

	#header {
		height: 90px;
		font-size: 1.3rem;
	}

	#headerInner {
		padding: 0 20px;
	}

	#headerInner .btn3 {
		font-size: 1.6rem;
	}

	#headerInner .btn3 .large {
		font-size: 1.8rem;
	}

	#menuBtn {
		width: 68px!important;
		height: 68px!important;
	}
}

#linkAreaCv {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#linkAreaCv li:nth-child(1) {
	flex: 1;
}

/* 追従ナビ */
/* ------------------------------------ */
#linkAreaList {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#linkArea {
	display: flex;
	align-items: center;
	gap: 10px;
}

#linkAreaIn {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#linkAreaCv .btn3 {
	width: 100%;
	padding: 0.3em 3.5em 0.3em 2em;
}


/* ポップアップメニュー */
#menuBtn {
	width: 76px;
	height: 76px;
	/* position: fixed;
	top: 15px;
	left: calc(50% + 298px); */
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 2px solid #fdea4a;
	border-radius: 5px;
	cursor: pointer;
	z-index: 21;
}

#menuIcon {
	width: 40px;
	height: 40px;
	position: relative;
}

.menuIconBar {
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	background-color: #333333;
	transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: 0px;
}
.menuIconBar:nth-of-type(2) {
	top: 10px;
}
.menuIconBar:nth-of-type(3) {
	top: 20px;
}

#menuIcon:after {
	content: "メニュー";
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* メニュー開いた時 */
#menuBtn.open .menuIconBar:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}
#menuBtn.open .menuIconBar:nth-of-type(2) {
	opacity: 0;
}
#menuBtn.open .menuIconBar:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg);
}
#menuBtn.open #menuIcon::after {
	content: "閉じる";
}

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100vh;
	padding: 120px 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(40, 39, 39, 0.93);
	z-index: 20;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	height: 100%;
	max-width: 750px;
	margin: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#popupMenu .menuWrap {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}

#popupMenu .menuItem a {
	font-size: 1.6rem;
}

#popupMenu .menuItem a.parent {
	font-size: 1.8rem;
}

#popupMenuCvBtn {
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	background: url(/image/food2026/common/footer_bg.png) no-repeat center center / cover;
	z-index: 1;
}

#footer::before {
	content: "";
	width: 50%;
	height: calc(100% - 100px);
	position: absolute;
	top: 0;
	right: 0;
	background-color: #343233;
	z-index: -1;
}

.footerInner {
	display: flex;
}

#footerLeft {
	width: 410px;
}

.footerLogo {
	margin-bottom: 15px;
}

.footerLogo2 {
	margin-bottom: 15px;
	text-align: center;
}

.footerInfo {
	margin-bottom: 30px;
	position: relative;
}

.footerInfoAccessLink {
	position: absolute;
	right: 0;
	bottom: 2px;
	transition: 0.3s ease-in-out;
}

.footerInfoAccessLink img {
	width: 50px;
	height: auto;
}

.footerInfoAccessLink:hover {
	opacity: 0.7;
}

.footerContact {
	padding: 20px 30px 30px;
	background-color: #fff;
	border: 1px solid #cd1939;
}

.footerContactText1 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.4286;
}

.footerContactText2 {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
}

.footerContactTel {
	margin-bottom: 5px;
	text-align: center;
}

.footerContactHour {
	font-size: 1.2rem;
	text-align: center;
}

.footerContactMail {
	margin-bottom: 10px;
	text-align: center;
}

.footerContactLink {
	text-align: center;
}

.footerContactLink .btn3 {
	width: 326px;
	padding: 15px 50px;
	font-weight: bold;
}

#footerRight {
	width: 50%;
	margin-left: auto;
	padding-left: 40px;
}

#footerMenu {
	margin-bottom: 30px;
}

#footerMenu .menuItem a.parent {
	font-size: 1.6rem;
}

#footerMenuBottom {
	margin-bottom: 35px;
	padding-top: 25px;
	border-top: 1px solid #7b7a7a;
}

#footerMenuBottom .menu {
	display: flex;
	gap: 60px;
}

#footerMenuBottom .menuItem {
	flex-grow: 1;
}

#footerBannerWrap {
	margin-bottom: 20px;
	column-gap: 10px;
}

.footerCopyright {
	padding-bottom: 20px;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.menu a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.menu a.out::after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/image/food2026/common/icon_out.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.menu a.exhibitorOnly::before {
	content: "";
	width: 13px;
	height: 17px;
	background: url(/image/food2026/common/icon_memberonly.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.menu a.mypage::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/image/food2026/common/icon_mypage.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* ページトップ */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 11;
}

#pagetop a {
	display: block;
	transition: 0.3s ease-in-out;
}

#pagetop a:hover {
	opacity: 0.7;
}

/* add */
@media screen and (max-width: 1000px) {
	.footerInner {
    flex-wrap: wrap;
    justify-content: center;
	}
	#footerLeft {
    width: 100%;
    max-width: 410px;
	}
	#footerRight {
    width: 100%;
    margin: 30px auto 0;
    background-color: #343233;
    padding: 60px 60px 30px 60px;
	}
	#footer::before {
    display: none;
	}
	#footerBannerWrap {
    justify-content: center;
	}
	.footerCopyright {
    text-align: center;
	}
	.menuItem a {
    font-size: 16px;
	}
}
@media screen and (max-width: 930px) {
	#hLogo {
    max-width: 150px;
	}
	#hLogo ul {
    gap: 10px;
	}
}
@media screen and (max-width: 767px) {
  #linkAreaIn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(73, 39, 0, 0.8) 0%, rgba(112, 72, 0, 0.8) 100%);
  }
  #linkAreaList {
    display: none;
  }
	#linkAreaBtnWrap {
    padding: 10px;
    margin: 0;
	}
	#linkAreaCv {
    padding: 0;
	}
	#linkAreaCv .btn3 {
    font-size: 13px;
    padding: 10px 34px 10px 10px;
    justify-content: flex-start;
    line-height: 1.1;
	}
	.btn4 {
    padding: 17px 10px;
	}
	#hLogo ul {
    gap: 8px;
	}
	#hLogo ul li a img {
    display: block;
	}
	#menuIcon:after {
    font-size: 12px;
	}
	#popupMenuInner {
    flex-wrap: wrap;
    overflow-y: auto;
    max-width: 750px;
    flex-direction: row;
	}
	#popupMenu .menuWrap {
    flex-wrap: wrap;
	}
	#header .btn3, #popupMenu .btn3 {
    flex-wrap: wrap;
	}
	#menuBannerWrap {
    flex-wrap: wrap;
    justify-content: center;
	}
	#footerMenu {
    flex-wrap: wrap;
	}
	#footerBannerWrap {
    flex-wrap: wrap;
    gap: 20px;
	}
	.footerContactLink .btn3 {
    width: 100%;
	}
	#footerRight {
    padding: 60px 30px 30px 30px;
	}
	.banner {
    padding: 0;
	}
	.footerContactText1 {
    font-size: clamp(14px, 1vw, 16px);
	}
	.footerContactText2 {
    font-size: clamp(17px, 1.3vw, 20px);
	}
	.footerContactHour {
    font-size: clamp(14px, 1vw, 16px);
    padding: 8px 0 0 0;
	}
	#pagetop {
    right: 10px;
    bottom: 90px;
	}
}