@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
#b_f{
	width: 1260px;
	margin: 0 auto;
}
#b_f a {
	color: #000000;
	text-decoration: underline;
}
#b_f h2.uline_b{
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 5px #21550a;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#b_f h3.uline_b{
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 2px #21550a;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
/*TOPイメージ*/
#b_f .top_parts{
	width: 100%;
	background-color: #21550a;
	display: flex;
	justify-content: space-between;
}
#b_f .top_parts .top_txt{
	width: 54%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 25px;
}
#b_f .top_parts .top_txt h1{
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
#b_f .top_parts .top_img{
	width: 44%;
}
#b_f .top_parts .top_img img{
	width: 100%;
}
/*ページジャンプのcss*/
.jump{
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 50px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100%;
}
.jump ul.deri_menu{
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0;
	box-sizing: border-box;
	border: solid 2px #90A6A7;
	list-style: none;
	padding: 0;
}
.jump ul.deri_menu li.global-item{
	width: 50%;
	border-right: solid 2px #90A6A7;
	position: relative;
}
.jump ul.deri_menu li.global-item:last-child{
	border-right-style: none;
	margin-right: 0;
}
.jump ul.deri_menu li.global-item a{
	display: block;
	padding: 20px 20px 40px 20px;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	color: #586667;
}
.jump ul.deri_menu li.global-item a::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #586667 transparent transparent transparent;
}
/* ページジャンプずらしたい高さ */

.adjustment::before {
  content: "";
  display: block;
  height: 100px; /* ずらしたい高さ */
  margin-top: -100px; /* heightに対するネガティブマージン */
  visibility: hidden;
  padding: 0;
}

/*枠全体指定*/
#b_f .contents{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#b_f .contents .item{
	width: 25%;
	border-radius: 5px;
	border: solid 1px #cccccc;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#b_f .contents::after {
	content: "";
	display: block;
	width: 25%;
	height: 0;
}

#b_f .contents .item .item_image{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display:flex;
	justify-content: center;
	align-items: center;	
	overflow: hidden;
}
#b_f .contents .item .item_image img{
	width: 80%;
	vertical-align: top;
}
#b_f .contents .item h4.item_title{
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: 1.0em;
	color: #21550a;
	font-weight: bold;
}
#b_f .contents .item .item_txt{
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#b_f .contents .item ul.btns{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#b_f .contents .item ul.btns li.btn_list,#b_f .contents .item ul.btns li.btn_pdf{
	position: relative;
}
#b_f .contents .item ul.btns li:nth-child(2n){
	margin-top: 12px;
}
#b_f .contents .item ul.btns li.btn_list a,#b_f .contents .item ul.btns li.btn_pdf a{
	border-radius: 1.5em;
	padding: 0.8em 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 0.8em;
}
#b_f .contents .item ul.btns li.btn_list a{
	background-color: #21550a;
	color: #ffffff;
}
#b_f .contents .item ul.btns li.btn_pdf a{
	border: solid 1px #21550a;
	background-color: #ffffff;
	color: #21550a;
}
#b_f .contents .item ul.btns li.btn_list a:hover,#b_f .contents .item ul.btns li.btn_pdf a:hover{
	opacity: 0.7;
}
#b_f .contents .item ul.btns li.btn_list a::after {
	content: url(/img/freepage/food_delivery/ico_ya.png);
	margin: auto;
	line-height: 0;
	position: absolute;
	top: 28%;
	right: 7%;
}
#b_f .contents .item ul.btns li.btn_pdf a::after {
	content: url(/img/freepage/food_delivery/ico_pdf.png);
	margin: auto;
	line-height: 0;
	position: absolute;
	top: 15%;
	right: 5%;
}
#b_f .large_bnr{
	color: #21550a;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	#b_f{
		width: 100%;
	}
	#b_f h2.uline_b{
		font-size: 1.3em;
		font-weight: bold;
		margin: 25px 10px 25px;
		padding-bottom: 5px;
	}
	#b_f h3.uline_b{
		font-size: 1.2em;
		margin: 0 10px 25px;
		padding-bottom: 5px;
	}
	/*TOPイメージ*/
	#b_f .top_parts {
		flex-direction: column-reverse;
	}
	#b_f .top_parts .top_txt {
		width: 100%;
		padding: 15px;
	}
	#b_f .top_parts .top_txt h1{
		font-size: 1.5em;
	}
	#b_f .top_parts .top_txt p{
		font-size: 0.8em;
	}
	#b_f .top_parts .top_img {
		width: 100%;
	}
	/*枠全体指定*/
	#b_f .contents{
		padding: 0 10px;
	}
	#b_f .contents .item{
		width: 49%;
		margin: 0 0 5px 0;
		padding-bottom: 15px;
	}
	#b_f .contents::after {
		content: none;
	}
	
	#b_f .contents .item h4.item_title{
		padding: 0 5px;
		font-size: 0.8em;
	}
	#b_f .contents .item .item_txt{
		padding: 0 5px;
		margin-bottom: 20px;
		font-size: 0.8em;
	}
	#b_f .contents .item ul.btns{
		margin-top: auto;
		margin-bottom: 10px;
		
	}
	#b_f .contents .item ul.btns li:nth-child(2n){
		margin-top: 10px;
	}
	#b_f .contents .item ul.btns li.btn_list a,#b_f .contents .item ul.btns li.btn_pdf a{
		font-size: 0.7em;
		border-radius: 2em;
		padding: 1em 0 1em 1em;
		text-align: center;
	}
	#b_f .contents .item ul.btns li.btn_list a:hover,#b_f .contents .item ul.btns li.btn_pdf a:hover{
		opacity: 1;
	}
	#b_f .contents .item ul.btns li.btn_list::after {
		top: 20%;
	}
	#b_f .contents .item ul.btns li.btn_pdf::after {
		top: 8%;
	}
	#b_f .large_bnr{
		font-size: 1em;
		padding: 0 10px;
	}

/* ページジャンプ */
.jump {
  display: none;
}

.jump ul.deri_menu li.global-item a{
	font-size: 0.8em;
	}

/*SP用にテキストを削る*/
.jump ul.deri_menu li.global-item a .SPhide{
	display: none
}
h2.uline_b .SPhide{
	display: none
}
	}