@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
	font-family: 'Noto Sans JP', sans-serif;
	color:#002059;
	text-align: center;
}
/* 基礎部分 ******************/
.wapper{
	max-width: 1200px;
	margin: 0 auto;
}
.sec_main{
/*	background-image: url("../img/bg_section.jpg");
*/
	background-size:10%;
	background-repeat:no-repeat;
	background-position: reft;
	padding-bottom:140px;
	margin-top:20px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	.sec_main{
		margin-top:0;
		background-repeat:no-repeat;
	}
}

/* ヘッダー部分 ******************/
.head_img{
	max-width: 1200px;
	margin: 0 auto;
}
.head_img img{
	border-radius: 0 0 100px 100px;
}
.head_img:hover img{
	opacity: 0.7; 
}


/* 追従メニュー ******************/
.side_title{
	position: fixed;
	top: 10px;
	left: 0;
	width: auto;
	z-index: 0;
}
.side_title div{
	margin-bottom:5px;
}

.side_menu{
	position: fixed;
	top: 110px;
	right: 0;
	width: auto;
	z-index: 99;
}
.side_menu div{
	margin-bottom:25px;
}
.side_menu img:hover{
	opacity: 0.5 ;
}
.side_menu_sp{
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#fcfcfc;
	z-index: 99;
	border: 5px solid;
	border-color: #fcfcfc;
}
.side_menu_sp div{
	width: 30%;
	display:inline-block;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.side_menu{
		display:none;
	}
	.side_menu_sp{
		display:block;
	}
	.head_img img{
		border-radius: 0;
	}
}


/* 会場表示 ******************/
.map_title{
	border-radius: 20px 20px 0 0;
	background:#345900;
	color:#FFF;
	font-size:120%;
	font-weight: 800;
	max-width: 80%;
	margin: 0 auto;
	margin-top:25px;
	padding:10px;
}
.map_title span{
	font-size:70%;
	font-weight: normal;
	padding-left:40px;
}
@media screen and (max-width: 767px) {
	.map_title{
		font-size:150%;
		margin:0 25px;
		margin-top:30px;
	}
	.map_title span{
		padding-left:0;
		display:block;
	}
}
@media screen and (max-width: 575px) {
	.map_title{
		font-size:140%;
	}
}

/* 会場表示 ******************/
.map_body{
    position:relative;
	background:#FFF;
	border-radius: 30px;
	border:3px solid #345900;
	padding:30px 25px;
	text-align:center;
}
.map_body::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -13px;
  right: -13px;
  width: 100%;
  height: 100%;
	background:#f2abb2;
	border-radius: 30px;
	border:3px solid #345900;
}
.map_body_map iframe{
	width: 100%;
}
.map_body_text{
	margin-top:30px;
	font-size:100%;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.map_body{
		padding:20px 15px;
	}	
	.map_body_map iframe{
		Height:300px;
	}
	.map_body_text{
		margin-top:10px;
		font-size:80%;
	}	
}
/* イベント情報 ******************/
.info_box{
	margin-top:20px;
	text-align: center;
}
.info_header{
	border-radius: 10px;
	background:#031300c0;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}

.info_title{
	border-radius: 30px;
	background:#345900;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}
.info_text{
	font-size:100%;
	padding:12px 0;
	margin-bottom:10px;
}
@media screen and (max-width: 575px) {
	.info_text{
		padding:12px 10px;
	}
	.info_text{
		font-size:100%;
	}
}

/* 予約特典 ******************/
.tokuten_title{
	font-size:220%;
	font-weight: 800;
	text-align: center;
	margin-top:60px;
}
.tokuten_text{
	margin-top:30px;
	border:dashed 3px #002059;
	outline: solid 3px #002059;
	outline-offset: 7px; 
	padding:30px 10px;
	text-align: center;
}

.tokuten_text_main{
	font-size:220%;
	font-weight: 800;
	line-height: 1.5em;
}
.tokuten_text_sub{
	font-size:110%;
	margin-top:30px;
}

.text_pink{
	color:#e7467d;
}
.text_green{
	color:#009C74;
}
.text_large{
	font-size:165%;
}
.text_bold{
	font-weight: bold;
}

/* 出展企業 ******************/
.sec_kigyo{
	background:#e0e2e6;
	padding-top:20px;
	padding-bottom:100px;
}
.kigyo_title{
	font-size:220%;
	font-weight: 800;
	margin-top:60px;
}

/*   イベント   ******************/
.event_block{
	margin:0 auto;
	margin-top:30px;
	width:80%;
	max-width: 680px;
	font-weight: bold;
}
.event_title{
	text-align:center;
	background:#002059;
	color:#FFF;
	font-size:150%;
	padding:0.5em 0;
}
.event_table{
	margin-top:5px;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	border: 2px #345900 solid;
}
.event_table th{
	background-color:#345900;
	border-color : #ffffff;
	color:#FFF;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
	width: 100px;
}
.event_table td{
	background-color:#ddfaa7;
	border-color : #345900;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
}
@media screen and (max-width: 767px) {
	.event_block{
		width:100%;
	}
	.event_table{
		border: 1px #345900 solid;
	}
	.event_table th{
		display: block;
		width: 100%;
		font-size: 120%;
	}
	.event_table td{
		display: block;
		width: 100%;
		padding:3px 2px;
		font-size: 120%;
	}
}


/* フッター ******************/
footer{
	border-top: 20px solid #015704;
	background:#ffffff;
	color:#000000;
}
.footer_inner{
	padding:20px 0 100px 0 ;
	position:relative;
}
.footer_shusai{
	font-size:130%;
	font-weight: 800;
}
.footer_jimu{
	font-size:110%;
}
.footer_copy{
	font-size:110%;
	margin-top:60px;
}
.footer_top{
	content: '';
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
@media screen and (max-width: 767px) {
	footer{
		margin-bottom: 100px;
	}
	.footer_inner{
		padding:20px 0 130px 0 ;
		position:relative;
	}
	.footer_jimu{
		font-size:80%;
	}
}

/* ボタン ******************/
a.btn_entry {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 60%;
	margin: 5% auto;
	padding: 1rem 1rem;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #be4702;
	background: #be4702;
	color: #fff;
	border-radius: 30px;
	transition: 0.5s;
}
a.btn_entry:hover {
	color: #be4702;
	background: #fff;
}
a.btn_entry_fin {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 60%;
	margin: 5% auto 1% auto;
	padding: 1rem 1rem;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #be4702;
	background: #d2d1d1;
	color: #be4702;
	border-radius: 30px;
	transition: 0.5s;
}

@media screen and (max-width: 575px) {
	a.btn_entry{
		width: 80%;
		font-size: 100%;
		border-radius: 30px;
		padding: 1rem 1rem;
	}
	a.btn_entry_fin{
		width: 80%;
		font-size: 100%;
		border-radius: 30px;
		padding: 1rem 1rem;
	}
}

/* イベントボタン ******************/
a.event_btn_entry {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 5% auto;
	font-size: 120%;
	font-weight: bold;
	border-radius: 30px;
	transition: 0.5s;
}
a.event_btn_entry:hover {
	opacity: 0.5 ;
}

@media screen and (max-width: 575px) {
	a.event_btn_entry{
		width: 80%;
		font-size: 100%;
		border-radius: 30px;
		padding: 1rem 1rem;
	}
}

/*=====================================
a.PDFリンク
=====================================*/
a[href$=".pdf"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../../img/Adobe_PDF_file_icon_24x24.png) no-repeat;
  }
/*=====================================
a.Excelリンク
=====================================*/
a[href$=".xlsx"]:before {
	content:" ";
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../../img/1486565571-microsoft-office-excel_81549.png) no-repeat;
}

/* チラシダウンロード ******************/
.Flyer_block {
	margin-top: 10px;
	padding:10px 0;
	width:100%;
	text-align: center;
/*	background-color:#ffffff;*/
}
.flyer_dw_link{
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#E9546B;
}
.flyer_dw_link a:hover{
	padding: 7px;
	font-size: 20px;
	border: solid #E9546B 2px;
	color: white;
	text-decoration: none;
	background: #f4babd;
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width: 575px) {
	.Flyer_block {
		margin-top: 20px;
	}
	.flyer_dw_link{
		font-size: 16px;
	}
	
	.flyer_dw_link a:hover{
		font-size: 16px;
	}
}