﻿#tenjikai .catch span{
	color: #EC7826;
	font-weight: bold;
	font-size: 24px;
}

#tenjikai .mw290{
	min-width: 290px;
}


#tenjikai .category{
	margin:30px 0 40px 0;
	clear:both;
	position: relative;
}

#tenjikai .category span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

#tenjikai .category::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #E27429;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}