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

/*会場交通案内*/

/*タイトルPCとSPで変える*/
.pc_title {
	display: block;
}
.sp_title {
	display: none;
}
@media screen and (max-width: 875px) {
	.pc_title {
		display: none;
	}
	.sp_title {
		display: block;
	}
}

.portmesse_block {
	width: 100%;
	padding: 0;
	border: 2px solid #989898;
	border-radius: 10px;
}
.portmesse_name {
	width: 100%;
	padding: 10px;
	background-color: #EEEEEE;
	border-radius: 10px 10px 0 0;
}
.portmesse_name img {
	width: 260px;
}
.portmesse_address {
	padding: 10px;
	background-color: #FBFBFD;
	border-radius: 0 0 10px 10px;
}
.portmesse_address a {
	text-decoration: none;
	color: #FF8B00;
}
.portmesse_map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.portmesse_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}