@charset "UTF-8";
/* CSS Document */
.container{
	padding:  60px 40px;
}
h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.04em;
    transform: skewX(-3deg);
	line-height: 1.4em;
	position: relative;
    display: inline-block;
}
h2:before {
    content: '';
    position: absolute;
    bottom: -4px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffed89;
    border-radius: 2px;
}
span.h2sub{
	font-size: 18px;
	font-family: 'Noto Sans JP','Roboto',sans-serif;
	margin-top: 0.5em;
}

h3{
	font-size: 20px;
	text-align: center;
    margin-bottom: 1em;
	font-family: 'Noto Sans JP','Roboto',sans-serif;
}
aside#event-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    height: calc(100vh - 136px);
	background-image: url("../img/event/2019event_header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
.event-header-inner {
    padding: 20px;
	text-align: center;
}
.event-header-inner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.event-date{
	padding: 0.5em 1em;
	color: #4a3d0f;
	background-color: #fdd000;
    font-weight: bold;
    opacity: 0.95;
	border-radius: 4px;
}

p.event-header-text{
	text-align: center;
	margin-bottom: 2em;
}

.header-submenu{
	background-color: #fdd000;
	width: 100%;
}
.header-submenu.fixed{
	position: fixed;
	top: 0;
	left: 0;
	animation: slideDown 0.3s 1 linear;
	z-index: 999;
}

#submenu_pc{
	display: block;
}
#submenu_sp{
	display: none;
}
@keyframes slideDown{
	0%{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100%{
		 -webkit-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideDown{
	0%{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100%{
		 -webkit-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}
}
.header-submenu ul li a, #event-menu{
	display: block;
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #4a3d0f;
	transition: 0.3s all;
}
.header-submenu ul li a:hover{
	color:#463809;
	transform: scale(1.05);
}

.about-left {
    width: 300px;
}

.about-right {
    width: calc(100% - 340px);
    margin-left: 40px;
}

#event-menu{
	display: none;
}

.food-list{
	margin-top: 20px;
}
.food-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    width: calc(100% / 4 - 16px);
    margin: 8px 8px 2em 8px;
}
.food-list li img{
	width: 100%;
	border-radius: 50%;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
}
.food-num {
    display: block;
    width: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #fdd000;
    color: #582919;
    font-weight: bold;
    border-radius: 7em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
span.food-shop-name{
	display: block;
    font-size: 14px;
    text-align: center;
	width: 100%;
}
span.food-shop-menu {
    display: block;
    font-weight: bold;
	max-width: calc(100% - 32px);
}

.menu-list {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
	margin-bottom: 1em;
}
#open-catering-list,
#open-yatai-list {
    font-weight: bold;
	cursor: pointer;
}
#open-catering-list img,
#open-yatai-list img{
	margin-right: 1em;
}

#open-catering-list i,
#open-yatai-list i{
	margin-left: 1em;
}

#suito table{
	width: 100%;
}

/* アクセス */
.ggmap {
    position: relative;
    padding-bottom: 300px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.route {
    margin: 0 20px;
    width: calc(25% - 40px);
    max-width: 300px;
    text-align: center;
}
.route img {
    display: block;
    margin: 0 auto;
    width: 40px;
}
.route-title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
}
.route p {
    color: #888;
    font-size: 0.9em;
}
#access{padding: 60px 0px;}
/* End アクセス */

#event-contact .container {
    max-width: 800px;
    padding: 40px;
    margin: 0 auto;
}

/* PRブース */
.pr-list {
    max-width: 640px;
	margin: 0 auto;
}
.pr-list li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
}
.booth_num {
    display: block;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-size: 14px;
    background-color: #36a563;
    color: #fff;
    font-weight: bold;
    border-radius: 7em;
}
.booth_wrap{
	padding: 0.5em;
	width: calc(100% - 3em);
}
.booth_co,
.booth_content{
	display: block;
	font-size: 14px;
	line-height: 1.4em;
}
.booth_co{
	color: #13441f;
	font-weight: bold;
}
/* End PRブース */

@media screen and (max-width: 864px){
	.container {
    padding: 60px 20px;
}
}
@media screen and (max-width: 756px){
		.food-list li {
    width: calc(100% / 3 - 16px);
}
	.header-submenu.fixed{
		position: relative;
	}
	#event-menu{
		display: block;
	}
	#submenu_pc{
	display: none;
}
	#submenu_sp{
		display: block;
	}
	.header-submenu ul{
		display: none;
	}
	.header-submenu ul li a, #event-menu{
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	.about-right {
    width: 100%;
    margin-left: 0px;
}
	.about-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
	.slick-slide img,
	.about-left img{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
	.route {
    width: calc(50% - 40px);
    max-width: 50%;
    margin-bottom: 20px;
}
	.event-date{
		display: block;
	}
	th{
		min-width: 100px;
	}
	.pr-list li{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
		.food-list li {
    width: calc(100% / 2 - 16px);
}
}