#content .title {
font-size: 18px;
padding-top: 40px;
padding-right: 0px;
padding-bottom: 25px;
padding-left: 40px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
font-weight: bold;
color: #251A18;
clear: both;
background-image: url(images/title.jpg);
background-repeat: no-repeat;
background-position: left center;
background-size:30px auto;
}


#information .attention {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
	font-size: 100%;
	font-weight: normal;
}

#information h3 {
	color: #251A18;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 15px;
	margin-top: 25px;
}
#information h3 .date {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 1;
	padding-bottom: 2px;
	padding-top: 2px;
	letter-spacing: 0.1em;
	background-image: url(images/line_01.jpg);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}


#information .guest span {
	display: block;
	text-align: center;
	background-color: #555;
    color: #fff;
    font-size: 120%;
    padding: 10px;
	margin-bottom: 10px;
}
#information .flex-box{
    display: flex;
    flex-wrap: wrap;
}
#information .flex-box .guest{
    width: 48%;
    margin-right: 16px;
    margin-top: 30px;
}
