@charset "utf-8";
/*-------------------------------------------*/
div.pagedescription {
	width: 1000px;
}
#wrap_wagyu {
	clear: both;
	width: 1140px;
	box-sizing: border-box;
	padding: 50px 0px 30px;
	margin: 0px auto 50px;
}
#wrap_wagyu h1 {
	clear: both;
	overflow: hidden;
	width: 1100px;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px;
	background-color: #353535;
	margin: 0px auto 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
}
#wrap_wagyu h1::before {
	content: '《';
	margin-right: 10px;
}
#wrap_wagyu h1::after {
	content: '》';
	margin-left: 10px;
}
.wagyu_category {
	clear: both;
	display: flex;
	width: 1140px;
	justify-content: center;
	margin: 0px 0px 20px 0px;
}
.wagyu_category li {
	width: 22%;
	margin: 0px 1% 0;
}
.wagyu_category li a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 15px 0px;
	background-color: #252525;
	border-radius: 40px;
	transition: all .3s ease;
}
.wagyu_category li a:hover {
	text-decoration: none;
	color: #252525;
	background-color: #D9B000;
	transition: all .3s ease;
}
.mb50 {
	margin-bottom: 50px !important;
}
.w_block {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}
.w_block h2 {
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding: 16px 0px;
	margin: 0px auto 30px;
	background: url("../images/wagyu/obi.jpg") no-repeat;
}
.w_block h3 {
	clear: both;
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #5e3620;
	margin-bottom: 30px;
}
.w_block h3::before {
	content: '～';
	margin-right: 5px;
}
.w_block h3::after {
	content: '～';
	margin-left: 5px;
}
.flex_box {
	clear: both;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.flex_img {
	width: 34%;
	margin-bottom: 30px;
}
.flex_img img {
	display: block;
	width: 100%;
	height: auto;
}
.flex_text {
	width: 62%;
	color: #353535;
}
.flex_text p {
	font-size: 16px;
	font-weight: normal;
	line-height: 2.2em;
}
.flex_text dl {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.flex_text dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.flex_text dl dd {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.flex_text dl dd::before {
	content: '●';
	color: #A48A00;
	margin-right: 5px;
}
.wphoto_list {
	clear: both;
	overflow: hidden;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 10px;
}
.wphoto_list li {
	display: block;
	width: auto;
	position: relative;
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 0px 0px;
}
.wphoto_list li a::before {
	content: '　';
	width: 50px;
	height: 50px;
	background: url("../images/wagyu/ic_zoom.png") no-repeat center center;
	background-size: 50px 50px;
	position: absolute;
	top: 34%;
	left: calc(100% / 2 - 50px / 2);
	z-index: 10;
}
.wphoto_list li a {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: all .3s ease;
	background-color: #222222;
}
.wphoto_list li img {
	display: block;
	max-height: 200px;
	opacity: 0.6;
}
.wphoto_list li a:hover {
	transition: all .3s ease;
	background-color: #999999;
}

/*-----------------*/

.niteni_box {
	clear: both;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px auto 30px;
	background-color: #B8B294;
	box-sizing: border-box;
	padding: 30px 30px 30px 40px;
	border-radius: 30px;
}
.nin_photo {
	width: 60%;
	display: flex;
}
.nin_photo img {
	display: inline-block;
	margin-right: 10px;
}
.nin_text {
	width: 39%;
}
.nin_text p {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.6em;
	padding: 10px 0px 0px 0px;
}
.nin_text p span {
	font-size: 18px;
	color: #FFFD2F;
	font-weight: bold;
}