@charset "utf-8";

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}


.topsp{
	color: white;
}

.topsp h3{
	text-align: center;
	margin: 0px;
	padding-top: 30px;
}

.topsp p{
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}

.topsp hr{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 5px dotted #FFF;
	width: 70%;
	margin: 0px auto 0px auto;
}

.topsptext{
	margin: 30px;
}

#header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #ffffff;
}

#header .header_logo {
	z-index: 1;
	position: relative;
	width: 300px;
	height: 36px;
	margin: 12px auto;
}

#header .header_menu {
	z-index: 1;
	position: relative;
	width: 580px;
	height: 50px;
	margin: 15px 5px 15px 0;
	float: right;
}

#header .header_menu_item,
#header .header_menu_item__last {
	font-size: 0.6rem;
	float: left;
}
#header .header_menu_item {
	padding: 5px 10px;
	border-right: 1px solid #000;
}
#header .header_menu_item__last {
	padding: 5px 10px;
}
#header .header_menu_item a,
#header .header_menu_item__last a {
	color: #000;
	text-decoration: none;
}



#header .headerimg {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 50px 0;
}
#header .headerimg img {
	width: 100%;
	height: auto;
}

#header h1 {
	display: none;
}



/* MENU */
#global-menu-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 60px;
	background: #629d7d;
	cursor: pointer;
}

#global-menu {
	width: 100%;
	height: auto;
	background: rgba(255,255,255, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translate(120%);
	transition: all .5s;
}
#global-menu.open {
	transform: translate(0);
}

.global-menu-background {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s;
}
.global-menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.global-menu-open {
	width: 100%;
	height: auto;
}

.global-menu-close {
	display: none;
	z-index: 101;
	padding-top: 12px;
}

.global-menu-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #d8b289;
	cursor: pointer;
	z-index: 101;
}

#global-menu .global-menu-wrapper {
	position: absolute;
	top: 100px;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
#global-menu .global-menu-wrapper li {
	display: inline-block; 
	width: 100%;
	height: auto; 
	font-size: 1.2rem; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center; 
	color: #644e2f;
	vertical-align: middle; 
	padding: 0; 
	margin: 0;
	border-bottom: 1px solid #644e2f;
	overflow: hidden;
}
#global-menu .global-menu-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color: #644e2f;
	text-decoration: none;
}
#global-menu .global-menu-wrapper li:hover {
	/*background: #D83544;*/
}


.global_menu_img {
	width: 100%;
	height: auto;
	display: block;
}
.global_menu_img2 {
	width: 175px;
	height: auto;
	margin-right: 15px;
	display: block;
	float: left;
}

.global_menu_icon {
	width: 25px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.global_menu_title {
	display: inline-block;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	margin-top: 3px;
	font-size: 1.2rem;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.0;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.3rem !important;
	text-align: left;
	color: #000000;
	float: left;
}
.global_menu_title_j {
	display: inline-block;
	width: auto;
	font-size: 0.8rem;
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.0;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.15rem !important;
	text-align: left;
	color: #000000;
}

#global-menu .global-menu-wrapper li:hover a .global_menu_title,
#global-menu .global-menu-wrapper li:hover a .global_menu_title_j {
	color: #ed6d46;
}

.global_menu_logo {
	position: absolute;
	top: 650px;
	left: 50px;
	width: 120px;
	height: auto;
}





#footer {
	width: 100%;
	margin: 0;
	border-top: 2px solid #000;
}
.footer_txt {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	font-size: 1.0rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
}

@media print, screen and (max-width: 768px) {


	#header .header_logo {
		z-index: 1;
		position: relative;
		width: 150px;
		height: 27px;
		margin: 16px auto;
	}


	#global-menu-btn {
		display: block;
	}

	.footer_txt {
		width: 90%;
		margin: auto 5%;
		padding: 60px 0;
		font-size: 1.0rem;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: center;
	}

}




.top_img_1 {
	width: 100%;
	height: auto;
	margin-top:60px;
}

.top_img_2 {
	width: 100%;
	height: auto;
	background-color: #629d7d;
}
.top_img_2_1 {
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
}


.top_img_3 {
	width: 100%;
	height: auto;
	background-color: #fdfae1;
}


.top_site_menu {
	width: 100%;
	background-color: #FAEADA;

}
.site_menu_pc {
	z-index: 9;
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.site_menu_pc li {
	display: inline-block; 
	width: calc((100% - 51px) / 3);
	width: -webkit-calc((100% - 51px) / 3);
	width: -moz-calc((100% - 51px) / 3);
	height: auto; 
	margin: 0 10px 0 0;
	padding: 0; 
	font-size: 1.0rem; 
	font-weight: bold; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	overflow: hidden;
}
.site_menu_pc li:nth-child(6) {
	margin: 0 0 0 0; 
}


.site_menu_sp {
	z-index: 9;
	position: relative;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.site_menu_sp li {
	display: inline-block; 
	width: 100%;
	width: 100%;
	width: 100%;
	height: auto; 
	margin: 0 px;
	padding: 0px 50px 20px 50px; 
	font-size: 1.0rem; 
	font-weight: bold; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	overflow: hidden;
	box-sizing: border-box;
}
.site_menu_sp li:nth-child(6) {
	margin: 0 0 0 0; 
}

.topmapimage{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 20px;
}




@media print, screen and (max-width: 1020px) {

	.site_menu_pc {
		max-width: 980px;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 70px 0;
	}
	.site_menu_pc li {
		display: inline-block; 
		width: calc((100% - 51px) / 6);
		width: -webkit-calc((100% - 51px) / 6);
		width: -moz-calc((100% - 51px) / 6);
		height: auto; 
		margin: 0 10px 0 0;
		padding: 0; 
	}
	.site_menu_pc li:nth-child(6) {
		margin: 0 0 0 0; 
	}

}

@media print, screen and (max-width: 768px) {

	.site_menu_pc {
		max-width: 980px;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 40px 0;
	}
	.site_menu_pc li {
		display: inline-block; 
		width: 100%;
		width: 100%;
		width: 100%;
		height: auto; 
		margin: 0 0px 0 0;
		text-align: center;
		padding: 0; 
	}
	.site_menu_pc li:nth-child(1),
	.site_menu_pc li:nth-child(2) {
		margin: 0 0px 20px 0;
	}
	.site_menu_pc li:nth-child(3) {
		margin: 0 0 20px 0;
	}
	.site_menu_pc li:nth-child(6) {
		margin: 0 0 0 0; 
	}

}






#contents-wrapper {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
}
#contents-wrapper-2 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #fef0dd;
}
#contents-wrapper-3 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #c79777;
}
#contents-wrapper-4 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #644E2F;
}


#contents-wrapper-5 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #def2fc;
}


#contents-wrapper-6 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #fdfae1;
}





.hrf_venue {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 45px;
	margin: 100px auto 40px auto;
}

.hrf_v1 {
	z-index: 3;
	position: absolute;
	top: 0;
	left: calc((100% - 150px) / 2);
	left: -webkit-calc((100% - 150px) / 2);
	left: -moz-calc((100% - 150px) / 2);
	width: 150px;
	height: 45px;
	padding: 0;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.5rem !important;
	background: #6FBA2C;
	border-radius: 20px;
}
.hrf_v1_border {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #6FBA2C;
}

.hrf_v2 {
	z-index: 3;
	position: absolute;
	top: 0;
	left: calc((100% - 160px) / 2);
	left: -webkit-calc((100% - 160px) / 2);
	left: -moz-calc((100% - 160px) / 2);
	width: 160px;
	height: 45px;
	padding: 0;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.1rem !important;
	background: #C49958;
	border-radius: 20px;
}
.hrf_v2_border {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #C49958;
}

.booth-sub-title{
	padding: 10px 0px;
	text-align: center;
	border-radius: 30px;
	width: 200px;
	margin: 20px auto;

}

.booth-sub-title2{
	padding: 10px 0px;
	text-align: center;
	border-radius: 30px;
	width: 220px;
	margin: 20px auto;

}

.topmap{
	max-width: 1400px;
  text-align: center;
  margin: 30px auto;
}

.hrf_event_soramo {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #faece0;
	border-radius: 5px;
}

.nazonotes li{
	color: #624C2D;
	margin-bottom: 10px;
}

.hrf_event_soramo2 {
	z-index: 1;
	position: relative;
	max-width: 720px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 5px;
}

.hrf_event_soramo3 {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #FFF;
	border-radius: 5px;
}

.hrf_event_presen {
	z-index: 1;
	position: relative;
	max-width: 1150px;
	width: 100%;
	margin: 40px auto;
	padding: 1px;
	background: #ffffff;
	border: 3px dotted #ea617c;
	border-radius: 5px;
}
.hrf_event_shinkawa {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #f5e9d7;
	border-radius: 5px;
}
.hrf_talk_event {
	z-index: 1;
	position: relative;
	width: 978px;
	text-align: center;
	margin: 80px auto 20px auto;
	padding: 5px 50px;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.2rem !important;
	color: #FFF;
	background: #A06A4B;
	border: 2px solid #A06A4B;
	border-radius: 15px 15px 0px 0px;
}

.hrf_talk_event2 {
	z-index: 1;
	position: relative;
	text-align: center;
	margin: 80px auto 20px auto;
	padding: 5px 50px;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.2rem !important;
	color: #FFF;
	background: #A06A4B;
	border: 2px solid #A06A4B;
	border-radius: 15px 15px 0px 0px;
}

.footer-tag{
	text-align: center;
	padding-top: 30px;
	font-size: 30px;
	font-weight: bold;
	color:#624C2D;
}


.hrf_event_schedule {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 5px;
}
.hrf_event_workshop {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #c9e7e6;
	border-radius: 5px;
}
.hrf_event_bouldering {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #ffffff;
	border-radius: 5px;
}

.hrf_event_bouldering2 {
	z-index: 1;
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 30px;
	border-radius: 5px;
}

.hrf_event_bouldering3 {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 0px auto;
	padding: 30px;
	background: #fdfae1;
	border-radius: 5px;
}


@media print, screen and (max-width: 1020px) {


	.hrf_event_soramo {
		z-index: 1;
		position: relative;
		max-width: 920px;
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
		background: #faece0;
		border-radius: 5px;
	}
	.hrf_event_presen {
		z-index: 1;
		position: relative;
		max-width: 978px;
		width: 90%;
		margin: 40px auto;
		padding: 1px;
		background: #ffffff;
		border: 3px dotted #ea617c;
		border-radius: 5px;
	}
	.hrf_event_shinkawa {
		z-index: 1;
		position: relative;
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
		background: #f5e9d7;
		border-radius: 5px;
	}
	.hrf_talk_event {
		z-index: 1;
		position: relative;
		width: max-content;
		margin: 80px auto 20px auto;
		padding: 5px 50px;
		font-size: 1.6rem;
		font-weight: bold;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.2rem !important;
		color: #FFF;
		background: #A06A4B;
		border: 2px solid #A06A4B;
		border-radius: 30px;
	}
	.hrf_event_schedule {
		z-index: 1;
		position: relative;
		max-width: 920px;
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
		background: #ffffff;
		border-radius: 5px;
	}
	.hrf_event_workshop {
		z-index: 1;
		position: relative;
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
		background: #c9e7e6;
		border-radius: 5px;
	}
	.hrf_event_bouldering {
		z-index: 1;
		position: relative;
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
		background: #ffffff;
		border-radius: 5px;
	}

}




.hrf_00 {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
}


.hrf_01 {

}
.hrf_01_1_left  {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: auto;
	float: left;
}
.hrf_01_1_right {
	z-index: 3;
	position: relative;
	width: 300px;
	height: auto;
	float: right;
}

.hrf_01_2 {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 40px 0;
}

.hrf_01_3 {
	z-index: 3;
	position: relative;
	width: 750px;
	height: auto;
	margin: auto;
	padding: 25px;
	background: #F5CB00;
	border-radius: 5px;
}
.hrf_01_3_1_left {
	z-index: 4;
	position: relative;
	top: 0;
	left: 0;
	width: 350px;
	height: auto;
	float: left;
}
.hrf_01_3_1_right {
	z-index: 4;
	position: relative;
	top: 0;
	left: 0;
	width: 350px;
	height: auto;
	margin-left: 50px;
	float: left;
}
.hrf_01_3_2 {
	z-index: 4;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: auto;
	margin: 50px auto 0 auto;
	padding: 5px 0;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #C30020;
	border-radius: 20px;
}
.hrf_01_3_3 {
	z-index: 4;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 20px 0;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center;
}
.hrf_01_4 {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.hrf_01_4 li {
	display: inline-block; 
	width: calc((100% - 161px) / 3);
	width: -webkit-calc((100% - 161px) / 3);
	width: -moz-calc((100% - 161px) / 3);
	height: auto; 
	margin: 0 80px 0 0;
	padding: 0; 
	font-size: 1.0rem; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	overflow: hidden;
}
.hrf_01_4 li:nth-child(3) {
	margin: 0 0 0 0; 
}
.hrf_01_4 .name {
	font-size: 1.0rem; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	padding: 10px 0;
}




.hrf_02_1_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: auto;
	float: left;
}
.hrf_02_1_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: auto;
	margin-left: 20px;
	float: left;
}

.hrf_02_2 {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: 40px 0 0 0;
}


.hrf_02_2_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: auto;
	float: left;
}
.hrf_02_2_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: auto;
	margin-left: 20px;
	float: left;
}

.hrf_02_2_1 {
	z-index: 3;
	position: relative;
	width: 185px;
	height: auto;
	margin: 0 40px 0 0;
	float: left;
}


.hrf_02_3 {
	width: 100%;
	margin: 40px 0;
}




.hrf_03 {
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	padding: 40px;
	background: #E28C67;
}

.hrf_03_1 {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: max-content;
	height: auto;
	padding: 10px 20px;
	font-size: 2rem; 
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center; 
	color: #ffffff;
	background-color: #e1ad99;
	border-radius: 10px;
}

.hrf_03_2_pc {
	display: block;
}
.hrf_03_2_sp {
	display: none;
}
.hrf_03_2_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 449px;
	height: auto;
	font-size: 1.7rem; 
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 44px;
	float: left;
}
.hrf_03_2_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 449px;
	height: auto;
	float: left;
}

.hrf_03_3 {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 0px 0;
	text-align: left;
	color: #FFF;
}

.hrf_03_4 {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 40px 0;
}
.hrf_03_4_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 663px;
	height: auto;
	margin-right: 40px;
	float: left;
}
.hrf_03_4_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 195px;
	height: auto;
	float: left;
}
.hrf_03_4_1 {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
}
.hrf_03_4_2 {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 0;
}
.hrf_03_4_2_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.hrf_03_4_2_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-left: 2%;
	float: left;
}
.hrf_03_4_3 {
	width: 100%;
	margin-bottom: 20px;
}

.hrf_03_4_5 {
	width: 100%;
	margin-bottom: 20px;
}


.hrf_04_1 {
	z-index: 2;
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 40px auto;
}


.hrf_04_1_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	height: auto;
	float: left;
}
.hrf_04_1_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: auto;
	margin-left: 40px;
	float: left;
}




.hrf_05_1 {
	z-index: 2;
	position: relative;
	max-width: 480px;
	width: 100%;
	margin: 40px auto;
}

.hrf_05_2 {
	width: 90%;
	margin: 70px auto;
}

.hrf_05_3 {
	width: 90%;
	margin: 70px auto;
}




.hrf_06_1 {
	z-index: 2;
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 20px auto;
}

.hrf_06_2 {
	width: 100%;
}

.hrf_06_2_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.hrf_06_2_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-left: 2%;
	float: left;
}
.hrf_06_2_1 {
	width: 100%;
	padding: 15px 0;
}
.hrf_06_2_2 {
	width: 80%;
	margin: auto;
	padding: 40px 0;
}

.hrf_06_3 {
	width: 100%;
	margin: auto;
	padding-top: 40px;
	border-top: 1px solid #231815;
}

.hrf_06_3_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	height: auto;
	margin-right: 5%;
	float: left;
}
.hrf_06_3_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 75%;
	height: auto;
	margin-left: 0;
	float: left;
}




.hrf_07_1 {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: auto;
}

.hrf_07_2 {
	z-index: 2;
	position: relative;
	max-width: 380px;
	width: 100%;
	margin: 40px auto;
}

.hrf_07_3 {
	width: 100%;
}

.hrf_07_3_left {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.hrf_07_3_right {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 48%;
	height: auto;
	margin-left: 2%;
	float: left;
}



.hrf_08_1 {
	z-index: 2;
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 20px auto;
}

.hrf_08_2 {
	max-width: 250px;
	width: 100%;
	margin: 0 auto 30px auto;
}

.hrf_08_3 {
	width: 100%;
	margin: 0 auto 60px auto;
}

.hrf_08_4 {
	max-width: 250px;
	width: 100%;
	margin: 0 auto 30px auto;
}

.hrf_08_5 {
	max-width: 980px;
	width: max-content;
	margin: 0 auto 5px auto;
}

.hrf_08_6 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 60px auto;
	font-size: 0.85rem;
	color: #ffffff;
	text-align: center;
}


.hrf_09 {
	
}

.hrf_09_1 {
	width: max-content;
	margin: 30px auto;
	padding: 0 0 5px 0;
	font-size: 1.8rem;
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #000000;
	border-bottom: 2px solid #000000;
}

.hrf_09_2 {
	width: 100%;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #9f9fa0;
}

.hrf_09_3 {
	width: 100%;
	font-size: 1.2rem;
}

.hrf_09_4 {
	width: calc(100% - 28px);
	width: -webkit-calc(100% - 28px);
	width: -moz-calc(100% - 30px);
	margin: 0 0 0 auto;
	font-size: 1.8rem;
}

.hrf_09_5 {
	width: calc(100% - 28px);
	width: -webkit-calc(100% - 28px);
	width: -moz-calc(100% - 28px);
	margin: 0 0 0 auto;
	font-size: 1.0rem;
}

.hrf_09_6 {
	width: 90%;
	height: auto;
	margin: auto;
	padding: 10px 0;
}

.hrf_09_7 {
	width: 100%;
	font-size: 1.0rem;
}

.hrf_09_8 {
	width: 100%;
	margin: 30px auto;
}




@media print, screen and (max-width: 1020px) {

	.hrf_01_3 {
		width: 90%;
		height: auto;
		margin: auto;
		padding: 2.5%;
	}
	.hrf_01_3_1_left {
		width: 48%;
		height: auto;
		float: left;
	}
	.hrf_01_3_1_right {
		width: 48%;
		height: auto;
		margin-left: 4%;
		float: left;
	}
	.hrf_01_3_2 {
		width: 200px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 5px 0;
		font-size: 1.0rem;
	}

	.hrf_01_4 {
		max-width: 800px;
		width: 95%;
		height: auto;
		margin: 40px auto;
		padding: 0;
	}
	.hrf_01_4 li {
		display: inline-block; 
		width: calc((100% - 81px) / 3);
		width: -webkit-calc((100% - 81px) / 3);
		width: -moz-calc((100% - 81px) / 3);
		height: auto; 
		margin: 0 40px 0 0;
		padding: 0; 
		font-size: 1.0rem; 
	}
	.hrf_01_4 li:nth-child(3) {
		margin: 0 0 0 0; 
	}


	.hrf_02_1_left {
		width: 48%;
		height: auto;
		float: left;
	}
	.hrf_02_1_right {
		width: 48%;
		height: auto;
		margin-left: 4%;
		float: left;
	}

	.hrf_02_2_left {
		width: 48%;
		height: auto;
		float: left;
	}
	.hrf_02_2_right {
		width: 48%;
		height: auto;
		margin-left: 4%;
		float: left;
	}

	.hrf_03_2_pc {
		display: none;
	}
	.hrf_03_2_sp {
		display: block;
	}
	.hrf_03_2_left {
		width: 100%;
		height: auto;
		font-size: 1.7rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		line-height: 44px;
		float: left;
	}
	.hrf_03_2_right {
		width: 100%;
		height: auto;
		float: left;
	}

	.hrf_03_4_left {
		width: 74%;
		height: auto;
		margin-right: 4%;
		float: left;
	}
	.hrf_03_4_right {
		width: 22%;
		height: auto;
		float: left;
	}


	.hrf_04_1 {
		z-index: 2;
		position: relative;
		max-width: 980px;
		width: 90%;
		margin: 40px auto;
	}

	.hrf_04_1_left {
		width: 65%;
		height: auto;
		float: left;
	}
	.hrf_04_1_right {
		width: 31%;
		height: auto;
		margin-left: 4%;
		float: left;
	}


	.hrf_08_1 {
		width: 90%;
		margin: 20px auto;
	}

	.hrf_08_2 {
		max-width: 250px;
		width: 100%;
		margin: 0 auto 30px auto;
	}

	.hrf_08_3 {
		width: 100%;
		margin: 0 auto 60px auto;
	}

	.hrf_08_4 {
		max-width: 250px;
		width: 100%;
		margin: 0 auto 30px auto;
	}

	.hrf_08_5 {
		width: 90%;
		margin: 0 auto 5px auto;
	}

	.hrf_08_6 {
		width: 90%;
		margin: 0 auto 60px auto;
		font-size: 0.85rem;
		color: #ffffff;
		text-align: center;
	}


}

@media print, screen and (max-width: 920px) {

	.hrf_02_1_left {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		float: left;
	}
	.hrf_02_1_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: left;
	}

}

@media print, screen and (max-width: 768px) {

	.hrf_01_1_left  {
		width: 300px;
		height: auto;
		margin-bottom: 20px;
		float: left;
	}
	.hrf_01_1_right {
		z-index: 3;
		position: relative;
		width: 250px;
		height: auto;
		float: left;
	}

	.hrf_01_3_1_left {
		width: 50%;
		height: auto;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.hrf_01_3_1_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 20px;
		float: none;
	}
	.hrf_01_3_2 {
		width: 200px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 5px 0;
		font-size: 1.0rem;
	}

	.hrf_01_4 li {
		display: inline-block; 
		width: 46%;
		height: auto; 
		margin: 0 2% 20px 2%;
		padding: 0; 
		font-size: 1.0rem; 
	}
	.hrf_01_4 li:nth-child(3) {
		margin: 0 2% 0 2%;
	}


	.hrf_02_2_left {
		width: 100%;
		height: auto;
		float: left;
	}
	.hrf_02_2_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 40px;
		float: left;
	}


	.hrf_03 {
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		padding: 20px;
		background: #f8c6bd;
	}

	.hrf_03_1 {
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		height: auto;
		margin: 20px auto;
		padding: 10px 20px;
		font-size: 1.0rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: center; 
		color: #ffffff;
		background-color: #e1ad99;
		border-radius: 10px;
	}
	.hrf_03_2_left {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		font-size: 1.2rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		line-height: 1.8;
		float: left;
	}

	.hrf_03_3 {
		z-index: 3;
		position: relative;
		width: 100%;
		margin: 20px 0;
		text-align: left;
	}

	.hrf_03_4_left {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}
	.hrf_03_4_right {
		width: 100%;
		height: auto;
		float: left;
	}
	.hrf_03_4_2_left {
		width: 48%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 40px;
		float: left;
	}
	.hrf_03_4_2_right {
		width: 48%;
		height: auto;
		margin-left: 2%;
		margin-bottom: 40px;
		float: left;
	}
	.hrf_03_4_3 {
		width: 50%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}


	.hrf_04_1_left {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		float: left;
	}
	.hrf_04_1_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: left;
	}


	.hrf_06_2_left {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 40px;
		float: left;
	}
	.hrf_06_2_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: left;
	}
	.hrf_06_2_2 {
		width: 80%;
		margin: auto;
		padding: 0 auto 40px auto;
	}

	.hrf_06_3_left {
		width: 70%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
	}
	.hrf_06_3_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: none;
	}


	.hrf_07_3_left {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
	}
	.hrf_07_3_right {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: left;
	}


	.hrf_08_6 {
		font-size: 0.7rem;
		text-align: left;
	}


	.hrf_09_1 {
		width: max-content;
		margin: 30px auto;
		padding: 0 0 5px 0;
		font-size: 1.4rem;
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		color: #000000;
		border-bottom: 2px solid #000000;
	}

	.hrf_09_2 {
		width: 100%;
		padding: 10px 0 20px 0;
		border-bottom: 1px solid #9f9fa0;
	}

	.hrf_09_3 {
		width: 100%;
		font-size: 1.0rem;
	}

	.hrf_09_4 {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		font-size: 1.25rem;
	}

	.hrf_09_5 {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		margin: 0 0 0 auto;
		font-size: 0.85rem;
	}


}




.hrf_event_title {
	width: max-content;
	height: auto;
	padding: 10px 20px;
	font-size: 1.2rem; 
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: left; 
	color: #ffffff;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.3rem !important;
	background-color: #5C4A2F;
	border-radius: 10px;
}

.hrf_contents_title {
	z-index: 2;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 20px auto;
}

.hrf_time {
	width: 280px;
	height: auto;
	float: right;
}

.hrf_photo_wrapper {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.hrf_photo_block_2 {
	width: 195px;
	margin: 0 40px 0 0;
	float: left;
	
}
.hrf_photo_block_2__last {
	width: 195px;
	margin: 0 0 0 0;
	float: left;
}

.hrf_photo_block_4 {
	width: 195px;
	margin: 0 40px 0 0;
	float: left;
}
.hrf_photo_block_4-2 {
	width: 430px;
	margin: 0 40px 0 0;
	float: left;
}
.hrf_photo_block_4__last {
	width: 195px;
	margin: 0 0 0 0;
	float: left;
}
.hrf_photo_block_4-2__last {
	width: 430px;
	margin: 0 0 0 0;
	float: left;
}
.hrf_photo_block_4-4 {
	width: 920px;
	margin: 0 0 0 0;
	float: left;
}

.hrf_photo_block_2 .name, .hrf_photo_block_2__last .name,
.hrf_photo_block_4 .name, .hrf_photo_block_4__last .name {
	width: 100%;
	padding: 10px 0 5px 0;
	font-size: 1.0rem; 
	font-weight: bold; 
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.hrf_03_4 .name {
	width: 100%;
	padding: 10px 0 5px 0;
	font-size: 1.0rem; 
	font-weight: bold; 
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.hrf_photo_block_2 .ptitle, .hrf_photo_block_2__last .ptitle,
.hrf_photo_block_4 .ptitle, .hrf_photo_block_4__last .ptitle {
	width: 100%;
	padding: 0;
	font-size: 0.6rem; 
	font-weight: normal; 
	text-align: center; 
}
.hrf_03_4 .ptitle {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	font-size: 0.6rem; 
	font-weight: normal; 
	text-align: center; 
}

.hrf_talk_event_app {
	width: max-content;
	height: auto;
	padding: 10px 15px;
	font-size: 0.9rem; 
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center; 
	color: #ffffff;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.05rem !important;
	background-color: #ff0000;
	box-shadow: 2px 2px #a3a3a3;
	border-radius: 10px;
}
.hrf_talk_event_app a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}
.hrf_talk_event_app a:hover {
	text-decoration: underline;
}


@media print, screen and (max-width: 1020px) {


	.hrf_photo_block_2 {
		width: 44%;
		margin: 0 12% 12% 0;
		float: left;
		
	}
	.hrf_photo_block_2__last {
		width: 44%;
		margin: 0 0 12% 0;
		float: left;
	}

	.hrf_photo_block_4 {
		width: 22%;
		margin: 0 4% 0 0;
		float: left;
	}
	.hrf_photo_block_4-2 {
		width: 46%;
		margin: 0 4% 0 0;
		float: left;
	}
	.hrf_photo_block_4__last {
		width: 22%;
		margin: 0 0 0 0;
		float: left;
	}
	.hrf_photo_block_4-2__last {
		width: 46%;
		margin: 0 0 0 0;
		float: left;
	}
	.hrf_photo_block_4-4 {
		width: 100%;
		margin: 0 0 0 0;
		float: left;
	}

}

@media print, screen and (max-width: 920px) {

	.hrf_time {
		width: 280px;
		height: auto;
		float: left;
	}

}

@media print, screen and (max-width: 768px) {

	.hrf_event_title {
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		height: auto;
		padding: 10px 20px;
		font-size: 1.0rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: left; 
		color: #ffffff;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.1rem !important;
		background-color: #5C4A2F;
		border-radius: 10px;
	}

	.hrf_photo_block_2 {
		width: 46%;
		margin: 0 2% 20px 2%;
		float: left;
		
	}
	.hrf_photo_block_2__last {
		width: 46%;
		margin: 0 2% 20px 2%;
		float: left;
	}

	.hrf_photo_block_4 {
		width: 90%;
		margin: 0 5% 20px 5%;
		float: left;
	}
	.hrf_photo_block_4-2 {
		width: 90%;
		margin: 0 5% 20px 5%;
		float: left;
	}
	.hrf_photo_block_4__last {
		width: 90%;
		margin: 0 5% 20px 5%;
		float: left;
	}
	.hrf_photo_block_4-2__last {
		width: 90%;
		margin: 0 5% 20px 5%;
		float: left;
	}


	.hrf_photo_block_2 .ptitle, .hrf_photo_block_2__last .ptitle,
	.hrf_photo_block_4 .ptitle, .hrf_photo_block_4__last .ptitle {
		width: 100%;
		padding: 0;
		font-size: 0.6rem; 
		font-weight: normal; 
		text-align: center; 
		transform: scale(0.95, 1.0);
		transform-origin: 0 0;
		letter-spacing: -0.02rem !important;
	}




}

@media print, screen and (max-width: 500px) {

	.hrf_contents_title {
		width: 90%;
		margin: 20px auto;
	}

	.hrf_talk_event_app {
		padding: 8px 12px;
		font-size: 0.8rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: center; 
		color: #ffffff;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.05rem !important;
	}


}





/* 出展ブース */

.hrf_exhibitor_soramo {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #cce198;
	border-radius: 5px;
}
.hrf_exhibitor_shinkawa {
	z-index: 1;
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	background: #ebca98;
	border-radius: 5px;
}

.hrf_exhibitor_list {
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.hrf_exhibitor_list li {
	display: inline-block; 
	width: calc((100% - 41px) / 3);
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	height: auto; 
	margin: 0 20px 40px 0;
	padding: 0; 
	font-size: 1.0rem; 
	text-align: center; 
	color: #000000;
	vertical-align: middle; 
	overflow: hidden;
}
.hrf_exhibitor_list li:nth-child(3n) {
	margin: 0 0 40px 0; 
}

.hrf_exhibitor_list .hrf_exhibitor_name_wrap {
	width: 100%;
	padding: 10px 0;
}
.hrf_exhibitor_list .hrf_exhibitor_name {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	padding: 0;
	font-size: 1.2rem; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: left;
	float: left;
}
.hrf_exhibitor_list .hrf_exhibitor_category {
	float: right;
}
.hrf_exhibitor_list .hrf_exhibitor_category span {
	font-size: 1.1rem; 
	background: #ffffff;
	border: 1px solid #000000;
}
.hrf_exhibitor_list .hrf_exhibitor_catch {
	width: 100%;
	padding: 0;
	font-size: 0.85rem;
	text-align: left;
	border-bottom: 1px solid #000000;
}
.hrf_exhibitor_list .hrf_exhibitor_exp {
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.3; 
	text-align: left;
}

.hrf_exhibitor_guide {
	width: max-content;
	margin: 0 20px 0 0;
	font-size: 1.0rem;
	color: #ffffff;
	float: left;
}
.hrf_exhibitor_guide span {
	padding: 0 3px;
	font-size: 1.1rem;
	color: #000000;
	background: #ffffff;
	border:1px solid #000000;
}

@media print, screen and (max-width: 1020px) {

	.hrf_exhibitor_soramo {
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
	}
	.hrf_exhibitor_shinkawa {
		width: 90%;
		margin: 40px auto;
		padding: 2.5%;
	}

}

@media print, screen and (max-width: 920px) {

	.hrf_exhibitor_list li {
		display: inline-block; 
		width: calc((100% - 21px) / 2);
		width: -webkit-calc((100% - 21px) / 2);
		width: -moz-calc((100% - 21px) / 2);
		height: auto; 
		margin: 0 20px 40px 0;
		padding: 0; 
		font-size: 1.0rem; 
		text-align: center; 
		color: #000000;
		vertical-align: middle; 
		overflow: hidden;
	}
	.hrf_exhibitor_list li:nth-child(3n) {
		margin: 0 20px 40px 0; 
	}
	.hrf_exhibitor_list li:nth-child(2n) {
		margin: 0 0 40px 0; 
	}

}

@media print, screen and (max-width: 768px) {

	.hrf_exhibitor_list {
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 0;
	}

	.hrf_exhibitor_guide {
		width: max-content;
		margin: 0 20px 0 0;
		font-size: 0.8rem;
		color: #ffffff;
		float: left;
	}
	.hrf_exhibitor_guide span {
		padding: 0 3px;
		font-size: 0.9rem;
		color: #000000;
		background: #ffffff;
		border:1px solid #000000;
	}

}

@media print, screen and (max-width: 580px) {

	.hrf_exhibitor_list {
		width: 90%;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 0;
	}

	.hrf_exhibitor_list li {
		display: inline-block; 
		width: 100%;
		height: auto; 
		margin: 0 0 40px 0;
		padding: 0; 
		font-size: 1.0rem; 
		text-align: center; 
		color: #000000;
		vertical-align: middle; 
		overflow: hidden;
	}
	.hrf_exhibitor_list li:nth-child(3n) {
		margin: 0 0 40px 0; 
	}
	.hrf_exhibitor_list li:nth-child(2n) {
		margin: 0 0 40px 0; 
	}

}




/* スタンプラリー */

.hrf_stamprally_stores {
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
.hrf_stamprally_stores li {
	display: inline-block; 
	width: calc((100% - 107px) / 3);
	width: -webkit-calc((100% - 107px) / 3);
	width: -moz-calc((100% - 107px) / 3);
	height: auto; 
	margin: 0 20px 20px 0;
	padding: 10px; 
	font-size: 1.0rem; 
	text-align: left; 
	color: #000000;
	vertical-align: middle; 
	border: 1px solid #dbdad1;
}
.hrf_stamprally_stores li:nth-child(3n) {
	margin: 0 0 20px 0; 
}

.hrf_stamprally_stores li:nth-child(odd){
	background: #fffdea;
}
.hrf_stamprally_stores li:nth-child(even){
	background: #fef2de;
}

.hrf_stamprally_stores .hrf_stamprally_stores_name {
	width: 100%;
	padding: 5px 0;
	font-size: 1.2rem; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: left;
	float: left;
}

.hrf_stamprally_stores .hrf_stamprally_stores_detail {
	width: 100%;
	padding: 0;
	font-size: 0.85rem;
	text-align: left;
}
.hrf_stamprally_stores .hrf_stamprally_stores_d0 {
	width: 100%;
}
.hrf_stamprally_stores .hrf_stamprally_stores_d1 {
	width: 75px;
	margin: 0 0 0 0;
	font-size: 0.85rem;
	color: #000000;
	float: left;
}
.hrf_stamprally_stores .hrf_stamprally_stores_d2 {
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	font-size: 0.85rem;
	color: #000000;
	float: left;
}
.hrf_stamprally_stores .hrf_stamprally_stores_d3 {
	width: 60px;
	margin: 0 0 0 0;
	font-size: 0.85rem;
	color: #000000;
	float: left;
}
.hrf_stamprally_stores .hrf_stamprally_stores_d4 {
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	font-size: 0.85rem;
	color: #000000;
	float: left;
}


.hrf_stamprally_stores_map {
	width: max-content;
	height: auto;
	margin: auto;
	padding: 10px 15px;
	font-size: 0.9rem; 
	font-weight: bold; 
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: center; 
	color: #ffffff;
	transform: scale(1.0, 1.0);
	transform-origin: 0 0;
	letter-spacing: 0.05rem !important;
	background-color: #644E2F;
	box-shadow: 2px 2px #a3a3a3;
	border-radius: 10px;
}
.hrf_stamprally_stores_map a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}
.hrf_stamprally_stores_map a:hover {
	text-decoration: underline;
}



@media print, screen and (max-width: 768px) {

	.hrf_stamprally_stores li {
		display: inline-block; 
		width: calc((100% - 65px) / 2);
		width: -webkit-calc((100% - 65px) / 2);
		width: -moz-calc((100% - 65px) / 2);
		height: auto; 
		margin: 0 20px 20px 0;
		padding: 10px; 
		font-size: 1.0rem; 
		text-align: left; 
		color: #000000;
		vertical-align: middle; 
		border: 1px solid #dbdad1;
	}
	.hrf_stamprally_stores li:nth-child(3n) {
		margin: 0 20px 20px 0; 
	}
	.hrf_stamprally_stores li:nth-child(2n) {
		margin: 0 0 20px 0; 
	}


}

@media print, screen and (max-width: 580px) {

	.hrf_stamprally_stores {
		width: 90%;
		height: auto;
		margin: 40px auto;
		padding: 0;
	}

	.hrf_stamprally_stores li {
		display: inline-block; 
		width: calc(100% - 22px);
		width: -webkit-calc(100% - 22px);
		width: -moz-calc(100% - 22px);
		height: auto; 
		margin: 0 0 20px 0;
		padding: 10px; 
		font-size: 1.0rem; 
		text-align: left; 
		color: #000000;
		vertical-align: middle; 
		border: 1px solid #dbdad1;
	}
	.hrf_stamprally_stores li:nth-child(3n) {
		margin: 0 0 20px 0; 
	}
	.hrf_stamprally_stores li:nth-child(2n) {
		margin: 0 0 20px 0; 
	}


	.hrf_talk_event_app {
		padding: 8px 12px;
		font-size: 0.8rem; 
		font-weight: bold; 
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		text-align: center; 
		color: #ffffff;
		transform: scale(1.0, 1.0);
		transform-origin: 0 0;
		letter-spacing: 0.05rem !important;
	}

}



.dateh4{
	background: #887555;
	color: white;
	padding: 10px 20px;
	margin: 0px 20px;
	text-align: center;
	width: calc(100% - 40px);
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	box-sizing: border-box;
}

.datetext{
	color: #887555;
	padding: 10px 20px;
}


/* Coming Soon */

.hrf_comingsoon {
	width: 100%;
}
.hrf_comingsoon_1 {
	max-width: 480px;
	width: 90%;
	margin: auto;
	padding: 50px 0;
}

.sp{
	display: none;
}

.nazo-link{
	text-align: center;
	font-weight: bold;
	color: #624C2D;
	padding-bottom:60px;
	font-size: 24px;
}

.nazo-link2{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-bottom:60px;
	font-size: 18px;
	/* border-bottom: 3px dotted #FFF; */
}

.nazo-link2 a:link,.nazo-link2 a:active,.nazo-link2 a:hover,.nazo-link2 a:visited{
	color: white;
}

.nazotitle01{
	font-weight: bold;
	color: #624C2D;
	margin: 0px 20px;
	text-align: center;
	font-size: 18px;
	border-bottom: dotted 3px #5E9C7B;
}

.nazotitle02{
	font-weight: bold;
	color: #AD4D22;
	margin: 30px 20px;
	text-align: center;
	font-size: 18px;
}

.nazotext{
	color: #63392B;
	margin: 30px 20px;
	text-align: center;
}

.nazoplaytimetext{
	color: #63392B;
	margin: 30px 20px;
	text-align: center;	
}

.nazoplaytimetitle{
	font-weight: bold;
	color: #624C2D;
	margin: 0px 20px;
	text-align: center;
	font-size: 24px;
	border-bottom: dotted 3px #DD8866;
}

@media print, screen and (max-width: 1024px) {
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.hrf_talk_event{
		font-size: 1em;
	}

	.hrf_event_soramo2{
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	.hrf_event_soramo3{
		width: auto;
	}

	.hrf_event_bouldering3{
		width: auto;
	}

	.top_img_2_1 {
		max-width: 1100px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 0px;
	}

	.nazo-link2{
		margin: 0px 30px;
	}

	.topmap {
	  max-width: 1400px;
	  text-align: center;
	  margin: 0px auto;
	}


}


