@charset "UTF-8";

body {
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.item {
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-bottom: 40px;
}

.item:first-child {
	margin-top: 0;
}

.item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.item_cnt {
}

.item_place {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

.item_dl {
	margin-top: 15px;
}

.item_dl > dt {
	font-size: 15px;
	letter-spacing: 1px;
	border-left: 7px solid #388d8d;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.4;
	margin-top: 18px;
}

.item_dl > dt:first-of-type {
	margin-top: 0;
}

.item_dl > dd {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 7px;
}

.item_map {
	position: relative;
	margin-top: 20px;
}

.item_map:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.item_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (min-width:767px) {
	.container {
		max-width: 1030px;
		padding: 100px 15px;
	}

	.item {
		display: flex;
		justify-content: space-between;
		margin-top: 53px;
		padding-bottom: 55px;
	}

	.item_cnt {
		width: 48%;
	}

	.item_place {
		font-size: 22px;
	}

	.item_dl > dt {
		font-size: 16px;
		margin-top: 30px;
	}

	.item_dl > dd {
		font-size: 15px;
	}

	.item_dl {
		margin-top: 35px;
	}

	.item_map {
		width: 50%;
		margin-top: 0;
	}

	.item_map:before {
		padding-top: 50%;
	}

}
