@charset "utf-8";

/* =======================================

  メインエリア (宮古牛・宮古牛 蒼・石垣牛)

======================================= */
/* ---------------------------------------
  メインエリア
--------------------------------------- */
#mainWrap {
	position: relative;
	width: auto;
	height: 640px;
	background: url(../img/index/mainbg2.jpg) repeat;
	background-repeat: repeat;}
#main {
	width: 1000px;
	height: 640px;
	padding-top: 25px;
	background: url(../img/index/mainbg.jpg) no-repeat;
	background-repeat: no-repeat;}
#main table {
	margin: 0 auto;}
#main td {
	padding: 1px;}	
#ind_miyakogyu {
	width: 305px;
	height: 451px;
	margin-left: auto;
	background: url(../img/index/miyakogyu.jpg) no-repeat;}
#ind_miyakogyuao {
	width: 305px;
	height: 451px;
	background: url(../img/index/miyakogyuao.jpg) no-repeat;}
#ind_ishigakigyu {
	width: 305px;
	height: 451px;
	margin-right: auto;
	background: url(../img/index/ishigakigyu.jpg) no-repeat;}
.mainMask {
	position: absolute;
	width: 305px;
	height: 451px;
	background-color: rgba(255,255,255,0);
	transition: 0.5s;}
.mainMask:hover {
	position: absolute;
	width: 305px;
	height: 451px;
	background-color: rgba(255,255,255,0.3);}
#main p {
	height: 451px;
	display: table-cell;
	vertical-align: bottom;
	padding: 20px;}	
#mainCap{
	margin-top: 30px;
	text-align: center;}
#mainCap a {
	font-weight: bold;
	padding: 0 3px;
	border-bottom: 1px solid #999;}
.beefname {
	letter-spacing: 0.1em;}
#grad {
	font-size: 3.5rem;
	font-size: 35px;
	padding-left: 3px;
	background: #333;
	background: -webkit-linear-gradient(top, #fff 0%,#54a3ee 45%,#3690f0 90%,#1e69de 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;}
	
/* 【IE10のみ】宮古牛「蒼」の文字を単色に  */
@media all and (-ms-high-contrast:none) {
#grad {
	  color: #6ff;
	  background: none;}
}
/* 【IE11のみ】宮古牛「蒼」の文字を単色に */	
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #grad {
	  color: #6ff;
	  background: none;}
}

/* ---------------------------------------
  業務用 商品一覧
--------------------------------------- */
#tob {
	display: table-cell;
	background-image: url(../img/index/to_b.jpg);
	width: 740px;
	height:120px;
	text-align: center;
	vertical-align: middle;}
#tob span {
	float: right;}
#tobMask {
	position: absolute;
	width: 740px;
	height:120px;
	background-color: rgba(255,255,255,0);
	transition: 0.5s;}
#tobMask:hover {
	position: absolute;
	width: 740px;
	height:120px;
	background-color: rgba(255,255,255,0.5);}

/* ---------------------------------------
  今だけのお買い得セール
--------------------------------------- */
#saleWrap {
	width: 740px;
	height: 141px;
	background: url(../img/index/sale.jpg) no-repeat;
	text-align: center;}
#saleCap {
	padding-top: 7px;}
.sale {
	display: inline-block;
	width: 250px;
	padding: 10px 0;
	margin: 0 15px;
	background: #c80000;
	border-radius: 5px;
	box-shadow:0 0 0 2px #c80000;
	border:1px solid #ed4b4b;
	box-sizing:border-box;
	text-align:center;
	transition: 0.5s;}
.sale:hover {
	background: #f96d6d;
	box-shadow:0 0 0 2px #f96d6d;
	cursor: pointer;}
.sale a {
	color: #fff;}
#saleWrap span{
	float: right;
	padding-right: 5px;}
	
/* ---------------------------------------
  お知らせ
--------------------------------------- */
#info{
	width: 740px;
	min-height: 290px;
	border: solid 1px #999;
	padding: 0 35px 10px;}
#info ul {
	display: inline-block;
	padding-left: 0;
}
#infoNew {
	vertical-align: top;
	font-weight: bold;
	margin-right: 10px;}
.infoImg {
	margin-top: -3px;}
#infoCap {
	vertical-align: top;
	width: 600px;
	text-align: left;}
#info li {
	list-style: none;
	padding: 5px 0;}
#infoCap li img {
	display: inline-block;}
#infoCap li div.date,
#infoCap li div.txt {
	display: inline-block;
	vertical-align: top;}
#infoCap li div.txt {
	width: 485px;}
.date {
	font-weight: bold;}

/* ---------------------------------------
  お買い物ガイド
--------------------------------------- */
#guide {
	clear: both;
	width: auto;
	height: 680px;
	border: solid 1px #999;
	padding: 2%;}
#guideLeft h3,
#guideRight h3 {
	margin-top: -5px;
	height: 20px;}
#guideLeft {
	float: left;
	width: 358px;}
#guide1 {
	height: 205px;
	padding: 20px;
	background-color: #ede1d3;}
#guide2 {
	height: 225px;
	padding: 20px;
	background-color: #ede1d3;}
#guideRight {
	float: right;
	width: 558px;}
#guide3 {
	height: 180px;
	padding: 20px;
	background-color: #ede1d3;}
#guide4 {
	height: 200px;
	padding: 20px;
	background-color: #ede1d3;}
#guide4 ul {
	list-style-type: decimal;}
#guide5 {
	height: 135px;
	padding: 20px;
	background-color: #ede1d3;}
#guide ul {
	margin: 0;
	padding-left: 20px;}
#guide span {
	float: right;}
#guide span a:hover {
	text-decoration: underline;}
#credit {
	padding: 3%;
	background-color: #fff;
	text-align: center;
	margin: 5px 0 10px;}
#credit img {
	padding: 0 2px;}
#guide p {
	padding: 3%;
	border: solid 1px #999;
	text-align: center;}
#guide_ikeda {
	text-align: left;
	padding: 20px;
	background-color: #ede1d3;}