@charset "utf-8";
/* CSS Document */


/* header
---------------------------------------------*/

/* ===============================================================
 mainShopInfo
=============================================================== */
.mainShopInfo{
	background: #eeeeee;
}
.mainShopInfo .heading{
	font-size: 34px;
	line-height: 1.2;
}
.mainShopInfo.general .heading{
	font-size: 28px;
}
.subTxtItem{
	border-bottom: 3px solid #008342;
	margin-bottom: 10px;
	padding: 20px 0 6px;
}
.mainShopInfo .leftBox{
	float:left;
	width: 600px;
}
.mainShopInfo .telBox{
	float: right;
	width: 290px;
	color: #d75a45;
	font-weight: bold;
	position: relative;
	padding-left: 38px;
}
.mainShopInfo .telBox:before{
	content: '';
	background: url(/assets/pc/shop/img/icon_tel_red.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 23px;
	height: 23px;
	margin-left: -34px;
	margin-top: 10px;
}
.mainShopInfo .telBox .tel{
	display: inline-block;
	font-size:  26px;
	line-height: 1.2;
	margin-right: 5px;
}
.mainShopInfo .telBox .time{
	color: #333;
	font-size: 11px;
	font-weight: normal;
}
.mainShopInfo .lead{
	margin: 0 20px;
}
.formMainTtl{
	background-color: #008242;
}
.upWrap{
	margin-top: 30px;
}