@charset 'UTF-8';

/** |READ ME| **************************************************************************************

ilm/clayworks/experience/index_pc.css
Ver.201802

----------------------------------------------------------------------------------------------------

01. 共通設定
02. 概要
03. 光るどろだんごづくり
04. 団体

************************************************************************************** |READ ME| **/





/** |01. 共通設定| >> ***************************************************************** >> START **/


	/** [段落] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

		.contents .body section .header {}

			.contents .body section .header .title {
				display: inline-block;
				font-size: 20px;
				vertical-align: middle;
			}

			.contents .body section .header ul.icon {
				display: inline-block;
				font-size: 20px;
				padding-left: 8px;
				letter-spacing: -1em;
			}

				.contents .body section .header ul.icon li {
					color: #fff;
					display: inline-block;
					font-family: 'UD新ゴ L', sans-serif;
					font-size: 12px;
					height: 1.67em;
					letter-spacing: normal;
					line-height: 1.67;
					margin-left: 18px;
					padding: 0 1em;
					vertical-align: middle;
				}

				.contents .body section .header ul.icon li:first-of-type {margin-left: 0;}

			.contents .body section .header p.icon {
				color: #fff;
				display: inline-block;
				font-family: 'UD新ゴ L', sans-serif;
				font-size: 12px;
				height: 1.67em;
				line-height: 1.67;
				margin-left: 8px;
				padding: 0 1em;
				vertical-align: middle;
			}

			.contents .body section .header .icr {background-color: #4aa6c3;}
			.contents .body section .header .icp {background-color: #e15a0d;}
			.contents .body section .header .icg {background-color: #91a804;}

			.contents .body section .pdf {
				display: inline-block;
				padding-right: 22px;
				position: relative;
			}

				.contents .body section .pdf::after {
					background: url(/common/img/bdy_ico_pdf.png) no-repeat 0 0;
					background-size: 24px 29px;
					content: '';
					display: block;
					height: 29px;
					position: absolute;
					right: 0;
					top: -8px;
					width: 24px;
				}


	/** [コンテンツリスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .index {
		background-color: #f4f4f5;
		margin-top: 60px;
		padding: 22px 26px 26px;
	}

		.contents .body .index p {font-size: 14px;}

		.contents .body .index ul {
			font-size: 0;
			padding-top: 10px;
		}

			.contents .body .index li {
				display: inline-block;
				font-size: 14px;
				padding-right: 26px;
			}

			.contents .body .index li: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;
			}


/** |01. 共通設定| << ******************************************************************* << END **/





/** |02. 概要| >> ********************************************************************* >> START **/


.contents .body .outline .title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}

.contents .body .outline p {padding-top: 16px;}

.contents .body .outline .group {padding-top: 18px;}

	.contents .body .outline .group a {
		background-color: #fff;
		border: 1px solid #d4d5d6;
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #7f8283;
		display: inline-block;
		font-family: 'UD新ゴ R', sans-serif;
		font-size: 14px;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		width: 202px;
	}

	.contents .body .outline .group a:hover {
		background-color: #d4d5d6;
		box-shadow: none;
		color: #fff;
	}

		.contents .body .outline .group a::after {
			background: url(/common/img/bdy_ico_open.png) no-repeat 0 0;
			background-size: 12px 7px;
			content: '';
			display: inline-block;
			height: 7px;
			margin-left: 10px;
			vertical-align: middle;
			width: 12px;
		}


/** |02. 概要| << *********************************************************************** << END **/





/** |03. 光るどろだんごづくり| >> ***************************************************** >> START **/


.contents .body .dumpling .header + p {padding-top: 20px;}


	/** [概要] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .dumpling .about {padding-top: 20px;}

		.contents .body .dumpling .about dt {background: url(/ilm/clayworks/experience/img/pc/gnr_img_photo.jpg) no-repeat 0 0;}

			.contents .body .dumpling .about dt img {
				height: 296px;
				visibility: hidden;
				width: 760px;
			}

		.contents .body .dumpling .about dd {
			line-height: 1.88;
			padding-top: 20px;
		}


	/** [「土・どろんこ館」オリジナル“光るどろだんご”のつくり方] >> +++++++++++++++++ >> START **/

	.contents .body .dumpling .howto {padding-top: 54px;}

		.contents .body .dumpling .howto .title {
			font-size: 20px;
			line-height: 1.5;
		}

		.contents .body .dumpling .howto .step {
			float: left;
			margin-left: 20px;
			padding-top: 30px;
			width: 240px;
		}

		.contents .body .dumpling .howto .step:first-of-type {margin-left: 0;}

			.contents .body .dumpling .howto .step dt {}

				.contents .body .dumpling .howto .step dt img {
					height: auto;
					width: 240px;
				}

			.contents .body .dumpling .howto .step dd {
				line-height: 1.88;
				padding: 18px 2px 0;
				letter-spacing: -0.08em;
			}

		.contents .body .dumpling .howto .download {
			clear: both;
			font-size: 0;
			padding-top: 30px;
			width: 760px;
		}

			.contents .body .dumpling .howto .download dt,
			.contents .body .dumpling .howto .download dd {
				display: inline-block;
				font-size: 16px;
			}

			.contents .body .dumpling .howto .download dd {padding-left: 28px;}


	/** [料金] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .dumpling .fee {padding-top: 54px;}


		/* 料金体系 */
		.contents .body .dumpling .fee table {
			border: 1px solid #7f8283;
			margin-top: 20px;
			width: 648px;
		}

		.contents .body .dumpling .fee .require {width: 398px;}

			.contents .body .dumpling .fee th,
			.contents .body .dumpling .fee td {
				border: 1px solid #7f8283;
				font-family: 'UD新ゴ L', sans-serif;
				font-size: 20px;
				font-weight: normal;
				line-height: 1.5;
				padding: 20px 0;
				text-align: center;
			}

			.contents .body .dumpling .fee th {
				background-color: #f4f4f5;
				width: 184px;
			}

			.contents .body .dumpling .fee thead th {width: auto;}


		/* 注記 */
		.contents .body .dumpling .fee .note {
			margin-top: 30px;
			padding: 0 0 0 1em;
			position: relative;
		}

			.contents .body .dumpling .fee .note::before {
				content: '◎';
				left: 0;
				position: absolute;
				top: 0;
			}

		.contents .body .dumpling .fee dl.note {line-height: normal;}

			.contents .body .dumpling .fee dl.note::before {line-height: 1.88;}

			.contents .body .dumpling .fee .note dt,
			.contents .body .dumpling .fee .note dd {line-height: 1.88;}

		.contents .body .dumpling .fee .attention {padding-top: 26px;}

			.contents .body .dumpling .fee .attention li {
				line-height: 1.88;
				margin-left: 1em;
				text-indent: -1em;
			}

				.contents .body .dumpling .fee .attention li::before {content: '※';}

				.contents .body .dumpling .fee .attention li strong {
					color: #e75400;
					font-family: 'UD新ゴ R', sans-serif;
				}


		/* 予約 */
		.contents .body .dumpling .fee .reserve {
			padding-top: 44px;
			text-align: center;
		}

			.contents .body .dumpling .fee .reserve dt {}

				.contents .body .dumpling .fee .reserve dt a {
					background-color: #fff;
					border: 1px solid #d4d5d6;
					box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: #7f8283;
					display: inline-block;
					font-family: 'UD新ゴ R', sans-serif;
					font-size: 20px;
					padding: 18px;
					text-decoration: none;
					width: 400px;
				}

				.contents .body .dumpling .fee .reserve dt a:hover {
					background-color: #d4d5d6;
					box-shadow: none;
					color: #fff;
				}

					.contents .body .dumpling .fee .reserve dt a::after {
						background: url(/common/img/nvg_ico_blank02.gif) no-repeat 0 50%;
						background-size: 80% auto;
						content: '';
						display: inline-block;
						height: 1em;
						margin-left: 10px;
						vertical-align: -0.1em;
						width: 1em;
					}

					.contents .body .dumpling .fee .reserve dt a:hover::after {opacity: 0.3;}

			.contents .body .dumpling .fee .reserve dd {padding-top: 24px;}

				.contents .body .dumpling .fee .reserve dd a {
					background-color: #f4f4f5;
					border: 1px solid #d4d5d6;
					box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: #7f8283;
					display: inline-block;
					font-family: 'UD新ゴ R', sans-serif;
					font-size: 14px;
					padding: 14px;
					text-decoration: none;
					width: 304px;
				}

				.contents .body .dumpling .fee .reserve dd a:hover {
					background-color: #d4d5d6;
					box-shadow: none;
					color: #fff;
				}

					.contents .body .dumpling .fee .reserve dd a::after {
						background: url(/common/img/nvg_ico_blank02.gif) no-repeat 0 50%;
						background-size: 80% auto;
						content: '';
						display: inline-block;
						height: 1em;
						margin-left: 4px;
						vertical-align: -0.1em;
						width: 1em;
					}

					.contents .body .dumpling .fee .reserve dd a:hover::after {opacity: 0.3;}


		/* 予約ガイド */
		.contents .body .dumpling .fee .guide {padding-top: 24px;}

			.contents .body .dumpling .fee .guide dt,
			.contents .body .dumpling .fee .guide dd {line-height: 1.88;}

				.contents .body .dumpling .fee .guide a {}

					.contents .body .dumpling .fee .guide a::after {
						background: url(/common/img/nvg_ico_blank01.gif) no-repeat 0 0;
						background-size: 100% auto;
						content: '';
						display: inline-block;
						height: 1em;
						margin-left: 0.2em;
						vertical-align: middle;
						width: 1em;
					}


/** |03. 光るどろだんごづくり| << ******************************************************* << END **/





/** |04. 団体| >> ********************************************************************* >> START **/


.contents .body .group .type {
	font-family: 'UD新ゴ R', sans-serif;
	font-size: 24px;
	line-height: normal;
	padding-top: 0;
	position: relative;
	z-index: 1;
}

	.contents .body .group .type span {
		background-color: #fff;
		display: inline-block;
	}

	.contents .body .group .type::before {content: '★';}

	.contents .body .group .type::after {
		background-color: #d4d5d6;
		content: '';
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0.6em;
		width: 760px;
		z-index: -1;
	}

.contents .body .group .header {margin-top: 60px;}

.contents .body .group .type + .header {margin-top: 16px;}


	/** [概要] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .group .about {
		font-size: 0;
		padding-top: 20px;
	}

		.contents .body .group .about dt,
		.contents .body .group .about dd {
			display: inline-block;
			vertical-align: middle;
		}

		.contents .body .group .about dt {width: 240px;}

			.contents .body .group .about dt img {
				height: auto;
				width: 240px;
			}

		.contents .body .group .about dd {
			font-size: 16px;
			line-height: 1.88;
			margin-left: 20px;
			width: 500px;
		}


	/** [内容] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .group .data {padding-top: 30px;}

	.contents .body .group .photo {
		margin-top: 30px;
		background: url(/ilm/clayworks/experience/img/grp_img_photo.jpg) no-repeat 0 0;
		background-size: 500px auto;
		padding-top: 200px;
		width: 760px;
	}

		.contents .body .group .data li {
			line-height: 1.88;
			margin-left: 1.2em;
			text-indent: -1.2em;
		}

			.contents .body .group .data li::before {
				content: '■';
				font-size: 10px;
				margin-right: 0.3em;
				vertical-align: 0.3em;
			}


	/** [その他申込] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .group .extra {
		background-color: #f4f4f5;
		margin-top: 52px;
		padding: 26px 32px;
	}

		.contents .body .group .extra .case {padding-top: 36px;}

		.contents .body .group .extra .case:first-of-type {padding-top: 0;}

			.contents .body .group .extra .case dt,
			.contents .body .group .extra .case dd {line-height: 1.88;}

			.contents .body .group .extra .case dt {font-family: 'UD新ゴ R', sans-serif;}

			.contents .body .group .extra .case dd {padding-top: 8px;}

				.contents .body .group .extra .case ul {}

					.contents .body .group .extra .case li {
						line-height: 1.88;
						margin-left: 1em;
						text-indent: -1em;
					}

						.contents .body .group .extra .case li:before {content: '・';}

						.contents .body .group .extra .case strong {font-family: 'UD新ゴ R', sans-serif;}

		.contents .body .group .extra .application {
			font-size: 0;
			padding-top: 36px;
		}

			.contents .body .group .extra .application dt,
			.contents .body .group .extra .application dd {
				display: inline-block;
				font-size: 16px;
			}

			.contents .body .group .extra .application dd {padding-left: 28px;}


/** |04. 団体| << *********************************************************************** << END **/
