@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;

	background-image: url("../img/bg_section.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-position: reft;
}
/* 基礎部分 ******************/
.wapper{
	max-width: 1200px;
	margin: 0 auto;
}
.sec_main{
	/*
	background-image: url("../img/bg_section.png");
	background-size:10%;
	background-repeat:no-repeat;
	background-position: reft;
	*/
	padding-bottom:30px;
	margin-top:-40px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	.sec_main{
		margin-top:0;
/*		background-repeat:no-repeat;*/
	}
}

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

.side_menu{
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 20%;
	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;
	}
}


/* 会場表示 ******************/
.map_title{
	border-radius: 20px 20px 0 0;
	background:#002059;
	color:#FFF;
	font-size:220%;
	font-weight: 800;
	max-width: 880px;
	margin: 0 auto;
	margin-top:25px;
	padding:10px;
}
.map_title span{
	font-size:50%;
	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 #002059;
	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 #002059;
}
.map_body_map iframe{
	width: 100%;
}
.map_body_text{
	margin-top:30px;
	font-size:115%;
	font-weight: bold;
}
@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:100%;
	}	
}
/* イベント情報 ******************/
.info_box{
	margin-top:50px;
	text-align: center;
}
.info_title{
	border-radius: 10px;
	background:#345900;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}
.info_text{
	font-size:120%;
	padding:12px 0;
	margin-bottom:10px;
}
@media screen and (max-width: 767px) {
	.info_text{
		padding:12px 10px;
	}
}
@media screen and (max-width: 575px) {
	.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_main .text_pink{
	color:#e7467d;
}
.tokuten_text_main .text_large{
	font-size:165%;
}
.tokuten_text_sub{
	font-size:110%;
	margin-top:30px;
}

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

/* 横並び分割表示 共通 ******************/
.col2_box:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.col2_box .col_box:nth-child(2n) {
	margin-right:0;
}
.col2_box img {
	max-width: 100%;
}

/* 横並びに2分割された表示 */
.col2_box .col_box {
	float:left;
	width: 40%;
	margin-right: 10px;
	display: inline;
    zoom: 1;
}

/*   イベント   ******************/
.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 td{
	background-color:#ddfaa7;
	border-color : #345900;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
}
.event_table th{
	background-color:#345900;
	border-color : #ffffff;
	color:#FFF;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
}
@media screen and (max-width: 919px) {
	.event_table td{
		padding:3px 5px;
		font-size:90%;
	}
}
@media screen and (max-width: 767px) {
	.event_block{
		width:100%;
	}
	.event_table td{
		padding:3px 2px;
		font-size:80%;
	}
}
/**********************************/
/* ヘッダー ***********************/
/**********************************/
header {
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 40px;
	box-sizing: border-box;
	background: #015704; 
/*	background-color: transparent;*/
}
header .inner {
	color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
/*
.logo {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: bold;
	text-align: left;
	padding: 2%;
}
*/
/* header-navi */
/*
header .navi {
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	list-style: none;
}
header .navi li {
	margin: 5px 0 5px 40px;
}
header .navi li:first-child {
	margin-left: 0;
}
header .navi li a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
}
header .navi li a:hover {
	text-decoration: underline;
}
*/
/* add css  */

#header.scroll {
	position: fixed;
/*	background-color: transparent;*/
	background: rgba(1, 87, 4,0.8);
	animation-name: anime;
	animation-duration: 0.3s;
	border-bottom: 5px solid #ffffff;
}
@keyframes anime {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	header {
		padding: 0;
	}
	header .inner img {
		max-width: 50%;
		height: auto;
	}
	header .inner .logo {
		font-size: 100%;
	}
}

/* ハンバーガー ***********************/
.logo_gogo {
	display:block;
	margin:0;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	width: 300px;
}
nav{
	width: 100%;
	height: 70px;
	position: relative;
	background-color: transparent;
}
.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	padding: 0;
}

/*ナビゲーション部分*/
.menu ul li {
	margin: 5px 0 5px 40px;
}
.menu ul li a {
    display:block;
    font-weight:bold;
    padding: 10px;
    border-bottom: 1px dotted #CCC;
	color:#ffffff;
	text-decoration:none;
}
.menu ul li a:hover {
	background-color:rgba(0,0,0,0.5);
	color:#CCC;
	text-decoration : underline;	
}
.menu{
	opacity: 1;
	z-index: 999;
	position: relative;
	text-align:center;
	/* background-color:rgba(255,255,255,0.5);*/
	background-color:#015704;
	transition: .5s ease;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*OPEN時の動き*/
.menu.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
}
   
/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	right:15px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 50px;
	border-bottom: solid 4px #ffffff;
	-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
	transition: .35s ease-in-out;     /*変化の速度を指定*/

}
.Toggle span:nth-child(1) {
	top:5px;
}
.Toggle span:nth-child(2) {
	top: 18px;
}
.Toggle span:nth-child(3) {
	top: 32px;
}
.Toggle.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
   
@media screen and (min-width: 1252px) {
	header::after{
		display:none;
	} 
   nav{
		display: flex;
	}
	.logo_gogo{
		font-size: 200%;
		width: 700px;
   }
   .Toggle{
		display: none;
	}
	.menu{
		z-index: 999;
		width: 100%;
		background-color: transparent;
		margin-top:0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
   }
   .menu ul{
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
   }
   .menu ul li a{
		padding: 0 1em;
		border-bottom: none;
   }
   .menu ul li a:hover
   {
		background-color:transparent;
   }
}

/* フッター ******************/
footer{
	border-top: 20px solid #015704;
	background:#ffffff;
	color:#000000;
}
.footer_inner{
	padding:20px 0 120px 0 ;
	position:relative;
}
.footer_shusai{
	font-size:130%;
	font-weight: 800;
}
.footer_jimu{
	font-size:110%;
}
.footer_copy{
	font-size:110%;
	margin-top:20px;
}
.footer_top{
	content: '';
	display: block;
	position: absolute;
	bottom: 50px;
	right: 30px;
}
@media screen and (max-width: 767px) {
	.footer_inner{
		padding:20px 0 250px 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 #002059;
	background: #002059;
	color: #fff;
	border-radius: 30px;
	transition: 0.5s;
}
a.btn_entry:hover {
	color: #002059;
	background: #fff;
}
@media screen and (max-width: 575px) {
	a.btn_entry{
		width: 80%;
		font-size: 100%;
		border-radius: 30px;
		padding: 1rem 1rem;
	}
}

/* *************************************** */
/* 影付きボタン
/* *************************************** */
.btn-shadow,
a.btn-shadow,
button.btn-shadow {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-shadow {
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

a.btn-shadow .btn-shadow-inner {
  position: relative;
  display: block;
  padding: 0.5rem 3rem;
  color: #000;
  border: 4px solid #003b5f;
  border-radius: 0.5rem;
  background: rgb(236, 251, 255);
	margin:0;
}

a.btn-shadow:before {
  position: absolute;
  bottom: -8px;
  left: 6px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 4px solid #003b5f;
  border-top: 1px solid #000;
  border-radius: 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-shadow:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-shadow:hover:before {
  bottom: -5px;
}

a.btn-shadow:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-shadow:active:before {
  bottom: -1px;
}

/* margin-bottom */
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}

