@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html {
	position:relative;
	min-height:100%;
}

body {
	margin:0;
	background:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment:fixed; 
    background-size: cover;
  }
img {
    max-width:100%;
    height:auto;
	border-style:none;
}
#logo_box {
	max-width:980px;
	margin: 0 auto;
}

#twitter {float:right;
    z-index:999;
	display:block;
	margin-top:0px;
	width:90px;
	height:40px;
}

h1 a {
	display:block;
	margin-top:10px;
	width:600px;
	height:455px;
	background-image:url("../img/top_logo.png");
	background-repeat:no-repeat;
}
h1 span {
	display:none;
}
.tex01 {
	display:block;
	width:310px;
	height:180px;
	background-image:url("../img/top_tex01.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left: auto;
	animation: translate 2s; 
	animation-iteration-count: infinite; 
	-webkit-animation: translate 2s; /* Safari & Chrome */
	-webkit-animation-iteration-count: infinite; 
}
@keyframes translate { 
  0%   { transform:  translate(0px, 0px);    } 
  25%   { transform:  translate(0px, -10px);   }
  75%   { transform:  translate(0px, 0px);   }
  100%  { transform:  translate(0px, 0px);   } 
} 
@-webkit-keyframes translate { 
  0%   { -webkit-transform:  translate(0px, 0px) ;   } 
  25%   { -webkit-transform:  translate(0px, -10px);   }
  75%   { -webkit-transform:  translate(0px, 0px);   }
  100%  { -webkit-transform:  translate(0px, 0px);   } 
} 
.tex02 {
	display:block;
	width:400px;
	height:100px;
	background-image:url("../img/top_tex02.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left:auto;
	margin-bottom:0px;
}
@media only screen and (max-width: 767px) {
body {
	margin:0;
	background:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed; 
}
#logo_box {
	overflow: hidden;
}
#logo_box:after {
    clear:both;
}
h1 a {
	float:left;
	margin-top:350px;
	margin-bottom:100px;
	width:350px;
	height:110px;
	background-image:url("../img/top_minilogo.png");
	background-repeat:no-repeat;
}
h1 span {
	display:none;
}
.tex02 {
	float:left;
	width:600px;
	height:158px;
	background-image:url("../img/top_tex02.png");
	background-repeat:no-repeat;
}
.tex01 {
	display:none;
}
}
h2 {
	margin:0 auto;
	max-width:980px;
	color:#000;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 30px;
	padding-top: 30px;
}
h2:before{
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
h2:before {
    height: 4px;
	background-image: -webkit-linear-gradient(0deg,rgba(235,110,165,1),rgba(238,85,33,0));
	background-image: linear-gradient(to right,#ee55112,white 100%);
}
h3 {
	color:#314417;
	line-height:1.3;
	font-size:1.5em; 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top:2em;
	margin-bottom:2em;
}
wrapper { 
    width:100%;
    height:100%;
    min-height:100%;
	margin:0 auto;
}
div#continer{
	overflow:hidden;
	background:#39FF6B;
	position:relative;
	min-height:100%;
}
/* ページトップボタン */
#pageTop{
	z-index:500;
	background-image:url(../img/pagetop_off.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:fixed;
	bottom:30px;
	right:30px;
	width:60px;
	height:60px;
}
#pageTop:hover{
	background-image:url(../img/pagetop_on.png);
	background-repeat:no-repeat;
	background-position:left center;
}
	
/* ナビボタン */
#nav_box{
    background-color: #EB6EA5;
    border-top: 1px #ffc05c solid;
    overflow: hidden;
}
.navbar {
    display:table;
    margin:0 auto;
}
.navbar ul {
    padding-left:0;
}
.navbar li {
    display: table-cell;
}
.navbar li + li {
    padding-left:0px;
}
/* イベント概要 */
#event_box {
	max-width:980px;
	margin:0 auto;
	overflow:hidden;
}
#event_box:after {clear: both;}
.page-cover {
      display:table;
      width:100%;
}
.about_box{
	max-width:700px;
	min-height:600px;
	background:url(../img/about_side.png);	
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FAD7FF;	
	line-height:1.5em;
	font-size:1.0em; 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#whatsnew{
	min-height:250px;
	margin-bottom:1em;
	margin-left:1em;
}
div.newsbox {
   height:160px;
   width:100%;
   overflow:auto;
   border:none;
   background-color:#ffffff;
   border-top:1px solid #E6E6E6;
   border-bottom:1px solid #ffffff;
}
div.newsbox p{
	margin-left:1em;
	margin-right:1em;
	line-height:1.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
div.newsbox span{
	font-weight:bold;
	margin-right:1.0em;
	color:#46b035;
}
div.newsbox span:after {
    content: "・・・";
	font-size:0.9em; 
	margin-left:1.0em;
	color:#FAD7FF;
}
#information{
	min-height:400px;
	margin-left:1em;
	margin-bottom:60px;
	overflow:hidden;
}
#information:after {clear: both;}
#info_text{margin:1em 1em 0 1em;}
#info_text p{margin: 0;}
.info_from{
	margin:0;
	padding-right:1em;
    text-align:right;
  	font-size:0.8em;
	color:#000; 
	font-weight:bold;
}		
.about_box img{
	margin:0;
	display:block;
}
.mb2{
   padding-bottom:1.0em;
}
/* ▼メイン */
.main-column {
	 width:710px;
	 height:665px;
	 margin-left:5px;
	 overflow:hidden;
} 
.main-column:after {clear: both;}
/* ▽サイド */
.side-column {
	 max-width:220px;
	 height:665px;
	 background-color:#3399FF;
	 margin-left:21px;
}

@media (min-width: 850px) {
.page-cover {
      display:flex;       /* フレキシブルボックス */
      flex-direction:row; /* 横並び */
}

/* ▼メイン */
.main-column {
      order:2;   /* 2番目に表示 */
      width:70%;
	  max-width:760px;
}
/* ▽サイド */
.side-column {
      order:1;   /* 1番目に表示 */
      width:30%;
	  max-width:220px;
	  margin-left:9px;
}
}

/* twitter表示用 */
@media screen and (max-width: 768px) and (min-width: 480px) {
	iframe.twitter-tweet-rendered {
		width: 430px !important;
	}
}

@media screen and (max-width: 480px) {
	iframe.twitter-tweet-rendered {
		width: 255px !important;
	}
}
/* 参加メーカー様一覧 */
#bana_box {
	max-width:980px;
	margin:0 auto;
}
.navbar2 {
    overflow:hidden;
	position:relative;
}
.navbar2 > div {
    position:relative;
    left:50%;
    float:left;
}
.navbar2 ul {
    position:relative;
    left:-50%;
    float:left;
	padding-left:48px;
}
.navbar2 li {
	list-style:none;
    float:left;
	margin-right:28px;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
}
.button:hover {
	bottom: 15px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* タイトル一覧 */
#title{
	background:url(../img/main_top_bg.png);
	background-repeat:no-repeat;
	background-position: right top;
}
/* 商品情報 */
#goods_box {
	max-width:980px;
	margin: 0 auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.navbar3 {
    overflow:hidden;
	position:relative;
}
.navbar3 > div {
    position:relative;
    left:50%;
    float:left;
}
.navbar3 ul {
    position:relative;
    left:-50%;
    float:left;
	padding-left:20px;
}
.navbar3 li {
	list-style: none;
    float:left;
    border:none;
	max-width:300px;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
.goods_data{
	background-color:#ffffff;
	display:block;
	height:230px;
	outline:solid 3px #ffffff;

}
.goodsp{outline:solid 3px #E6E6E6;}
.new {
	left:5px;
    top:5px;
    position:absolute;
}
#goods_box .title {
	margin-right:0.5em;
	padding:0.3em;
	background-color:#E6E6E6;
}
#goods_box name,price, limited, { 
	margin-right:0.8em;
	margin-bottom:3.0em;
}
#goods_box .name {
	display:block;
	line-height:1.2em;
	font-size:1.1em;
	margin-bottom:0.5em;
}
#goods_box .price {
	display:block;
	font-weight:bold;
	line-height:1.0em;
	font-size:1.0em; 
	color:#000;
}
#goods_box .tokubetsuprice {
	display:block;
	font-weight:bold;
	line-height:1.0em;
	font-size:1.0em; 
	color:red;
}
span.size,.material {
	display:block;
	line-height:1.5em;
	font-size:0.9em; 
	color:#222;
}
#goods_box .limited {
	display:block;
	line-height:1.0em;
	font-size:1.0em; 
	color: #e4007f;
	padding-bottom:0.4em;
}
/* オーダー*/
#order_box{
	text-align:center;
	max-width:980px;
	margin: 0 auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding-bottom:60px;
}
.orderp{outline:solid 3px #E6E6E6;}
.comments{
    font-weight:bold; 
	font-size: 1.2em;  
}
.comments:before {
    content:"● ● ●";
	color: #ff9900;
	margin-right: 4em;
}
.comments:after {
    content:"● ● ●";
	color: #ff9900;
	margin-left: 4em;
}

/* 会場アクセス*/
#map{
	background:url(../img/main_bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}
#map_box{
	text-align:center;
	max-width:980px;
	margin: 0 auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding-bottom:60px;
}
.mapp{
	outline:solid 3px #E6E6E6;
	margin-top:30px;
}
.b70{padding-top:70px;}

.access_text{
	margin: 0 auto;
	padding-top:30px;
	text-align:left;
	max-width:600px;
}
.access_text span{
	display: inline-block;
    width:5em;
	padding:0.5em;
	background-color:#E6E6E6;
	font-weight:bold;
	color: #000;
	margin-right:2em;
	text-align:center;
}
#link p{float:left;}
#link h2{color:#ffffff;}

/* ヘッダーフッター */

header {
	padding:0;     
	margin:0 auto;
	width:100%;
    color:#ffffff;
}
#header_box {min-height:30%;}
#main {
	padding-left:0%;
	padding-right:0%;
	margin:0 auto;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;/* フッターサイズ */
	background-color: #EB6EA5;
}
#copyright {text-align: center;}
/**/
@media only screen and (min-width: 769px) {
header {
	min-width:800px;
	overflow:hidden;
}
#main {
	margin:0 auto;
	overflow:hidden;
	background-color: rgba( 256, 256, 256, 0.8 );
}
#main article {
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
	margin-bottom: 70px;
}
footer {
	overflow:hidden;
	border:none;
}
footer #copyright {
	margin: 0 auto;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#copyright {
	padding-top :30px;
}
}

/* #filter
--------------------------- */
#filter {
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
    clear: right;
    float: left;
    text-align: left;
    line-height: 1.6em;
    padding-left: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
#filter a:link { text-decoration:underline; color: #000;}
#filter a:visited { text-decoration:none; color: #000;}
#filter a:active { text-decoration:none; color: #000;}
#filter a:hover { text-decoration:none; color: #000;}
 
#filter .active {
    font-weight: bold;
}
#filter a.active:link { text-decoration:none; color: #000;}
#filter a.active:visited { text-decoration:none; color: #000;}
#filter a.active:active { text-decoration:none; color: #000;}
#filter a.active:hover { text-decoration:none; color: #000;}
 
/* #filterlist
--------------------------- */
#filterlist {
    margin: 0 auto;
/*    width: 600px;*/
    text-align: left;
}
 
/*#filterlist ul {
    margin: 0 auto;
    padding: 0;
    width: 600px;
    text-align: left;
}*/
 
/*#filterlist ul li {
    margin: 5px;
    width: 800px;
    text-align: left;
    float: left;
    display: inline;
    overflow: hidden;
}*/
 
/*#filterlist ul li img {
    width: 30%;
    float: left;
    height: 50%;
}*/
 
 
/* =======================================
    ClearFixElements
======================================= */
#filterlist ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#filterlist ul {
    display: inline-block;
    overflow: hidden;
}

div.vspacer10{height:10px;overflow:hidden}

/*1230add*/
.navbar4 {
    overflow:hidden;
	position:relative;
}
.navbar4 > div {
    position:relative;
    left:0%;
    float:left;
}
.navbar4 ul {
    position:relative;
    left:-50%;
    float:left;
	padding-left:20px;
}
.navbar4 li {
    position:relative;
	list-style: none;
    float:right;
    border:none;
	max-width:300px;
	margin-right:20px;
	margin-bottom:20px;
}

/*2018.03.19 add*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
