@charset "UTF-8";
.catch-copy {
	display: block;
}
.catch-copy h2 {
	font-size: 30px!important;
	border-top-color: white!important;
	background: #a5960d!important;
	text-align: center;
	border: 1px solid #a5960d;
	padding: 20px 0;
	color: white;
}
.catch-copy ul {
	display: flex;
	width: 90%;
	margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
}
.catch-copy ul li {
	width: 19.8%;
	border: gray 1px solid;
	margin-bottom: 10px;
	text-align: center;
	background: #d2e8e8;
}
.catch-copy p {
	text-align: center;
    font-size: 26px;
    color: #c34663;
    font-weight: bold;
}

.nayami {
	display: flex;
	justify-content: space-evenly;
}
.nayami ul {
	margin-top: 30px;
}

.houjin-info {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.houjin-info p {
	font-size: 20px;
	line-height: 160%;
}
.houjin-info span {
	font-size: 10pt;
	line-height: 150%;
}

.yoyaku-cal a {
	display: block;
	width: 80%;
	background: #d06969;
	text-align: center;
	font-size: 20px;
	color: white;
	padding: 20px 0;
	margin: 30px auto;
	text-decoration: none;
}
.yoyaku-cal a:hover {
	opacity: 0.5;
}
.yoyaku-cal p {
	text-align: center;
    font-size: 12px;
    margin-top: -20px;
}

