
@media screen and (max-width: 1000px) {
/*===============================================================================
ナビゲーション
===============================================================================*/	
#top-head .logo {
	font-size: 13px;
	width: 45%;
	transition: all 0.3s;
}
#top-head .headlink {
	margin-top: 25px;
	font-size: 13px;
	width: 45%;
	transition: all 0.3s;
}
#top-head .headlink ul li a {
	font-size: 14px;
}
#top-head .headlink {
	font-size: 12px;
	padding-top: 0px;
}
#global-nav {
	font-size: 13px;
}
#global-nav ul li a {
	padding: 15px 10px;
	font-size: 14px;
}
#dropmenu li ul {
	display: none;
}
footer .container {
	display: block;
}
footer .link, footer .copy {
	width: 100%;
}
footer ul li.link, footer ul li.staff, footer ul li.inquiry {
	white-space: nowrap;
	clear: both;
}
}

@media screen and (max-width: 768px) {
/*===============================================================================
共通
===============================================================================*/	

article {
	margin-top: 65px;
}
#column {
	padding-left: 0%;
	padding-right: 0%;
}
.container {
	margin-left: 10px;
	margin-right: 10px;
}
#event .topimg, #about .topimg, #topics .topimg, #inquiry .topimg, #link .topimg, #staff .topimg {
	background: linear-gradient(0deg, rgba(246, 255, 0, .5), rgba(96,179,95, .5)), url(../../../common/css/none);
}
.second article .page .tit {
	background: #845858;
	padding: 5px 10px 0px 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.second article .page .tit p {
	color: #FFF;
}
.info {
	margin: 0px 0%;
}
.second .topimg .page, .second article .page {
	display: block;
}
.second .topimg .page .tit, .second .topimg .page .link, .second article .page .tit, .second article .page .link {
	width: 100%;
}
.second .topimg .page .link, .second article .page .link {
	text-align: left;
}
.second .topimg .title h1 {
	padding: 10px 0px;
}
.second article .btn01 a, .second article .btn02 a {
	width: 100%;
}
.info.gaiyou dl dd .text, .info.gaiyou dl dd .naiyou {
	width: 100%;
}
.info.gaiyou dl dd .btn {
	width: 100%;
}
/*===============================================================================
ナビゲーション
===============================================================================*/	

#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 63px;
	padding-top: 0;
	z-index: 999;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	width: 100%;
}
#top-head .logo img {
	width: 100px;
	transition: all 0.3s;
}
#top-head .logo p {
	margin: 0px;
	padding: 0px;
}
#top-head .headlink {
	display: none;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0px;
}
#global-nav ul li {
	position: static;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#global-nav ul li a:hover {
	background: #454545;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
/*===============================================================================
フッター
===============================================================================*/
footer .container {
	display: block;
}
footer {
	background: #dad6d1 url(../img/footer_bk01.png) right 50px no-repeat;
}
footer .container .link {
	display: block;
}
footer ul li.event, footer ul li.about, footer ul li.topics {
	float: none;
}
footer .copy, footer .link {
	width: 100%;
}
footer .copy img {
	width: 100%;
}
#fixedTop img {
	width: 50px;
}
/*===============================================================================
トップ
===============================================================================*/
#top .about .container {
	background-size: 50%;
}

#top .about p {
	font-size: 18px;
}
#top .read p {
	text-align: left;
}
.info dl {
	display: block;
}
.info dl dt {
	margin-bottom: 5px;
}
.info dl dt, .info dl dd, .info dl dd .text, .info dl dd .btn {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.info dl dd {
	display: block;
}
.info dl dd .text {
	margin-top: 10px;
}
.info dl dd .btn {
	padding: 10px 0px 0px 0px;
}
#top article .topics {
	background-size: 80%;
}
#top .about {
	background-size: 50%;
}
#top .sns .container {
	display: block;
}
#top .sns .container div.facebook, #top .sns .container div.twitter,#top .twitter_tag .border  {
	min-width: 100%;
	padding: 0px 40px 40px 40px;
}
	#top .twitter_tag {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	iframe {
	width: 100% !important;
}
	#top .twitter_tag .border {
	width: auto;
}
#top .twitter_tag .border {
	padding: 0px 40px 40px 40px;
	width: 100%;
	min-width: 100%;
}
	#top .twitter_tag .border iframe {
		max-height: 250px !important;
	}
#top .twitter_tag .border {
	width: auto;
	border: none;
}
	#top .bk_gray h2 {
		margin: 0px 40px 0px 40px;
		padding-bottom: 10px;
		border-bottom: 2px solid #60b35f;
	}
	#top .twitter_tag .border iframe {
		}

#top .sns .container div.instagram {
	min-width: 100%;
	padding: 20px;
}
#top .sns .container div.facebook .photo {
	display: flex;
	justify-content: center;
}
#top .sns .container div.facebook .photo, #top .sns .container div.instagram .photo, #top .sns .container div.twitter .photo {
	height: auto;
	width: 100%;
}
#top .sns .container div.facebook .photo iframe, .fb_iframe_widget span, #top .sns .container div.twitter .photo iframe {
	height: 250px !important;
}
#top .sns .container div .btn01 {
	margin-top: 20px;
	margin-bottom: 40px;
}
/*===============================================================================
ぶりくらについて
===============================================================================*/

#about .info dt, #about .info dd {
	width: 100%;
}
#about .info dd span.tit, #about .info dd span.place {
	display: block;
	width: 100%;
}
/*===============================================================================
イベント情報
===============================================================================*/
#event .info .guideline dl.top dt, #event .info .guideline dl.top dd .tit {
	display: none;
}
#event .info .guideline dl dt span {
	width: auto;
	padding: 5px 15px;
}
#event .info .guideline dl dt .nom {
	border: 1px solid #60b35f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#event .info .guideline dl dt .nom:before {
	content: "ブースNo.";
	margin-right: 5px;
}
/*#event .info .guideline dl dt .hatu:before {
	content: "出品 ";
	margin-right: 5px;
}*/
#event .info .guideline dl dt {
	width: 100%;
	margin-bottom: 10px;
}
#event .info .guideline dl dd {
	width: 100%;
}
#event .info .guideline dl dd .tit {
	font-size: 16px;
}
#event .info .guideline dl dd .btn {
	width: 100%;
}
#event .info .guideline dl dd .text {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#event .info .guideline dl dd .naiyou {
	width: 100%;
	clear: both;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #60b35f;
	background: #60b35f;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.nav-tabs > li {
	border: 1px solid #dad6d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 1% 10px 1%;
	padding: 0px;
	width: 48%;
}
.nav-tabs > li a {
	padding: 5px 7px;
	margin: 0px;
}
.nav-tabs > li a:before {
	content: " \f061";
	font-family: FontAwesome;
	margin-right: 5px;
}
#event .guide .btn {
	display: block;
}
#event .guide .btn div {
	margin: 0px 0px 5px 0px;
}
#event .info.detail .naiyou {
	padding: 0px;
}
#event .info.detail .guideline dl dt {
	display: block;
	text-align: left;
}
#event .info.detail .guideline dl dt span {
	margin: 5px;
	display: inline-block;
	width: auto;
}
#event .info.detail .guideline dl dt span.btn02 {
	text-align: center;
	margin-top: 10px;
}
#event .info.detail .guideline dl dt span.btn02 a {
	width: 100%;
}
/*===============================================================================
スタッフ募集
===============================================================================*/
#staff .btn {
	display: block;
}
#staff .btn div {
	margin: 0px 0px 5px 0px;
}
/*===============================================================================
お問い合わせ
===============================================================================*/
#inquiry #inquiry_form th, #inquiry #inquiry_form td {
	display: block;
	width: 100%;
	padding: 10px;
}
/*===============================================================================
関連リンク
===============================================================================*/
#link .linklist dl {
	display: block;
}
#link .linklist dl dt, #link .linklist dl dd {
	width: 100%;
}
#link .linklist dl dt {
	margin-bottom: 5px;
}
}
