@charset "utf-8";
/* CSS Document */

/*挿入写真の設定*/
.farmphoto{
	display:block;
	max-width:90%;
	margin:20px auto;
	border-radius:10px;
}

.farmfont{
	color:#00b050;
	background:rgba(255,192,0,0.3);
	border-radius:10px;
	margin:0 10px;
}

dt{
	margin:10px;
	font-weight:bold;
}
dd{
	margin:0 20px 0 26px;
}

.torenosatodt{
	margin:0 0 0 16px;
	font-weight:normal;
	float:left;
	clear:left;
	font-size:12px;
}

.torenosatodd{
	margin-left:96px;
	font-size:12px;

}

.map{
	display:block;
	margin:10px auto;
	max-width:80%;
}

.asu{
	color:#00b050;
}

.tom{
	color:#ff3300;
}

.corn{
	color:#e56f0a;
}

.potato{
	color:#b06e45;
}

.torenosatoddpc{
	display:none;
}



/*メディアクエリ*/
/*751ｐｘ以上*/
@media screen and (min-width:751px){			/*andのあとにスペースを空けるのを忘れないこと！！！*/
/*ここに751ｐｘ以上のｃｓｓを記述する*/
h2{
	margin:20px 30px 20px 30px;
	text-align:left
}
.farmfont{
	padding:5px 20px;
	margin:0 30px;
	text-align:center;
}

.farmphoto{
	max-width:70%;
}

dt{
	margin:10px 40px;
	font-weight:bold;
}
.dtpc{
	text-align:center;
	line-height:1.8;
}
dd{
	margin:0 50px 0 56px;
}
.ddpc{
	display:none;
}

.map{
	max-width:60%;
}
.torenosatoddpc{
	display:inline;
}
