@charset "UTF-8";
/*
@import url(http://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.jpg");
	background-size:100%;
	background-repeat:repeat;
	background-position: top;
	padding-bottom:10px;
	z-index: -99;
}
@media screen and (max-width: 767px) {
	body{
		background-image: url("../img/bg_section.jpg");
	}
}

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

/* 追従メニュー ******************/
.side_menu{
	position: fixed;
	top: 110px;
	right: 0;
	width: auto;
	z-index: 99;
}
.side_menu div{
	margin-bottom:25px;
}
.side_menu_sp{
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.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: 80%;
	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:90px;
	text-align: center;
}
.info_title{
	border-radius: 30px;
	background:#002059;
	color:#FFF;
	font-size:160%;
	font-weight: bold;
	padding:10px 0;
}
.info_text{
	font-size:130%;
	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:120%;
	}
}	
/* 予約特典 ******************/
.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;
}

/* 無料送迎バス情報 ******************/
.bus_block{
	margin:0 auto;
	margin-top:30px;
	width:80%;
	max-width: 680px;
	font-weight: bold;
}
.bus_title{
	text-align:center;
	background:#002059;
	color:#FFF;
	font-size:150%;
	border-radius: 30px;
	padding:0.5em 0;
}
.bus_table{
	margin-top:20px;
	width: auto;
	text-align: left;
}
.bus_table td{
	padding:3px 10px;
}
@media screen and (max-width: 919px) {
	.bus_table td{
		padding:3px 5px;
		font-size:90%;
	}
}
@media screen and (max-width: 767px) {
	.bus_block{
		width:100%;
	}
	.bus_table td{
		padding:3px 2px;
		font-size:80%;
	}
}

/* フッター ******************/
footer{
	background:#002059;
	color:#FFF;
}
.footer_inner{
	padding:60px 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;
}

/* 背景 ******************/
.bg_pattern {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	opacity: 0.4;
	z-index: -1;
  }

  .Polka_v2 {
	background-image:  radial-gradient(#ffc107 2px, transparent 2px), radial-gradient(#ffc107 2px, #ffffff 2px);
	background-size: 40px 40px;
	background-position: 0 0,20px 20px;
  }
  .Cross {
	background: radial-gradient(circle, transparent 20%, #ffe9a7 20%, #ffe9a7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffe9a7 20%, #ffe9a7 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#ffc107 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #ffc107 4px, #ffe9a7 4px) -2px 0;
  background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
  }

/* 申込ボタン ******************/
.btn_entry a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 225px;
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.btn_entry a:before, .btn_entry a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn_entry a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.btn_entry a:after {
  left: 0;
  background: #020a61ca;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.btn_entry a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.btn_entry a:hover span {
  color: #fff;
}
.btn_entry a:hover:before {
  left: 2rem;
}
.btn_entry a:hover:after {
  right: 0;
  width: 100%;
}