@charset "utf-8";

/*///////////////////////////////////////////////////////////////
common
//////////////////////////////////////////////////////////////*/

body {
	font-family: "Kiwi Maru", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
	/* color: #111; */
	padding-top: 90px;
	background-image: url(../images/bac.webp) !important;
}

@media (max-width: 767px) {
	body {
		padding-top: 74px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #111;
}

a:hover {
	text-decoration: none;
	color: #f7931e;

}

a:hover img {
	opacity: 0.7;
	transition: all .2s;
}

h2 {
	font-size: 37px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.15em;
	margin: 70px 0 30px 0;
	letter-spacing: 0.15em;
}

h2 span {
	display: block;
	font-size: 24px;
	margin-top: 15px;
}

/*   header   */

.og-head {
	/* background: #fff; */
	/* border-top: 4px solid #f7931e; */
	border-bottom: none;
	height: 90px;
	/* padding-top: 11px; */
}

@media (min-width: 768px) and (max-width: 991px) {
	.og-head {
		height: 86px;
	}
}

@media (max-width: 767px) {
	.og-head {
		height: 70px;
	}
}

/*.og-head .head_logo {
	margin: 10px 0;
}*/

#g-nav ul li {
	font-size: 16px;

}

/* #g-nav ul li:after {
	content: "｜";
} */

#g-nav ul li:last-child:after {
	content: none;
}

#g-nav ul li a {
	display: inline-block;
	color: #242424;
}

#g-nav ul li a:hover {
	text-decoration: none;
	/* color: #f7931e; */

}

@media (min-width: 992px) {
	#g-nav .navbar-right {
		margin-top: 23px;
		text-align: center;
		margin-right: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	#g-nav .navbar-right {
		margin-top: -3px;
		margin-right: 0px;
		text-align: center;


	}
}

@media (max-width: 767px) {
	#g-nav .navbar-right {
		margin-top: 0px;
		text-align: center;

	}
}

@media (min-width: 768px) {
	.pc-none {
		display: none;
	}

	#g-nav ul li a {
		padding-top: 20px;
		margin: 0 8px;
	}

	#g-nav ul li i {
		display: none;
	}

	/*.og-head .head_logo {
		margin: 11px 10px;
	}*/
}

@media (max-width: 767px) {
	.sp-none {
		display: none;
	}

	.navbar-toggle {
		display: block;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-top: 34px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
		background-color: #f6efdc;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}

	.navbar-nav {
		/* background: #fff; */
		margin: 11px -15px 0 -15px;
	}

	#g-nav {
		border: none;
	}

	#g-nav ul li {
		/* border-bottom: 1px solid #f7931e; */
		height: 60px;
	}

	#g-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
		/* background: url(../images/ico_footer_arrow.png) 5px 50% no-repeat; */
		padding-left: 15px;
		line-height: 38px;
	}

	#g-nav ul li:after {
		content: none;
	}
}

/*   footer   */
#access {
	/* border-bottom: 1px solid #f7931e; */
	background-color: #4cae4f;
	padding: 70px 0;
	color: #fff !important;
}

@media(max-width: 767px) {
	#access {
		/* border-bottom: 1px solid #f7931e; */
		background-color: #4cae4f;
		padding: 30px 0 30px 0;
		color: #fff !important;
	}

}

#access .logo {
	margin-top: 10px;
	margin-bottom: 60px;
}



#access p {
	line-height: 1.75;
	text-align: center;
}

#access ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

#access ul li {
	display: inline-block;
	margin: 0 10px;
}

#access ul li a {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	font-size: 16px;
}

#access ul li a:hover {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}

/* #access ul li:after {
	content: "/";
	font-size: 120%;
	margin: 0 10px;
} */

#access ul li:last-child:after {
	content: none;
}

footer {
	padding-top: 25px;
	padding-bottom: 7px;
	/* border-bottom: 7px solid #f7931e; */
}

footer ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

footer ul li {
	background: url(../images/ico_footer_arrow.png) 0 7px no-repeat;
	display: inline-block;
	margin: 0 20px;
	padding-left: 10px;
}

footer p {
	font-size: 9px;
	text-align: center;
}

.newmark {
	background-color: #ec602a !important;
}

@media(max-width: 767px) {

	#access .logo {
		margin-bottom: 55px;
		text-align: center;
	}

	/* #access ul {
		margin-bottom: 60px;
	} */

	#access ul li {
		display: block;
		margin: 0 0 20px 0;
	}

	#access ul li:after {
		content: none;
		margin: 0;
	}

	footer {
		padding-top: 25px;
		/* padding-bottom: 77px;
		border-bottom: 7px solid #f7931e;
		background-color: #f5e46b; */
	}

	footer ul {
		list-style: none;
		padding: 0;
		text-align: left;
	}

	footer ul li {
		background: url(../images/ico_footer_arrow.png) 0 7px no-repeat;
		display: block;
		margin: 20px 10px;
		padding-left: 5px;
	}

	footer p {
		font-size: 9px;
		text-align: center;
	}
}

/* ページトップ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

#page-top a {
	display: block;
}

#page-top a:hover {
	opacity: 0.7;
	transition: all .2s;
}

/*  breadcrumb  */

.breadcrumb {
	font-size: 12px;
	margin-bottom: 50px;
}

.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb ul li {
	display: inline-block;
	margin-bottom: 0;
}

.breadcrumb ul li:after {
	content: ">";
	margin: 0 10px;
}

.breadcrumb ul li:last-child:after {
	content: none;
}

/*///////////////////////////////////////////////////////////////
top page
//////////////////////////////////////////////////////////////*/

.jumbotron {
	background: url(../images/bg_main_visual.jpg) center no-repeat;
	border-bottom: 1px solid #bf525a;
	margin-bottom: 30px;
	background-size: cover;
	height: 460px;
}

.jumbotron h1 {
	text-align: center;
}

.jumbotron h1 .img-responsive {
	margin: 0 auto;
}

#top-concept {
	background: url(../images/bg_top_concept.png);
	padding: 30px 0 10px;
	color: #fff;
	margin-bottom: 115px;

}

#top-concept h2 {
	margin-top: 50px;
}

#top-concept p {
	font-size: 19px;
	line-height: 1.75;
}

#top-service {}

#top-service .title {
	border-top: 1px solid #bf525a;
}

#top-service .title h2 {
	margin-top: -45px;
}

#top-service .lead {
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.15em;
}

#top-service #brand {
	background: url(../images/bg_top_service.png);
	padding: 30px 0 50px 0;
}

#top-service #brand h3 {
	text-align: center;
	margin: 0 0 15px 0;
}

#top-service #brand .img-responsive {
	margin-bottom: 30px;
}

#top-service #brand p {
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 25px;
}

#top-service #brand .btn-shop {
	display: block;
	width: 271px;
	margin: 0 auto;
}

#top-service #brand .brand-link {
	margin-bottom: 30px;
}

#top-service #brand .brand-link li {
	margin-bottom: 15px;
}

#top-service #brand .brand-link li:last-child {
	margin-bottom: 0;
}

#top-service h4 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
}

#top-service ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#top-service ul li {
	display: inline-block;
	margin: 0 3px;
}

#top-info {
	margin-bottom: 65px;
}

#top-info dl {
	margin-bottom: 40px;
}

#top-info dl dt {
	width: 108px;
	height: 22px;
	float: left;
	clear: left;
}

#top-info dl dt.packmanfoods {
	background: url(../images/ico_news_packman_foods.png)0 0 no-repeat;
}

#top-info dl dt.mercatocentrale {
	background: url(../images/ico_news_mercato_centrale.png)0 0 no-repeat;
}

#top-info dl dt.benitaco {
	background: url(../images/ico_news_benitako.png)0 0 no-repeat;
}


#top-info dl dd {
	margin: 0 0 15px 118px;
	position: relative;
}

#top-info dl dd:last-child {
	margin-bottom: 0;
}

#top-info dl dd .date {
	margin-right: 8px;
}

#top-info dl dd .btn-more {
	position: absolute;
	right: 0;
}

#top-info .btn-news {
	width: 147px;
	display: block;
	margin: 0 auto;
}

#top-info p {
	font-size: 15px;
	line-height: 1.75;
}

#top-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#top-info ul li {
	display: inline-block;
}

#top-info .facebook {
	margin-top: 100px;
}

#google-map {
	position: relative;
	padding-bottom: 20%;
	height: 0;
	overflow: hidden;
	margin-bottom: 70px;
}

#google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.fb-page {
	display: block;
	margin: 100px auto 0 auto;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

@media (min-width: 768px) {
	.sp-main {
		display: none;
	}
}

@media(max-width: 991px) {
	#top-concept .container .row h2 {
		margin-top: 0 !important;
	}

	#top-service ul li {
		display: inline-block;
		margin: 0 3px 15px 0;
	}
}

@media (max-width: 767px) {
	.jumbotron {
		background: url(../images/bg_main_visual.jpg) center no-repeat;
		border-bottom: 1px solid #bf525a;
		margin-bottom: 30px;
		background-size: cover;
		height: auto;
	}

	.brsp {
		display: none;
	}

	.img-responsive {
		width: 70px;
	}

	.jumbotron .container {
		padding: 0;
		margin: 0;
	}

	.jumbotron h1 {
		margin: 0;
	}

	.jumbotron img {
		max-width: 100%;
	}

	#top-service .lead {
		text-align: left;
	}

	#brand h4 {
		text-align: center;
		margin-bottom: 20px;
	}

	#brand .col-md-4 {
		margin-bottom: 60px;
	}

	#top-info .news {
		margin-bottom: 60px;
	}

	#top-info dl dt {
		width: 100%;
		float: none;
		line-height: 1.75;
		margin-bottom: 10px;
	}

	#top-info dl dd {
		margin: 0 0 25px 0px;
		line-height: 1.75;
	}

	#top-info dl dd .btn-more {
		position: static;
		margin: 10px;
		display: block;
	}

	#top-info ul {
		text-align: center;
	}

	#top-info ul li {
		display: inline-block;
		margin-bottom: 20px;
	}

	#google-map {
		padding-bottom: 50%;
	}

	#google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/*///////////////////////////////////////////////////////////////
pages
//////////////////////////////////////////////////////////////*/

.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.under-title {
	height: 160px;
	padding-top: 60px;
	margin-bottom: 50px;
}

.under-title h1 {
	background-image: url(../images/h_bac.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 200px;
	font-size: 36px;
	color: #242424;
	margin: 0;
	padding: 0 30px 34px 30px;
	text-align: center;
}

@media (max-width: 767px) {
	.under-title h1 {
		background-size: 180px;
		font-size: 30px;
	}
}

#page .contents {
	margin-bottom: 80px;
}


#page .under dl dt {
	font-weight: bold;
	width: 150px;
	float: left;
	clear: left;
	text-align: right;
}

#page .under dl dd {
	margin-left: 170px;
}

#page article {
	margin-bottom: 80px;
}

#page .title {
	text-align: center;
}

#page h2 {
	font-size: 32px;
	border-bottom: 2px solid #000000;
	position: relative;
	margin-bottom: 60px;
	display: inline-block;
	padding: 0 20px 5px 20px;
}

#page h2 .frame {
	font-size: 14px;
	color: #000000;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

#page h2 span {
	font-size: 14px;
	color: #000000;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

#page h3 {
	font-size: 26px;
	border-left: 3px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0 0 5px 10px;
	margin-bottom: 30px;
}

#page h4 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}

#page p {
	line-height: 1.75;
	margin-bottom: 1em;
}

#page .red {
	color: #000000;
}

#page .b {
	font-weight: bold;
}



#page ul li,
#page ol li {
	margin: 0 0 10px 0;
}

#page ul li:last-child,
#page ol li:last-child {
	margin-bottom: 0;
}

#page dl {
	margin-bottom: 2em;
}

#page dl dt {
	width: 200px;
	float: left;
	clear: left;
}

#page dl dd {
	margin: 0 0 1em 200px;
}

#page a:hover {
	color: #000000 !important;
	text-decoration: none;
	transition: all .2s;
}

#page .tbl-set2 {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#page .tbl-set2 th {
	width: 30%;
	padding: 10px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

#page .tbl-set2 td {
	padding: 10px;
	border: 1px solid #ddd;
}

#page .img-c {
	margin-left: auto;
	margin-right: auto;
}

#page .gray {
	background: #f1f1f1;
}

#page .form-horizontal {
	margin-bottom: 80px;
}

#page .form-horizontal input,
#page .form-horizontal textarea {
	background: #f7f7f6;
	border: 1px solid #eaeaea;
}

#page .form-horizontal .form-group {
	margin-bottom: 20px;
}

#page .form-horizontal .control-label {
	font-weight: normal;
	text-align: left;
}

#page .form-horizontal .must {
	font-size: 12px;
	background: #000000;
	padding: 0 5px;
	margin-left: 5px;
	color: #fff;
}

#page .form-horizontal p {
	margin: 0 0 10px;
	line-height: 1.42857143;
}

#page .btn-block {
	width: 240px !important;
	min-width: 240px !important;
	height: 60px !important;
	background: #000000 !important;
	box-shadow: 0 5px 0 #8e3c42 !important;
	color: #fff !important;
	border: none !important;
	margin: 0 auto !important;
}

#page .btn-block:hover {
	background: #df6972 !important;
	color: #fff !important;
	transition: all .2s !important;
}

#page .day .packmanfoods {
	background: url(../images/ico_news_packman_foods.png)0 0 no-repeat;
	width: 97px;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

#page .day .mercatocentrale {
	background: url(../images/ico_news_mercato_centrale.png)0 0 no-repeat;
	width: 97px;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

#page .day .benitaco {
	background: url(../images/ico_news_benitako.png)0 0 no-repeat;
	width: 97px;
	height: 22px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

#page .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#page .ggmap iframe,
#page .ggmap object,
#page .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	#page .under dl dt {
		width: 100%;
		float: none;
		text-align: left;
	}

	#page dl dt {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	#page dl dd {
		margin: 0 0 1em 10px;
	}

	#page .tbl-set2 th {
		display: block;
		width: 100%;
		border: none;
	}

	#page .tbl-set2 td {
		width: 100%;
		display: block;
		padding: 10px;
		border: none;
	}

	#page .row {
		margin: 0;
	}
}

.widget {
	margin-bottom: 40px;
	padding: 0;
}

.widget h2 {
	font-size: 20px !important;
	padding: 0 !important;
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0 !important;
}

.news {
	margin-bottom: 50px;
	font-size: 16px;
	color: #242424;
}

.pg-caption {
	display: block;
	margin-top: 1em;
	text-align: center;
}

#page .btn_back {
	color: #fff;
	font-weight: bold;
	background-color: #f7931e;
	padding: 30px 0;
	width: 250px;
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page .btn_back:hover {
	background-color: #1ec139;
}

#page .newslist {
	width: 100%;
}

#page .newslist {
	width: 100%;
}

#page .newslist li {
	border-bottom: 1px dashed #e4e4e4;
}

#page .newslist li a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #464646;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 1.5rem 1rem;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	width: 100%;
}

#page .newslist li a:hover {
	background: #EEEEEE;
	text-decoration: none;
}

#page .newslist li .release-date {
	width: 10%;
	margin-bottom: 0px !important;
}

#page .newslist li .release-title {
	text-align: left;
	position: relative;
	line-height: 1.8;
	vertical-align: middle;
	width: 90%;
	margin-bottom: 0px !important;
}

#page ul.newslist {
	list-style: none;
	padding-left: 0px;
}

#page .pagination {
	display: flex;
}

@media (max-width: 992px) {
	#page .newslist li .release-date {
		width: 30%;
	}

	#page .newslist li .release-title {
		width: 70%;
	}
}

.wp-pagenavi {
	text-align: center;
}

.case_area img {
	height: 250px;
}

@media (max-width: 992px) {
	.hentry .post_wrap {
		margin: 10px auto;
		float: none;
	}
}

table.kaisha th {
	text-align: center;
}

@media (max-width: 767px) {
	table.kaisha {
		width: 100%;
	}

	table.kaisha th {
		text-align: left;
	}
}

.img-responsive {
	/* padding-top: 10px; */
}

@media (min-width: 991px) {
	.img-responsive {
		/* padding-top: 10px; */
		margin-left: 15px;
	}
}

.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 80px;
}

.news-item {
	border-bottom: 4px dotted #FFAB55;
	padding: 15px 0;
}

.news-item a {
	text-decoration: none;
	color: inherit;
	display: flex;
	gap: 20px;
}

.news-date {
	min-width: 90px;
	color: #666;
}

.news-title {
	flex: 1;
}

/* ページネーションを中央寄せ */
.pagination {
	margin-top: 40px;
	text-align: center;
	display: block;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
}

.pagination .current {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

.news_title {
	font-size: 24px;
	border-bottom: 4px dotted #FFAB55;
	padding: 15px 0;

}