@charset "utf-8";

/* --------------------------------------------------------------------------------
	#index
-------------------------------------------------------------------------------- */


#index h3{
	border-bottom:1px #b5b5b5 solid;
	margin:0 0 36px;
	font-weight:normal;
	
}
#index h3 span{
	border-left:10px #f5f1eb solid;
	margin:7px 0;
	padding:0 20px;
	display:block;
	font-size:24px;
}
#index .t-txt{
	font-size:22px;
	color:#9f7935;
	line-height:2.2;
}
#index .txt{
	font-size:17px;
	line-height:2;
}


/*松阪まるよし 玉城牧場*/
#index .farm-inner{
	margin:0 0 40px;
}
#index .farm-inner .txt-img{
	display:flex;
	justify-content:space-between;
	margin:0 0 60px;
}
#index .farm-inner .txt-img .txt-box{
	width:600px;
}
#index .farm-inner .txt-img .txt-box .t-txt{
	margin:0 0 10px;
}
#index .farm-inner .txt-img .img{
	width:480px;
}
#index .farm-inner .img-box{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#index .farm-inner .img-box .img{
	width:540px;
	margin:0 0 60px;
}


/*松阪まるよし玉城牧場のこだわり*/
#index .kodawari-inner{
	margin:0 0 10px;
}
#index .kodawari-inner ul{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#index .kodawari-inner ul li{
	width:540px;
	margin:0 0 70px;
}
#index .kodawari-inner ul li .t-txt{
	margin:0 0 10px;
}
#index .kodawari-inner ul li .img{
	margin:0 0 15px;
}




/*松阪まるよし玉城牧場　航空写真*/
#index .bnr-form{
	width:100%;
    max-width: 1920px;
	margin:0 auto 75px;
}
#index .bnr-form img{
	width:100%;
}


/*「玉城町」について*/
#index .tamaki-inner{
	margin:0 0 90px;
}
#index .tamaki-inner .txt-box{
	margin:0 0 30px;
}
#index .tamaki-inner .img-box{
	display:flex;
	justify-content:space-between;
}
#index .tamaki-inner .img-box .img{
	width:540px;
}

/*玉城町出身の山路徳三郎*/
#index .toukaidou-inner{
	margin:0 0 100px;
}
#index .toukaidou-inner .txt-box{
	margin:0 0 30px;
}
#index .toukaidou-inner .txt-img{
}
#index .toukaidou-inner .txt-img .txt-box{
	width:100%;
}
#index .toukaidou-inner .img-box{
	display:flex;
	justify-content:space-between;
	width:780px;
	margin:0 auto;
}
#index .toukaidou-inner .img-box .img1{
	width:240px;
}
#index .toukaidou-inner .img-box .img2{
	width:480px;
}










