@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;
}

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

.producersWrapper
{
	width: 100%;
	transform: translateY(0em);
}

#producers .title, #producers .url, #producers .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);
}

#producers .title, #producers .url, #producers .location
{
	border-bottom: 2px solid;
}

#producers .url a
{
	font-family: "Sawarabi Gothic", MyYuGothic, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo, "メイリオ","ＭＳ Ｐゴシック";
	font-weight: 500;
	color: rgb(50, 50, 50);
	text-decoration: none;
	letter-spacing: 0em;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#producers .url a:hover
{
	color: rgb(150, 150, 150);
}

#producers .price
{
	text-align: center;
}

#producers .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: space-between;
	align-items: space-between;
}

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

#producers .listWrapper .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: stretch;
	justify-content: stretch;
	
	-webkit-align-items: center;
	align-items: center;
}

#producers .listWrapper .image
{
	box-sizing: border-box;
	margin-bottom: 1rem;
	flex: 1 0 auto;
	width: 100%;
	
	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;
}

#producers .listWrapper .imageWrapper .image{padding: 1.5rem 1.5rem;}

#producers .listWrapper .imageWrapper > div
{
	width:100%;
	height: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

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

.imageWrapper .image > div
{
	position: relative;
	max-width: 100%;
	min-height: 0%;
	margin-bottom: 1.5rem;
}
.imageWrapper .image > div:last-child{margin-bottom: 0;}

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

#producers img
{
	width:100%;
	max-width:100%;
	height: auto;
}

#producers .imageWrapper .image a
{
	display: block;
	text-decoration: none;
}
#producers .imageWrapper .image a:last-child{margin-bottom: 0;}

#producers .imageWrapper .image a p
{
	margin-top: 1rem;
	font-size: .8em;
	text-align: center;
	color: rgb(50, 50, 50);
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#producers .imageWrapper .image a:hover p
{
	color: rgb(150, 150, 150);
}

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

.infoWrapper
{
	width: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	
	-webkit-align-items: center;
	align-items: center;
	
	border-top: 2px solid rgb(61, 151, 56);
}

.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 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 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);}

.infoWrapper a.contact:before{background-image: url(../_img/bt_contact_c.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: 2em;
	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{padding-left: 15em;}
	.pageContainer{min-width: 980px;}
	#producers .listWrapper .list._1{border-right: 2px solid rgb(61, 151, 56); margin-right: -1px;}
	#producers .listWrapper .list._2{border-left: 2px solid rgb(61, 151, 56); margin-left: -1px;}
	#producers .listWrapper .list
	{
		width: 50%;
		flex: 1;
	}
	#producers .title, #producers .url, #producers .location
	{
		font-size: 1.2em;
		padding: .75rem 1.5rem;
	}
	#producers .infoWrapper{padding: .75rem 1.5rem;}
	#producers .listWrapper .list .description{padding: 1.5rem 1.5rem; padding-bottom: 2rem;}
}
@media screen and (max-width: 650px)
{
	.pageContainer{padding-left: 3em;}
	.producersWrapper{width: 100%;}
	#producers .listWrapper
	{
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#producers .label{top: -5em;}
	#producers .title, #producers .url, #producers .location
	{
		font-size: 1.2em;
		padding: .75rem;
		line-height: 1.5;
	}
	#producers .listWrapper .list{width: 100%;}
	#producers .listWrapper .list .description{padding: .75rem; padding-bottom: 1.5rem;}
	#producers .listWrapper .imageWrapper .image{padding: 1.5rem .75rem;}
	.infoWrapper{padding: .75rem;}
	.infoWrapper .pdfWrapper p{font-size: 1.2em; letter-spacing: 0;}
	
	.listWrapper .list._1{border-bottom: 2px solid rgb(61, 151, 56);}
}