/* **************#products************* */

#products {
	padding: 50px 0px 0px 0px;
	margin: 0 auto;
	width: 100%;
/*	float: left;
	display: inline;*/
	background-position:right top;
	background-repeat:no-repeat;
}

@media screen and (max-width: 680px) {
#products {
	padding: 50px 0px 0px 0px;
	margin: 0 auto;
	/*width: 100vw;*/
	background-size: cover;
	background-position:top center;
	background-repeat:no-repeat;
}
}

#products h1 {
	margin: 0px 0px 60px 0px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 32px ;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5), -1px -1px 1px rgba(255, 255, 255, 0.3);
	color: #333333;
}

#products .dit {
	padding: 0 0 3% 0;
	margin: 0 auto;
	width: 95%;
}

@media screen and (max-width: 680px) {
#products .dit {
	padding: 0;
	margin: 0 auto;
	width:90%;
}
}

#products .dit h3 {
	margin: 0 0 3% 0;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 186%;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
}

@media screen and (max-width: 960px) {
#products .dit h3 {
	font-size: 186%;
	margin: 0px 0px 15px 0px;
}
}

#products .dit h4 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.4em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	margin:0px 0px 5px 0px;
}

#products .dit h5 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 128%;
	line-height: 1.6em;
	text-align: center;
	background-image: url(image);
	max-height: 100%;
	color: #000000;
	letter-spacing:1px;
}

@media screen and (max-width: 680px) {
#products .dit h5 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 114%;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	color: #000000;
	letter-spacing:1px;
}
}

#products .dit p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
}
@media screen and (max-width: 680px) {
#products .dit p {
	font-size:88%;
	line-height:1.6em;
}
}

#products .dit p span {
	font-size:80%;
}

#products .dit ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	margin:0 0 2% 0;
}
#products .dit ul li {
	width: 20%;
	padding: 0 1%;
	list-style:none;
	box-sizing: border-box;
}
#products .dit li a:link{
	display: block;
	color:#000000;
	text-decoration: none; 
}

#products .dit li a:visited{
	color:#000000;
	text-decoration: none; 
}

#products .dit li a:hover{
	color:#000000;
   /* background: rgba(255,255,255,0.3);*/
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#products .dit li a:focus{
	color:#000000;
	text-decoration: none; 
}

#products .dit li a:active{
	color:#000000;
	text-decoration: none; 
}

#products .dit li img {
	width:100%;
}

@media screen and (max-width: 680px) {
#products .dit ul {
	list-style-type: none;
	padding-left: 0;
	display: inline;
	justify-content: center;
	margin:0;
	width:100%;
}

#products .dit ul li {
	margin: 0px 0px 15px 0px;
	padding:0;
	list-style:none;
	width:100%;
	display:block;
}
}

#products .buys {
	margin: 0 auto;
	width: 100%;
	padding:0 0;
}

@media screen and (max-width: 680px) {
#products .buys {
	margin-bottom: 0;
}
}

#products .buys form {

	text-align: left;
}

#products .buys form p {
	font-size: 12px;
	text-align: left;
	color: #000000;
}

#products .opname {
	margin-bottom: 1%;
	color: #000000;
}

#products .op {
	margin-bottom: 5%;
	padding: 5% 5% 5% 5%;
	background-color: #EFEFEF;
	text-align: left;
}

#products .buys input[type="text"] {
	margin: 0;
	padding: 1px 5px;
	background: #FFFFFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

#products .buys input[type="text"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#products .buys input[type="text"]:focus {
	box-shadow: 0 0 1px #F3D20E;
	border: 1px solid #F3D20E;
}

#products .buys input[type="text"] {
	width: 200px;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#products .buys input[type="text"]:focus {
	width: 300px;
}


#products .buys select {
	margin-bottom: 3%;
	padding: 1px 5px;
	background: #FFFFFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	width: 100%;
}

#products .buys select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#products .buys select:focus {
	box-shadow: 0 0 1px #F3D20E;
	border: 1px solid #F3D20E;
}



#products .btnbuys {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.6em;
	text-align:center;
	letter-spacing:3px;
	background: radial-gradient(#FFCB12, #CC9900);
	width: 100%;
	padding: 2% 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
}

#products .btnbuys:hover{
	background: radial-gradient(#CC9900, #FFCB12);
	color: #FFFFFF;
	cursor: pointer;
}

@media screen and (max-width: 680px) {
	#products .btnbuys {
	width: 100%;
	}
}

#products .buys h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.6em;
	text-align:center;
	letter-spacing:3px;
	background: radial-gradient(#D52B3D, #A01F31);
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	margin-bottom: 5%;
}
@media screen and (max-width: 680px) {
#products .buys h5 {
	font-size:88%;
	line-height:1.6em;
}
}

#products .buys h5 a:link{
	padding: 2% 0;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#products .buys h5 a:visited{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .buys h5 a:active{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .buys h5 a:hover{
	background: radial-gradient(#A01F31, #D52B3D);
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#products .wrappingarea {
	padding-top: 3%;
}

@media screen and (max-width: 680px) {
#products .wrappingarea {
	padding-top: 3%;
}
}

#products p.wpp {
	font-weight: bold;
	margin-bottom: 10px;
}

#products .wul {
	margin: 0 0 10px 20px;
	padding: 0;
}

#products .wul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.8em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	list-style: disc;
	color: #BA0022;
}
@media screen and (max-width: 680px) {
#products .wul li {
	font-size:88%;
	line-height:1.6em;
}
}

#products .wul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 680px) {
	#products .wul li {
	font-size: 14px;
	}
}

#products .wul span {
	color: #000000;
}


@media screen and (max-width: 680px) {
	#products .btninfo {
	width: 100%;
	}
}

#products .bnrarea {
	margin: 0 auto 30px auto;
	padding: 0;
    display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
	flex-wrap: wrap;
    align-items:stretch;
	max-width: 1140px;
}
@media screen and (max-width: 680px) {
#products .bnrarea {
	flex-flow: column wrap;
	margin: 0 auto 0;
	}
}

#products .bnrarea article {
	flex: 1;
	margin-right: 30px;
}
#products .bnrarea article:last-child {
	margin-right: 0;
}
@media screen and (max-width: 680px) {
#products .bnrarea article{
	margin-right: 0;
	margin-bottom: 15px;
	}
}

#products .txt {
	padding: 5% 0 0 0 ;
	margin: 0 auto 5% auto;
}

@media screen and (max-width: 680px) {
#products .txt {
	padding: 3% 0 0 0 ;
	margin: 0 auto 5% auto;
}
}

#products .entry {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 680px) {
#products .entry {
	padding: 15px 0px 15px 0;
	margin: 0 auto;
	width:100%;
}
}

#products .entry h1 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 42px ;
	line-height:1.2em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
	margin: 0 0 3% 0;
}

@media screen and (max-width: 680px) {
#products .entry h1 {
	font-size: 28px ;
	margin: 0 0 5% 0;
}
}

#products .entry h1 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#products .entry h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px ;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	font-weight:normal;
	text-align:center;
	margin: 0 0 3% 0;
}

@media screen and (max-width: 960px) {
#products .entry h3 {
	font-size: 16px;
	margin: 0 0 5% 0;
}
}

#products .entry h4 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.4em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
}

#products .entry h5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	font-weight: normal;
	line-height:1.6em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
	margin: 0 0 1% 0;
	color: #000000;
}

#products .entry h5 span {
	font-size: 60%;
}

@media screen and (max-width: 680px) {
#products .entry h5 {
	font-size:18px;
}
}

#products .entry p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
	word-break:break-all;
}
@media screen and (max-width: 680px) {
#products .entry p {
	font-size:88%;
	line-height:1.6em;
}
}

/* **************#entry_menu************ */

#entry_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 680px) {
#entry_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#entry_menu .wine {
	-js-display: flex;
	display: flex;
	margin:0 auto;
}

@media screen and (max-width: 680px) {
#entry_menu .wine  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#entry_menu .wine .wph {
	flex: 2;
}
#entry_menu .wine .wdata {
	flex: 3;
}

#entry_menu .wine .kaki {
	flex: 1;
}

@media screen and (max-width: 680px) {
#entry_menu .wine section {
	width:100%;
}
}

#entry_menu .w_photo {
	padding: 5%;
	margin: 0;
	text-align: center;
}
#entry_menu .w_photo img {
	max-width: 100%;
	
}

@media screen and (max-width: 680px) {
#entry_menu .w_photo {
	padding: 5%;
	background: rgba(255,255,255,0.7);
}
}

#entry_menu .txt {
	margin: 0 auto;
	padding:5% 5%;
	background: rgba(255,255,255,0.8);
}

@media screen and (max-width: 680px) {
#entry_menu .txt {
	width: 90%;
	padding:5% 5% 0 5%;
	}
}

#entry_menu .txt table {
	width: 100%;
	margin:2% auto 0 auto;
	padding: 0;
}

#entry_menu .txt table th {
	margin:0;
	padding: 10px 30px 10px 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	border-bottom:1px solid #EFEFEF;
	word-break: keep-all;
}

#entry_menu .txt table td {
	margin:0;
	padding: 10px 5px 10px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	text-align:left;
	vertical-align: top;
	background-image:url(image);
	max-height: 100%;
	border-bottom:1px solid #EFEFEF;
}

@media screen and (max-width: 680px) {

#entry_menu .txt table tr{
        display: block;
        /*margin-bottom: 1.2em;*/
		padding:0 0 3% 0;
    }
#entry_menu .txt table th,
#entry_menu .txt table td{
        display: list-item;
		list-style:none;
        border: none;
	font-size: 88%;
			
		
    }
#entry_menu .txt table th{
	padding:2% 0;
	text-align:center;
	width: 100%;
	background-color:rgba(0,0,0,0.7);
	color: #FFFFFF;

	letter-spacing: 3px;
	
}
#entry_menu .txt table td{
	padding:2% 0 0 0;
	word-break: break-all;
	}
}

#entry_menu .mtxt {
	margin: 0 auto;
	max-width: 1140px;
	padding:5% 0 0 0; 
}

@media screen and (max-width: 680px) {
#entry_menu .mtxt {
	width: 90%;
	padding:5% 5% 0 5%;
	}
}


#entry_menu .fph {
	float:right;
	padding: 0 0 5px 15px;
}
@media screen and (max-width: 680px) {
	#entry_menu .fph {
		float: none;
		padding: 0 0 15px 0;
	}
}

#entry_menu .stxt {
	margin: 0 auto;
	width: 90%;
	padding:5% 10% 5% 0; 
	background: rgba(255,255,255,0.8);
}

@media screen and (max-width: 680px) {
#entry_menu .stxt {
	width: 90%;
	padding:5% 0 0 0;
	}
}

#products .kakiul {
	margin: 0 -2% -2% 0 ;
	overflow: hidden;
	zoom: 1;
}
#products .kakiul li {
	width:31.3%;
	float: left;
	display: inline;
	margin: 0 2% 2% 0;
	padding:0;
	list-style:none;
}
#products .kakiul li p {
	margin-bottom: 1%;
}

@media screen and (max-width: 680px) {
#products .kakiul {
	margin: 0;
}
#products .kakiul li {
	width: 90%;
	padding:0;
	margin: 0 0 5% 0;
	}
}

#products .txts {
	margin: 0 auto 5% auto;
}

@media screen and (max-width: 680px) {
#products .txts {
	margin: 0 auto 2% auto;
}
}

#products .txts p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
	word-break:break-all;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
#products .txts p {
	font-size:88%;
	line-height:1.6em;
	}
}


#entry_menu .data {
	margin: 0 auto;
	width: 90%;
	padding:5%;
}

@media screen and (max-width: 680px) {
#entry_menu .data {
	width: 90%;
	padding:5% 5% 0 5%;
	}
}

#entry_menu .databg {
	flex: 1;
	background-color:rgba(0,0,0,0.7);
}

#entry_menu .data p {
	color: #FFFFFF;
	word-break: break-all;
}

#entry_menu .buy {
	margin: 0 auto;
	width: 100%;
	padding:0 0;
}

@media screen and (max-width: 680px) {
#entry_menu .buy {
	margin-bottom: 0;
}
}

#entry_menu .buy form {
	margin-bottom: 3%;
	text-align: left;
}

#entry_menu .buy form p {
	font-size: 12px;
	text-align: left;
}

#entry_menu .buy input[type="text"] {
	margin: 0;
	padding: 1px 5px;
	background: #FFFFFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
}

#entry_menu .buy input[type="text"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#entry_menu .buy input[type="text"]:focus {
	box-shadow: 0 0 1px #F3D20E;
	border: 1px solid #F3D20E;
}

#entry_menu .buy input[type="text"] {
	width: 200px;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#entry_menu .buy input[type="text"]:focus {
	width: 300px;
}

#entry_menu .buy select {
	margin-bottom: 3%;
	padding: 1px 5px;
	background: #FFFFFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	width: 95%;
}

#entry_menu .buy select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#entry_menu .buy select:focus {
	box-shadow: 0 0 1px #F3D20E;
	border: 1px solid #F3D20E;
}

#entry_menu .btnbuy {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 88%;
	line-height: 1.6em;
	text-align:center;
	letter-spacing:3px;
	background: radial-gradient(#FFCB12, #CC9900);
	width: 60%;
	padding: 2% 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
}

#entry_menu .btnbuy:hover{
	background: radial-gradient(#CC9900, #FFCB12);
	color: #FFFFFF;
}

@media screen and (max-width: 680px) {
	#entry_menu .btnbuy {
	width: 100%;
	}
}

#entry_menu .btninq {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size: 88%;
	line-height: 1.6em;
	text-align:center;
	letter-spacing:1px;
	background: linear-gradient(to bottom, #EFEFEF 0%, #CCCCCC 100%);
	width: 100%;
	padding: 2% 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #111111;
}

#entry_menu .btninq:hover{
	background: linear-gradient(to bottom, #CCCCCC 0%, #EFEFEF 100%);
	color: #333333;
}

@media screen and (max-width: 680px) {
	#entry_menu .btninq {
	width: 100%;
	}
}

#entry_menu .attend {
	font-size: 14px;
	color: #FFFFFF;
}

#entry_menu .op {
	margin-bottom: 3%;
	padding: 5% 5% 5% 5%;
	background-color: #EFEFEF;
	text-align: left;
}

#entry_menu .op p {
	color: #000000;
}

#entry_menu .wine_bnr {
	-js-display: flex;
	display: flex;
	margin:0 auto;
	width: 1440px;
}
@media screen and (max-width: 1440px) {
	#entry_menu .wine_bnr {
		width: 90%;
	}
}
@media screen and (max-width: 680px) {
	#entry_menu .wine_bnr {
		width: 90%;
	}
}

@media screen and (max-width: 680px) {
#entry_menu .wine_bnr  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#entry_menu .wine_bnr section {
	flex: 1;
	box-sizing: border-box;
	padding: 15px;
}

@media screen and (max-width: 680px) {
#entry_menu .wine_bnr section {
	width:100%;
	padding: 0 0 5px 0;
}
}


#products .wlist {
	padding: 3% 0 3% 0;
	margin: 0 auto;
	width: 100%;
	float:left;
    background: rgba(0,0,0,0.9);
}

@media screen and (max-width: 680px) {
#products .wlist {
	padding: 30px 0px 0px 0px;
	margin: 0 auto;
	width:100%;
}
}

#products .wlist h2 {
	margin: 0 0 3% 0;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 28px ;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
	color:#FFFFFF;
}

@media screen and (max-width: 960px) {
#products .wlist h2 {
	font-size: 22px;
	margin: 0 0 5% 0;
}
}

#products .wlist h3 {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.4em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	margin:0px 0px 5px 0px;
}

#products .wlist h4 {
	font-family: 'Crimson Text', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	background-image: url(image);
	max-height: 100%;
	color:#FFFFFF;
	letter-spacing:1px;
}

@media screen and (max-width: 680px) {
#products .wlist h4 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size:18px;
	line-height:1.2em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
	color:#FFFFFF;
	letter-spacing:1px;
}
}

#products .wlist h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 88%;
	line-height: 1.6em;
	text-align:center;
	letter-spacing:3px;
	background: radial-gradient(#D52B3D, #A01F31);
	width: 100%;
	margin-bottom: 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
}

#products .wlist h5 a:link{
	padding: 2% 0;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}

#products .wlist h5 a:visited{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist h5 a:active{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist h5 a:hover{
	background: radial-gradient(#A01F31, #D52B3D);
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#products .wlist ul {
	margin: 0 -2% -2% 0 ;
	overflow: hidden;
	zoom: 1;
}
#products .wlist ul li {
	width:17%;
	float: left;
	display: inline;
	margin: 0 0 2% 2%;
	padding:0;
	list-style:none;
}
#products .wlist li a:link{
	display: block;
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist li a:visited{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist li a:hover{
	color:#FFFFFF;
   /* background: rgba(255,255,255,0.3);*/
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#products .wlist li a:focus{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist li a:active{
	color:#FFFFFF;
	text-decoration: none; 
}

#products .wlist li img {
	width:100%;
}

@media screen and (max-width: 680px) {
#products .wlist ul {
	list-style-type: none;
	padding-left: 0;
	/*display: inline;*/
	justify-content: center;
	margin:0;
	width:100%;
}

#products .wlist ul li {
	margin: 0px 1% 5% 1%;
	padding:0;
	list-style:none;
	width:48%;
	float:left;
	display:block;
}
}



#products .wtxt {
	margin: 0 auto;
}