@charset "UTF-8";

/* グローバルナビ */
.menu-facility a {
	text-decoration: underline;
	text-underline-offset: 8px;
}
.menu-facility a::after {
	background: none;
}
/* グローバルナビ */

/* メイン */
.fre-main-text {
	width: 200px;
	margin: 0 auto 5px auto;
	padding: 6% 0 5px 0;
	border-bottom: 1px solid #000000;
	font-size: 24px;
}
.fre-main-subtitle {
	padding: 5px 0 6% 0;
}
.fre-content-title {
	font-weight: 500;
}
.fre-content {
	float: left;
	width: 32%;
	margin: 0 2% 6% 0;
}
.fre-content:nth-child(3n) {
	margin: 0 0 6% 0;
}
.fre-content-title2 {
	margin: 0 0 2% 0;
	font-weight: bold;
}
.fre-content-title3 {
	margin: 0 0 10% 0;
	font-weight: bold;
}
.fre-pic {
}
.fre-pic img {
	width: 100%;
}
.fre-text {
}
.fre-rentallink {
	width: 90%;
	padding: 5px 0 5px 0;
	background-color: #4472C4;
	border: 1px solid #2F528F;
	border-radius: 7px;
	text-align: center;
}
.fre-rentallink a {
	display: block;
	color: #FFFFFF;
}

@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
	.fre-main-subtitle {
		padding: 5px 0 10% 0;
	}
	.fre-content {
		width: 49%;
	}
	.fre-content:nth-child(3n) {
		margin: 0 2% 6% 0;
	}
	.fre-content:nth-child(2n) {
		margin: 0 0 6% 0;
	}
	.fre-text-box {
		width: 100%;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.fre-content-title {
		margin: 0 0 60px 0;
	}
	.fre-content {
		width: 100%;
		margin: 0 0 6% 0;
	}
	.fre-content:nth-child(3n) {
		margin: 0 0 6% 0;
	}
}
/* メイン */
