@charset "UTF-8";
article .head {
	border-bottom: 1px solid #ccc;
}
article .head h3 {
	float: left;
	font-weight: bold;
}
article .head .tags {
	font-size: 0;
}
article .head .tags .tag {
	display: inline-block;
	padding: 0 1.5em;
	background-color: #efefef;
	color: #666;
	font-size: 10px;
	line-height: 20px;
}
article .head .tags .tag + .tag {
	margin-left: 10px;
}
article .photo ul {
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
}
article .photo ul li {
	display: inline-block;
}
article .photo .dots {
	padding-top: 20px;
	text-align: center;
}
article .photo .dots button {
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-radius: 50%;
	background-color: currentColor;
	color: #ccc;
}
article .photo .dots li.slick-active button {
	background-color: #fff;
}
article .photo .dots li + li {
	margin-left: 24px;
}
article .content {
	color: #666;
	line-height: 2;
}
article .content .summary > * {
	margin: 1.5em 0;
}
article .content .summary > *:first-child {
	margin-top: 0;
}
article .content .summary > *:last-child {
	margin-bottom: 0;
}
article .content table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
article .content tr {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
article .content td {
	padding: 1em 1.666666666666667em;
}
article .content td + td {
	border-left: 1px solid #efefef;
}
article .content td:first-of-type {
	padding-left: 0;
}
article .content td:last-of-type {
	padding-right: 0;
}
article .content a {
	color: #6e886d;
	text-decoration: underline;
}
article #mapContainer .goGoogleMapLink a {
	color: #6e886d;
	text-decoration: underline;
}
article #mapContainer .goGoogleMapLink a[target="_blank"]:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 0.5em;
	background-image: url("../images/global/externalLink_green.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	vertical-align: -1px;
	content: "";
}
@media (min-width: 737px) and (orientation: landscape) {
	main .inner {
		padding: 50px 0 200px;
	}
	article {
		font-size: 12px;
	}
	article .head {
		position: relative;
		padding-bottom: 20px;
		line-height: 1.777777777777778;
	}
	article .head > .cf {
		float: left;
	}
	article .head .tags {
		float: right;
		margin-left: 20px;
		padding: 4px 0;
	}
	article .head h3 {
		float: left;
		font-size: 16px;
	}
	article .head a {
		display: block;
		position: absolute;
		right: 0;
		bottom: 30px;
		color: #999;
		text-decoration: underline;
	}
	article .container {
		margin-bottom: 75px;
		padding-top: 40px;
	}
	article .photo {
		float: left;
		width: 420px;
	}
	article .photo img {
		max-width: 100%;
	}
	article .photo img + img {
		margin-top: 50px;
	}
	article .content {
		float: right;
		width: 420px;
	}
	article .content .summary {
		margin-bottom: 35px;
	}
	article .content td:first-of-type {
		width: 100px;
	}
	article #mapContainer #map {
		height: 260px;
	}
	article #mapContainer .goGoogleMapLink {
		margin-bottom: 20px;
		text-align: right;
	}
}
@media (max-width: 736px), (orientation: portrait) {
	main {
		padding: 30px 0 90px;
	}
	article {
		font-size: 11px;
	}
	article .head {
		padding-bottom: 20px;
		line-height: 1.764705882352941;
	}
	article .head .tags {
		margin-bottom: 15px;
	}
	article .head .tags .tag {
		margin-bottom: 5px;
	}
	article .head h3 {
		font-size: 17px;
		text-align: left;
	}
	article .photo {
		margin-bottom: 30px;
	}
	article .photo img + img {
		margin-top: 20px;
	}
	article .container {
		padding-top: 30px;
	}
	article .container .summary {
		margin-bottom: 25px;
	}
	article .container td:first-of-type {
		width: 90px;
	}
	article .container .content {
		margin-bottom: 45px;
	}
	article #mapContainer {
		position: relative;
		margin-bottom: 35px;
		padding-bottom: 25px;
	}
	article #mapContainer #map {
		height: 160px;
	}
	article #mapContainer .goGoogleMapLink {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.backToList.sp {
		display: block;
		position: relative;
		padding: 16px 0;
		border: 1px solid #93a892;
		color: #6e886d;
		font-size: 12px;
		text-align: center;
	}
	.backToList.sp:after {
		position: absolute;
		top: 50%;
		left: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-bottom: 1px solid;
		border-left: 1px solid;
		content: "";
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}
