@charset "utf-8";

.link_container {
	display: flex;
	margin-bottom: 50px;
}

.link_photo {
	padding: 5px;
	border: thin solid #CCC;
	width: 200px;
	height: 200px;
	font-size: 16px;
	margin-right: 20px;
}

.link_photo:not(:first-child) {
	margin-top: 50px;
}

.link_name a {
	color: #0066FF;
	margin-bottom: 5px;
	display: inline-block;
}

.link_name a:hover {
	text-decoration: underline;
}

.link_description {
	width: calc(100% - 250px);
	font-size: 16px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#kanko {
	clear: both;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 30px;
}

#kanko img {
	max-width: 100%;
}

#kanko .family_place {
	width: 100%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 150%;
	font-size: 16px;
}

#kanko .family_place a {
	color: #006600;
	font-weight: bold;
}

#kanko a:hover {
	text-decoration: underline;
}

p.family_description {
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-left: 45px;
	margin-top: 0px;
	color: #666666;
	padding-bottom: 30px;
	margin-bottom: 30px !important;
	border-bottom: solid 10px #eee;
}


/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {

	.link_photo {
		padding: 0 1em;
		border: none;
		clear: both;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		font-size: medium;
		margin-right: 0;
		margin-top: 1em;
		text-align: center;
	}

	.link_name a {
		margin-bottom: 0.5em;
	}

	.link_description {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		font-size: medium;
		padding: 1em;
		margin: 0.5em 0 1.5em 0;
		border-bottom: solid 1px #ccc;
	}

	#kanko {
		width: 100%;
		box-sizing: border-box;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	#kanko .family_place {
		width: 100%;
		box-sizing: border-box;
		margin-top: 2em;
		font-size: medium;
	}

	#kanko a {
		color: #006600;
		margin: 0;
	}

	#kanko a:hover {
		text-decoration: underline;
	}

	p.family_description {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		font-size: medium;
		margin-left: 0;
		padding: 1em;
		color: #666666;
		border-bottom-style: dotted;
		border-bottom-width: thin;
		border-bottom-color: #666666;
	}

	.side1em {
		padding: 0 1em;
	}

}