@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-color: #BCE7FB;
}
/* 基礎部分 ******************/
.wapper{
	max-width: 1200px;
	margin: 0 auto;
}
.sec_main{
	background:#bce7fb;
	background-size:10%;
	background-repeat:no-repeat;
	background-position: reft;
	padding-bottom:40px;
	margin-top:20px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	.sec_main{
		margin-top:0;
		background-repeat:no-repeat;
	}
}

/* ヘッダー部分 ******************/
.header_block {
	background-color: #bce7fb;
	width: 100%;
	padding-bottom: 20px;
}
.head_img{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #bce7fb;
}
.head_img:hover img{
	opacity: 0.6;
	transition-duration: 0.3s;
}
@media screen and (max-width: 736px) {
	.head_img img{
		border-radius: 0 0 5px 5px;
	}
}


/* 追従メニュー ******************/
.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;
	}
}

/* 日時 ******************/
.datetime_title{
	font-size:220%;
	font-weight: 800;
	text-align: center;
	margin-top:60px;
}
.datetime_text{
	margin-top:30px;
	/*
	border:dashed 3px #002059;
	outline: solid 3px #002059;
	outline-offset: 7px; 
	*/
	padding:30px 10px;
	text-align: center;
}

.datetime_text_main{
	font-size:320%;
	font-weight: 800;
	line-height: 1.5em;
}
.datetime_text_main .text_pink{
	color:#e7467d;
}
.datetime_text_main .text_large{
	font-size:265%;
}
.datetime_text_sub{
	font-size:110%;
	margin-top:30px;
}
@media screen and (max-width: 575px) {
	.datetime_text_main{
		font-size:220%;
		font-weight: 800;
		line-height: 1.5em;
	}
	
	.datetime_text_main .text_large{
		font-size:165%;
	}
	
}


/* 会場表示 ******************/
.map_title{
	border-radius: 20px 20px 0 0;
	background:#005BAC;
	color:#FFF;
	font-size:200%;
	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 #005BAC;
	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:#005BAC;
	border-radius: 30px;
	border:3px solid #005BAC;
}
.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 5px;
	}	
	.map_body_map iframe{
		Height:300px;
	}
	.map_body_text{
		margin-top:10px;
		font-size:80%;
	}	
}

/* 特典表示 ******************/
.tokuten_body{
    position:relative;
	background:#fff100;
	border-radius: 30px;
	border:3px solid #00b4ed;
	padding:30px 5px 25px 10px;
	text-align:center;
	margin-top: 20px;
}
.tokuten_body::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -13px;
	right: -13px;
	width: 100%;
	height: 100%;
	background:#00b4ed;
	border-radius: 30px;
	border:3px solid #00b4ed;
}
.tokuten_body .tokuten_title{
	font-size: 250%;
	font-weight: bold;
	text-align: left;
	color: #008ad0;
}
.tokuten_detail_left{
	padding: 10px;
	text-align: left;
	padding-left: 20px;
	font-size: 120%;
}
.tokuten_detail_left .float_img{
	float: right;
	width: 25%;
}
.tokuten_body_text{
	margin-top:30px;
	font-size:100%;
	font-weight: bold;
	text-align: left;
}
.tokuten_text_main .text_pink{
	color:#e7467d;
}
.tokuten_text_main .text_large{
	font-size:265%;
}
.tokuten_text_sub{
	font-size:110%;
	margin-top:30px;
}

@media screen and (max-width: 767px) {
	.tokuten_body{
		padding:20px 5px;
	}	
	.tokuten_body iframe{
		Height:300px;
	}
	.tokuten_body_text{
		margin-top:10px;
		font-size:80%;
	}	
	.tokuten_text_main{
		font-size:220%;
		font-weight: 800;
		line-height: 1.5em;
	}
	.tokuten_text_main .text_large{
		font-size:165%;
	}
}
/* イベント情報 ******************/
.info_box{
	margin-top:50px;
	text-align: center;
}
.info_header{
	border-radius: 10px;
	background:#005BAC;
	color:#FFF;
	font-size:300%;
	font-weight: bold;
	padding:10px 0;
}

.info_title{
	border-radius: 30px;
	background:#005BAC;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}
.info_text{
	font-size:180%;
	padding:12px 0;
	margin-bottom:10px;
}
.info_text_left{
	font-size:180%;
	text-align: left;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;;
	margin-bottom:10px;
}
@media screen and (max-width: 575px) {
	.info_text{
		padding:12px 10px;
	}
	.info_text{
		font-size:150%;
	}
	.info_text_left{
		font-size:150%;
	}
}

/* 出展企業 ******************/
.sec_kigyo{
	background:#e0e2e6;
	padding-top:20px;
	padding-bottom:100px;
}
.kigyo_title{
	font-size:220%;
	font-weight: 800;
	margin-top:60px;
}
.kigyo_block{
	margin-top:20px;
	padding: 10% 10%;
	background:#ffffff;
	border-radius: 10px;
	padding:10px 10px;
	text-align: center;
	outline: solid 2px #005BAC;
}
.kigyo_block_Decline{ /* 辞退企業用 */
	margin-top:20px;
	padding: 10% 10%;
	background:#c8c7c7;
	border-radius: 10px;
	padding:10px 10px;
	text-align: center;
	outline: solid 2px #005BAC;
}
.kigyo_text_name{
	font-size: clamp(80%,2vw,150%);
	font-weight: bold;
	text-align: left;
}
.kigyo_text_detail{
	font-size:120%;
	text-align: left;
	padding-left: 20px;	
	padding-bottom: 5px;	
}
.kigyo_info_link {
	display: inline;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin: auto 5px;
	padding: 0.3rem 0.5rem;
	font-size: 100%;
	font-weight: bold;
	background: #d9f6f7;
	outline: solid 1px #005BAC;
}
.kigyo_info_link:hover {
	background: #ffffff;
}

@media screen and (max-width: 767px) {
	.kigyo_text_name{
		font-size: 150%;
	}
		
}


/*   イベント   ******************/
.event_block{
	margin:0 auto;
	margin-top:30px;
	width:80%;
	max-width: 680px;
	font-weight: bold;
}
.event_title{
	text-align:center;
	background:#005BAC;
	color:#FFF;
	font-size:150%;
	padding:0.5em 0;
}
.event_table{
	margin-top:5px;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	border: 2px #005BAC solid;
}
.event_table td{
	background-color:#faf7a7;
	border-color : #005BAC;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
}
.event_table th{
	background-color:#005BAC;
	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%;
	}
}

.exhibit_box {
	display: flex;
	justify-content: center;
}
.top_info{
	border-radius: 30px;
	border: solid 5px #ffffff;
	background:linear-gradient(#C25811,#8A3F0D);
	color:#FFF;
	font-size:220%;
	font-weight: bold;
	padding:20px 0;
	width: 300px;
	height: 150px;
	margin: 10px;
	box-shadow: 4px 4px 4px #ccc ;
}


@media screen and (max-width: 767px) {
	.exhibit_box {
		display: block;
		justify-content: center;
	}
		.top_info{
		margin: 5px;
	}
}

/* ボタン ******************/
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 #ffffff;
	background: #005BAC;
	color: #ffffff;
	border-radius: 30px;
	transition: 0.5s;
}
a.btn_entry:hover {
	color: #005BAC;
	background: #fff;
}
@media screen and (max-width: 575px) {
	a.btn_entry{
		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;
	}
}

/* チラシダウンロード ******************/
.flyer_dw_link{
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
}
.flyer_dw_link a:hover{
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	*/
	padding: 7px;
	font-size: 20px;
	border: solid #005BAC 2px;
	color: white;
	text-decoration: none;
	background: #bce7fb;
	color: #005BAC;
	width: 80%;
	border-radius: 30px;
}
