@charset "utf-8";
/* CSS Document */

/*==================================

さかい保育就職フェア

==================================*/
/* 共通 */
.fin{
	filter: grayscale(100%) opacity(30%);
}

.font-tsuku{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:980px){
/*全体設定_PC*/
#sp_wrapper{
	display:none;}

html{
	overflow:scroll;
	margin:0;
	padding:0;
	}

body{
	background-color:#fff;
	font: 16px/20px 'Noto Sans JP', sans-serif;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	min-width:640px;
	}

#pc_wrapper{
	width:980px;
	margin:0 auto;
	}

/*共通設定*/
.section_title{
	font-size: 36px;
	text-align:center;
	margin: 10px 0 20px 0;
	padding-bottom: 50px;
	position: relative;
	}

.section_title:after {
	width: 50px;
    height: 5px;
    background-image: linear-gradient(-225deg, #68d8ee 0%, #79fa94 100%);
	content: "";
    display: block;
    margin: 0 0 0 -25px;
    position: absolute;
    bottom: 13px;
    left: 50%;
}

/*ヘッダー_PC*/
#header_top{
	position: fixed;
  	top: 0;
	width:100%;
	height:80px;
	background-color:#fff;
	box-shadow: 0px 5px 3px -3px #d0cece;
	-webkit-box-shadow: 0px 5px 3px -3px #d0cece;
	-moz-box-shadow: 0px 5px 3px -3px #d0cece;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-top: 10px;
	padding-right: 500%;
	border-style:none;
	z-index:9999;
	}

#header_inner{
	width:980px;}

#header_top h1{
	width: 300px;
	height: 70px;
	margin:0;
	padding:0;
	float:left;
	}

#header_top h1 a{
	width: 300px;
	height: 43px;
	display:block;
	}

#header_top h1 a img{
    width: 100%;
	margin-top: 20px;
}

#header_top nav{
	width:680px;
	float:left;
	}

#header_top nav ul{
	margin:0;
	padding:0;
	height:70px;
	list-style:none;
	background-color:#fff;
	}

#header_top nav li{
	border-left: 1px solid #d2d2d2;
	width:135px;
	height:70px;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
	background-color:#fff;
}

#header_top nav li:first-child{
	border: none;
}

#header_top nav li:hover{
	background-color:#fefed9;}

/*メインビジュアルと日程_PC*/
#mvisual_wrap{
	width:100%;	
	background-image: linear-gradient(-225deg, #F7ADBC 0%, #FFF 100%);	
	margin-left: -500%;
	padding-top: 140px;
	padding-bottom: 60px;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	}

#mvisual_wrap .mvisual_in{
	width: 1000px;
	height: 589px;
	background-size:auto 100%;
	background-image: url("../img/sakai_fair/mainvisual.png?ver01");
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto;
	position: relative;
}

#mvisual_wrap .present-banner{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top: 30px;
	left: 0px;
	}

.mvisual_in .bar{
	max-width: 197px;
  	width: 100%;
	height: 45px;
	background-image: linear-gradient(-225deg, #68d8ee 0%, #459cea 100%);
	color: #fff;
	animation: bar-animation 1 3s;
	text-align: left;
	position: absolute;
	top: 204px;
	left: 0px;
	z-index: 2;
}

.bar p,
.bar2 p{
	font-size: 20px;
	margin: 13px 0 0 10px;
}

.mvisual_in .bar2{
	max-width: 422px;
  	width: 100%;
	height: 45px;
	background-image: linear-gradient(-225deg, #68d8ee 0%, #459cea 100%);
	color: #fff;
	text-align: left;
	animation: bar-animation 1 3s;
	position: absolute;
	top: 256px;
	left: 0px;
	z-index: 2;
}

@keyframes bar-animation{
  0%{
    width: 0px;
  }
  100%{
    width: 100%;
  }
}

/*エントリーボタン_PC*/
#entry_wrap{
	background-color:#fefc63;
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 50px 500%;
	}

.entry_wrap2{
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 50px 500%;
	}

#entry_wrap .entry_btn_in,
.entry_wrap2 .entry_btn_in{
	margin:0 auto;
	text-align:center;
	}

#entry_wrap .entry_btn_in h2{
	margin-bottom:5px;}

#entry_wrap .entry_btn_in p,
.entry_wrap2 .entry_btn_in p{
	margin-bottom:20px;}

#entry_wrap .entry_btn_in .txt{
	margin-bottom:50px;
	line-height:25px;
	}

.entry_btn_in .txt strong{
	font-weight: bold;
}

#entry_wrap .entry_btn,
#entry_wrap2 .entry_btn{
	width: 636px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #ff7789;
    color: #fff;
	display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto 0 auto;
}

#entry_wrap .entry_btn:hover,
#entry_wrap2 .entry_btn:hover{
	background-color: #15c0e1;
	transition: all .3s;
	}

/*泉州フェアについて_PC*/
#greeting_wrap{
	width:100%;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 100px 500%;
	}

#greeting_wrap .greeting_txt{
	width:980px;
	line-height:25px;
	background-color:#fff;}

#greeting_wrap .greeting_txt p{
	margin-left:50px;}

#greeting_wrap .greeting_txt strong{
	font-weight:800;
	color:#2c89bb;
	}

/*参加園一覧_pc*/
#job_list_wrap{
	background-color:#F7ADBC;
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 50px 500%;
	}

#job_list_wrap a{
	color:#2c89bb;
	}

#job_list_wrap a:hover{
	text-decoration:underline;
	}

#job_list_wrap .section_title{
	text-align:center;
	margin:10px 0;
	}

#job_list_wrap .area_link{
	width:980px;
	margin:30px 0 0 70px;
	padding:0;
	list-style:none;
	text-align:center;
	}

#job_list_wrap .area_link li{
	margin:10px 10px 0 0;
	padding:0;
	float:left;
	display:inline;
	}

#job_list_wrap .area_link .area_name{
	display: inline-block;
	width: 200px;
	height: 30px;
	font-size:16px;
	font-weight:800;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height: 34px;
	position:relative;
	background-color:#00aeef;
	color:#fff;
	-webkit-transition: none;
	transition: none;
	outline: none;
	border:2px solid #3e3a39;
	box-shadow: 0 4px 0 #3e3a39;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

#job_list_wrap .job_list_area{
	margin:0;}

#job_list_wrap .job_list_area  .area_name{
	margin:20px 0 20px 60px;}

#job_list_wrap table{
	width:820px;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	font-size:14px;
	line-height:1.5;
	border:1px solid #2c89bb;
	margin:0 0 20px 70px;
	float:left;
	}

#job_list_wrap table thead{
	border-right: 1px solid #57b7ea;
	border-left: 1px solid #57b7ea;
	background: #57b7ea;
	}

#job_list_wrap table thead th{
	width: 380px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #fff;
	color: #fff;
	}

#job_list_wrap table td:first-of-type{
	width: 280px;
	padding: 10px;
	font-weight:normal;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
	color: #3e3a39;
	background: #fff;
	}

#job_list_wrap table tbody td:nth-of-type(2){
	width: 610px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#job_list_wrap table tbody .right_box a{
	text-decoration:underline;
}

#job_list_wrap .job_list_txt{
	text-align:right;
	margin:20px 80px 0 0;
	}

/*フランシーズバナー*/
.present_wrap{
	background-color:#fefc63;
	margin-left: -500%;
	margin-right: -500%;
	padding:30px 500% 50px 500%;
	}

.present_wrap .entry_btn_in{
	margin:0 auto;
	text-align:center;
	}

/*イベント_PC*/
#event_wrap{
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	margin-bottom:-50px;
	padding:50px 500% 100px 500%;
	}

#event_wrap .section_title{
	text-align:center;
	margin:10px 0;
	}

#event_wrap .event_ex_txt{
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	margin-top: 40px;
	}

#event_wrap .event01{
	width:982px;
	height:386px;
	background-image:url(../img/sakai_fair/evnet_img1.png);
	background-repeat:no-repeat;
	margin-top:30px;
	}

#event_wrap .event02{
	width:934px;
	height:350px;
	background-image:url(../img/sakai_fair/event_img2.png);
	background-repeat:no-repeat;
	margin:30px 0 0 50px;
	}

#event_wrap .event03{
	width:985px;
	height:775px;
	background-image:url(../img/sakai_fair/event_img3.png);
	background-repeat:no-repeat;
	margin:30px 0 0 50px;
	}

#event_wrap .event01 strong,
#event_wrap .event02 strong{
	width: 410px;
	font-size: 30px;
	border-bottom: 3px solid #2c89bb;
	font-weight: 800;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	}

#event_wrap .event03 strong{
	width: 410px;
	font-size: 24px;
	border-bottom: 3px solid #2c89bb;
	font-weight: 800;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	}

#event_wrap .event01 strong{
	position:relative;
	top:90px;
	left:530px;
	}

#event_wrap .event02 strong{
	position:relative;
	top:90px;
	left:30px;
	}

#event_wrap .event03 strong{
	position:relative;
	top:90px;
	left:530px;
	}

#event_wrap .event01 .event_txt,
#event_wrap .event02 .event_txt,
#event_wrap .event03 .event_txt{
	width:430px;
	font-size:15px;
	line-height:25px;
	}

#event_wrap .event03 .event_txt{
	width:430px;
	font-size:15px;
	line-height:25px;
	}

#event_wrap .event01 .event_txt{
	position:relative;
	top:120px;
	left:530px;
}

#event_wrap .event02 .event_txt{
	position:relative;
	top:120px;
	left:30px;
}

#event_wrap .event03 .event_txt{
	position:relative;
	top:120px;
	left:530px;
}

#event_wrap .event03 .event_txt2{
	width: 360px;
	background-color: #fff;
	font-size: 13px;
	position:relative;
	top:120px;
	left:530px;
	margin-top: 40px;
	padding: 20px 20px 20px 30px;
}

/*アクセス*/
#access_wrap{
	background-image:url(../img/neyagawa_hirakata_fair/stripe_back.jpg);
	background-repeat:repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 100px 500%;
	}

#access_wrap .section_title{
	text-align:center;
	margin:10px 0;
	}

#access_wrap .map_area{
	width: 980px;
	height: 749px;
	margin: 30px auto;
	}

#access_wrap .map_btn{
	position:relative;
	bottom:90px;
	left:550px;
	}

#access_wrap .map_btn img:hover{
	position : relative;
	top : 3pt;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#access_wrap #access_summary{
	width:920px;
	background-color: #fff;
	border: 3px solid #2c89bb;
	margin: 30px auto 30px auto;
	padding: 25px 30px;
	}

#access_wrap #access_summary table{
	width:800px;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	font-size:15px;
	line-height:1.5;
	border:1px solid #ccc;
	float:left;
	margin-left: 60px;
	}

#access_wrap #access_summary tr{
	border-bottom: 1px solid #ccc;
	}

#access_wrap #access_summary .b_color{
	background-color:#efeded;}

#access_wrap #access_summary th{
	width: 200px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	color: #3e3a39;
	}

#access_wrap #access_summary td{
	width: 560px;
	padding: 10px;
	vertical-align: top;
	color: #3e3a39;
	}

#access_wrap #access_summary .access_summary_note{
	display:block;
	width:100px;
	height:20px;
	margin:12px 5px 0 0;
	padding:3px;
	text-align:center;
	border:2px solid #ff6b6b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float:left;
	}

#access_summary .summary_note_title{
	text-align: center;
	margin:0 auto 20px auto;
	}

/*エントリー*/
#entry_wrap3{
	background-image:url(../img/sakai_fair/square_back.jpg);
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 50px 500%;
	}

/*レポート*/
#report_wrap{
	background-image: linear-gradient(-225deg, #a8f1ff 0%, #e6ffe7 100%);
	margin-left: -500%;
	margin-right: -500%;
	padding:50px 500% 100px 500%;
	}

#report_wrap img{
	width:914px;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
	}

/*フッター*/
footer{
	width:100%;
	table-layout:center;
	color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#foot_wrap{
	width:100%;
	background-color:#57b7ea;
	color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

footer .footer-logo{
	text-align:center;
	display:block;
	margin: 0 auto;
	padding:40px 0 20px 0;
	}


.footer-logo img{
	width: 300px;
    height: 43px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

footer p{
	color: #3e3a39;
	font-size: 12px;
	text-align: center;
}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}

/*共有*/
.clear{
	clear:both;}
}

/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:979px){
/*全体設定*/
#pc_wrapper{
	display:none;}

html{
	overflow:auto;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	}

p{
    font-size:4.375vw; /* ビューポートの幅の4.375%で可変する */
     }

#sp_wrapper{
	font: 14px/22px 'Noto Sans JP', sans-serif;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	-webkit-text-size-adjust: 100%;
	}

/*ヘッダー*/
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:83%;
	height:84px;
	padding-bottom:5px;
	float:left;
	}

#header_top_sp #logo_sp_wrap .logo_img_sp{
	width:93%;
	height: auto;
	display: block;
	margin:18px 0 0 10px;
	float:left;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:15%;
	height:auto;
	background-color:#2c89bb;
	float:left;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:20px 0 0 5px;
	background-color:#3e3a39;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:10%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:19%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg) scale(.8);
	transform: translateY(12px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(315deg) scale(.8);
	transform: translateY(-12px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background:#fff;
    width:100%;
	background-color:#fff;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	padding:0;
	background-color:#CCFF00;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width:45%;
	height:auto;
	border:2px solid #3e3a39;
	background-color:#fefed9;
	color:#3e3a39;
	padding:5% 0;
	margin:0 0 10px 10px;
	float:left;
	display:inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

#header_inner_sp #sp_menu li:hover{
	background-color:#fefed9;
	}

#header_inner_sp #sp_menu li img{
	width:80%;}

#header_inner_sp .sp_menu_home{
	width:94%;
	height:30px;
	border:2px solid #3e3a39;
	background-color:#3e3a39;
	color:#fff;
	line-height:30px;
	padding:10px 0;
	margin:0 0 10px 10px;
	padding:0;
	text-decoration:none;
	float:left;
	display:inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

/*メインビジュアル_sp*/
#mvisual_wrap_sp{
	width:100%;
	padding-top:65px;
	}

#mvisual_wrap_sp .mvisual_img{
	width:100%;
	}

#mvisual_wrap_sp .date_contents_sp{
	width:100%;
	width: 90%;
	border: 2px solid #d5337a;
	margin: 0 auto;
	}

/*詳細*/
#date_wrap_sp{
	width:100%;
	background-image: url(../sp/event/img/neyagawa_hirakata_fair/net_back.jpg);
	background-repeat: repeat;
	padding: 20px 0;
	}

#date_wrap_sp .date_contents_sp{
	width: 90%;
	margin-bottom: 20px;
	background-color: #fff;
}

.date_contents_sp .area_wrap dt,
.date_contents_sp .entry_fee dt{
	width: 10px;
	height: 48px;
	background-color: #d5337a;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 15px;
	margin: 10px;
	text-align: center;
	padding: 0 3px;
}

.date_contents_sp .area_wrap{
	width: 35%;
	color: #3e3a39;
	float: left;
}

.date_contents_sp .area_wrap dd{
	font-size: 16px;
	font-weight: 800;
	margin: 13px 0 0 10px;
}

.date_contents_sp .entry_fee{
	width: 65%;
	color: #3e3a39;
	float: left;
}

.date_contents_sp .entry_fee dd{
	font-size: 16px;
	font-weight: 800;
	margin: 10px 0 0 0;
}

.date_contents_sp .entry_fee dd p{
	font-size: 13px;
	font-weight: 100;
	line-height: 12px;
}

#date_wrap_sp .target_wrap dd{
	width: 87%;
	font-size: 13px;
	float: left;
	line-height: 20px;
	margin: 15px 0 0 0;
}

#date_wrap_sp .target_wrap dt{
	width: 10px;
	height: 38px;
	background-color: #d5337a;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 15px;
	margin: 10px;
	text-align: center;
	padding: 10px 3px 0 3px;
}

#date_wrap_sp .target_wrap strong{
	color: #d5337a;
	font-weight: bold;
	margin-top: 20px;
}

#date_wrap_sp .target_wrap dl dd	li:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #4eab5e;
	position: relative;
	left: 0;
	top: 0;
}

/*事前エントリーボタン_sp*/
.entry_wrap_sp{
	width:100%;
	background-color:#fefc63;
	padding:30px 0;
	}

#entry_wrap_sp2{
	width:100%;
	background-image: url(../sp/event/img/neyagawa_hirakata_fair/square_back.jpg);
	background-repeat: repeat;
	padding:0 0 30px 0;
	}

.entry_wrap_sp .entry_btn_in,
#entry_wrap_sp2 .entry_btn_in{
	margin:0 auto;
	text-align:center;
	}

.entry_wrap_sp .entry_btn_in p{
	width:90%;
	text-align:center;
	padding-bottom:5px;
	margin:0 auto;
	}

.entry_wrap_sp .entry_btn_in p br,
#entry_wrap_sp2 .entry_btn_in p br{
	display:block;}

#entry_wrap_sp2 .entry_btn_in img{
	width: 100%;
	max-width: 621px;
	height: auto;
	margin-top: 20px;
}

.entry_wrap_sp .entry_btn{
	display: inline-block;
	width: 90%;
	height: 54px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.03em;
	line-height: 54px;
	margin-top:10px;
	position:relative;
	background-color:#ff6b6b;
	color:#fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #d84040;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	outline: none;
	border:2px solid #ff6b6b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.entry_wrap_sp .entry_btn:active{
	top: 3px;
	box-shadow: none;
}

.entry_wrap_sp .entry_btn::before,
.entry_wrap_sp .entry_btn::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.entry_wrap_sp .entry_btn,
.entry_wrap_sp .entry_btn::before,
.entry_wrap_sp .entry_btn::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

/*ごあいさつ_sp*/
#greeting_wrap_sp{
	width:100%;
	height:auto;
	background-color:#fff;
	padding:30px 0 30px 0;
	margin:0 auto;
	}

.greeting_in_sp h3{
	width:80%;
	text-align:center;
	}

.greeting_in_sp h3 img{
	width: 100%;
	max-width: 441px;
	height: auto;
	}

.greeting_in_sp p{
	width:90%;
	line-height:25px;
	margin:20px 20px 0 20px;
	}

#greeting_wrap_sp .greeting_txt{
	font-weight:bold;
	}

/*参加園一覧_sp*/
#job_list_wrap_sp{
	width:100%;
	height:auto;
	background-color:#F7ADBC;
	padding:20px 0;
	margin:0 auto;
	}

#job_list_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#job_list_wrap_sp h3 img{
	width: 100%;
	max-width: 441px;
	height: auto;
	}

#job_list_wrap_sp p{
	margin:0;
	text-align:center;
	}

#job_list_wrap_sp .job_list_area_sp .area_name{
	display:block;
	width: 90%;
	height: 40px;
	font-size:16px;
	font-weight:800;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height: 40px;
	position:relative;
	background-color:#fff;
	background-image:url(../sp/event/img/sakai_fair/chevron_p01.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
	color:#2c89bb;
	-webkit-transition: none;
	transition: none;
	outline: none;
	border:2px solid #2c89bb;
	margin: 0 auto;
	}

#job_list_wrap_sp .job_list_area_sp dd{
	width: 100%;
	height:auto;
	display:none;
	margin: 0 auto;
	}

#job_list_wrap_sp .job_list_area_sp dt.active{
    background-image:url(../sp/event/img/sakai_fair/chevron_p02.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
    }

.job_list_area_sp{
	margin:20px 0;}

.job_list_area_sp .blur{
	-webkit-filter: blur(3px);
    filter: blur(3px);
	}

#job_list_wrap_sp table{
	width:91%;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5;
	border-top:2px solid #2c89bb;
	border-radius: 3px;
	margin: 0 auto;
	}

#job_list_wrap_sp table thead{
	border-right: 1px solid #2c89bb;
	border-left: 1px solid #2c89bb;
	background: #57b7ea;
	}

#job_list_wrap_sp table thead th {
	padding:5px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	color: #fff;
	}

#job_list_wrap_sp table tbody .left_box{
	width:30%;
	padding: 10px;
	font-size:12px;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
}

#job_list_wrap_sp table tbody .right_box{
	width:40%;
	padding: 10px;
	font-size:13px;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
}
#job_list_wrap_sp table tbody .right_box a{
	text-decoration:underline;
}
/*イベント_sp*/
#event_wrap_sp{
	width:100%;
	height:auto;
	background-color: #fff;
	padding:20px 0;
	margin:0 auto;
	}

#event_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#event_wrap_sp h3 img{
	width: 100%;
	max-width: 541px;
	height: auto;
	}
#event_wrap_sp .event_txt1{
	width:90%;
	line-height:25px;
	margin:20px auto 10px auto;
	text-align:center;
	}

#event_wrap_sp .event01{
	width:90%;
	height:1190px;
	margin:0 auto -330px auto;
	background-image: url(../sp/event/img/neyagawa_hirakata_fair/event_img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

#event_wrap_sp .event01 strong{
	width: 90%;
	border-bottom: 2px solid #d5337a;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	position: relative;
	top: 550px;
	margin: 0 auto;
	text-align: center;
}

.event01 .event_txt2{
	width: 90%;
	position: relative;
	top: 570px;
	margin: 0 auto;
}

/*アクセス_sp*/
#access_wrap_sp{
	width:100%;
	height:auto;
	background-image: url(../sp/event/img/neyagawa_hirakata_fair/stripe_back.jpg);
	background-repeat: repeat;
	padding:20px 0;
	margin:0 auto;
	}

#access_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#access_wrap_sp h3 img{
	width: 100%;
	max-width: 441px;
	height: auto;
	}

#access_wrap_sp .map_illust_sp{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	text-align:center;
	}

#access_wrap_sp .map_illust_sp img{
	width:90%;
	height:auto;
	margin:0;
	text-align:center;
	}

#access_wrap_sp #map_thumbnail{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	}

#access_wrap_sp #map_thumbnail ul{
	width:90%;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	}

#access_wrap_sp #map_thumbnail ul li{
	width:50%;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	display:inline;
	}

#access_wrap_sp #map_thumbnail ul li img{
	width:95%;
	display:block;
	}

#access_wrap_sp #map_thumbnail ul li figcaption{
	width:90%;
	font-weight:800;
	margin:20px 0 0 10px;
	line-height:20px;
	padding:0;
	}

#access_wrap_sp .access_map_sp{
	width: 90%;
	max-width: 450px;
	height: auto;
	background-color: #fff;
	border: 1px solid #3e3a39;
	border-radius: 5px;
	margin: 30px auto;
}

#access_wrap_sp .access_map_sp p{
	width:80%;
	text-align:center;
	margin:20px auto 10px auto;
}

#access_wrap_sp .access_map_sp p img{
	width: 100%;
	max-width: 418px;
	height: auto;
}

#access_wrap_sp .access_map_sp dl{
	margin: 20px;
	}

#access_wrap_sp .access_map_sp dl dd{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0 15px 0;
	}

.access_map_sp dl .map_jr{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access01.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

.access_map_sp dl .map_kei{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access02.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

.access_map_sp dl .map_chika{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access03.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

#access_wrap_sp #access_summary_sp table{
	width:90%;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5;
	border:2px solid #d5337a;
	margin:0 0 20px 20px;
	}

#access_wrap_sp #access_summary_sp table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	background: #efefef;
	color: #3e3a39;
	}

#access_wrap_sp #access_summary_sp table td {
	width: 30%;
	padding: 10px;
	font-size:14px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*事前エントリー_sp*/
#entry_wrap2_sp{
	width:100%;
	height:auto;
	background-image:url(../sp/event/img/sensyu_fair/dot_y.gif);
	padding:20px 0 50px 0;
	margin:0 auto;
	}

#entry_wrap2_sp h4{
	width:60%;
	font-size:18px;
	font-weight:800;
	text-align:center;
	margin:10px auto;
	}

#entry_wrap2_sp hr{
	height: 0;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-top: 3px solid #3e3a39;
	width:60%;
	text-align:center;
	}

#entry_wrap2_sp .entry_description{
	text-align:center;
	margin:20px;
	}

#entry_wrap2_sp table{
	width:90%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left:20px;
	}

#entry_wrap2_sp table th {
	width:100%;
	padding:15px 10px 0 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #fff;
	}

#entry_wrap2_sp table td {
	width: 100%;
	padding:0 10px 10px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#entry_wrap2_sp table .imperative{
	color:#fff;
	font-size:13px;
	width:50px;
	margin-left:10px;
	padding:3px;
	background-color:#fe4958;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#entry_wrap2_sp table .form_style{
	width:90%;
	border:0;
	padding:8px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px 8px 10px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

#entry_wrap2_sp table .form_style2{
	border:0;
	padding:8px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	width:90%;
	height:150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

#entry_wrap2_sp table .form_style3{
	width:50%;
	border:0;
	padding:8px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px 0 10px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}


#entry_wrap2_sp table input:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

#entry_wrap2_sp table .entry_example{
	font-size:12px;
	margin-left:10px;
	}

#entry_wrap2_sp table .entry_example2{
	font-size:10px;
	margin-left:10px;
	}

#entry_wrap2_sp table .entry_example3{
	display:none;}

#entry_wrap2_sp table textarea:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

/*ラジオボタンの設定*/
#entry_wrap2_sp input[type=radio]{
	display: none;}

#entry_wrap2_sp .radio{
	box-sizing: border-box;
  	-webkit-transition: background-color 0.2s linear;
  	transition: background-color 0.2s linear;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 12px 12px 12px 42px;
  	border-radius: 8px;
  	vertical-align: middle;
  	cursor: pointer;
}

#entry_wrap2_sp　table  .radio:hover{
  	background-color: #fbe5e8;}

#entry_wrap2_sp table  .radio:hover:after{
  	border-color: #FE4958;}

#entry_wrap2_sp table  .radio:after{
  	-webkit-transition: border-color 0.2s linear;
  	transition: border-color 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 15px;
  	display: block;
  	margin-top: -10px;
  	width: 16px;
  	height: 16px;
  	border: 2px solid #bbb;
  	border-radius: 6px;
  	content: '';
	}

#entry_wrap2_sp table  .radio:before{
  	-webkit-transition: opacity 0.2s linear;
  	transition: opacity 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 20px;
  	display: block;
  	margin-top: -5px;
  	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	background-color: #FE4958;
  	content: '';
  	opacity: 0;
}

#entry_wrap2_sp table  input[type=radio]:checked + .radio:before {
  	opacity: 1;
}

/*チェックボックスの設定*/
#entry_wrap2_sp table input[type=checkbox]{
  display: none;}

#entry_wrap2_sp table .check{
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 10px 5px 8px 0;
  padding: 8px 8px 8px 32px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

#entry_wrap2_sp table .check:hover {
  background-color: #fbe5e8;
}

#entry_wrap2_sp table .check:hover:after {
  border-color: #FE4958;
}

#entry_wrap2_sp table .check:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

#entry_wrap2_sp table .check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FE4958;
  border-bottom: 3px solid #FE4958;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#entry_wrap2_sp table input[type=checkbox]:checked + .check:before {
  opacity: 1;
}

/*ボタン*/
#entry_wrap2_sp #send_btn_sp_wrap{
	width:90%;
	margin:0 auto;
	}

#send_btn_sp_wrap .send_btn_sp{
	display: inline-block;
	width: 100%;
	height: 54px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.3em;
	line-height: 54px;
	position:relative;
	background-color:#FF6B6B;
	color:#fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #3e3a39;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	outline: none;
	border:2px solid #3e3a39;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:10px auto;
	cursor:pointer;
	}

.send_btn_sp:active {
	top: 3px;
	box-shadow: none;
}

.send_btn_sp::before,
.send_btn_sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.send_btn_sp,
.send_btn_sp::before,
.send_btn_sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

/*規約*/
#send_description_wrap{
	width:90%;
	margin:0 auto;
	}

#send_description_wrap dt{
    display:block;
    width: 100%;
	height: 50px;
	font-size:12px;
    border:#3e3a39 1px solid;
    cursor:pointer;
	text-align: left;
	text-decoration: none;
	text-indent:10px;
	letter-spacing:0.1em;
	background-color:#3e3a39;
	background-image:url(../sp/event/img/sensyu_fair/chevron.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
	color:#fff;
	-webkit-transition: none;
	transition: none;
	margin:10px auto 0 auto;
    }

#send_description_wrap dd{
    background:#fff;
	width: 100%;
	height: auto;
    line-height:25px;
    text-align:left;
    border:#666 1px solid;
    display:none;
    }

#send_description_wrap dt.active{
    background-image:url(../sp/event/img/sensyu_fair/chevron02.png);
	background-position:96% 50%;
	background-repeat:no-repeat;
    }

#send_description_wrap dd .entry_handling_sp{
	width:90%;
	margin:20px auto;}

.entry_handling_sp .protection{
	width:90%;
	background-color:#fee6e6;
	padding:10px;
	margin-bottom:20px;
	font-size:13px;
	}

.entry_handling_sp ol li{
	margin:0 0 15px 0;
	list-style-type:none;
	font-size:13px;
	}

.entry_handling_sp ol li .bold{
	font-weight:800;}

/*レポート*/
#report_wrap_sp{
	width:100%;
	height:auto;
	background-color: #BBF5FF;
	padding:30px 0 50px 0;
	margin:0 auto;
	}

#report_wrap_sp .report_content_sp{
	width:96%;
	height:auto;
	margin:0 auto;
	}

.report_content_sp img{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	}

/*フッター*/
#footer_sp{
	width:100%;
	height:auto;
	table-layout:center;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#footer_sp #logo_circle_sp_wrap{
	width:100%;
	margin:0 auto;
	}

#footer_sp #logo_circle_sp_wrap .logo_circle_sp{
	width:50%;
	height:auto;
	display:block;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	}

#share_wrap{
	width:100%;
	margin:0 auto 30px auto;
	}

#share_wrap .share_icon_wrap{
	width:70%;
	margin:0 0 30px 32%;
	}

#share_wrap .share_icon_wrap img{
	width:20%;
	}

#share_wrap .share_icon_wrap .line_icon{
	display:block;
	margin:0 10% 0 0;
	float:left;
	}

#share_wrap .share_icon_wrap .twitter_icon{
	display:block;
	margin:0;
	float:left;
	}

#footer_sp .page-back_sp{
	width:90%;
	height:auto;
	margin:0 auto;
	}

#footer_sp .page-back_sp a{
	width:98%;
	height:auto;
	border:2px solid #3e3a39;
	background-color:#fff;
	color:#3e3a39;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	display:inline-block;
	margin:20px auto;
	}

#footer_sp #footer_bottom_sp{
	width: 100%;
	background-color: #f7eaec;
}

#footer_sp small{
	text-align:center;
	display:block;
	padding:20px 0;
	margin:0 auto;
	color: #3e3a39;
	font-size:12px;
	}

/*共有*/
.clear{
	clear:both;}
}

/* SP用CSS
   ========================================================================== */
@media screen and (max-width:479px){
/*全体設定*/
#pc_wrapper{
	display:none;}

html{
	overflow:auto;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	}

p{
    font-size:4.375vw; /* ビューポートの幅の4.375%で可変する */
     }

#sp_wrapper{
	font: 14px/22px 'Noto Sans JP', sans-serif;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	color:#3e3a39;
	overflow:hidden;
	position:relative;
	-webkit-text-size-adjust: 100%;
	}

/*共通設定*/
.section_title{
	font-size: 20px;
	text-align:center;
	position: relative;
	line-height: 1.4;
	margin: 10px auto 20px auto;
	padding-bottom: 20px;
}

.section_title:after {
    width: 50px;
    height: 5px;
    background-image: linear-gradient(-225deg, #68d8ee 0%, #79fa94 100%);
    content: "";
    display: block;
    margin: 0 0 0 -25px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*ヘッダー*/
#header_top_sp{
	position: fixed;
  	top: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	z-index:9999;
	}

#header_top_sp #logo_sp_wrap{
	width:73%;
	height:60px;
	padding:0 40px 5px 0;
	float:left;
	}

#header_top_sp #logo_sp_wrap img{
	width:100%;
	height: auto;
	margin:20px 0 0 10px;
	float:left;
	background-color:#fff;
	}

/*ハンバーガーUi*/
#sp_button_wrap{
	width:12%;
	height:auto;
	background-color:#2c89bb;
	float:left;
	margin: 10px 10px 0 0;
	}

#sp_button_wrap #sp_button{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	background-color:#fff;
	}

#sp_button_wrap .menu-trigger,
#sp_button_wrap .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-left:20%;
	float:left;
	}
#sp_button_wrap .menu-trigger {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	}
#sp_button_wrap .menu-trigger span {
	position: absolute;
	left: 0;
	width: 90%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	}

#sp_button_wrap .menu-trigger span:nth-of-type(1) {
	top: 0;
	}
#sp_button_wrap .menu-trigger span:nth-of-type(2) {
	top: 35%;
	left: 46%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	}
#sp_button_wrap .menu-trigger span:nth-of-type(3) {
	bottom:30%;
	}

/*閉じる*/
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg) scale(.8);
	transform: translateY(10px) rotate(-315deg) scale(.8);
	background-color: #fff;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(2) {
	width: 40px;
	height:40px;
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
	}
#sp_button_wrap.navOpen .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg) scale(.8);
	transform: translateY(-11px) rotate(315deg) scale(.8);
	background-color: #fff;
	}

/*メニュー中身*/
#header_top_sp #header_inner_sp{
    background:#fff;
    width:100%;
	background-color:#fff;
    height:auto;
	border:0;
    text-align:center;
    display:none;
	z-index:1;
    }

#header_inner_sp #sp_menu ul{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	padding:0;
	background-color:#CCFF00;
	list-style:none;
	}

#header_inner_sp #sp_menu li{
	width:45%;
	height:auto;
	border:2px solid #2c89bb;
	background-color:#fff;
	color:#3e3a39;
	padding:5% 0;
	margin:0 0 10px 10px;
	float:left;
	display:inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

#header_inner_sp #sp_menu li:hover{
	background-color:#fefed9;
	}

#header_inner_sp #sp_menu li img{
	width:80%;}

#header_inner_sp .sp_menu_home{
	width:94%;
	height:30px;
	border:2px solid #3e3a39;
	background-color:#3e3a39;
	color:#fff;
	line-height:30px;
	padding:10px 0;
	margin:0 0 10px 10px;
	padding:0;
	text-decoration:none;
	float:left;
	display:inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

/*メインビジュアル_sp*/
#mvisual_wrap_sp{
	width:100%;
	padding-top:65px;
	}

#mvisual_wrap_sp .mvisual_img{
	width:100%;
	}

#mvisual_wrap_sp .date_contents_sp{
	width:100%;
	width: 90%;
	border: 2px solid #d5337a;
	margin: 0 auto;
	}

#data_area{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

#data_area img{
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
}

/*事前エントリーボタン_sp*/
.entry_wrap_sp{
	width:100%;
	background-color:#fefc63;
	padding:30px 0;
	}

.entry_wrap_sp2{
	width:100%;
	background-color: #fff;
	padding: 20px 0;
}

#entry_wrap_sp3{
	width:100%;
	background-image: url(../sp/event/img/sakai_fair/square_back.jpg);
	background-repeat: repeat;
	padding:0 0 30px 0;
	}

.entry_wrap_sp .entry_btn_in,
.entry_wrap_sp2 .entry_btn_in,
#entry_wrap_sp3 .entry_btn_in{
	margin:0 auto;
	text-align:center;
	}

.entry_wrap_sp .entry_btn_in p{
	width:90%;
	text-align:center;
	padding-bottom:5px;
	margin:0 auto;
	}

.entry_wrap_sp .entry_btn_in p br,
#entry_wrap_sp3 .entry_btn_in p br{
	display:block;}

#entry_wrap_sp3 .entry_btn_in img{
	width: 100%;
	max-width: 621px;
	height: auto;
	margin-top: 20px;
}

.entry_btn{
	display: inline-block;
	width: 80%;
	height: 54px;
	font-size:17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height: 54px;
	margin-top:10px;
	position:relative;
	background-color:#ff6b6b;
	color:#fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #d84040;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	outline: none;
	border:2px solid #ff6b6b;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.entry_wrap_sp .entry_btn:active{
	top: 3px;
	box-shadow: none;
}

.entry_wrap_sp .entry_btn::before,
.entry_wrap_sp .entry_btn::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.entry_wrap_sp .entry_btn,
.entry_wrap_sp .entry_btn::before,
.entry_wrap_sp .entry_btn::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

/* スイーツプレゼント */
.present_wrap{
	width: 90%;
	margin: 20px auto 0 auto;
}

.present_wrap img{
	width: 100%;
}
.present_wrap:nth-of-type(2) {
	width:100%;
	background-color:#fefc63;
	padding: 20px 0;
}

.present_wrap:nth-of-type(2) img{
	width: 95%;
	display: block;
	text-align: center;
	margin:  0 auto;
}

/*ごあいさつ_sp*/
#greeting_wrap_sp{
	width:100%;
	height:auto;
	background-color:#fff;
	padding:30px 0 30px 0;
	margin:0 auto;
	}

.greeting_in_sp h3{
	width:80%;
	}

.greeting_in_sp p{
	width:90%;
	line-height:25px;
	margin: 0 20px 0 20px;
	}

.greeting_in_sp strong{
	color: #2c89bb;
	font-weight:bold;
	}

/*参加園一覧_sp*/
#job_list_wrap_sp{
	width:100%;
	height:auto;
	background-color:#F7ADBC;
	padding:20px 0;
	margin:0 auto;
	}

#job_list_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#job_list_wrap_sp h3 img{
	width: 100%;
	max-width: 441px;
	height: auto;
	}

#job_list_wrap_sp p{
	margin:0;
	text-align:center;
	}

#job_list_wrap_sp .job_list_area_sp .area_name{
	display:block;
	width: 90%;
	height: 40px;
	font-size:16px;
	font-weight:800;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height: 40px;
	position:relative;
	background-color:#fff;
	background-image:url(../sp/event/img/sakai_fair/chevron_p01.svg);
	background-size: 25px 25px;
	background-position:96% 50%;
	background-repeat:no-repeat;
	color:#2c89bb;
	-webkit-transition: none;
	transition: none;
	outline: none;
	border:2px solid #2c89bb;
	margin:0 0 0 15px;
	}

#job_list_wrap_sp .job_list_area_sp dd{
	width: 100%;
	height:auto;
	display:none;
	}

#job_list_wrap_sp .job_list_area_sp dt.active{
    background-image:url(../sp/event/img/sakai_fair/chevron_p02.svg);
	background-size: 25px 25px;
	background-position:96% 50%;
	background-repeat:no-repeat;
    }

.job_list_area_sp{
	margin:20px 0;}

.job_list_area_sp .blur{
	-webkit-filter: blur(3px);
    filter: blur(3px);
	}

#job_list_wrap_sp table{
	width:91%;
	border-collapse:collapse;
	border: 1px solid #2c89bb;
	text-align:left;
	line-height:1.5;
	border-top:2px solid #2c89bb;
	border-radius: 3px;
	margin-left: 16px;
	}

#job_list_wrap_sp table thead{
	border-right: 1px solid #2c89bb;
	border-left: 1px solid #2c89bb;
	background: #57b7ea;
	color: #fff;
	}

#job_list_wrap_sp table thead th {
	padding:5px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
	color: #fff;
	}

#job_list_wrap_sp table tbody td:first-of-type{
	width:30%;
	padding: 10px;
	font-size:12px;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
	background-color:#fff;
}

#job_list_wrap_sp table tbody td:nth-of-type(2){
	width:40%;
	padding: 10px;
	font-size:13px;
	vertical-align: top;
	border-right: 1px solid #2c89bb;
	border-bottom: 1px solid #ccc;
	background-color:#fff;
}

#job_list_wrap_sp table tbody a{
	color: #2c89bb;
}

/*イベント_sp*/
#event_wrap_sp{
	width:100%;
	height:auto;
	background-color: #fff;
	padding:20px 0;
	margin:0 auto;
	}

#event_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#event_wrap_sp h3 img{
	width: 100%;
	max-width: 440px;
	height: auto;
	}
#event_wrap_sp .event_txt1{
	width:90%;
	line-height:25px;
	margin:20px auto 10px auto;
	text-align:center;
	}

#event_wrap_sp .event01{
	width:90%;
	height:748px;
	margin:0 auto -300px auto;
	background-image:url(../sp/event/img/sakai_fair/event_img1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

#event_wrap_sp .event02{
	width:90%;
	height:694px;
	margin:0 auto -300px auto;
	background-image: url(../sp/event/img/sakai_fair/event_img2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

#event_wrap_sp .event03{
	width:90%;
	height:1366px;
	margin:0 auto -550px auto;
	background-image: url(../sp/event/img/sakai_fair/event_img3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

#event_wrap_sp .event01 strong,
#event_wrap_sp .event02 strong,
#event_wrap_sp .event03 strong{
	width: 90%;
	border-bottom: 2px solid #2c89bb;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

#event_wrap_sp .event01 strong{
	position: relative;
	top: 260px;
}

#event_wrap_sp .event02 strong{
	position: relative;
	top: 230px;
	margin: 0 auto;
	text-align: center;
}

#event_wrap_sp .event03 strong{
	position: relative;
	top: 260px;
	margin: 0 auto;
	text-align: center;
}

.event01 .event_txt2{
	width: 90%;
	position: relative;
	top: 280px;
	margin: 0 auto;
}

.event02 .event_txt3{
	width: 90%;
	font-size: 14px;
	position: relative;
	top: 250px;
	margin: 0 auto;
}

.event03 .event_txt4{
	width: 90%;
	font-size: 14px;
	position: relative;
	top: 290px;
	margin: 0 auto;
}

.event03 .event_txt5{
	width: 85%;
	background-color: #fff;
	font-size: 13px;
	position: relative;
	top: 320px;
	margin: 0 auto;
	padding: 10px;
}

.event03 .event_txt5 em{
	display: block;
	font-weight: 900;
	text-align: center;
	margin-bottom: 10px;
}

/*アクセス_sp*/
#access_wrap_sp{
	width:100%;
	height:auto;
	background-image: url(../sp/event/img/neyagawa_hirakata_fair/stripe_back.jpg);
	background-repeat: repeat;
	padding:20px 0;
	margin:0 auto;
	}

#access_wrap_sp h3{
	width:80%;
	text-align:center;
	margin:10px auto;
	}

#access_wrap_sp h3 img{
	width: 100%;
	max-width: 440px;
	height: auto;
	}

#access_wrap_sp .map_illust_sp{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	text-align:center;
	}

#access_wrap_sp .map_illust_sp img{
	width:90%;
	height:auto;
	margin:0;
	text-align:center;
	}

#access_wrap_sp #map_thumbnail{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	}

#access_wrap_sp #map_thumbnail ul{
	width:90%;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	}

#access_wrap_sp #map_thumbnail ul li{
	width:50%;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	display:inline;
	}

#access_wrap_sp #map_thumbnail ul li img{
	width:95%;
	display:block;
	}

#access_wrap_sp #map_thumbnail ul li figcaption{
	width:90%;
	font-weight:800;
	margin:20px 0 0 10px;
	line-height:20px;
	padding:0;
	}

#access_wrap_sp .access_map_sp{
	width: 90%;
	max-width: 450px;
	height: auto;
	background-color: #fff;
	border: 1px solid #3e3a39;
	border-radius: 5px;
	margin: 30px auto;
}

#access_wrap_sp .access_map_sp p{
	width:80%;
	text-align:center;
	margin:20px auto 10px auto;
}

#access_wrap_sp .access_map_sp p img{
	width: 100%;
	max-width: 418px;
	height: auto;
}

#access_wrap_sp .access_map_sp dl{
	margin: 20px;
	}

#access_wrap_sp .access_map_sp dl dd{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0 15px 0;
	}

.access_map_sp dl .map_jr{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access01.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

.access_map_sp dl .map_kei{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access02.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

.access_map_sp dl .map_chika{
	background-image:url(../sp/event/img/neyagawa_hirakata_fair/access03.png);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-indent: 30px;
}

#access_wrap_sp #access_summary_sp table{
	width:90%;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5;
	border:2px solid #2c89bb;
	margin:0 0 20px 20px;
	}

#access_wrap_sp #access_summary_sp table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	background: #efefef;
	color: #3e3a39;
	}

#access_wrap_sp #access_summary_sp table td {
	width: 30%;
	padding: 10px;
	font-size:14px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#access_summary_sp table td p{
	font-size:14px;
}

/*レポート*/
#report_wrap_sp{
	width:100%;
	height:auto;
	background-color: #BBF5FF;
	padding:30px 0 50px 0;
	margin:0 auto;
	}

#report_wrap_sp .report_content_sp{
	width:96%;
	height:auto;
	margin:0 auto;
	}

.report_content_sp img{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	}

/*フッター*/
footer{
	width:100%;
	color:#fff;
	margin: 0 auto;
	text-align: center;
	}

footer .footer-logo{
	text-align:center;
	display:block;
	margin: 0 auto;
	padding: 20px 0;
	}

.footer-logo img{
	width: 300px;
    height: 43px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer-bottome{
	width: 100%;
	background-color: #D9D9D9;
	padding: 20px 0;
	}

footer p{
	width: 90%;
	color: #3e3a39;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}

footer .page-back{
	position: fixed;
 	bottom: 80px;
 	right: 20px;
}


/*共有*/
.clear{
	clear:both;}
}
}
