@charset "UTF-8";

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
	box-sizing: border-box;
}

.sec {
	margin-top: 30px;
}

.sec_ttl {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hero {
	margin-top: 0;
}

.info_img {
	border: 1px solid #ccc;
}

.info_img img {
	width: 100%;
	height: auto;
}

.add {
}

.add_ttl {
}

.add_acc {
}

.add_acc span {
	display: block;
}

.add_acc span a {
	text-decoration: underline;
	color: #306f6e;
}

.add_map {
	margin-top: 20px;
	border: 1px solid #d7d7d7;
}

.add_map img {
	width: 100%;
	height: auto;
}

.photo_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.photo_group:nth-child(n+2) {
	margin-top: 15px;
}

.photo_item {
	width: 49%;
}

.photo_item:last-child {
	margin-left: 2%;
}

.photo_item figcaption {
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
}

.msg_cnt {
	display: block;
}

.msg_item img {
	width: 100%;
	height: auto;
}

.outline_tb {
	width: 100%;
}

.outline_tb,
.outline_tb tbody,
.outline_tb tr,
.outline_tb th,
.outline_tb td {
	display: block;
}

.outline_tb tr:last-child {
	border-bottom: 1px solid #CCC;
}

.outline_tb tr.-info th {
	font-size: 14px;
	letter-spacing: -0.3px;
}

.outline_tb tr.-info td a {
	display: block;
	margin-top: 10px;
}

.outline_tb tr.-info td a:first-child {
	margin-top: 0;
}

.outline_tb tr.-info td a.-new {
	position: relative;
	padding-left: 39px;
}

.outline_tb tr.-info td a.-new:before {
	content: "new";
	background: #f5474f;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 2px 4px;
	position: absolute;
	top: -3px;
	left: 0;
	border-radius: 3px;
}

.outline_tb tr.-info td p.-dis {
	color: #F5474F;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.outline_tb th,
.outline_tb td {
	line-height: 1.4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
}

.outline_tb th {
	width: 100%;
	background: #f5f5f5;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;
}

.outline_tb td {
	width: 100%;
	padding: 15px 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.outline_tb td a {
	text-decoration: underline;
	color: #306f6e;
}

.outline_tb td a:hover {
	text-decoration: none;
}

@media screen and (min-width:767px) {
	.wrapper {
		width: 760px;
		padding: 70px 15px;
	}

	.sec {
		margin-top: 70px;
	}

	.sec_ttl {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.hero {
		margin-top: 0;
	}

	.add {
	}

	.add_ttl {
	}

	.add_acc {
	}

	.add_acc span {
		display: inline-block;
		margin-left: 15px;
	}

	.add_acc span a {
	}

	.add_acc span a:hover {
		text-decoration: none;
	}

	.add_map {
	}

	.photo_group:nth-child(n+2) {
		margin-top: 20px;
	}

	.photo_item figcaption {
		font-size: 16px;
	}

	.msg_cnt {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.msg_item {
		width: 49%;
	}

	.msg_item:last-child {
		margin-left: 2%;
	}

	.outline_tb,
	.outline_tb tbody,
	.outline_tb tr {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	.outline_tb th,
	.outline_tb td {
		display: table-cell;
	}

	.outline_tb th {
		width: 140px;
	}

	.outline_tb td {
		width: 540px;
		padding: 15px;
		font-size: 15px;
	}

	.outline_tb tr.-info td a {
		display: inline-block;
		margin: 0 20px 0 0;
	}

	.outline_tb tr.-info td a:nth-child(n+5) {
		margin-top: 10px;
	}

	.outline_tb tr.-info td a.-new:before {
		top: 0;
		left: -2px;
	}

	.outline_tb tr.-info td p.-dis {
		font-size: 17px;
	}

}
