@charset "UTF-8";

/* =========================================================
 contents middle
========================================================= */

/* slider
------------------------------------------------ */
#contents #main_middle .swiper-container {
    margin-bottom: 50px;
}
#contents #main_middle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color:#888888;
    opacity: 1;
    background: #888888;
    overflow: hidden;
}
#contents #main_middle .swiper-pagination-bullet-active {
      color:#000000;
      background: #000000;
}

/* スライダー下のバナー
------------------------------------------------ */
#contents #main_middle #bannerArea {
    margin: 10px auto;
}
#contents #main_middle #bannerArea li {
    margin-bottom: 10px;
}
#contents #main_middle #bannerArea li:last-of-type {
    margin-bottom: 0px;
}

/* スライダー下のバナー２
------------------------------------------------ */
#contents #main_middle .float {
    overflow: hidden;
    margin-bottom: 10px;
}
#contents #main_middle .float p {
    float: left;
    margin: 0 5px 0 0;
}
#contents #main_middle p:last-of-type {
    margin: 0;
}




/* =========================================================
 contents bottom
========================================================= */
#contents #main_bottom div > h4 {
    margin: 0 0 15px 0;
}
/* ------------------------------------------------
	news & event
------------------------------------------------ */
#contents #main_bottom .newEventCmn {
    margin-bottom: 30px;
    /* width: 700px; */
}
#contents #main_bottom .newEventCmn h4 {
    margin: 0;
}
#contents #main_bottom .newEventCmn .inner {
	height: 190px;
	overflow-y: scroll;
	width: 100%;
	padding: 10px;
	border: 2px solid #dbdbdb;
	border-top: none;
	background-color: #F6F6F6;
	/* box-sizing:border-box; */
}

#contents #main_bottom .newEventCmn .inner dl {
    border-bottom: 1px dotted #000000;
    margin-bottom: 5px;
    padding: 0 0 5px 15px;
    position: relative;
}
#contents #main_bottom .newEventCmn .inner dl:before {
	content: "";
	border: 5px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit- transform: translateY(-50%) translateX(0%);
	left: 0;
}
#contents #main_bottom .newEventCmn .inner dl dt {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 13px;
}
#contents #main_bottom .newEventCmn .inner dl dd {
    font-size: 12px;
    margin-bottom: 5px;
}

/* news ----- */
#contents #main_bottom #news .inner dl:before {
	border-left-color: #990000;
}
#contents #main_bottom #news.newEventCmn .inner dl dt {
    color: #900;
}
/* events ----- */
#contents #main_bottom #events .inner dl dt {
	color: #689207;
}
#contents #main_bottom #events .inner dl:before {
	border-left-color: #9c0;
}


/* ------------------------------------------------
	recommend
------------------------------------------------ */
#contents #main_bottom .item_gallery {
    /* float: left; */
    margin-bottom: 20px;
}
#contents #main_bottom .item_gallery .pickup_item {
    display: inline-block;
    width: 18.4%;
    vertical-align: top;
    margin: 0 0.5% 10px;
    border: 1px solid #ccc;
    padding: 4px;
}
#contents #main_bottom .item_gallery .pickup_item a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 10px;
}
#contents #main_bottom .item_gallery .pickup_item a .item_photo {
    margin: 0 auto 7px auto;
    height: 95px;
    width: 79%;
    min-width: 70px;
    position: relative;
}

#contents #main_bottom .item_gallery .pickup_item a .item_photo img {
	/* height: 105px; */
	width: initial;
	max-height: 105px;
	/* max-width: 90px; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#contents #main_bottom .item_gallery .pickup_item .item_name {
    font-weight: bold;
    margin: 0;
    min-height: 55px;
    line-height: 1.2em;
}
#contents #main_bottom .item_gallery .pickup_item .item_comment {
    padding-bottom: 10px;
    font-size: 90%;
}
#contents #main_bottom .item_gallery .pickup_item .item_price {
    color: #ce0000;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* edition ----- */

#contents #main_bottom #edition {
    background: #E4E4E4;
    padding: 11px;
    margin-bottom: 30px;
    /* overflow: hidden; */
}
#contents #main_bottom #edition #editionImg,
#contents #main_bottom #edition .heightLineParent {
	display: inline-block;
	vertical-align: top;
}
#contents #main_bottom #edition #editionImg {
    width: 260px;
    line-height: 1.9em;
}
#contents #main_bottom #edition #editionImg p a span {
    background: #fff1e2;
    padding: 3px 14px 3px 6px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    position: relative;
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: -0.1em;
}
#contents #main_bottom #edition #editionImg p a span:after {
    content: "";
    border: 5px solid transparent;
    border-left-color: #000;
    position: absolute;
    top: 5px;
    right: -2px;
}
#contents #main_bottom #edition #editionImg h4 {
    margin-bottom: 10px;
}
#contents #main_bottom #edition .heightLineParent {
    width: 405px;
    /* overflow: hidden; */
    margin-left: 8px;
}
#contents #main_bottom #edition .heightLineParent li {
    width: 130px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 3px 10px 0;
    font-size: 120%;
    display: inline-block;
    vertical-align: top;
    height: 155px;
}
#contents #main_bottom #edition .heightLineParent li a {
    display: block;
    padding: 5px 0;
    height: 100%;
    color: #333;
}
#contents #main_bottom #edition .heightLineParent li a:hover {
    opacity: 0.8;
}
#contents #main_bottom #edition .heightLineParent li:nth-of-type(3n) {
    margin-right: 0;
}
#contents #main_bottom #edition .heightLineParent h5 {
    font-weight: normal;
    margin: 5px 0 0 0;
    line-height: 1.3em;
    font-size: 12px;
}
#contents #main_bottom #edition .heightLineParent p {
    font-size: 11px;
    font-weight: bold;
}
#contents #main_bottom #allitem .pickup_item a .label img {
    height: auto;
}
#contents #main_bottom #allitem .pickup_item a .label {
    text-align: center;
    margin-bottom: 5px;
}





/* =========================================================
media
========================================================= */
#contents #main_bottom #media {
    margin: 30px 0px;
    max-width: 700px;
    width: 100%;
}
#contents #main_bottom #media h4 {
	margin: 0px;
}
#contents #main_bottom #media ul {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 0;
}
#contents #main_bottom #media ul li {
    padding: 0 20px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    overflow: hidden;
}
#contents #main_bottom #media ul li:nth-of-type(2n+1) {
	border-right: 1px dotted #000;
}
#contents #main_bottom #media ul li h5 {
    float: left;
}
#contents #main_bottom #media ul li p {
    margin-top: 5px;
    font-weight: bold;
}





@media only screen and (max-width: 1000px) {
	/*バナー*/
	#contents #main_middle .float.up p {
		width: 23.5%;
		max-width: 171px;
	}
	#contents #main_middle .float.down p {
		width: 32.4%;
		max-width: 229px;
	}

	/*柑橘類*/
	#contents #main_bottom #edition #editionImg {
		width: 100%;
		overflow: hidden;
	}
	#contents #main_bottom #edition #editionImg h4 {
		float: left;
		width: 30%;
	}
	#contents #main_bottom #edition #editionImg p {
		float: right;
		width: 66%;
		font-size: 15px;
		line-height: 1.5em;
	}


	#contents #main_bottom #edition .heightLineParent {
		width: 100%;
		margin: 0;
	}
	#contents #main_bottom #edition .heightLineParent li {
		width: 23%;
	}
	#contents #main_bottom #edition .heightLineParent li:nth-of-type(3n) {
		margin: 0 3px 10px 0;
	}
	#contents #main_bottom #edition .heightLineParent li:nth-of-type(4n) {
		margin-right: 0;
	}

}



@media only screen and ( max-width: 480px ) {
	/*recommend*/
	#contents #main_bottom #recommend.item_gallery .pickup_item {
		width: 31%;
		height: 310px !important;
	}
				
	/*ALL ITEM*/
	#contents #main_bottom .item_gallery .pickup_item {
		width: 23%;
	}
	#contents #main_bottom .item_gallery .pickup_item .item_photo {
		width: 100%;
		height: 85px;
	}
	#contents #main_bottom .item_gallery .pickup_item .item_photo img {
		width: 100%;
		height: unset;
	}
	
	
	
	
	
	
}














.fRed01 {
	display: block;
font-weight: bold;
color: #B70000;
}
/* =========================================================
renewalTop
========================================================= */
div#renewalTop {
}




/* =========================================================

/* =========================================================
managerRecommend
========================================================= */
div#renewalTop div#managerRecommend {
}

div#renewalTop div#managerRecommend h4 {
}

div#renewalTop div#managerRecommend h4 img {
}

div#renewalTop div#managerRecommend ul {
    float: left;
    margin-bottom: 30px;
}

div#renewalTop div#managerRecommend ul li {
    text-align: center;  float: left;  border: 1px solid #ccc;  margin: 13px 13px 0 0;
    width: 128px;
    padding: 5px 0;
    font-size: 120%;
}

div#renewalTop div#managerRecommend ul li a {
}

div#renewalTop div#managerRecommend ul li a img {
}

div#renewalTop div#managerRecommend ul li h5 {
    font-weight: normal;
}

div#renewalTop div#managerRecommend ul li p {
    font-size: 90%;
}





/* =========================================================
thought
========================================================= */
div#renewalTop div#thought {
    float: left;
    margin: 0 0 30px;
    width: 700px;
    background: url(../images/top/bg_thought_01.jpg) no-repeat left top #FBECCF;
    clear: both;
    padding-bottom: 15px;
}

div#renewalTop div#thought ul {
    float: left;
    padding: 48px 0 0 10px;
}

div#renewalTop div#thought ul li {
    margin-left: 10px;
    padding-left: 5px;
    float: left;
    width: 147px;
    border-left: 1px solid #F9D89B;
    min-height: 200px;
    font-size: 100%;
}

div#renewalTop div#thought ul li:first-child {
    border-left: none;
}

div#renewalTop div#thought ul li h4 {
    float: left;
}

div#renewalTop div#thought ul li h4 img {
}

div#renewalTop div#thought ul li h5 {
    float: right;
    width: 115px;
    margin-bottom: 8px;
}

div#renewalTop div#thought ul li h5 img {
}

div#renewalTop div#thought ul li p {
    float: right;
    width: 115px;
    line-height: 200%;
}



/* topEVENT
----------------------------------------------- */
#top #event {
	float: left;
	padding-top: 0px;
	background: url(http://www.nakaji34.co.jp/user_data/packages/default/images/top/bg_event_02.gif) repeat-y top left;
	margin: 0 0 10px 10px;
}

#top #event dl {
	width: 88%;
	margin: 0 auto 10px;
}
#top #event dt {
	font-size: 140%;
	font-weight: bold;
}
#top #event dd {
	font-size: 110%;
}

/* topNews
----------------------------------------------- */
#topNews {
	margin: 0 0 20px 10px;
}

	#topNews dl {
		margin-bottom: 10px;
		float: left;
		width: 700px;
	}

		#topNews dl dt {
			float: left;
			*margin-top: -1px;
			_padding-bottom: 1px;
			width: 66px;
			height: 100%;
		}

		#topNews dl dd {
			float: left;
			xmargin-left: 66px;
			padding: 3px 0 0 9px;
			width: 625px;
			height: 100%;
			background: url(../images/mercato/index/news_bg.gif) no-repeat left top;
		}

/* topSetBanner
----------------------------------------------- */
#tvInformation {
	margin: 0 10px;
}

	#tvInformation .otherInfo {
		margin-top: 10px;
		padding: 1em;
		width: 680px;
		background: #efefef;
		border: solid #ccc 1px;
		font-size: 1.4em;
		overflow: hidden;
		zoom: 1;
	}

		#tvInformation .otherInfo dl {
			float: left;
			width: 320px;
		}

			#tvInformation .otherInfo dl dt {
				float: left;
				width: 8em;
				font-weight: bold;
			}

			#tvInformation .otherInfo dl dd {
				margin-left: 9em;
			}

		#tvInformation .otherInfo .bnr {
			float: right;
		}

/* topPickup
----------------------------------------------- */
#topPickup {
	position: relative;
	margin: 2em auto 0;
	width: 710px;
	height: 770px;
	background: url(../images/mercato/index/top1106_bg.jpg) no-repeat left top;
}

	#topPickup h2,#topPickup p { position: absolute; }
	#topPickup h2 { top: 41px; left: 90px; }
	#topPickup .jam_btn { top: 152px; left: 41px; }
	#topPickup .jam_txt { top: 266px; left: 350px; }
	#topPickup .tea_btn { top: 435px; left: 441px; }
	#topPickup .tea_txt { top: 571px; left: 22px; }


/* topGinger
----------------------------------------------- */
#topGinger {
	position: relative;
	margin: 2em auto 0;
	width: 700px;
	overflow: auto;
	background: url(../images/mercato/index/ginger_bg.jpg) no-repeat left top;
}

	#topGinger h2,#topGinger h3,#topGinger .txt,#topGinger .link { position: absolute; }
	#topGinger h2 { top: 53px; left: 218px; }
	#topGinger .txt { top: 44px; left: 54px; }
	#topGinger .link { top: 310px; left: 150px; }

	#topGinger .producer {
		padding-top: 436px;
		width: 100%;
		height: 415px;
		background: url(../images/mercato/index/producer_bg.jpg) no-repeat left bottom;
	}

	#topGinger .producer h3 { top: 446px; left: 106px; }
	#topGinger .producer .txt { top: 455px; left: 381px; }
	#topGinger .producer .link { top: 607px; *top: 606px; left: 358px; }

/* topKankitu
----------------------------------------------- */
#topKankitu {
	position: relative;
	margin: 2em auto 0;
	width: 700px;
	height:  1131px;
	background: url(../images/mercato/index/k_bg.jpg) no-repeat left top;
}

#topKankitu #j01{
	position: absolute;
	top: 356px;
	left: 13px;
}

#topKankitu #j02{
	position: absolute;
	top: 355px;
	left: 149px;
}

#topKankitu #j03{
	position: absolute;
	top: 361px;
	left: 282px;
}

#topKankitu #j04{
	position: absolute;
	top: 361px;
	left: 416px;
}

#topKankitu #j05{
	position: absolute;
	top: 362px;
	left: 549px;
}

#topKankitu #j06{
	position: absolute;
	top: 567px;
	left: 54px;
}

#topKankitu #j07{
	position: absolute;
	top: 567px;
	left: 195px;
}

#topKankitu #j08{
	position: absolute;
	top: 568px;
	left: 337px;
}

#topKankitu #j09{
	position: absolute;
	top: 566px;
	left: 479px;
}

#topKankitu #t01{
	position: absolute;
	top: 909px;
	left: 142px;
}

#topKankitu #t02{
	position: absolute;
	top: 908px;
	left: 278px;
}

#topKankitu #t03{
	position: absolute;
	top: 909px;
	left: 411px;
}

/* topConfidence
----------------------------------------------- */
#topConfidence {
	position: relative;
	margin: 0 auto;
	width: 701px;
	height: 692px;
	background: url(../images/mercato/index/confidence_bg.jpg) no-repeat left top;
}

	#topConfidence h2 {
		position: absolute;
		top: 33px;
		left: 32px;
	}

	#topConfidence ul {
	}

		#topConfidence ul li {
			position: absolute;
			width: 150px;
		}

		#topConfidence ul .conf01 { top: 160px; left: 442px; }
		#topConfidence ul .conf02 { top: 245px; left: 169px; }
		#topConfidence ul .conf03 { top: 376px; left: 372px; }
		#topConfidence ul .conf04 { top: 472px; left: 107px; }

			#topConfidence ul li p {
				margin-top: .3em;
				font-size: 1em;
				color: #300;
			}

			#topConfidence ul li .btn {
				margin: .5em 0 0 30px;
			}

/* selection
----------------------------------------------- */
#selection {
	position: relative;
	margin: 2em auto 0;
	width: 701px;
	background: url(../images/mercato/index/selection_bg.jpg) repeat-y left bottom;
}

	#selection ul {
		padding: 10px 0 20px 14px;
		overflow: hidden;
		zoom: 1;
	}

		#selection ul li {
			float: left;
			margin-right: 6px;
			width: 129px;
		}

			#selection ul li .photo {
				background: url(../images/mercato/index/selection_item_bg.jpg) repeat-y left top;
			}

				#selection ul li .photo img {
					margin: 6px 0 0 6px;
					border: solid #C59458 1px;
				}

			#selection ul li div {
				padding: 3px 0 6px;
				background: url(../images/mercato/index/selection_item_bg.jpg) repeat-y left bottom;
			}

				#selection ul li div h3 {
					padding: 0 6px;
					font-weight: normal;
				}

				#selection ul li div p {
					padding: .3em 3px;
					font-weight: bold;
					text-align: center;
					color: #900;
				}

/* recomArea
----------------------------------------------- */
#recomArea {
	position: relative;
	margin: 2em auto 0;
	width: 701px;
	height: 286px;
	background: url(../images/mercato/index/recom_bg.jpg) no-repeat left top;
}

	#recomArea h2 {
		position: absolute;
		top: 9px;
		left: 31px;
	}

	#recomArea ul {
	}

		#recomArea ul li { position: absolute; text-align: center; }
		#recomArea ul .item01 { top: 89px; left: 55px; width: 115px; }
		#recomArea ul .item02 { top: 87px; left: 201px; width: 138px; }
		#recomArea ul .item03 { top: 93px; left: 377px; width: 115px; }
		#recomArea ul .item04 { top: 77px; left: 519px; width: 143px; }

			#recomArea ul li div { margin-top: 8px; }
			#recomArea ul .item02 div { margin: 2px 16px 0 0; }
			#recomArea ul .item04 div { margin: -1px 0 0 30px; }
				#recomArea ul li div p { font-size: 1.1em }
					#recomArea ul li div p a { line-height: 1; text-decoration: none; }
					#recomArea ul li div p strong { font-weight: bold; color: #600; }


/* newsarea
----------------------------------------------- */
#newsarea {
	margin: 2em auto 0;
	padding-top: 21px;
	width: 700px;
	background: url(../images/mercato/index/info_bg.gif) no-repeat left top;
}

	#newsarea .block {
		padding-bottom: 30px;
		background: url(../images/mercato/index/info_bg.gif) no-repeat left bottom;
		overflow: hidden;
		zoom: 1;
	}

		#newsarea .newsinfo {
			float: left;
			_display: inline;
			margin: 10px 0 0 30px;
			width: 300px;
		}

		#newsarea .mediainfo {
			float: right;
			_display: inline;
			margin: 10px 30px 0 0;
			width: 300px;
		}

			#newsarea div h3 {
				padding-bottom: .5em;
			}

			#newsarea div dl {
			}

				#newsarea div dl dt {
					font-size: 1.2em;
					font-weight: bold;
				}

				#newsarea div dl dd {
				}

			#newsarea .newsinfo dl {
				padding-left: 22px;
				height: 280px;
				background: url(../images/mercato/index/news_icon.gif) no-repeat left top;
				overflow-y: scroll;
			}
				#newsarea .newsinfo dl dd {
					padding-bottom: 1em;
				}
			#newsarea .mediainfo dl { float: right; width: 150px; }
			#newsarea .mediainfo .mediaImg { float: left; }
				#newsarea .mediainfo .mediaImg img { width: 140px; }
			#newsarea .mediainfo .link { clear: both; margin-top: 1em; font-size: 1em; text-align: right; }


/* category
----------------------------------------------- */
#contents .category {
	margin: 2em auto 0;
	width: 677px;
	background: url(../images/mercato/index/categorylist_bg.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}

	#contents .category h2 {
		float: left;
		padding: 14px 0 0 25px;
	}

	#contents .category ul {
		float: left;
		margin-left: 20px;
		overflow: hidden;
		zoom: 1;
	}

		#contents .category ul li {
			float: left;
			padding-right: 15px;
		}


/* 佐藤追記 top ringo
----------------------------------------------- */
#ringo_warap{
	width: 695px;
	background: url(../images/mercato/index/ringo_bg.jpg) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}

#ringo_main h2{
	padding-top: 10px;
	float: left;
}
.ringo_title{
	padding-top: 10px;
}

.ringo_text{
	position: relative;
	top:-10px;
	padding-right: 10px;
	text-align: right;
}

.ringo_btn{
	position: relative;
	top:-30px;
	left:150px;
}

#ringo_center{
	padding-left: 24px;
	text-align: center;
	clear:both;
	overflow: hidden;
	zoom: 1;
}

.ringo_flot{
	float: left;
}

.ringo_clea{
	background: url(../images/mercato/index/ringo_img07_bg.jpg) no-repeat left top;
	clear:both;
	overflow: hidden;
	zoom: 1;
	height:202px;
}
.ringo_btn_s{
	position: relative;
	top:-40px;
	left:180px;
}


/* =========================================================
allitem
========================================================= */
div#renewalTop div#allitem {
    float: left;
    margin-bottom: 30px;
}

div#renewalTop div#allitem h4 {
}

div#renewalTop div#allitem h4 img {
}

div#renewalTop div#allitem ul {
    float: left;
}

div#renewalTop div#allitem ul li {
    width: 128px;/*128px*/
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    margin: 13px 13px 0 0;
    padding: 5px 0;
    font-size: 120%;
}

div#renewalTop div#allitem ul li a {
}

div#renewalTop div#allitem ul li a img {/* height: 100px; */min-height: 40px;max-height: 100px;}

div#renewalTop div#allitem ul li h5 {
    font-weight: normal;
}

div#renewalTop div#allitem ul li p {
    font-size: 90%;
}

div#renewalTop div#allitem ul li p.label {
	margin-top:5px;
     padding: 0;
	 height:26px;}
div#renewalTop div#allitem ul li p.label img {
     padding: 5px 2px 2px 2px;}




/* TOPバナー追加20230925（ブロック） */
.top_banner_jam {
	background: url(../images/top/top_banner_jam.jpg) no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 66.714%;
	position: relative;
	margin: 0 0 20px;
}
.banner_inbox {
	position: absolute;
	top: 30px;
	left: 30px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.6);
	padding: 15px;
}
.top_banner_jam p {
	font-size: 28px;
	line-height: 1.7;
	text-shadow:
	1px 1px 2px #fff, -1px -1px 2px #fff,
	1px -1px 2px #fff, -1px 1px 2px #fff,
	0px 1px 2px #fff, 1px 0px 2px #fff,
	-1px 0px 2px #fff, 0px -1px 2px #fff;
}
.top_banner_box {
	margin: 0 0 20px;
}
@media only screen and ( max-width: 480px ) {
	.top_banner_jam {
		margin: 0 0 10px;
	}
	.banner_inbox {
		position: absolute;
		top: 15px;
		left: 15px;
		padding: 10px;
	}
	.top_banner_jam p {
		font-size: 18px;
		font-weight: bold !important;
		text-shadow:
		1px 1px 4px #fff, -1px -1px 4px #fff,
		1px -1px 4px #fff, -1px 1px 4px #fff,
		0px 1px 4px #fff, 1px 0px 4px #fff,
		-1px 0px 4px #fff, 0px -1px 4px #fff;
	}
	.top_banner_box {
		margin: 0 0 10px;
	}
}
