@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font-size: 13px;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #74b4df;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
.sp_br {
	display: none;
}
.text_aka {
	color: #ff0000;
}
/*************
/* ヘッダー
*************/
#header {
	height: 110px;
}
#header a {
	color: #333;
}
#header a:hover {
	color: #888;
}

/*************
/* ロゴ
*************/
.logo {
	float: left;
	padding-top: 15px;
}
.logo p {
	clear: both;
	color: #333;
	font-size: .7em;
	font-weight: normal;
}
.logo img {
	width: auto;
	float: left;
	margin: 2px 10px 7px 0;
}
.logo span {
	display: block;
}
/*************
/* ヘッダーテキスト
*************/
.head_bnr {
	float: right;
	padding-top: 21px;
}
.head_bnr a{
	transition: 0.3s;
}
.head_bnr a:hover{ 
	opacity: 0.7;
	transition: 0.3s;
}

/*************
/* 電話番号
*************/
/*
.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.info .open {
	font-size: 11px;
}
*/
/*************
/* ロゴ+電話番号
*************/
.logo,
.info .tel {
	margin-top: 6px;
	font-size: 20px;
	font-weight: bold;
}
.logo span,
.info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
	margin: 25px auto;
	padding: 0;
	width: 1000px;
	position: relative;
	line-height: 0;
}
#mainBanner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/**************************
/* メイン画像下コピー
**************************/
.topCopy {
	font-size: 16px;
	color: #a73636;
	text-align: center;
	margin-bottom: 25px;
}

/**************************
/* グリッド
**************************/
.gridWrapper {
	padding: 10px 0 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;
	background: #fff;
}
.grid a {
	color: #333;
}
.box {
	margin: 0;
}
.box_imgBox {
	width: 100%;
	background: #e3dede;
}
.box img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.box h3 {
	font-size: 17px;
	color: #a73636;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 6px;
	border-bottom: 2px solid #ffcaca;
}
.box h3, .box p {
	text-align: left;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}
/*************
メイン コンテンツ
*************/
#main {
	margin-top: 25px;
}
section.content article {
	padding-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}
h3.heading {
	font-weight: normal;
	line-height: 36px;
	border-bottom: 1px solid #D6D6D6;
	color: #333;
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}
table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/*************
/* サイドバー
*************/
#sidebar ul {
	padding-top: 10px;
}
#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #f1f1f1;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar li a {
	font-size: 12px;
	display: block;
	color: #333;
}
#sidebar li a:hover {
	color: #888;
}
#sidebar ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 0;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #dedede; /* #f2f2f2 */
	padding: 30px 10px 30px 10px;
}
* html #footer {
	height: 1%;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #888;
}
#footer p {
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
}
address {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	color: #333;
}

.phone {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}
.phone span {
	font-size: 18px;
	color: #a73636;
	margin-left: 10px;
}

/* コンテンツページ
------------------------------------- */
/*
.pageTitle span {
	display: inline-block;
	padding-right: 5px;
	background: #fff;
}
*/
.pageTitle {
	font-size: 24px;
	margin: 25px 0;
	/* background: left center repeat-x url(images/pagetitle_line.gif); */
}
.subTitle {
	display: block;
	font-size: 18px;
	color: #000;
	padding: 0 10px;
	margin-bottom: 20px; 
	border: 1px solid #ddd;
	background: #fffce6;
}
.container {
	font-size: 14px;
	line-height: 1.8;
}
.contentBox {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	/*
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	*/
}
.contentBox:last-child {
	clear: both;
	margin-bottom: 0; 
	padding-bottom: 0;
	border-bottom: 1px none #ededed;
}
/* 上部テキスト */
.topText {
	margin-bottom: 25px; 
}
.topText h3 {
	font-size: 20px;
	color: #a73636;
}
/* ボックス基本 */
.baseBox {
	clear: both;
	margin-bottom: 25px; 
	overflow: hidden;
}
.baseBox h1 {
	font-size: 16px;
	margin-bottom: 10px; 
}
span.kome {
	font-size: 13px;
}
.indication {
	font-size: 18px;
	line-height: 1.25;
}

/* ムロランミートのしごと
------------------------------------- */
.oroshisaki {}
.oroshisaki ul {}
.oroshisaki ul li {
	font-size: 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 25px;
	background: #ffccdf;
}
.oroshisaki p {}

.hinmoku {
}
.hinmoku .subImg01 {
	width: 100%;
	height: 250px;
	margin-bottom: 15px; 
}
.hinmoku ul {}
.hinmoku ul li {
	font-size: 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 25px;
	background: #fbe5a9;
}
.hinmoku p {}

.hanbai {}
.hanbai ul {}
.hanbai ul li {
	font-size: 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 25px;
	background: #a7eed0;
}
.hanbai p {}

/* 街のお肉屋さん
------------------------------------- */
.haiso_muryo {
	font-size: 90%;
	color: #fff;
	margin-left: 10px;
	padding: 0 15px;
	background: #77be4a;
}
.dantai {
	overflow: hidden;
}
.dantai .topText p {
	margin-bottom: 15px; 
}
.service {
	overflow: hidden;
}
.textSet {
	overflow: hidden;
}
.hikiwatashi .subImg01,
.service .subImg01 {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.hikiwatashi .subImg01 img,
.service .subImg01 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.hikiwatashi ul {
	margin-bottom: 10px;
}
.service ul li {
	margin: 0 0 10px 0;
}
.service ul li span {
	color: #00abee;
}
.gift {
	overflow: hidden;
}
.gift .subImg01 {
	float: left;
	max-width: 350px;
}
.gift .subImg01 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gift .baseBox_inner {
	width: 63%;
	float: right;
	text-align: left;
}
.gift ul {
	margin-top: 10px;
}
.giftTel {
	margin-bottom: 10px;
	padding: 20px;
	text-align: center;
	border: 1px solid #efbdbd;
}
.giftTel span {
	font-size: 22px;
	font-weight: bold;
	margin-left: 15px;
	color: #a73636;
	display: inline-block;
}
span.gift_price {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10em;
}

/* ごあいさつ
------------------------------------- */
.message{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.message .textSet{
	width: 80%;
	font-size: 18px;
}
.message .img_signature{
	width: 20%;
	margin-left: 30px;
}
.message .img_signature img{
	width: 100%;
	height: auto;
}
.message .text_signature{
	text-align: right;
	line-height: 1.4;
}
.message .text_signature .company_name{
	margin-bottom: 10px;
	display: block;
}
/* 加工技術と安心・安全
------------------------------------- */
/*
.process .topText h3 span {
	display: block;
	font-size: 20px;
	color: #000;
	padding: 0 10px;
	margin-bottom: 10px; 
	border: 1px solid #c7c7c7;
}
*/
.kakou {
	overflow: hidden;
}
.kakou .subImg01 {
	float: left;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.kakou .subImg01 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.kakou .subImg01 .subImg01-1 {
	margin-top: 10px;
}

/* お肉の話
------------------------------------- */
.meat {
}
.meat h1 {
	display: block;
	font-size: 20px;
	color: #000;
	padding: 0 10px;
	margin-bottom: 15px;
	border: 1px solid #c7c7c7;
}
.meat .subImg01 {
	width: 600px;
	margin: 0 auto 20px auto;
}
.meat .subImg01 img {
	width: 100%;
	height: auto;
}
dl.meatinfo {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
dl.meatinfo dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
}
dl.meatinfo dt span {
	display: inline-block;
	padding: 6px 8px;
	background: #408de6;
	font-size: 14px;
	color: #fff;
	line-height: 100% !important;
	margin-right: 5px;

}
dl.meatinfo dd {
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #d8d8d8;
}

/* 会社概要
------------------------------------- */
.company {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.company dl {
	width: 95%;
}
.company dl dt {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 10px;
	background: #fffce6;
	border: 1px solid #b9b9b9;
}
.company dl dd {
	margin-bottom: 15px;
}

dl.enkaku dd span {
	color: #a73636;
	display: block;
}


/* PC用
------------------------------------------------------------*/
@media all and (min-width: 1000px) {
#header, #wrapper, .inner {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	/* background: #f9f9f9; */
}
#wrapper {
	padding-bottom: 20px;
}
nav#mainNav {
	clear: both;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
nav#mainNav .inner {
	width: 1000px;
	/* padding: 0 14px; */
}
nav#mainNav ul li {
	float: left;
	position: relative;
	width: 200px;
}
/*
nav#mainNav li:last-child {
	border-right: 1px dotted #ebebeb;
}
*/
nav#mainNav ul li a {
	display: block;
	text-align: center;
	_float: left;
	font-size: 13px;
	padding: 15px 0;
	color: #333;
	border-left: 1px dotted #cfcfcf;
}
nav#mainNav ul li:last-child a {
	border-right: 1px dotted #cfcfcf; /* #ebebeb */
}
nav#mainNav ul li a span, nav#mainNav ul li a strong {
	display: block;
}
nav#mainNav ul li a span {
	color: #cdcdcd;
	font-size: 10px;
}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
nav#mainNav li.active a,
nav#mainNav li a:hover {
	/*
	color: #909090;
	background: #f9f9f9;
	*/
	color: #a73636;
	background: #fff3eb;
}
#mainBanner {
	/* margin-left: 15px; */
}
#subpage #mainBanner {
	margin: 17px auto;
}
#main {
	float: right;
	width: 657px;
	padding-right: 15px;
}
#sidebar {
	float: left;
	width: 245px;
	padding: 25px 0 0 15px;
	overflow: hidden;
}
#sidebar article {
	padding-top: 7px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* グリッド全体 */
/*
.grid {
    float: left;
    margin: 0 10px 10px 0;
    width: 115px;
    display: inline;

}
*/

.gridWrapper {
	width: 1000px;
}
.top_grid {
	margin: 0 0 0 -3.3%;
    overflow: hidden;
    zoom: 1;
}
#gallery article {
	padding: 10px 0 10px 10px;
}
/* グリッド */
.grid {
	float: left;
	width: 30%;
	margin: 0 0 30px 3.3%;
	/* background-color: #e14e4e; */
	display: inline;
}
#subpage .grid {
	width: auto;
}
#gallery .grid {
	width: auto;
	margin: 10px 0 0 10px;
}
}

@media all and (max-width:999px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.logo {
	margin-left: 20px;
}
.head_text {
	margin-right: 20px;
}
#mainBanner {
	width: 100%;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #e4e4e4;
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}
nav#mainNav a#menu span {
	padding-left: 10px;
	color: #333;
}
nav#mainNav a.menu span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	color: #333;
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px solid #e4e4e4;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a {
	/* color: #888; */
	color: #a73636;
	/* background: #fff3eb; */
}
nav div.panel {
	float: none;
}
#subpage #mainBanner {
	max-width: 668px;
}
#sidebar {
	padding-bottom: 30px;
}
#sidebar article {
	padding: 7px 0 15px;
}
ul.footnav li {
	float: none;
	display: inline-block;
}
.grid {
	width: 32%;
	margin: 10px 0 15px 1%;
}
#gallery .grid {
	float: left;
	width: 31%;
	margin: 0 0 0 1%;
}

/* 街のお肉屋さん
------------------------------------- */
.gift .subImg01 {
	width: 45%;
	height: auto;
}
.gift .baseBox_inner {
	width: 50%;
}
span.gift_price {
	margin-left: 0;
}
}

/* スマートフォン 横(ランドスケープ) */
@media all and (max-width:730px) {
/*************
/* ロゴ
*************/
.logo {
	float: none;
    text-align: center;
    margin-left: 0;
}
.logo img {
	width: auto;
	float: none;
	margin: 2px 0 7px 0;
}
/*************
/* ヘッダーテキスト
*************/
.head_bnr {
	float: right;
	width: 96%;
	margin-right: 0;
	margin: 0 2%;
	text-align: center;
}

/* お肉の話
------------------------------------- */
.meat .subImg01 {
	width: 100%;
}
}

/* スマートフォン 横(ランドスケープ) */
@media all and (max-width:640px) {
#header {
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
}
#header h1,
.logo {
	text-align: center;
}
.logo p {
	float: none;
	display: block;
}
.logo img {
	float: none;
	padding: 0;
}
.box img {
	float: left;
	margin-right: 5px;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#gallery .grid {
	float: left;
}
/* 追加 */
#mainBanner {
	width: 100%;
}
.sp_br {
	display: block;
}
.logo img {
	margin: 2px 10px 0 10px;
}
/*************
/* ヘッダーテキスト
*************/
.head_bnr {
	float: none;
}
.head_bnr p {
	margin-top: 8px;
	font-size: 100%;
}

/*************
/* フッター
*************/
#footer p strong {
	font-size: 110%;
	font-weight: bold; 
}

#footer p span {
	display: block;
	margin: 5px 0 0 0;
}

.box_imgBox {
	width: 100%;
	height: auto;
}
/*----------*/
	
/* ごあいさつ
------------------------------------- */
.message{
	display: block;	
}
.message .textSet{
	width: 100%;
	font-size: 16px;
}
.message .img_signature{
	width: 40%;
    margin: 15px auto;
	display: block;
}
	
}

/* スマートフォン 縦(ポートレート) */
@media all and (max-width:480px) {
.grid {
	width: 100%;
}
.box img {
	width: 100%;
}
#mainBanner {
	width: 100%;
}
#mainBanner h2,
#mainBanner p {
	font-size: 80%;
}
/* ムロランミートのしごと
------------------------------------- */
.hinmoku .subImg01 {
	width: 100%;
	height: 150px;
}

/* 街のお肉屋さん
------------------------------------- */
.service {
	width: 100%;
}
.hikiwatashi .subImg01,
.service .subImg01,
.gift .subImg01 {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.giftTel span {
	margin-left: 0;
}
.gift .subImg01 {
	float: none;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.gift .baseBox_inner {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

/* 加工技術と安心・安全
------------------------------------- */
.kakou {
	overflow: hidden;
}
.kakou .subImg01 {
	float: none;
	width: 100%;
}

/* お肉の話
------------------------------------- */
.meat .subImg01 {
	width: 100%;
}

dl.meatinfo {
	width: 100%;
}

/* 会社概要
------------------------------------- */
.company {
	width: 100%;
}
.company dl {
	width: 100%;
}
}
