@charset "shift_jis";

#beaujolais-body {
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#beaujolais-body h1, h2 {
	font-size: 20px;
	margin: 0px;
}
#beaujolais-body h3, h4 {
	font-size: 20px;
	margin: 0px;
}
#beaujolais-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#beaujolais-body .btn_area {
	margin:  40px auto;
	text-align: center;
}
/*見出し下コンテンツラッパー*/
.bj_wrapper {
	padding: 0 15px;
}
/* flexボックス */
.bjlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8px 0px 30px;
}
.bjlist_box {
	width: 48%;
	height: auto;
	margin: 0 0 15px;
}
.bjlist_txt {
	font-size: 20px;
	color: #E80E71;
	font-weight: bold;
	margin: 0 0 10px;
}
.contents_h2 {
	background: #eee;
	color: #E80E71;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0px 30px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
}
.tip_black {
	background-color: #130306;
	color: #fff;
	padding: 7px 10px 5px;
    display: inline-block;
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}
#beaujolais-body .bj_name {
	color: #130306;
	font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}
.bjitem_img {
	flex: 1;
}
.item_detail {
	width: 48%;
	margin: 0 10px;
}
.bj_catch {
	color: #E80E71;
	font-size: 18px;
    margin: 10px 0px 20px;
}
.bj_detail {
	padding: 15px 0;
	border-top: 3px solid #130306;
	border-bottom: 3px solid #130306;
	font-size: 15px;
}
.spec_box {
	margin: 15px 0;
	font-size: 15px;
}
/* ◆印 */
.indent_dia {
	position: relative;
    padding-left: 18px
}
.indent_dia::before {
	content: "◆";
	position: absolute;
	left: 0;
}
.border_gray {
	border:3px solid #eee;
	margin: 0 100px 40px;
}
.bj_flex_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 20px;
}
.bj_linkbtn {
    padding: 15px 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.bj_linkbtn:hover {
    opacity: 0.7;
}
/* 上下中央 */
.center_y {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bjlist_img {
	width: 100%;
	height: auto;
}
