@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: 'Kosugi Maru', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
	-ms-font-feature-settings: "normal";
}

.robo { font-family: 'Roboto', sans-serif;}
	
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}

img {
	border: 0;
	vertical-align:bottom;
}

a { text-decoration: none;}

ul, li { list-style: none;}


/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/* color */
.og { color: #eb6100;}


/* margin,padding */

/* -------------------------------------------------
layout
----------------------------------------------------*/
.over,
#g-nav li a,
#f-nav ul li a,
.side-bar li a,
.sm-lists li a,
.art-box .art-l img { transition: all .3s ease-in-out;}

.over:hover,
#g-nav li a:hover,
#f-nav ul li a:hover,
.side-bar li a:hover,
.sm-lists li a:hover,
.art-box:hover .art-l img { opacity: 0.7;}

.conts-inner {
	width: 1200px;
	margin: auto;
}

/* 電話番号 */
.num-area { padding-left: 15px;}

.num-area dl {
	display: flex;
	align-items: flex-end;
	margin-bottom: 12px;
}

.num-area dl * { color: #eb6100;}

.num-area dt {
	width: 82px;
	margin-right: 15px;
	text-align: center;
	line-height: 22px;
	background-color: #fff;
	border: 2px solid #eb6100;
	border-radius: 5px;
}

.num-area dd {
	font-size: 3.7rem;
	font-weight: 600;
	line-height: 0.8;
}

/* ボタン周り-共通 */
.btn {
	display: block;
	padding: 15px 0;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	transition: all .2s ease-in-out;
}

.btn:hover {
	box-shadow: none !important;
	transform: translate3d(0, 3px, 0);
}

/* ===== header ===== */
header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 24px 0 24px 32px;
	background-color: #fff;
	/*box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);*/
}
header.clone-h.is-show {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
header h1 {
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.header-r {
	position: absolute;
	top: 24px;
	right: 40px;
	display: flex;
	align-items: center;
}


.clone-h {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}


/* ===== main visual ===== */
#mv {
	position: relative;
	width: 100%;
	height: 640px;
	background: url("../images/mv_img.jpg") no-repeat center center;
	background-size: cover;
}

#mv:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg01.png") repeat-x 0 0;
}

#mv > p:nth-of-type(1) {
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -600px;
}

.mv-img {
	width: 100%;
	height: auto;
}

/* チラシのところ */
.flyer-box {
	position: absolute;
	top: 130px;
	right: 0%;
	z-index: 1001;
	padding: 44px 35px 30px 35px;
	text-align: center;
	background-color: rgba(235, 97, 0, 0.9);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.flyer-box:before {
	content: url("../images/conts_icon01.png");
	position: absolute;
	top: -38px;
	left: calc(50% - 35px);
}

.flyer-box p:nth-of-type(1) { margin-bottom: 12px;}

.key-block { margin-bottom: 43px;}

.key-block p:nth-of-type(2) {
	width: 100%;
	font-size: 3.0rem;
	line-height: 80px;
	color: #eb6100;
	background-color: #fff;
	border-radius: 10px;
}

.flyer-block p:nth-of-type(2) { margin-bottom: 17px;}

.flyer-img { width: 277px;}

.flyer-block p.btn-out {
	width: 220px;
	margin: auto;
}

.btn-flyer {
	color: #eb6100;
	background-color: #fff;
	box-shadow: 0px 3px 0 #c45405;
}

/* ===== global nav ===== */
#g-nav ul {	display: flex;}

#g-nav li { border-right: 1px solid #d2d2d2;}
#g-nav .g-nav05 {
	position: relative;
	padding: 0 15px;
}

#g-nav .g-nav05:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 116px;
	height: 1px;
	background-color: #d2d2d2;	
	transform: translateY(-1px);
}

#g-nav li a {
	display: block;
	padding: 45px 15px 10px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	background-position: center top 10px;	
}
#g-nav .g-nav05 a {
	display: block;
	padding: 10px 0 9px 22px;
	background-position: left center;
}

#g-nav .g-nav01 a { background-image: url("../images/g_nav_icon01.jpg");}
#g-nav .g-nav02 a { background-image: url("../images/g_nav_icon02.jpg");}
#g-nav .g-nav03 a { background-image: url("../images/g_nav_icon03.jpg");}
#g-nav .g-nav04 a { background-image: url("../images/g_nav_icon04.jpg");}
#g-nav .g-nav05 a:nth-of-type(1) { background-image: url("../images/g_nav_icon05.jpg");}
#g-nav .g-nav05 a:nth-of-type(2) { background-image: url("../images/g_nav_icon06.jpg");}


/* ===== footer ===== */
footer {
	padding: 50px 0 26px;
	text-align: center;
	background: url("../images/footer_bg.jpg") repeat 0 0;
}

#f-nav { margin-bottom: 110px;}

#f-nav ul {
	display: flex;
	justify-content: center;
}

#f-nav ul li:not(:nth-last-of-type(1)) { margin-right: 35px;}

#f-nav ul li a {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #fff;
}

.com-info { margin-bottom: 73px;}

.com-info p {
	margin-bottom: 13px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	color: #fff;
}

.com-info p:nth-of-type(1) { margin-bottom: 16px;}

.com-info p:nth-of-type(2) {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.copy, .copy a {
	letter-spacing: 0.08em;
	color: #fff;
}

/*pageTop*/
.page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2000;
}

/* ====================================
index.html
====================================== */
.conts-bg {	background: url("../images/top_conts_bg.png") repeat 0 0;}

.top-sec01 {
	position: relative;
	padding: 74px 0 100px;
}

.top-sec01:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg02.png") repeat-x 0 0;
}

.top-sec01 .main-txt {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.top-sec01 .main-txt:before,
.top-sec01 .main-txt:after {
	display: inline-block;
	vertical-align: -9px;
}

.top-sec01 .main-txt:before {
	content: url("../images/top_deco01.png");
	margin-right: 25px;
}

.top-sec01 .main-txt:after {
	content: url("../images/top_deco02.png");
	margin-left: 6px;
}

/* conts nav */
.conts-nav-area {
	display: flex;
	justify-content: space-between;
}

.c-nav {
	position: relative;
	width: 284px;
	padding: 10px 10px 94px 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.c-nav > p:nth-of-type(1) {
	border-radius: 10px;
	overflow: hidden;
}

.c-nav-conts {
	padding: 0 10px;
	margin-top: -48px;
	text-align: center;
}

.c-nav-conts p:nth-of-type(1),
.c-nav-conts h2 { text-align: center;}

.c-nav-conts p:nth-of-type(1) { margin-bottom: 13px;}

.c-nav-conts p:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0.05em;
}

.c-nav-conts p:nth-of-type(3) {
	position: absolute;
	bottom: 23px;
	left: calc(50% - 100px);
	width: 200px;
}

.c-nav01 .btn-link {
	background-color: #0068b7;
	box-shadow: 0px 3px 0 #024f89;
}
.c-nav02 .btn-link {
	background-color: #e60000;
	box-shadow: 0px 3px 0 #9a0a0a;
}
.c-nav03 .btn-link {
	background-color: #097c25;
	box-shadow: 0px 3px 0 #065018;
}
.c-nav04 .btn-link {
	background-color: #c3511c;
	box-shadow: 0px 3px 0 #8a3711;
}

.c-nav h2 {
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 3px solid;
}
	.c-nav01 h2 {
		color: #0068b7;
		border-color: #0068b7;
	}
	.c-nav02 h2 {
		color: #e60000;
		border-color: #e60000;
	}
	.c-nav03 h2 {
		color: #097c25;
		border-color: #097c25;
	}
	.c-nav04 h2 {
		color: #c3511c;
		border-color: #c3511c;
	}

/* お知らせ */
.top-sec02 {
	position: relative;
	padding: 80px 0;
}

.top-sec02:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg01.png") repeat-x 0 0;
}

.top-sec02 .ttl-conts {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 28px;
}

.ttl-conts a {
    margin-left: 20px;
	font-size: 1.8rem;
	color: #7e6b5a;
	text-decoration: underline;
}

.ttl-conts a:hover { text-decoration: none;}

.conts-ttl {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}

.conts-ttl span {
	display: inline-block;
	margin-left: 17px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #eb6100;
}

.top-sec02 .conts-ttl:before {
	content: url("../images/conts_ttl_icon01.png");
	display: inline-block;
	margin-right: 18px;
	vertical-align: -2px;
}

.articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.art-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 590px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fcf4ee;
	border-radius: 10px;
} 

.art-l {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.art-l img {
	width: 100%;
	height: auto;
}

.art-r {
	width: 420px;
	padding: 0 20px;
}

.date-cat {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.date-cat p:nth-of-type(1) {
	margin-right: 24px;
	color: #cfa972;
}

.date-cat p:nth-of-type(2) {
	padding: 6px 12px;
	font-size: 1.2rem;
	color: #fff;	
	border-radius: 5px;
}

.date-cat p.meat { background-color: #e60000;}
.date-cat p.fish { background-color: #0068b7;}
.date-cat p.green { background-color: #097c25;}
.date-cat p.food { background-color: #c3511c;}

.art-r > p:nth-of-type(1) {
	margin-bottom: 8px;
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #eb6100;
	text-decoration: underline;
}

.art-box:hover .art-r > p:nth-of-type(1) { text-decoration: none;}

.art-r > p:nth-of-type(2) {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #7e6b5a;
}

/* アクセス */
.top-sec03 {
	position: relative;
	padding: 76px 0 150px;
}

.top-sec03 .conts-ttl { margin-bottom: 22px;}

.top-sec03 .conts-ttl:before {
	content: url("../images/conts_ttl_icon02.png");
	margin-right: 18px;
	vertical-align: -3px;
}

.map-l { width: 350px;}

.map-r {
	position: absolute;
	right: 0;
	top: 132px;
	width: 61%;
	height: 430px;
	background-color: #eee;
}

.map-l > p:nth-of-type(1) { margin-bottom: 22px;}

.map-l > p:nth-of-type(2) {
	margin-bottom: 13px;
	font-size: 2.4rem;
}

.map-l > p:nth-of-type(3) {
	margin-bottom: 17px;
	font-size: 1.6rem;
}

.map-l .num-area {
	padding-left: 0;
	margin-bottom: 20px;
}

.map-l p.btn-out {
	width: 200px;
	margin: auto;
}

.map-r iframe {
	width: 100%;
	height: 100%;
}

.btn-map {
	background-color: #eb6100;
	box-shadow: 0px 3px 0 #aa4803;	
}


/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
/* header */
header > p:nth-of-type(1) {
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

/* 店舗案内 ページタイトル */
.page-ttl-area {
	position: relative;
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-ttl-area:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg01.png") repeat-x 0 0;
}

.page-ttl {
	position: absolute;
	top: 280px;
	left: calc(50% - 250px);
	z-index: 1001;
	width: 500px;
	height: 150px;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 75px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.page-ttl h1 { margin-bottom: 25px;}

/* その他ページタイトル */
.sub-ttl-area {
	position: relative;
	width: 100%;
    min-height: 280px;
	padding-top: 60px;
	text-align: center;
	border-top: 10px solid #eb6100;
}

.sub-ttl-area:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg01.png") repeat-x 0 0;
}

.sub-ttl-area h1:before {
	display: block;
	line-height: 0;
}

.sub-ttl-area h1 { margin-bottom: 22px;}


/* パンくず */
.link-path {
	display: flex;
	justify-content: center;
}

.link-path * {
	font-size: 1.4rem;
	color: #fff;
}
.sub-ttl-area .link-path * { color: #646464;}

.link-path li:not(:nth-last-of-type(1)):after {
	content: ">";
	display: inline-block;
	margin: 0 0.5em;
	vertical-align: middle;
}

.link-path a:hover { text-decoration: underline;}

/* 店舗案内 共通 */
.page-sec01 {
	position: relative;
	padding: 140px 0 90px;
	text-align: center;
}

.page-sec01:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg02.png") repeat-x 0 0;
}

.page-sec01 > p {
	margin-bottom: 42px;
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.page-sec01 .main-txt {
	margin-bottom: 21px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #eb6100;
}

.page-imgs {
	display: flex;
	justify-content: center;
}

.page-imgs .img-box {
	width: 340px;
	padding: 10px;
	margin: 0 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.page-imgs p {
	border-radius: 10px;
	overflow: hidden;
}

/* 店舗案内 */
.store-guide {
	position: relative;
	padding: 50px 0 100px;
}

.store-guide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg01.png") repeat-x 0 0;
}

.store-guide h2 { margin-bottom: 38px;}

.store-guide h2:before {
	content: url("../images/page_conts_icon01.png");
	margin-right: 11px;
	vertical-align: -2px;
}

.s-g-conts dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.s-g-conts dt,
.s-g-conts dd {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 1.6rem;
	border: 1px solid #eaeaea;
	border-radius: 50px;
}

.s-g-conts dt {
	position: relative;
	width: 320px;
	text-align: center;
	color: #eb6100;
	background-color: #fcf4ee;
}

.s-g-conts dt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 6px;
	background-color: #eb6100;
	border-radius: 3px;
	transform: translate(20px, -50%);
}

.s-g-conts dd {
	width: 870px;
	padding-left: 60px;
}

.s-g-conts dd a:hover { text-decoration: underline;}

/* リンクボタン */
.btn-area { padding: 80px 0 100px;}

.btn-area ul {
	display: flex;
	justify-content: space-between;	
}

.btn-area li { width: 360px;}

.btn-page {
	position: relative;
	display: block;
	padding: 30px 0;
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	transition: all .2s ease-in-out;
}

.btn-page:hover {
	box-shadow: none !important;
	transform: translate3d(0, 3px, 0);
}

.btn-fish {
	background-color: #0068b7;
	box-shadow: 0px 3px 0px #024f89;
}
.btn-meat {
	background-color: #e60000;
	box-shadow: 0px 3px 0 #9a0a0a;
}
.btn-green {
	background-color: #097c25;
	box-shadow: 0px 3px 0px #065018;
}
.btn-food {
	background-color: #c3511c;
	box-shadow: 0px 3px 0px #8a3711;
}

.btn-icon {
	position: absolute;
	top: 9px;
	left: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 62px;
	height: 62px;
	border-radius: 100%;
}


/* ====================================
すみた水産
====================================== */
.page-ttl-area.fish { background-image: url("../images/fish_ttl_img.jpg");}

.fish .page-ttl {
	background-color: #0068b7;
	padding-top: 15px;
}

.fish h1:before {
	content: url("../images/fish_ttl_icon.png");
	display: block;
	margin-bottom: 15px;
}


/* ====================================
やま屋ミート
====================================== */
.page-ttl-area.meat { background-image: url("../images/meat_ttl_img.jpg");}

.meat .page-ttl {
	background-color: #e60000;
	padding-top: 15px;
}

.meat h1:before {
	content: url("../images/meat_ttl_icon.png");
	display: block;
	margin-bottom: 12px;
}

.meat .page-ttl h1 { margin-bottom: 23px;}


/* ====================================
野田青果
====================================== */
.page-ttl-area.green { background-image: url("../images/green_ttl_img.jpg");}

.green .page-ttl {
	background-color: #097c25;
	padding-top: 15px;
}

.green h1:before {
	content: url("../images/green_ttl_icon.png");
	display: block;
	margin-bottom: 0px;
}

.green .page-ttl h1 { margin-bottom: 22px;}


/* ====================================
惣菜のYOSIAフーズ
====================================== */
.page-ttl-area.food { background-image: url("../images/food_ttl_img.jpg");}

.food .page-ttl {
	background-color: #c3511c;
	padding-top: 15px;
}

.food h1:before {
	content: url("../images/food_ttl_icon.png");
	display: block;
	margin-bottom: 4px;
}

.food-sec01 > p.fd-sub-txt { margin-bottom: 0;}


/* ====================================
イベント
====================================== */
.sub-ttl-area.event h1:before {
	content: url("../images/event_ttl_icon.png");	
	margin-bottom: 12px;
}

.event-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 0 50px;
}

.eve-box {
	position: relative;
	width: 380px;
	padding: 76px 30px 30px;
	margin-bottom: 110px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

.eve-box > p:nth-of-type(1) {
	position: absolute;
	top: -48px;
	left: calc(50% - 50px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100px;
	height: 100px;
	font-size: 2.0rem;
	font-weight: bold;
	background-color: #eb6100;
	border: 5px solid #fff;
	border-radius: 50%;
}

.eve-box > p:nth-of-type(1),
.eve-box > p:nth-of-type(1) span {
	letter-spacing: 0.05em;
	color: #fff;
}

.eve-box > p:nth-of-type(1) span {
	display: block;
	margin-top: 7px;
	font-size: 1.3rem;
}

.eve-box h2 {
	padding-bottom: 23px;
	margin-bottom: 22px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	color: #eb6100;
	border-bottom: 2px solid #e9e9e9;
}

.eve-txt { margin-bottom: 30px;}

.eve-txt p {
	font-size: 1.5rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
}

.eve-txt p:nth-of-type(1) ~ p { margin-top: 30px;}

.eve-img {
	width: 320px;
	height: 220px;
}
.eve-img img {
	width: 100%;
	height: auto;
}

.key-line {
	margin-top: 12px;
	border: 2px solid #eb6100;
	border-radius: 10px;
}

.key-line dt,
.key-line dd {
	display: table-cell;
	padding-top: 8px;
	padding-bottom: 9px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.key-line dt {
	width: 140px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #eb6100;
	border-radius: 5px 0 0 5px;
}

.key-line dd {
	width: calc(100% - 140px);
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.5rem;
}


/* ====================================
市場案内
====================================== */
.sub-ttl-area.market h1:before {
	content: url("../images/market_ttl_icon.png");	
	margin-bottom: 8px;
}

.mkt-wrap {
	position: relative;
	padding: 75px 0 115px;
	text-align: center;
}

.mkt-wrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21px;
	background: url("../images/top_conts_bg02.png") repeat-x 0 0;
}

.mkt-conts h2 {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #eb6100;
}

.mkt-conts > p {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.acs-wrap {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.acs-l,
.acs-r { width: 575px;}

.acs-l iframe {
	width: 100%;
	height: 100%;
}

.acs-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.acs-box:nth-of-type(1) { margin-bottom: 30px;}

.acs-box h3 {
	padding: 11px 0 9px 10px;
	font-size: 2.2rem;
	color: #fff;
	background-color: #eb6100;
}

.acs-box h3:before {
	display: inline-block;
	margin-right: 10px;
	line-height: 0;
	vertical-align: middle;
}
.acs-box:nth-of-type(1) h3:before { content: url("../images/market_conts_icon01.png");}
.acs-box:nth-of-type(2) h3:before { content: url("../images/market_conts_icon02.png");}

.acs-txt { padding: 30px 40px 44px;}

.acs-txt p {
	font-size: 1.6rem;
	line-height: 1.4;
}

.acs-txt p:nth-of-type(1) { margin-bottom: 23px;}

.mkt-sec02 { padding: 80px 0 185px;}

.mkt-sec02 h2 { margin-bottom: 50px;}

.mkt-sec02 h2:before {
	content: url("../images/market_conts_icon03.png");
	margin-right: 13px;
}

.mkt-sec02 dl {
	display: flex;
	align-items: center;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #e9e4e0;
}

.mkt-sec02 dt {
	width: 364px;
	font-size: 1.8rem;
}

.mkt-sec02 dt:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 15px;
	vertical-align: 2px;
	background-color: #eb6100;
	border-radius: 50%;
}

.mkt-sec02 dd { font-size: 1.6rem;}

.mkt-sec02 dd a {
	color: #ec6600;
	text-decoration: underline;
}

.mkt-sec02 dd a:hover { text-decoration: none;}


/* ====================================
お知らせ
====================================== */
.sub-ttl-area.news h1:before {
	content: url("../images/news_ttl_icon.png");	
	margin-bottom: 8px;
}

.news-body { padding: 100px 0;}

ul.news-archive { margin-bottom: 52px;}

.news-archive li {
	width: 100%;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 10px;
}

.news-archive li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 80px 35px 43px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	transition: all .3s ease-in-out;
}

.news-archive li a:after {
	content: url("../images/news_arrow.png");
	position: absolute;
	top: calc(50% - 10px);
	right: 30px;
	transition: all .3s ease-in-out;
}

.news-archive li a:hover:after { right: 25px;}

.news-archive li span {
	display: inline-block;
	vertical-align: middle;
}

.news-body .date {
	margin-right: 15px;
	font-size: 1.5rem;
	color: #cfa972;
}

.news-body .cat {
	width: 93px;
	margin-right: 52px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 5px;
}
	.cat.meat { background-color: #e60000;}
	.cat.fish { background-color: #0068b7;}
	.cat.green { background-color: #097c25;}
	.cat.food { background-color: #c3511c;}

.news-archive li a .news-ttl { transition: all .3s ease-in-out;}

.news-archive li a:hover .news-ttl { opacity: 0.7;}

.pager {
	font-size: 0;
	text-align: center;
}

.pager span,
.pager a {
	display: inline-block;
	width: 50px;
	margin: 0 5px;
	font-size: 1.8rem;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	color: #eb6100;
	background-color: #fff;
	border: 3px solid #eb6100;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

.pager span,
.pager a:hover {
	color: #fff;
	background-color: #eb6100;
}


/* ====================================
お知らせ-詳細ページ
====================================== */
.posts-wrap {
    display: flex;
    justify-content: space-between;
}

.posts-l { width: 950px;}

.side-bar { width: 200px;}

.posts-body {
    padding: 50px 50px 38px 50px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 10px;
}

.posts-body h2 {
    padding-bottom: 25px;
    margin-bottom: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e9e4e0;
}

.posts-conts { padding: 0 10px;}

.posts-conts p {
    margin-bottom: 22px;
    font-size: 1.5rem;
    line-height: 2.0;
    letter-spacing: 0.05em;
}

.posts-conts img {
    display: block;
    max-width: 830px;
    height: auto;
    margin: auto;
}

.page-nation {
    display: flex;
    justify-content: space-between;
}

.page-nation p { width: 200px;}

.page-nation a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background-color: #eb6100;
    border-radius: 50px;
}

.page-nation a:before,
.page-nation a:after {
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
}

.page-nation a.prev:before {
    content: url("../images/news_arrow_l.png");
    left: 20px;
}

.page-nation a.next:after {
    content: url("../images/news_arrow_r.png");
    right: 20px;
}

.page-nation a.prev:hover:before { left: 15px;}

.page-nation a.next:hover:after { right: 15px;}

/* sidebar */
.side-bar h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}

.side-bar h3:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 50px;
    margin-right: 15px;
    background-color: #eb6100;
    border-radius: 2.5px;
    vertical-align: -14px;
}

.side-bar li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.side-bar li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background-color: #eb6100;
    border-radius: 50%;
    vertical-align: 2px;
}

.side-bar li a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}


/* ====================================
サイトマップ
====================================== */
.sub-ttl-area.sitemap h1:before {
	content: url("../images/sitemap_ttl_icon.png");	
	margin-bottom: 17px;
}

.sm-wrap { padding: 80px 0 260px;}

.sm-lists {
    width: 1000px;
    margin: auto;
}

.sm-lists ul { border-top: 3px solid #fdfaf7;}

.sm-lists li {
    padding: 20px 0 20px 15px;
    border-bottom: 3px solid #fdfaf7;
}

.sm-lists li:before {
    content: url("../images/sitemap_arrow.png");
    margin-right: 20px;
    vertical-align: -3px;
}

.sm-lists li a {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}


/* ====================================
プライバシーポリシー
====================================== */
.sub-ttl-area.pp h1:before {
    content: url("../images/pp_ttl_icon.png");
    margin-bottom: 10px;
}

.pp-wrap { padding: 80px 0 50px;}

.pp-wrap p,
.pp-conts li { 
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.pp-wrap p.pp-main-txt { margin-bottom: 40px;}

.pp-conts { margin-bottom: 53px;}

.pp-conts h2 {
    margin-bottom: 13px;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
}

.pp-conts h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 32px;
    margin-right: 16px;
    background-color: #eb6100;
    border-radius: 2.5px;
    vertical-align: -8px;
}

.pp-conts p,
.pp-conts li { line-height: 1.8;}

.pp-conts li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background-color: #4e4e4e;
    border-radius: 50%;
    vertical-align: 2px;
}


/* ====================================
お問い合わせ
====================================== */
.sub-ttl-area.contact h1:before {
    content: url("../images/contact_ttl_icn.png");
    margin-bottom: 10px;
}
.pp-wrap .contact-txt {
	margin-bottom: 15px;
    font-size: 5.5rem;
    font-weight: bold;
    letter-spacing: 0.02em;
	line-height: 1.0;
}
.pp-wrap .contact-txt02 {
	margin-bottom: 100px;
}
.pp-wrap .contact-txt03 {
	margin-bottom: 20px;
	line-height: 1.5;
}
.pp-wrap .contact-txt span#contact-txt-left {
	display: inline-block;
	margin-right: 20px;
	padding: 10px;
	border: 2px solid #eb6100;
    border-radius: 5px;	
	color: #eb6100;
	font-size: 1.8rem;
}
.pp-wrap .contact-txt span#contact-txt-right {
	display: inline-block;
	color: #eb6100;
	font-size: 5.5rem;
    font-weight: bold;
}
.contact-nav {
	padding-bottom: 50px;
}
.c-nav-conts p:nth-of-type(2).tel_num {
	margin-top: 30px;
	padding-left: 40px;
	background: url(../images/tel_icn2.png) no-repeat 0 center;
	background-size: 32px 32px;
	font-size: 3.0rem;
	font-weight: bold;
}