@charset "UTF-8";

.pageContainer
{
	padding: 0 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

#products
{
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	width: 100%;
	border: 2px solid rgb(61, 151, 56);
}

.productsWrapper
{
	width: 100%;
	transform: translateY(-3.75em);
}

.label
{
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
	
	box-sizing: border-box;
	border: 2px solid rgb(61, 151, 56);
	background-color: white;
	color: rgb(238, 120, 0);
	position: relative;
	z-index: 1;
	
	font-size: .75em;
	letter-spacing: .0rem;
	width: 7.5em;
	height: 7.5em;
	border-radius: 50%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

.label p
{
	transform: translateY(2px);	
}

.label span
{
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: .5em;
}
.label span:last-child{margin-bottom: 0;}

#products .title, #products .material, #products .price, #products .location
{
	box-sizing: border-box;
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: .2em;
	color: rgb(61, 151, 56);
}

#products .location a
{
	color: rgb(50, 50, 50);
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#products .location a:hover
{
	color: rgb(150, 150, 150);
}

#products .title, #products .material
{
	border-bottom: 2px solid;
}

#products .price
{
	text-align: left;
}

#products .listWrapper
{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#products .listWrapper .list{box-sizing: border-box;}

#products .listWrapper .list .imageWrapper
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

#products .listWrapper .list .image
{
	box-sizing: border-box;
	padding: 2em 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

	width:100%;
	height:100%;
	
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

.image > div
{
	position: relative;
	max-width: 100%;
	min-height: 0%;
}

#products img
{
	display: inline-block;
	width: 100%;
	max-width:100%;
	height: auto;
}

.optionWrapper{border-top: 2px solid rgb(61, 151, 56);}

.infoWrapper
{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-align-items: center;
	align-items: center;
}

.infoWrapper .pdfWrapper
{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-align-items: center;
	align-items: center;
}

.infoWrapper .pdfWrapper p
{
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
	color: rgb(61, 151, 56);
	margin-right: .25em;
}

.infoWrapper .pdfWrapper a.pdf, .infoWrapper a.contact
{
	display: block;
	cursor: pointer;
	position: relative;
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
	color: rgb(50, 50, 50);
	text-decoration: none;
	padding-left: 1.5em;
}
.infoWrapper .pdfWrapper a.pdf:hover, .infoWrapper a.contact:hover
{
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	
	color: rgb(150, 150, 150);
}

.infoWrapper .pdfWrapper a.pdf:before, .infoWrapper a.contact:before
{
	content:"";
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: .4em;
	background-size: cover;
}

.svg .infoWrapper .pdfWrapper a.pdf:before{background-image: url(../_img/bt_pdf.svg);}
.no-svg .infoWrapper .pdfWrapper a.pdf:before{background-image: url(../_img/bt_pdf.png);}

.svg .infoWrapper a.contact:before{background-image: url(../_img/bt_contact_c.svg);}
.no-svg  .infoWrapper a.contact:before{background-image: url(../_img/bt_contact_c.png);}

#tagWrapper
{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-right: -.5em;
	margin-top: .75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#tagWrapper a
{
	box-sizing: border-box;
	font-size: .9em;
	min-width: 5em;
	text-align: center;
	text-decoration: none;
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	display: block;
	line-height: 1;
	padding: .5rem 1rem .4rem 1rem;
	margin: .5em 0;
	margin-right: .5em;
	border-radius: 1em;
	color: rgb(61, 151, 56);
	border: 1px solid;
	background-color: white;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
#tagWrapper a:hover
{
	color: rgb(238, 120, 0);
}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1575px)
{
	.pageContainer{padding-left: 3em;}
}

@media screen and (min-width: 650px)
{
	.pageContainer{min-width: 980px;}
	.pageContainer{padding-left: 15em;}
	
	#products .listWrapper .list._1{border-right: 2px solid rgb(61, 151, 56); margin-right: -1px;}
	#products .listWrapper .list._2{border-left: 2px solid rgb(61, 151, 56); margin-left: -1px;}
	#products .listWrapper .list
	{
		width: 50%;
		flex: 1 0 auto;
	}
	#products .title, #products .material, #products .price, #products .location
	{
		font-size: 1.2em;
		padding: .75rem 1.5rem;
	}
	.infoWrapper .pdfWrapper p{font-size: 1.2em;}
	#products .listWrapper .list .description{padding: 1.5rem 1.5rem;}
	.infoWrapper{padding: .75rem 1.5rem;}
}
@media screen and (max-width: 650px)
{
	.pageContainer{padding-left: 3em;}
	.productsWrapper{width: 100%;}
	
	#products .listWrapper
	{
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#products .title, #products .material, #products .price, #products .location
	{
		font-size: 1.2em;
		padding: .75rem;
		line-height: 1.5;
	}
	#products .listWrapper .list{width: 100%;}
	#products .listWrapper .list .description{padding: .75rem;}
	#products .listWrapper .list .image{padding: .75rem;}
	.infoWrapper{padding: .75rem;}
	.infoWrapper .pdfWrapper p{font-size: 1.2em; letter-spacing: 0;}
	
	.optionWrapper .list._1{border-bottom: 2px solid rgb(61, 151, 56);}
}