@charset "utf-8";

/**
 *
 *  スシローのメニュー 原産地情報ページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
  	nav-tab　アレルギー/原産地共通サイドナビ
---------------------------------------------------------------------------*/

/* @SP */
@media all and (max-width: 767px) {
	.nav-tab{
		background: #CCC;
	}
}

/*--------------------------------------------------------------------------
  	tab-cont-inner
---------------------------------------------------------------------------*/

#Main{
	background: #FFF;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* @SP */
@media all and (max-width: 767px) {
	#Main{
		padding: 0;
	}
}

/*--------------------------------------------------------------------------
  	sec-lead 
---------------------------------------------------------------------------*/

.sec-lead .txt{
	margin-top: 25px;
	font-size: 14px;
}
.sec-lead .lead{
	overflow: hidden;
	background: url(../images/place/lead_page_02.png) no-repeat;
	width: 494px;
	height: 23px;
	text-indent: -9999px;
	white-space: nowrap;
}
.sec-lead .btn a{
	margin-top: 25px;
}
.sec-lead .btn a span{
	padding-left: 25px;
	background: url(/shared/images/ico_pdf.png) no-repeat 0 50%;
	background-size: 14px 16px;
}
.sec-lead .btn a:hover{
	background: #FFF;
}
.sec-lead .btn a:hover span{
	background-image: url(/shared/images/ico_pdf_on02.png);
}

.c_nav-anchor{
	background: #f8f0f0;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-lead{
		margin-top: 0;
		padding: 12px 0 20px;
		background: #F7F7F5;
	}
	.sec-lead .inner{
	}
	.sec-lead .lead{
		width: 100%;
		height: auto;
		background: none;
		font-size: 12px;
		font-weight: bold;
		color: #333;
		text-indent: inherit;
		white-space: inherit;
	}	
	.sec-lead .txt{
		margin-top: 2px;
		font-size: 9px;
	}
	.sec-lead .btn a{
		margin-top: 15px;
		min-width: 100%;
		font-size: 11px;
	}
	.sec-lead .btn a span{
		padding-left: 17px;
		background-position: 0 50%;
		background-size: 10px 11px;
	}	
}


/*--------------------------------------------------------------------------
  	sec 
---------------------------------------------------------------------------*/

.sec-wrap{
	margin-bottom: 40px;
}
.sec-wrap .sec{
	margin-top: 48px;
}
.sec-wrap .sec .sec-inner{
	padding: 10px 0 20px;
}
.sec-wrap .sec .sec-ttl a{
	text-decoration: none;
	cursor: default;
}

/* @SP */
@media all and (max-width: 767px) {	
	.sec-wrap{
		margin: 0;
		border-top: solid 1px #7F7F7F;
		background: #FFF;
	}
	.sec-wrap .sec{
		margin-top: 0;
	}
	.sec-wrap .sec .sec-ttl{
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.sec-wrap .sec .sec-ttl a{
		display: block;
		position: relative;
		padding: 13px 10px;
		cursor: pointer;
	}
	.sec-wrap .sec .sec-ttl a:after{
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		right: 12px;
		width: 18px;
		height: 12px;
		margin-top: -6px;
		background: url(/shared/images/ico_arw13.png) no-repeat;
		background-size: 18px 12px;
	}
	.sec-wrap .sec .sec-ttl a.active:after{
		background-image: url(/shared/images/ico_arw14.png);
	}
	.sec-wrap .sec .acc-cont{
		border-top: solid 1px #7F7F7F;
	}
	.sec-wrap .sec .acc-cont.acc-open{
		border-bottom: solid 1px #7F7F7F;
	}
}


/*--------------------------------------------------------------------------
  	sec-whole 
---------------------------------------------------------------------------*/

.sec-whole .tbl th,
.sec-whole .tbl td{
	padding: 14px 28px 13px;
	word-break: break-all;
}
.sec-whole .tbl .w01{
	width: 304px;
}
.sec-whole .tbl .w02{
	width: 485px;
}
/* @SP */
@media all and (max-width: 767px) {
	.sec-wrap .sec-whole .sec-inner{
		padding: 20px 0;
	}
	.sec-whole .tbl th,
	.sec-whole .tbl td{
		padding: 5px 14px 5px;
		font-size: 9px;
		text-align: left;
	}
	.sec-whole .tbl .w01{
		width: 34%;
	}
	.sec-whole .tbl .w02{
		width: 66%;
	}
}


/*--------------------------------------------------------------------------
  	sec-fair
---------------------------------------------------------------------------*/

/* item-wrap
-----------------------------------------------------------------*/
.sec-menu .item-wrap{
	border-bottom: solid 1px #000;
}
.sec-menu .item-wrap .cell{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
.sec-menu .item-wrap .cell .sub{
	display: block;
	font-size: 10px;
	line-height: 1.5;
}
.sec-menu .item-wrap .cell.ttl{
	width: 219px;
}
.sec-menu .item-wrap .cell.breed{
	width: 174px;
}
.sec-menu .item-wrap .cell.place{
	width: 219px;
}
.sec-menu .item-wrap .cell.vege{
	width: 174px;
}
/* ttl-area */
.sec-menu .item-wrap .ttl-area{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	display: table;
	width: 100%;
	border-left: solid 1px #000;
}
.sec-menu .item-wrap .ttl-area .cell{
	padding: 8px 10px;
	border-right: solid 1px #FFF;
	background: #000;
	color: #FFF;
	text-align: center;
}
.sec-menu .item-wrap .ttl-area .cell:last-child{
	border-right-color: #000;
}
/* item */
.sec-menu .item-wrap .item{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	display: table;
	width: 100%;
	border-left: solid 1px #000;
}
.sec-menu .item-wrap .item .cell{
	border-right: solid 1px #000;
	border-top: solid 1px #000;
}
.sec-menu .item-wrap .item .inner{
	padding: 5px 20px;
}
.sec-menu .item-wrap .item .ttl{
	padding: 3px 14px;
}
.sec-menu .item-wrap .item .ttl .inner{
	display: table;
	width: 100%;
	padding: 0;
}
.sec-menu .item-wrap .item .ttl .inner .img,
.sec-menu .item-wrap .item .ttl .inner .txt{
	display: table-cell;
	vertical-align: middle;
}
.sec-menu .item-wrap .item .ttl .inner .img{
	width: 60px;
}
.sec-menu .item-wrap .item .ttl .inner .img img{
	width: 100%;
	height: auto;
}
.sec-menu .item-wrap .item .ttl .inner .txt{
	padding-left: 12px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-menu .item-wrap{
		margin-top: -10px;
		border-bottom: none;
	}
	.sec-menu .item-wrap .cell.ttl,
	.sec-menu .item-wrap .cell.breed,
	.sec-menu .item-wrap .cell.place,
	.sec-menu .item-wrap .cell.vege{
		width: 100%;
	}	
	
	/* ttl-area */
	.sec-menu .item-wrap .ttl-area{
			display: none;
	}
	.sec-menu .item-wrap .cell{
		display: block;
	}
	/* item */
	.sec-menu .item-wrap .item{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		margin-top: 20px;
		border: solid 1px #000;
		font-size: 11px;
		line-height: 1.6;
	}
	.sec-menu .item-wrap .item .cell{
		border: none;
	}
	.sec-menu .item-wrap .item .cell.ttl{
		background: #F8F0F0;
		padding: 0 10px 0 23px;
		font-weight: bold;
	}
	.sec-menu .item-wrap .item .cell.ttl + .cell{
		padding: 10px 0 0;
	}
	.sec-menu .item-wrap .item .cell:last-child{
		padding: 0 0 10px;
	}	
	.sec-menu .item-wrap .item .cell .inner{
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			display: table;
			width: 100%;
	}
	.sec-menu .item-wrap .item .ttl .inner .img{
		width: 65px;
	}
	.sec-menu .item-wrap .item .cell .inner{
			padding: 2px 17px;
	}
	.sec-menu .item-wrap .item .cell.ttl .inner{
			padding: 0;
	}
	.sec-menu .item-wrap .item .cell .inner:before{
		display: table-cell;
		width: 40%;
	}
	.sec-menu .item-wrap .item .cell .inner span{
		display: table-cell;
		padding-left: 5px;
	}
	.sec-menu .item-wrap .item .cell.breed .inner:before{
		content: "品種";
		
	}
	.sec-menu .item-wrap .item .cell.place .inner:before{
		content: "原産地";
	}
	.sec-menu .item-wrap .item .cell.vege .inner:before{
		content: "野菜・トッピング";
	}
	.sec-menu .item-wrap .item .ttl .inner .txt{
		padding-left:  19px;
	}
}
