@charset "UTF-8";

.cnt_ttl {
	font-size: 18px;
}

.list {
	overflow-x: hidden;
}

.cnt_text {
	margin-top: 10px;
}

.catchk {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
}

.catchk_text {
	margin-top: 5px;
}

.catchk_list {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.catchk_item {
	width: 49%;
	height: 100%;
	background: #FFF;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}

.catchk_item_cnt {
	flex: 1;
	max-width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
}

.catchk_item_ttl {
	font-size: 18px;
	line-height: 1.5;
	/* border-bottom: 1px solid #eee; */
	/* padding-bottom: 3px; */
	padding: 10px 28px;
}

.catchk_item_tbl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 1.3;
	padding: 30px 16px;
	border-top: 1px solid #eee;
}

.catchk_item_tbl > dl {
	display: table-row;
	border-bottom: 1px dotted #eee;
}

.catchk_item_tbl > dl:last-of-type {
	border-bottom: none;
}

.catchk_item_tbl > dl > dt,
.catchk_item_tbl > dl > dd {
	display: table-cell;
	padding: 5px 0;
}

.catchk_item_tbl > dl > dt {
	width: 3em;
	color: #53BBD3;
}


.catchk_item_tbl > dl > dd a {
	text-decoration: underline;
}

.catchk_item_tbl > dl > dd a:hover {
	text-decoration: none;
}

.catchk_item_img {
	margin-left: 16px;
}

.catchk_item_img {
	object-fit: cover;
}

.catchk_item_img img {
	width: 100%;
	height: auto;
	max-width: 130px;
}

.catchk_item_link {
	display: inline-block;
	padding: 3px 20px;
	font-size: 12px;
	color: #fff;
	background-color: #444;
	margin-top: 10px;
}

.-open_house-reservation .form {
	padding: 60px 0 120px 0;
}

.catchk_item_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: underline;
}

.catchk_item_cnt:hover {
	cursor: pointer;
}

.catchk_item_cnt:hover .catchk_item_ttl {
	text-decoration: none;
}

.catchk_item_cnt .catchk_item_img {
	transition-duration: 0.5s;
}

.catchk_item_cnt:hover .catchk_item_img {
	opacity: 0.7;
}

.btn_more {
	color: #fff;
	background-color: #333333;
	border: solid 1px #333333;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	transition-duration: 0.5s;
}

.btn_close {
	display: none;
}

.btn_more:hover {
	cursor: pointer;
	background-color: #fff;
	color: #333333;
}

.catchk_item_tbl {
	display: none;
}

@media screen and (max-width:1250px) {
	.catchk_item {
		width: 100%;
		/* padding: 16px; */
	}

}

@media screen and (max-width:640px) {

	.catchk {
		padding-bottom: 50px;
	}

	.catchk_item {
		width: 100%;
	}

	.catchk_item_cnt {
		width: 100%;
	}

	.catchk_item_ttl {
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 16px;
	}

	.catchk_item_ttl h3 {
		max-width: 100%;
		font-size: 15px;
	}

	.catchk_item_tbl > dl > dt,
	.catchk_item_tbl > dl > dd {
		display: table-cell;
		padding: 5px 0;
	}

	.catchk_item_img {
		margin-left: 10px;
		width: 100px;
		min-width: 100px;
	}

	.-open_house-reservation .form {
		padding: 40px 0 80px 0;
	}

	.btn_more {
		padding: 0 10px;
	}



}

@media print {
}
