@charset "UTF-8";

/************************************************
table-material.css 202011
************************************************ */
.show_sp{
	display: none!important;
}
.show_sp2{
	display: none!important;
}

/*h2.title2 .title_span{
	font-size: 28px;
}*/
.table-material{
	/*width:1000px;*/
	line-height: 1.4;
	margin: 0 auto 70px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
}
.table-material h3{
	position: relative;
	margin: 20px auto 0;
	text-align: center;
}
.table-material h3 span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
	font-size: 50px;
	font-weight: 400;
	letter-spacing: .1em;
	color: rgba(255,255,255,0.95);
	font-family: 'Palanquin', sans-serif;
}
.table-material h3 img{
	width: 100%;
}
.table-material h4{
	font-size: 18px;
	letter-spacing: .1em;
	text-align: center;
	border: none;
	margin: 0 auto 30px;
}
.table-material h4 span{
	display: block;
	font-family: 'Palanquin', sans-serif;
	font-size: 40px;
	letter-spacing: .2em;
}
.table-material h5{
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 20px;
}
.table-material a{
	text-decoration: none;
	color: #333;
}
.table-material a:hover{
	opacity: 0.7;
}
.table-material img{
	max-width: 100%;
}
.intro{
	width: 90%;
	margin: 40px auto;
}
.intro p{
	font-size: 15px;
	line-height: 1.6;
	margin: 10px auto;
}
.intro ul.point{
	width: 90%;
	border: 3px solid #ccc;
	padding: 30px;
	margin: 20px 0 40px;
	box-sizing: border-box;
	/*box-shadow: 10px 10px 0px 0px #ddd;*/
}
.intro .point li{
	font-size: 18px;
	margin-bottom: .8em;
}
.intro .point li:last-child{
	margin-bottom: 0;
}
.intro .point li:before{
	content: "";
	background: url(/files/images/unique/table-material/icon_check.jpg) no-repeat center center;
	background-size: contain;
	padding: 0 24px;
}

.intro .point li.check{
  position: relative;
  z-index: 1;
}
.intro .point li.checked:before{
	content: "";
	background: url(/files/images/unique/table-material/icon_checked.jpg) no-repeat center center;
	background-size: contain;
	padding: 0 24px;
	transition: all .3s;
}
.intro .point li.check span{
  background: linear-gradient(to right, #faf693 50%, transparent 50%) 100% bottom no-repeat;
  background-size: 200% 30%;
  transition: all 1s;
}
.intro .point li.checked span{
  background-position: 0% bottom;
}

/*.intro p span.click{
	cursor: pointer;
	font-weight: 600;
	letter-spacing: .05em;
	background: #FDFAB2;
	padding: .1em .3em .2em;
}*/

/*.intro .point li .check:after{
	content: "";
	width: 0%;
	height: 6px;
	background: #F1EE9B;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: -1;
	transition: all .3s;
}
.intro .point li .checked:after{
	width: 100%;
}*/

.intro ul.material{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	margin: 20px auto 40px;
}
.intro .material li{
	position: relative;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
}
.intro .material  li:nth-of-type(4n){
	margin-right: 0;
}
.intro .material li span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	font-size: 16px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	letter-spacing: .05em;
	display: block;
	margin-top: .8em;
	color: #fff;
}
/*#marble,#ceramic,#glass,#walnut{
	padding-top: 80px;
	margin-top: -60px;
}*/
.section-box{
	margin: 40px auto;
	padding-top: 80px;
	margin-top: -60px;
}
.section-box .ttl{
	margin: 0 auto 60px;
	text-align: center;
}
.section-box .ttl p{
	margin: 40px auto;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}
.section-box .ttl img{
	width: 100%;
}
.section-box .item{
	text-align: center;
	margin-bottom: 30px;
}
.section-box .item img.item-img{
	width: 34%;
	vertical-align: middle;
	margin-right: 20px;
}
.section-box .item .item-txt{
	width: 62%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.section-box .item .item-txt p.item-ttl{
	font-size: 16px;
	padding: 0 0 0 .5em;
	margin-bottom: 10px;
	background: #fff;
}
.section-box .item .item-txt p.item-ttl span{
	font-size: 22px;
	margin-left: .5em;
}
.section-box .item .item-txt p{
	font-size: 14px;
	line-height: 1.6;
	background: #f6f6f6;
	padding: 1em;
}
.section-box .scene ul{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	margin: 40px auto 40px;
}
.section-box .scene li{
	position: relative;
	width: 33%;
	text-align: center;
}
.section-box .scene li:last-child{
	margin-right: 0;
}
.section-box .scene li img{
	width: 100%;
	max-width: inherit;
}
.link-btn{
	width: 180px;
	position: relative;
	background: #e5e5e5;
	float: right;
	padding: .5em .5em .6em;
	margin: auto;
}
.link-btn a{
	display: block;
	font-size: 17px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.4;
}
.link-btn a:after{
	content: "";
	background: url(/files/images/unique/table-material/icon_arrow.png) no-repeat center right;
	background-size: contain;
	padding: 0 6px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 1em;
	width: .7rem;
	height: 1.1rem;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


@media screen and (max-width: 896px){
	.show_sp{
		display: none!important;
	}	
	.show_pc{
		display: block!important;
	}	
	.show_sp2{
		display: none!important;
	}	
	.show_pc2{
		display: block!important;
	}
/*	h2.title2 {
			font-size: 1rem;
	}*/
	
	.table-material{
		width: 100%;
		margin: 0 auto 30px;
		overflow: hidden;
	}
	.table-material h3{
		padding: 0;
		margin: 0 auto;
	}
	.table-material h4{
		margin: 30px auto 20px;
		font-size: 1.6rem;
	}
	.table-material{
		margin: 0 auto ;
	}
	.table-material h3{
		margin: 0 auto ;
	}
	.table-material h3 span{
		font-size: 7.2vw;
	}
	.table-material h4{
		font-size: 1.4rem;
		font-weight: 400;
	}
	.table-material h4 span{
		display: block;
		font-size: 2.8rem;
		letter-spacing: .2em;
		margin-bottom: .2em;
	}
	.table-material h5{
		font-size: 1.1rem;
		letter-spacing: .2em;
		margin-bottom: 20px;
	}
	.table-material a{
		text-decoration: none;
		color: #333;
	}
	.table-material a:hover{
		opacity: 0.7;
	}
	.table-material img{
		max-width: 100%;
	}
	.intro{
		width: 96%;
		margin: 20px auto;
	}
	.intro p{
		font-size: 1.2rem;
		margin: 10px auto;
	}
	.intro ul.point{
		width: 100%;
		padding: 1em;
		margin: 10px auto 20px;
	}
	.intro .point li{
		font-size: 1.4rem;
		margin-bottom: .8em;
		line-height: 1.6;
		text-indent: -1.7em;
		padding-left: 1.7em;
	}
	.intro .point li:before{
		content: "";
		padding: 9px;
		margin-right: .5em;
	}
	.intro .point li.checked:before{
		content: "";
		padding: 9px;
		margin-right: .5em;
	}
	.intro ul.material{
		margin: 20px auto;
	}
	.intro .material li{
		position: relative;
		width: 24%;
		margin-right: 1%;
		text-align: center;
	}
	.intro .material li span{
		font-size: 14px;
	}
	.section-box{
		margin: 40px auto;
	}
	.section-box .ttl{
		margin: 0 auto 30px;
	}
	.section-box .ttl p{
		width: 94%;
		margin: 20px auto;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	.section-box .item{
		margin-bottom: 20px;
	}
	.section-box .item img.item-img{
		width: 36%;
		vertical-align: middle;
		margin-right: 20px;
	}
	.section-box .item .item-txt{
		width: 60%;
		display: inline-block;
		vertical-align: middle;
	}
	.section-box .item .item-txt p.item-ttl{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.section-box .item .item-txt p.item-ttl span{
		font-size: 1.9rem;
	}
	.section-box .item .item-txt p{
		font-size: 1.4rem;
	}
	.section-box .item .item-txt p br{
		display: none;
	}
	.section-box .scene{
		text-align: center;
	}
	.section-box .scene ul{
		margin: 10px auto 20px;
	}
	.section-box .scene li{
	}
	
	.link-btn{
		width: 90%;
		float: none;
		box-sizing: border-box;
	}
	.link-btn a{
		width: 100%;
		font-size: 1.6rem;
	}
	.link-btn a:after{
		content: "";
		width: .9rem;
		height: 1.1rem;
	}
}

@media screen and (max-width: 568px){
	
	.show_sp{
		display: block!important;
	}	
	.show_pc{
		display: none!important;
	}	
	.show_sp2{
		display: block!important;
	}	
	.show_pc2{
		display: none!important;
	}
	.table-material h5{
		font-size: 4.3vw;
		letter-spacing: .05em;
	}
	.intro .material li{
		width: 48%;
		margin-right: 1.5%;
		margin-bottom: 1.5%;
	}
	.intro .material li:nth-of-type(2n){
		margin-right: 0;
	}
	.intro .material li span{
		font-size: 4.3vw;
	}
	/*#marble,#ceramic,#glass,#walnut{
		padding-top: 40px;
		margin-top: -40px;
	}*/
	.section-box{
		padding-top: 40px;
		margin-top: -40px;
	}
	.section-box .ttl p br{
		display: none;
	}
	.section-box .item img.item-img{
		width: 90%;
		vertical-align: top;
		margin-right: 0;
	}
	.section-box .item .item-txt{
		width: 98%;
		vertical-align: top;
		margin-bottom: 20px;
	}
	
}