@charset 'UTF-8';

/** |READ ME| **************************************************************************************

ilm/kiln/index_pc.css
Ver.201910

----------------------------------------------------------------------------------------------------

01. 概要
02. 屋内
03. 屋外

************************************************************************************** |READ ME| **/





/** |01. 概要| >> ********************************************************************* >> START **/


.contents .body .outline .title {
	background-color: transparent;
	font-size: 24px;
	padding: 30px 0 0;
}

	.contents .body .outline .title span {font-size: 18px;}

.contents .body .outline .photo {}

.contents .body .outline dl {padding-top: 16px;}

	.contents .body .outline dt,
	.contents .body .outline dd {line-height: 1.88;}


/** |01. 概要| << *********************************************************************** << END **/





/** |02. 屋内| >> ********************************************************************* >> START **/


.contents .body .indoor .desk {
	font-size: 22px;
	line-height: 1.36;
	padding-top: 32px;
}

.contents .body .indoor .floor {
	font-size: 36px;
	margin-top: 34px;
	position: relative;
}

.contents .body .indoor .desk + .floor {margin-top: 26px;}

	.contents .body .indoor .floor span {font-size: 24px;}

	.contents .body .indoor .floor::after {
		background-color: #d4d5d6;
		bottom: 0;
		content: '';
		display: block;
		height: 1px;
		margin: auto 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}


.contents .body .indoor .exhibition {
	padding-top: 20px;
	width: 760px;
}

.contents .body .indoor .floor + .exhibition {padding-top: 12px;}

	.contents .body .indoor .exhibition .photo {
		background-color: #f4f4f5;
		float: left;
		margin-top: 4px;
		width: 370px;
	}

		.contents .body .indoor .exhibition .photo img {
			height:auto;
			width: 100%;
		}

	.contents .body .indoor .exhibition .label {
		float: right;
		width: 370px;
	}

		.contents .body .indoor .exhibition .label dt {
			font-family: 'UD新ゴ R', sans-serif;
			font-size: 22px;
			line-height: 1.36;
		}

		.contents .body .indoor .exhibition .label dd {
			line-height: 1.88;
			padding-top: 6px;
		}


/** |02. 屋内| << *********************************************************************** << END **/





/** |03. 屋外| >> ********************************************************************* >> START **/


.contents .body .outdoor .exhibitions {
	padding-top: 36px;
	width: 760px;
}

	.contents .body .outdoor .exhibitions li {
		float: left;
		margin-left: 20px;
		width: 240px;
	}

	.contents .body .outdoor .exhibitions li:first-of-type {margin-left: 0;}

		.contents .body .outdoor .exhibitions .photo {}

			.contents .body .outdoor .exhibitions .photo img {
				height:auto;
				width: 100%;
			}

			.contents .body .outdoor .exhibitions .photo figcaption {
				font-family: 'UD新ゴ R', sans-serif;
				line-height: 1.36;
				padding-top: 16px;
			}

		.contents .body .outdoor .exhibitions .more {
			line-height: 1.36;
			padding-top: 6px;
		}


/** |03. 屋外| << *********************************************************************** << END **/

/** |04. コンテンツリスト| >> ********************************************************* >> START **/


.contents .body .index {
	background-color: #f4f4f5;
	margin-top: 60px;
	padding: 22px 26px 26px;
}

	.contents .body .index p {
		float: left;
		font-size: 14px;
		padding-left: 26px;
	}

	.contents .body .index p:first-of-type {padding-left: 0;}

	.contents .body .index dl {
		font-size: 0;
		padding-top: 10px;
		width: 708px;
		clear: both;
	}

		.contents .body .index dt,
		.contents .body .index dd {
			display: inline-block;
			font-size: 14px;
			padding-right: 26px;
		}

		.contents .body .index dd:last-of-type {padding-right: 0;}

	.contents .body .index * a {
		color: #7f8283;
		display: inline-block;
		position: relative;
		padding-left: 1em;
	}

		.contents .body .index * a::before {
			background: url(/common/img/bdy_ico_link.gif) no-repeat 0 50%;
			background-size: 100% auto;
			content: '';
			display: block;
			height: 12px;
			left: 0;
			margin-top: -6px;
			position: absolute;
			top: 50%;
			width: 8px;
		}


/** |04. コンテンツリスト| << *********************************************************** << END **/
