@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}

body{
	font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	background-color: #FFF;
	letter-spacing: 0.8px;
	-webkit-text-size-adjust: 100%;
}



a{color: #333; text-decoration:none;}
a:hover{color: #333; text-decoration:underline;}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/****************************************

	header

*****************************************/
header{}
#header{}

#header #visual{}
#header #visual #inner{}
#header #visual #inner h1{}
#header #visual #inner h1#logo{
	font-size: 30px;
}
#header #visual #inner h1#logo img{
  display:none;
}
#header #visual #inner h1#logo a:before{
  content: attr(data-label);
}

#header #visual #inner h1#logo a:hover{}
#header #visual #header-contents{
	display: none;
}


/****************************************

	footer

*****************************************/
footer{}
#footer{
	display: none;
}

#footer-copyright{}
#footer-copyright p{
	padding: 20px 0 20px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

#pagetop{
	display: none;
}


/****************************************

	main-visual

*****************************************/
#lower-title{
	display: none;
}


/****************************************

	template

*****************************************/
#contents{}
#contents-inner{}


main{
	width: 100%;
	margin: 0 0 80px 0;
}
main.two-column{}
main.products-all{}

main > h2{
	color: #333;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 25px 0;
}
main > h3{
	background: #EEE;
	border-left: 5px solid #000;
	padding: 10px 15px 5px 15px;
	color: #333;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > h4{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 10px 0;
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > h5{
	border-left: 3px solid #000;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

main > table{
	width: 100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
main > table th{
	background-color: #eee;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
main > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}
main > table td > table{
	width: 100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
main > table td > p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
main > table td > p:last-child{
	margin: 0;
}
main > table td h4{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 10px 0;
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > table td h5{
	border-left: 3px solid #000;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}


main > ul{
	margin: 0 0 25px 20px;
}
main > ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
main > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
main > ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}

main > table ul{
	margin: 0 0 0 20px;
}
main > table ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
main > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
main > table ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}

aside{
	display: none;
}


/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs{
	display: none;
}


/****************************************

	伝統工芸 体験教室（印刷用）

*****************************************/
.print-intro {}
.print-intro h2 {
	text-align: center;
	color: #333;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 25px 0;
}
.print-intro p.txt {
	text-align: center;
	margin: 0 0 60px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}


.print-intro-box {
	margin: 0 0 60px 0;
}
.print-intro-box-image {
	width: 32%;
	float: right;
}
.print-intro-box-contents {
	width: 65%;
	float: left;
}
.print-intro-box-contents p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 25px 0;
}


.print-experience-image {
	margin: 0 0 60px 0;
}
.print-experience-image ul{}
.print-experience-image ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.print-experience-image ul li:last-child{
	margin: 0;
}
.print-experience-image ul li .image{
	text-align: center;
	padding: 0 0 15px 0;
}
.print-experience-image ul li .txt{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}


.print-map{width: 100%; margin: 0 0 30px 0;}
.print-map iframe{}
