@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**********************************/
/* 骨組み（全体背景）****************/
/**********************************/
body{
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	color:#0073be;
	background: #F9DDD8; 
	text-align: center;
	background-image: url(../img/bg_section.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	body{
		background-image: url(../img/bg_section_sp.png);
	}
}

/**********************************/
/* 基礎部分 ************************/
/**********************************/
.wapper{
	max-width: 1200px;
	margin: 0 auto;
}
.sec_head{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	/*
	background-image: url(../img/bg_header.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: -99;
	*/
	/*
	animation: zoomin 3s ease-out forwards;
	*/
}
.sec_head img{
	border-radius: 0 0 30px 30px;
}

.sec_main{
	background-image: url("../img/img_map.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:contain;
	margin: 0 10%;
	padding-bottom:140px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	.wapper{
		max-width: 100%;
	}
	/*
	.sec_head{
		background-image: url(../img/bg_header_sp.png);
	}
	*/
	.sec_main{
		margin: 0 1%;
		background-repeat:no-repeat;
		padding-bottom:40px;
	}
}
@keyframes zoomin {
	0% {
	  opacity: 0;
	  transform: scale(0.7); /* 開始時は縮小サイズ */
	}
	100% {
	  opacity: 1;
	  transform: scale(1); /*終了時はデフォルトサイズに*/
	}
}

/**********************************/
/* フッター ***********************/
/**********************************/
footer{
	width: 100%;
	border-top: 20px solid #0073be;
	background:#0073be;
	color:#ffffff;
}
.footer_inner{
	padding:20px 0 100px 0 ;
	position:relative;
	background: #0073be;
}
.footer_inner .img_size{
	width:20%;
	height:20%;
}
.footer_shusai{
	font-size:130%;
	font-weight: 800;
}
.footer_kakoi{
	font-size:110%;
	padding: 2px 5px;
    border: solid 1px #ffffff;
	display: inline-block;
}
.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_inner{
		padding:20px 0 130px 0 ;
		position:relative;
	}
		.footer_jimu{
		font-size:80%;
	}
}

/* ページトップに移動
---------------------------------------------------------- */
#page_top{
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 20px;
	background: #0073be;
	border: #ffffff 2px solid;
	opacity: 0.6;
	z-index: 99;
}
#page_top a{
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
}
#page_top a:hover{
	opacity: 0.6;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #FFFBC7;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after{
	content: 'PAGE TOP';
	font-size: 13px;
	color: #FFFBC7;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#page_top{
		width: 50px;
		height: 50px;
		position: fixed;
		right: 0;
		bottom: 0;
		background: #0073be;
		opacity: 1;
		border-radius: 50%;
		border: #0073be;
		z-index: 99;
	}
	#page_top a{
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		text-decoration: none;
	}
	#page_top a::before{
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f102';
		font-size: 25px;
		color: #FFFBC7;
		position: absolute;
		width: 25px;
		height: 25px;
		top: -5px;
		bottom: 2;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	#page_top a::after{
		content: '';
		font-size: 13px;
		color: #FFFBC7;
		position: absolute;
		top: 30px;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
}
  
/**********************************/
/* 追従メニュー ******************/
/**********************************/
.side_title{
	position: fixed;
	background-size: cover;
	left: 0;
	width: 100vw;
	opacity: 0.5;
	z-index: 0;
}
.side_title div{
	margin-bottom:5px;
}

.side_menu{
	position: fixed;
	bottom: 0;
	left: 25%;
	width: 50%;
	z-index: 10;
}
.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: 10;
	border-top: 1px solid #0073be;
}
.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:#0073be;
	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:2px solid #0073be;
	margin-top: 15px;
	padding:30px 25px;
	text-align:center;
	border-radius: 10px;
	font-size:115%;
}
.map_body_place{
	font-size: 200%;
	font-weight: bold;
}
.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_place{
		font-size: 120%;
	}
	.map_body_text{
		margin-top:10px;
		font-size:100%;
	}	
}

/* 開催情報 ******************/
.holding_title{
	background:#0073be;
	color:#ffffff;
	font-size:300%;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 30px 5px;
}
.holding_text{
	padding:10px 10px;
	text-align: center;
	background-color:rgba(255,255,255,0.9);
	/*
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	*/
	border-radius: 10px;
	margin-bottom:100px;
}
.holding_text .holding_sub_title{
	background: #0073be;
	color: #ffffff;
	text-align: center;
	font-size:220%;
	font-weight: bold;
	border-radius: 10px;
}
.holding_text_main{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:220%;
	font-weight: 800;
	line-height: 1.5em;
}
.holding_text .text_red{
	color:#d50404;
	font-size:150%;
	font-weight: bold;
}
.holding_text_main .text_pink{
	color:#e7467d;
}
.holding_text_main .text_wine{
	color:#931d23;
}
.holding_text_main .text_large{
	font-size:165%;
}
.holding_text_sub{
	font-size:150%;
	font-weight: bold;
	text-align: left;
	margin-top:30px;
	padding-left: 50px;
}
@media screen and (max-width: 575px) {
	.holding_title{
		margin-top:10px;
		font-size:200%;
		padding: 20px 5px;
	}
	.holding_text{
		width: 100%;
		margin-bottom:10px;
	}
	.holding_text_main{
		font-size:120%;
	}
	.holding_text_sub{
		font-size:120%;
		padding-left: 5px;
	}
}

/* 出展企業 ******************/
.sec_kigyo{
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	height:auto;
	flex-direction: row;
	justify-content: center;
}
.kigyo_title{
	font-size:220%;
	font-weight: 800;
	margin-top:60px;
}
.kigyo_block{
	/*
	margin:20px 2% 10px 2%;
	padding: 10% 10%;
	background:#f8f6d7;
	border-radius: 10px;
	*/
	padding:10px 10px;
	/*
	text-align: center;
	outline: solid 2px #0073be;
	height:auto;
	display:flex;
	flex-direction:column;
	width: 446px;
	*/
}
.kigyo_block:hover {
	background: #ffffff;
}
.kigyo_block .btn_link {
	margin:5px 2% 5px 2%;
	background:#f8f6d7;
	border-radius: 10px;
	padding:10px 10px;
	text-align: center;
	outline: solid 2px #0073be;
	height:auto;
	display:flex;
	flex-direction:column;
	width: 446px;
}
.kigyo_block .btn_link:hover {
	background: #ffffff;
	text-decoration: none;
}
.kigyo_block .btn_link_none {
	margin:5px 2% 5px 2%;
	background:#f8f6d7;
	border-radius: 10px;
	padding:10px 10px;
	text-align: center;
	outline: solid 2px #0073be;
	height:auto;
	display:flex;
	flex-direction:column;
	width: 446px;
}

.kigyo_text_name{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
    /*margin-bottom: 0.1rem;*/
	/*border-bottom: 3px solid  #0073be;*/
	position:relative;
}
.kigyo_text_detail{
	font-size:70%;
/*	text-align: left;*/
	padding-left: 20px;	
}
.kigyo_info_link {
	display: inline;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin: 1px 5px;
	padding: 5px 3px;
	font-size: 90%;
	font-weight: bold;
	background: #FFFBC7;
	outline: solid 1px #0073be;
}
.kigyo_info_link:hover {
	background: #ffffff;
}
/* 出展企業内　業種 */
table.info_inner_kigyo {
	width:100%;
	vertical-align: center;
	text-align: left;
	font-size: 90%;
}
table.info_inner_kigyo tbody th {
	vertical-align: center;
	width: 30%;
	text-align: center;
	border-left: 1px solid #0073be;	
	border-right: 1px solid #0073be;	
	border-bottom: 2px solid #FFFBC7;	
	background-color: #0073be;
	color: #ffffff
}
table.info_inner_kigyo tbody td {
	text-align: center;
	/*color: #0073be;*/
	font-weight: bold;
}
/* 出展企業内　募集内容 */
table.recrute_inner_kigyo {
	width:100%;
	vertical-align: center;
	text-align: left;
	font-size: 100%;
}
table.recrute_inner_kigyo tbody th:nth-child(1) {
	width: 30%;
	text-align: center;
	border-right: 1px solid #FDEFF5;	
	border-left: 1px solid #0073be;	
	background-color: #0073be;
	color: #ffffff;
	font-size: 100%;
}
table.recrute_inner_kigyo tbody th:nth-child(2) {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #0073be;	
	background-color: #0073be;
	color: #ffffff;
	font-size: 100%;
}
table.recrute_inner_kigyo tbody td {
	padding: 10px;
	word-break: break-word;
	color: #0073be;
	border: 1px solid #0073be;	
	font-size: 100%;
}

@media screen and (max-width: 767px) {
	.sec_kigyo{
		font-size: 90%;
	}
	.kigyo_block{
		margin:0 2%;
		width: 100%;
	}
	.kigyo_block .btn_link {
		width: 100%;
	}
	.kigyo_block .btn_link_none {
		width: 100%;
	}
	.kigyo_text_name{
		font-size: 100%;
	}
	.kigyo_text_name{
		font-size: 150%;
	}
	table.info_inner_kigyo tbody th {
		width: 30%;
	}
	table.info_inner_kigyo_it tbody th {
		width: 30%;
	}
	table.recrute_inner_kigyo tbody td {
		padding: 5px;
		font-size: 90%;
	}
}

/**********************************/
/* ボタン *************************/
/**********************************/
a.btn_entry {
	display: inline-block;
	width: 100%;
	color: #0073be;
	border: 2px solid #0073be;
	background: #f2ec96;
	margin: 20px 0;
	padding: 1em 0.5em;
	font-size: 130%;;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	border-radius: 50px;
}
a.btn_entry:hover {
	color: #FFFBC7;
	background: #0073be;
	border: 2px solid #FFFBC7;
}

@media screen and (max-width: 575px) {
	a.btn_entry{
		width: 80%;
		font-size: 90%;
		border-radius: 10px;
		padding: 1rem 0.5rem;
		margin: 5px 0;
	}
}

/*=====================================
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_dw_text{
	padding:10px 10px;
	text-align: center;
	background-color:rgba(255,255,255,0.9);
	border-radius: 10px;
	margin:50px 0;
}
.flyer_dw_link{
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
}
.flyer_dw_link a:hover{
	padding: 7px;
	font-size: 20px;
	border: solid #0073be 2px;
	color: white;
	text-decoration: none;
	background: #ffe7a6;
	color: #0073be;
	width: 80%;
	border-radius: 30px;
}
@media screen and (max-width: 575px) {
	.flyer_dw_text{
		margin:10px 0;
	}
	.flyer_dw_link{
		font-size: 16px;
	}
	.flyer_dw_link a:hover{
		font-size: 16px;
	}
}
