#wrap{
position:relative;
}

#content{
	padding-bottom:30px;
	min-height: 100%;

}

#face{
	margin-top:15px;
}

#content-main-inner{
	/*padding:50px 0;*/
	padding:0 20px;
	text-align: left;
		background-repeat:repeat-y;
	padding-bottom:30px;
}

#footer{
	position:absolute;
	bottom:0;
	left:0;
}

#content-main-top{
	background-image:url(img/title-back.png);
	background-repeat:no-repeat;
}

#content-main-title{
	color:#6C392A;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

#content-main-title h3{
	display: inline-block;
	text-align: left;
	font-size:50px;
	line-height: 1.2;
}

#content-main-title h3 span{
	font-size:30px;
}

#info{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 20px;
	margin-top:20px;
}

#info .photo{
	width:260px;
	line-height: 0;
}

#info .text{
	display: inline-block;
	margin-left:15px;
	font-size:18px;
	font-weight: bold;
	text-align: left;
}

#info .text table{
	width:auto;
	border-collapse:separate;
	border-spacing:15px 10px;
	margin-bottom:15px;
}

#info .text th,
#info .text td{
	font-size:25px;
	font-weight: bold;
	line-height: 1.2;
	padding:0 3px;
}

#info .text th{
	width:110px;
	text-align: center;
	background-color: #6C392A;
	border-radius: 6px;
	color:#fff;
}

#info .text .s-font{
	font-size:18px;
}

#info .text td{
	text-align: left;
}

#chu{
	width:100%;
	border-top:1px solid #6C392A;
	border-bottom:1px solid #6C392A;
	padding:15px 10px;
	display: flex;
}

#chu h4{
	width:116px;
	height:116px;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #C5484F;
	border-radius: 3px;
	color:#fff;
	font-size:25px;
}

#chu ul{
	margin-left:15px;
}

#chu li{
	padding-left:1em;
	text-indent: -1em;
}

#place{
	width:100%;
	margin-top:50px;
	font-weight: bold;
	font-size:18px;
}

#place .city{
	margin-bottom:40px;
}

#place h4{
	width:100%;
	font-size:22px;
	line-height: 40px;
	background-color: #6C392A;
	border-radius: 6px;
	color:#fff;
	margin-bottom:30px;
	display: flex;
	cursor: pointer;
}

#place h4::before{
	content:"";
	background-color: #A55640;
	width: 40px;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 6px 0 0 6px;
	text-align: center;
	margin-right:10px;
	background-image: url("img/ico02.png");
	background-repeat: no-repeat;
	background-position: center;
}

#place h4.act::before{
	transform: scale(1, -1);
}

#place dl{
	margin-left:30px;
	display: none;
}
#place dt{
	color: #6C392A;
	font-weight: bold;
	font-size:18px;
}

#place td{
	padding-left:1em;
}