<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#pagetitle {
	width:100%;
	background:url(../images/title_bg_liquor.jpg) center top;
	margin-top:-5px;
}

#pagetitle_liquor {
	width:100%;
	background:url(../images/title_bg.jpg) center top;
	margin-top:-5px;
}

#pagetitle_gin {
	width:100%;
	background:url(../images/title_bg_gin.jpg) center top;
	margin-top:-5px;
}

#pagetitle_glass {
	width:100%;
	background:url(../images/title_bg_glass.jpg) center top;
	margin-top:-5px;
}

#pagetitle_liqueur {
	width:100%;
	background:url(../images/title_bg_liqueur.jpg) center top;
	margin-top:-5px;
}

#pagetitle_sake {
	width:100%;
	background:url(../images/title_bg_sake.jpg) center top;
	margin-top:-5px;
}

#pagetitle_404 {
	width:100%;
	background:url(../images/title_bg_liquor.jpg) center top;
	margin-top:-5px;
}

#pagetitle h2, #pagetitle_liquor h2, #pagetitle_gin h2, #pagetitle_glass h2, #pagetitle_liqueur h2, #pagetitle_sake h2 {
	margin:0;
	padding:1em;
	color:#FFFFFF;
	font-family: "Averia Serif Libre";
	text-align:center;
	font-size:150%;
}

#pagetitle_404 h2{
	margin:0;
	padding:1em;
	color:#FFFFFF;
	font-family: "Averia Serif Libre";
	text-align:center;
	font-size:160%;
}

#pagetitle h2 span, #pagetitle_liquor h2 span, #pagetitle_gin h2 span, #pagetitle_glass h2 span, #pagetitle_liqueur h2 span, #pagetitle_sake h2 span {
	display:block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size:50%;
	margin-top:1em;
}

#pagetitle_404 h2 span {
	display:block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size:70%;
	margin-top:1em;
}



#bread {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin-top:20px;
}

#bread ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:80%;
}

#bread li {
	margin:0;
	padding:0;
	float:left;
}

#bread li::before {
	content:"　&gt;　";
}

#bread li:first-child::before {
	content:none;
}

#pagebox  {
	width:80%;
	max-width:1200px;
	margin:40px auto;
}

#pagebox h3.j {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:160%;
	margin-bottom:40px;
	line-height:110%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:url(../images/h2_line.png) repeat-y left;
	padding-left:20px;
	padding-top: 10px;
}

#pagebox h4.j {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:140%;
	margin-bottom:40px;
	line-height:110%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left:20px;

}


#pagebox h5.j {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:120%;
	margin-bottom:40px;
	line-height:110%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:url(../images/h2_line.png) repeat-y left;
	padding-left:20px;
	padding-top: 10px;
}

#pagebox p.pl30 {
	padding-left:30px;
	margin-bottom:80px;
    text-align: justify;
    justify-content: space-between;   
}

#pagebox p.pl30 a{
color: #013D86 ;
border-bottom: dotted 0.5px #013D86;
	display: inline-block;
	margin-bottom: 5px;
}

.category_title {
	margin:0;
	padding:0;
	font-family: "Century";
	background:url(../images/h2_line.png) repeat-y left;
	font-weight:normal;
	padding-left:20px;
	font-size:140%;
	margin-bottom:30px;
	line-height:110%;
}

.category_title span {
	margin:0;
	padding:0;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:bold;
	font-size:90%;
	margin-bottom:30px;
	line-height:110%;
}

.category_subtitle{
	margin:0;
	padding:0;
	font-family: "Century",  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:bold;
	font-size:120%;
	margin-bottom:30px;
	line-height:110%;
}

.category ul {
	width:100%;
	margin:0;
	padding:0;
	/*border-color:#999900;
	border-style:solid;
	border-width:1px;*/
	box-sizing:border-box;
	list-style:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.category li {
	width:25%;
	float:left;
	border-color:#999900;
	border-style:solid;
	border-width:1px;
	box-sizing:border-box;
	position:relative;
    border-collapse: collapse;
	margin: 0 -1px -1px 0;
}

.category dd h4 {
	margin:0;
	font-size: 95%
}

.category dd h5 {
		font-size: 95%;
	margin:0;
}

.category dd p {
	margin:0;
	line-break: strict;
}
.category li dl {
	margin:0;
	padding:2em 1.5em 1.5em;
}

.category li dt {
	margin:0;
	padding:0;
	vertical-align:middle;
	min-height:200px;
	width:100%;
	text-align:center;
	position:relative;
}

.category li dt img {
	width: auto;
	height:170px;
}


.category li dd {
	margin:0;
	padding:0;
	width:100%;
	line-height:160%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size:75%;
	color:#660033;
	font-weight:bold;
	text-align:center;
    font-feature-settings: "palt";
	line-break:strict;
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;

}

.category li .spec {
	position:absolute;
	text-align:right;
	width:40%;
	top:15px;
	right:10px;
	font-size:90%;
	text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;

}

.category li a {
	color:#660033;
}

.category_anchor{
   display: block;
   margin-top:-200px;
   padding-top:180px;
}

.category_submenu ul{ 
text-align: center;
position: relative;
margin: -2em 0 -2em 0 ; 
padding: 0; 
list-style: none; 
}

.category_submenu li{ 
display: inline-block;
padding: 0 1em; 
margin: 0; 
}

.category_submenu li a{
  width: 200px;
  display:block;
  margin:1em auto;
  line-height:3em;
  border-radius: 100vh;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
}

.category_submenu li a:hover{
  display: block; 
  opacity: .6;
  transition: .2s;
}

.category_submenu_meat a{border: 2px solid #c74545; background: #fff; color: #c74545;}
.category_submenu_sasakama a{background: #779c28; color:#fff;} 
.category_submenu_oil a{background: #4c754a; color:#fff;} 


.category_set li dt {
	margin:0;
	padding:0;
	vertical-align:middle;
	min-height:130px;
	width:100%;
	text-align:center;
	position:relative;
}

.category_set li dt img {
	width: 80%;
    height: auto;
	max-width: 160px;
}

.category_set li dt dd {
    margin: 0 0 -5em;
}

.item li.txt .winery {
	margin-top:30px;
	padding:1em;
	box-sizing:border-box;
	border-radius: 10px;
	background-image: url("bgimage.jpg");
    background-size: 500px; 

}

.list_new{
	display: block;
	position:absolute;
	text-align:left;
	width:40%;
	top:15px;
	left:10px;
	font-size:90%;
    color: #D00003;
	font-weight: bold;
	z-index: 5
}




.type_title{
	height: 80px;
	position: relative;
	margin-bottom: 20px;
}

.wine_red{
	background:url("../images/wine_red.png") repeat-y left;
}

.wine_white{
	background:url("../images/wine_white.png") repeat-y left;
}

.wine_rose{
	background:url("../images/wine_rose.png") repeat-y left;
}

.wine_sparkring{
	background:url("../images/wine_sparkring.png") repeat-y left;
}

.wine_set{
	background:url("../images/wine_set.png") repeat-y left;
}

.liquor_grappa{
	background:url("../images/liquor_grappa.png") repeat-y left;
}

.liquor_gin{
	background:url("../images/liquor_gin.png") repeat-y left;
}
.glass_wine{
	background:url("../images/wine_glass.png") repeat-y left;
}
.glass_grappa{ 
	background:url("../images/grappa_glass.png") repeat-y left;
}

.liqueur_limoncello {
	background:url("../images/liqueur.png") repeat-y left;
}

.sake_nihonsyu {
	background:url("../images/sake_nihonsyu.png") repeat-y left;
}


.type_title h4 {
	display: block;
	position: absolute;
	top: 45px;
	left: 70px;
    margin:0;
	padding:0;
	font-family: "Century",  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:bold;
	font-size:130%;

}

.w_letter{
    color: #FFFFFF;
}

.b_letter{
    color: #000000;
}

.winery_list {
	margin-top:30px;
    padding: 2em;
	margin:10%;
	box-sizing:border-box;
	border-radius: 10px;
	background-image: url("bgimage.jpg");
    background-size: 500px; 

}

.winery_info {
border-bottom: solid #000000 2px;
}

.winery_name {
font-size:1.9rem ;
color:#000000; 
margin-left:5px;
width: 63%;
display: inline-block;
}

.producer{
width: 32%;
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
}

.winery_name span,.winery_list span {
font-size:0.65rem ;
color:#000000; 
margin-left:5px;
display: inline-block!important;
}

.producer_info{
font-size:0.85rem!important ;
color:#000000; 
text-indent: -3em!important;
padding-left: 3em!important;

}

.winery span,.winery_list span {
margin-left: 5px;
margin-bottom: 5px;
font-size:1.15rem ;
color:#000000; 
display: block;
font-weight: bold;
color: #424242;
}

.right{
width: 48%;
vertical-align: top;
float: right!important;
margin-left: 15px;
margin-bottom: 10px;
}

.middle{
width: 46%;
vertical-align: top;
display: inline-block;
margin: 5px 5px 15px;
}

.wide{
width: 96%;
vertical-align: top;
display: inline-block;
margin: 5px 2% 15px;
}

.winery p,.winery_list p {
vertical-align: top;
margin: 0;
padding-left: 5px;
color: #000000;
line-height: 1.7;
}

.winery hr,.winery_list hr{
border-top: 1px dashed #8c8b8b;
}

.flag{
vertical-align: top;
margin-right: 10px;
margin-top: 0;
}

.age＿check {
font-size:1.2em;
padding:20px;
	text-align: center;
}

.buy_btn{
cursor:pointer;
}

.guide_info {
display: block;
width: 50%;
margin-left: -20px;
}	

.guide_info_1{
display: inline-block;
width:20%;
box-sizing: border-box;
margin-left: 20px;
vertical-align: top;
}

.guide_info_1 img{
width: 80%;
display: inline-block;
padding: 0 10%;
}	

.guide_info_1 p{
width: 90%;
display: inline-block;
padding: 0 5%;
text-align: center;

}	

.guide_info_1 span{
font-size: 0.75rem

}	

.other{
overflow: hidden;
width: 100%;
}

.other ul {
border: 0!important ;
}

.other ul li{
display: inline-block;
border:0!important;
width :100%;
margin-right:1.5%;
}	

.other img {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.item ul {
	width:100%;
	margin:0;
	padding:0;
	/*border-color:#999900;
	border-style:solid;
	border-width:1px 1px 0px 0px;*/
	box-sizing:border-box;
	list-style:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.item li {
	width:46%;
	float:left;
	border-color:#999900;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	box-sizing:border-box;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.item li:last-child{
border-color:#999900;
	border-style:solid;
	border-width:1px 1px 1px 0;	
}

.item li.photo {
	text-align:center;
	padding: 0 1.5em 1.5em;
	box-sizing: border-box;
}

.item li.photo img {
	margin:3em;
	width:auto;
	max-width:60%;
	height:auto;
}




#featured_img img{
  padding: 1em 0;
  margin: 0;
  max-width: 80%;
}

#thumb_img img {
  padding: 1%;
  margin: 0;
  max-width: 100%;
}

#thumb_img {
  margin-top:0;
}
#thumb_img img {
    float:left;
    width: calc(88% / 5) ;
    cursor: pointer;
    margin-right:3%;
    margin-bottom: 3%;
    border:2px solid #eee;
    box-sizing:border-box;
}
 #thumb_img img.active{
      border:1px solid #cac6b8;
    }


#thumb_img img:nth-child(5n) {
      margin-right:0;
    }


.item li.txt {
	padding:1.2em;
	width: 54%;
}

.item li.txt input {
	display:inline;
	background: none;
}

.item li.txt h3 {
	margin:0;
	padding:0;
	color:#999900;
	text-align:left;
	border-bottom:#999900 1px solid;
	padding-bottom:1em;
}

.item li.txt p {
	font-size:86%;
}

.item li.txt .price {
	color:#660000;
	font-size:200%;
	margin-top:30px;
}

.item li.txt .single_price{
	color:#000;
	font-size:130%;
	margin:30px 0 15px 0;
	font-weight: bold;
}

.item li.txt .price_special{
	color:#E30003;
	font-size:250%;
	margin-top:30px;
	font-weight: bold;
}

.item li.txt .price span {
	font-size:50%;
}

.item li.txt .single_price span {
	font-size:80%;
}

.item li.txt .price_special span {
	font-size:50%;
}

.item li.txt .price_tan {
	color:#660000;
	font-size:180%;
	margin-top:15px;
}

.item li.txt .price_tan span {
	font-size:45%;
}

.item li.txt .price_tan_name :before {
    content :"単品価格：";
	font-size:16px;
}

.item li.txt .price_name :before {
    content :"販売価格：";
	font-size:16px;
}

.item li.txt .retail_price {
    color: #999;
	font-size:14px;
}

.item li.txt .retail_price :before {
    content :"輸入元希望小売価格：";
	font-size:14px;    
}

.item li.txt .single_t_price :before {
    content :"3本単品合計 通常価格：";
	font-size:16px;    
}

.item li.txt .total_price :before {
    content :"3本セット特別価格 ";
	font-size:20px;
}

.item li.txt .single_t_price_6 :before {
    content :"6本単品合計 通常価格：";
	font-size:16px;    
}

.item li.txt .total_price_6 :before {
    content :"6本セット特別価格 ";
	font-size:20px;
}


.item li.txt .btn {
	margin-top:30px;
	margin-bottom:30px;
}

.item li.txt .btn_tan {
	margin-top:10px;
	margin-bottom:5px;
}

.item li.txt .btn img {
	width:50%;
	height:auto;
}

.item li.txt .speck {
	margin-top:30px;
	background:#EBEBCC;
	padding:1em;
	box-sizing:border-box;
}

.item li.txt .speck dl {
	margin:0;
	padding:0;
	font-size:84%;
}

.item li.txt .speck dt {
	float:left;
	font-weight:bold;
}


.item li.txt .speck dd::before {
	content:"|";
	padding-right:20px;
}

.item li.txt .speck dd {
	padding-left:12%;
}
.item li.txt .speck dd span {
	display: inline-block;
	padding-left:25px;
}

.item hr {
    border-top: 1px dashed #999900;
}

.single {
  width: 100%; 
  overflow: hidden;
  cursor:pointer;  
}

.single .single_img img{
  width: 50px;
  height: auto;
}

.single_left {
  display: inline-block;  
}

.single_img {
  display: inline-block;
  vertical-align: middle;
  position: relative; 
  margin: 5px 0 0 3px;
  border: solid 1px #999900;
  border-right: solid 4px #999900;
}

.single_img:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #999900;
}

.single_img p {
  margin: 0;
  padding: 0;
}

.single_right {
  width: 85%;
  vertical-align: middle;
  display: inline-block;    
}

.single_right p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.3em 0 0 1.5em;
}

.item_tan {
    letter-spacing : 0; 
    text-align: center;
}

.item_tan p {
    font-weight: bold;
    color: #999900;
    padding-bottom: -2em;
}

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

.notes_required .checkBtn_area {
	margin-top: 15px;
	background: #EEE;
	box-sizing: border-box;
	padding: 10px;
  transition-duration: 0.2s;
}

.notes_required label {
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}

.notes_required label .label_inner {
  padding-left: 22px;
}
.notes_required label .label_inner:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #737373;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.notes_required._check label .label_inner:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 4px solid #d6042e;
  border-right: 4px solid #d6042e;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.9em;
}
.notes_required label input {
  position: relative;
  z-index: -1;
}


.btnArea {
  position: relative;
}
.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea._check input[type="submit"] {
  z-index: -1;
}
a.btn_one {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_one:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  top: 50%;
  right: 8%;
}
/*._check a.btn_one._a {
  background: #3475b1;
}*/
a.btn_one._a:hover {
  opacity: 1;
}

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



	
.nl {
	display: inline-block;
}	

.wine_regular_imports {
    display: inline-block; 
    margin-top: 0.5em;
}

.wine_regular_imports span:before {
    content :"正規輸入品";
    padding: 0.3rem 0.5rem; 
    font-size: 16px; 
    color: rgb(153, 153, 0);     
    border-radius: 0.3rem; 
    border: 2px solid rgb(153, 153, 0);
}



.wine_comment {
    display: inline-block; 
    margin-top: 0.5em;
}

.wine_comment span {
    padding: 0.2rem 0.5rem; 
    font-size: 16px; 
    color: #002060;
    background-color: #FFE1B3;
    border-radius: 0.3rem; 
    border: 2px solid #002060;
}


.wine_limited {
    display: inline-block; 
    margin-top: 0.5em;
}

.wine_limited span:before {
    content :"数量限定";
    padding: 0.3rem 0.5rem; 
    font-size: 16px; 
    color: #990000;     
    border-radius: 0.3rem; 
    border: 2px solid #990000;
}

.free_shipping {
	  display: inline-block; 
    margin-top: 0.5em;
}

.free_shipping span:before {
    content :"送料無料";
    padding: 0.4rem 0.5rem; 
    font-size: 16px;
    margin-right: -0.1em;
    letter-spacing: 0.1em;
    color: #ffffff;   
    background-color: #c74545;  
    border-radius: 0.3rem; 
}
/*------------------------------------------------------*/

input {
	display: none;
}
input[name="sort"]{
	display:inline;
}
.bl_3daysSearchBlock {
	margin-bottom: 40px;
}
.bl_3daysSearchBlock_inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1160px;
}
.bl_3daysSearchBlock_ttl {
	margin: 55px 0px; text-align: center;
}
.bl_3daysSearchBlock_ttl_main {
	color: rgb(0, 115, 170); letter-spacing: 0.15em; font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif; font-size: 27px; font-weight: bold; margin-bottom: 15px;
}
.bl_3daysSearchBlock_ttl_sub {
	color: rgb(0, 115, 170); letter-spacing: 0.2em; font-size: 16px;
}
/*.el_searchResult {
	text-align: center; color: rgb(0, 115, 170);
}*/
.js_target {
	display: none;
}
.js_target.js_selected {
	display: block;
}
.bl_selectBlock_content {
	width: 100%;
}

.bl_selectBlock_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* 20210428修正 */
display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.bl_selectBlock_content li {
	margin: 0 2% 3px 0;/* 20210428修正 */
	padding: 0;
	border: none;
    width: 23%;/* 20210428修正 */
	text-align: left;
	font-size:88%;
	display: inline-block;
	/* 20210428修正 */
	letter-spacing:-1px;
	box-sizing: border-box;
}

.bl_selectBlock_content li.long {
	display: inline-block;
	width:23%;/* 20210428修正 */
}
.bl_selectBlock_content li.longer {
	display: inline-block;
	/* 20210428修正 */
	width:25%;
	letter-spacing:-2px;
}

/* 20210428修正 */
.bl_selectBlock_content li:nth-child(4n) {
	margin-right:0;
	border:none;
}


.bl_selectBlock_content li ul li {
	border:none;
	margin-bottom:0px;
	}
/* /20210428修正 */

.list_new:before {
content:"";
background: url("../images/new_s.png") no-repeat center;
display: inline-block;
width:35px;
height: 35px;
vertical-align: middle;
margin: 2px 10px 3px 0;
}


.bl_selectBlock label {
	display: inline;
}
.bl_selectBlock input {
}

.bl_selectBlock_check label .el_checkbox {
	border: 1px solid #999900;
	border-image: none;
	top: 3px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}

.sub label  .el_checkbox {
	border: 1px solid #999900;
	border-image: none;
	top: 3px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
	position: relative;

}



 .list-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #999900;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
}


 .list-button:hover {
  background: #525200;
}
 


 .list-button.active {
  outline: none;
  box-shadow: 0 0 0 2px #BAAE11;
 background: #525200;
}



input[type=checkbox] {
    display: none;
}



.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #999900;
  border-right: 3px solid #999900;
}

/*
.bl_selectBlock_check label .el_checkbox::after {
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	position: absolute;
	content: "";
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox::after {
	background-color: #999900;
}
*/

.el_searchResult {
	font-size: 130%;
	padding-bottom: 10px;

}
.bl_selectBlock {
	padding: 10px 30px; 
	border: 1px solid #999900;
	background: #FBF4DF;
	border-image: none;
	letter-spacing: 5%; 
	margin-bottom: 30px;
	box-sizing: border-box;
}
.bl_selectBlock_wrapper_wrapper {
margin-bottom: 10px;
	
}

.cat_container{
width: 100%;

	
}


.bc{
vertical-align: top;
font-size: 100%;
color:#353535;}




.red {
display: inline-block;
width: 220px ;
margin-right: 10px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}

.white,.rose,.orange {
display: inline-block;
width: 220px ;
margin-right: 10px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}


.spark {
width: 250px;
display: inline-block;
}






.sub-cat_container ul{
	width: 100%;
	vertical-align: top;
	font-size: 88%;	
	
}


.sub-cat_container ul.red {
display: inline-block;
width: 220px ;
margin-right: 10px;


}

.sub-cat_container ul.white {
display: inline-block;
width: 220px ;
margin-right: 10px;
}

.sub-cat_container ul.rose {
display: inline-block;
width: 220px ;
margin-right: 10px;
}

.sub-cat_container ul.orange {
display: inline-block;
width: 220px ;
margin-right: 10px;
}

.sub-cat_container ul.spark {
display: inline-block;
width: 250px;

}


.sub-cat_container ul.location_l {
display: inline-block;
width: 220px ;
margin-right: 10px;


}
.bl_selectBlock_check label {
	cursor: pointer;
	white-space: nowrap;
}
.bl_selectBlock_ttl {
	color: #999900;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: #999900 1px solid;
	position: relative;
	text-align: left;
}

.bl_selectBlock_ttl:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 20%;
	border-bottom: #999900 2px solid;
	content: "";
}

.bl_selectBlock_release a{
	display: block;
	width: 40% !important;
	margin: 0 auto;
	background: #EFEFEF;
	border: #CCCCCC 1px solid;
	padding: 0.5em;
	text-align: center;
	border-radius: 5px;
}

.bl_selectBlock_release a:hover {
	background: #CCCCCC;
	color: #FFF;
}

 .sub li {
	margin-left: 20px;
	 display: block;
	 float: none;
	 width: 100%;
	 font-size: 100%;
}

.result{
	text-align: center;
}

.indent {
	margin-left:1.5em;text-indent:-1.5em;
}



.main-cat_container{
margin-bottom: 
}


.location_s,.location_l
{
display: inline-block;
margin:0 10px 20px 0;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}


.location_s {
width: 140px ;
}


.location_l {
width: 220px ;
}

.sub-cat_container ul.location_s  {
display: inline-block;
width: 140px ;

}




.pc_only {display:block;}

.spec span::after {
    content :"（税込）";
    font-size: 90%; 
	display: block;
	margin-top: -5px;
	margin-right: -10px;
	text-align: right;
	text-shadow    : 
    1px 1px 0px #FFF,
	-1px -1px 0px #FFF,
    -1px 1px 0px #FFF,  1px -1px 0px #FFF,
    1px 0px 0px #FFF, -1px  0px 0px #FFF,
    0px 1px 0px #FFF,  0px -1px 0px #FFF;
}


.cat_container{
margin-bottom: 20px;
}

.type{
position: relative;
z-index: 1;
}

.location{
position: relative;
}

.second_row_type{
margin-top: 125px;
}

.second_row_taste{
display: none;    
}

.second_row{
margin-top:50px;
}

.third_row{
margin-top:-5px;
}

.sub_taste {
position: absolute;
top:25px;
left: 0;	
height: 90px;    
}

.sub_location {
position: absolute;
top:25px;
left: 0;
height: 50px;	
}

.none {
	display: none!important;

}



.notice {
 font-size: 86%;
display: block;
margin-bottom: 20px;
color:#E30003}

/* おすすめ商品 */
.reccomend {
display: flex; 
justify-content:center;
}

.reccomend_item {
 width: calc( 100% / 3 );
position: relative;
}

.reccomend_item dl {
	margin:0;
	padding:2em 0.5em 1.5em;
}

.reccomend_item dt {
	margin:0;
	padding:0;
	vertical-align:middle;
	min-height:200px;
	width:100%;
	text-align:center;
	position:relative;
}

.reccomend_item dt img {
	width: auto;
	height:170px;
}

.reccomend_item dd {
	margin:0;
	padding:0;
	width:100%;
	line-height:160%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size:82%;
	color:#660033;
	font-weight:bold;
	text-align:center;
    font-feature-settings: "palt";
	line-break:strict;
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;

}

.reccomend_title {
font-size:110%!important;
text-align: center;
display: block;
	margin-top: 50px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;

}
.reccomend_title span{
 position: relative;
  padding: 0.6em ;
  background:#999900;
display: block;
}

.reccomend_title span:after {
  position: absolute;
  content: '';
  top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #999900;
  width: 0;
  height: 0;
}

.reccomend_item .spec {
    position: absolute;
    text-align: right;
    width: 40%;
    top: 15px;
    right: 10px;
    font-size: 90%;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.reccomend_item .list_new:before {
    content: "";
    background: url(../images/new_s.png) no-repeat center;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: -15px 10px 3px 10px;
}

.r_price {
   font-size: 110%!important;
margin-top: 0;
}

.r_price span::after {
    content :"（税込）";
    font-size: 90%; 
	margin-top: -5px;
	margin-right: -10px;
	text-align: right;
	text-shadow    : 
    1px 1px 0px #FFF,
	-1px -1px 0px #FFF,
    -1px 1px 0px #FFF,  1px -1px 0px #FFF,
    1px 0px 0px #FFF, -1px  0px 0px #FFF,
    0px 1px 0px #FFF,  0px -1px 0px #FFF;
}

 .ecobag_present{
   display:visible;
}

.shop_info{
    text-align: center;
    margin: 0 auto;
}

.shop_info img{
    width: 80%;
}

/* 営業日カレンダー */
.calendar_box{display: flex; justify-content: center;}
.calendar_mm{margin-right: 1em;}

table.calendar {width: 100%; height: auto; border-spacing:0; color: black;}
table.calendar caption{padding: 0.5em; margin-bottom: 0.5em; color: #ffffff; background-color: #999900; font-size: 16px; font-weight: bold;}
table.calendar th {padding: 0.5em; text-align: center;background-color: #ffffff;}     
table.calendar td {padding: 0.9em; text-align: center;background-color: #ffffff;}    
    
/* 日曜日 */
table.calendar tr th:nth-child(1),
table.calendar tr td:nth-child(1) {
  color: red;
}
/* 土曜日 */
table.calendar tr th:nth-child(7),
table.calendar tr td:nth-child(7) {
  color: blue;
}
/* 祝日 
table.calendar tbody tr:nth-child(4) td:nth-child(2){
  color: white;
  background-color: red;
}    
*/ 

/* タブレット大レイアウト : 960 px ～ 1180 px*/
@media screen and (max-width:1180px)
{
	
.bc{
vertical-align: top;
font-size: 100%;
	color:#353535;}


.red,.orange,.location_l {
display: inline-block;
width: 160px ;
margin-right: 10px;
border: solid 1px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}
	

.white,.rose {
display: inline-block;
width: 160px ;
margin-right: 10px;
border: solid 1px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}


.spark {
width: 200px;
display: inline-block;
}

.sub-cat_container{

	
}


.sub-cat_container ul{
	width: 100%;
	vertical-align: top;
	font-size: 88%;	
	
}


.sub-cat_container ul.red{
display: inline-block;
width: 160px ;
margin-right: 10px;
}
	

	
.sub-cat_container ul.white {
display: inline-block;
width: 160px ;
margin-right: 10px;
	}

.sub-cat_container ul.rose {
display: inline-block;
width: 160px ;
margin-right: 10px;
}
    
.sub-cat_container ul.orange {
display: inline-block;
width: 160px ;
margin-right: 10px;
}    
	
.sub-cat_container ul.spark {
display: inline-block;
width: 160px;
}
	
.sub-cat_container ul.location_l {
display: inline-block;
width: 160px ;
margin-right: 10px;


}
	
.sub-cat_container ul.location_s {
width: 130px ;
}
	
.pc_only {display:none;}
	
.none {
	display: none!important;
}
.single_right {
  width: 80%;   
}  	
 
}


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

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
#pagetitle h2, #pagetitle_liquor h2, #pagetitle_gin h2, #pagetitle_liqueur h2,#pagetitle_glass h2, #pagetitle_liqueur h2, #pagetitle_sake h2{
	margin:0;
	padding:1em;/* 20210428修正 */ 
	font-size:180%;
	}

.category li {
	width:33.333333333%;
	float:none;
	border-color:#999900;
	border-style:solid;
	border-width:1px;
	box-sizing:border-box;
	position:relative;
 border-collapse: collapse;
	margin: 0 -1px -1px 0;
}
    
.category_foods li, .category_foods_set li {
	width:33.333333333%;
	float:left;
	border-color:#999900;
	border-style:solid;
	border-width:0 0 1px 1px;
	box-sizing:border-box;
	position:relative;
}    

.item li.txt .speck dt {
	width:100%;
	float:none;
	font-weight:bold;
}

.item li.txt .speck dd::before {
	content:none;
}

.item li.txt .speck dd {
	margin:0;
	padding-left:2%;
	margin-bottom:5px;
}	
	
.item li.txt .speck dd span {
	display: inline-block;
	padding-left:0!important;
}

.item li.txt .winery {
	margin-top:30px;
	padding:1em;
	box-sizing:border-box;
	border-radius: 10px;
	background-image: url("bgimage.jpg");
    background-size: 500px; 

}

.winery_info {
border-bottom: solid #000000 2px;
}

.winery_name {
font-size:1.6rem ;
color:#000000; 
margin-left:5px;
width: 62%;
display: inline-block;
}

.producer{
width: 32%;
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
}

.winery_name span {
font-size:0.85rem!important ;
color:#000000; 
margin-left:70px!important;
display: inline-block!important;
}
    
.producer_info{
font-size:0.85rem!important ;
color:#000000; 
width: 100%;
}

.winery span {
margin-left: 5px;
margin-bottom: 5px;
font-size:1.15rem ;
color:#000000; 
display: block;
font-weight: bold;
color: #424242;
}

.right{
width: 48%;
vertical-align: top;
float: right!important;
margin-left: 15px;
margin-bottom: 10px;
}

.middle{
width: 46%;
vertical-align: top;
display: inline-block;
margin: 5px 3px 15px;
}
	
.wide{
width: 96%;
vertical-align: top;
display: inline-block;
margin: 5px 2% 15px;
}
	

.winery p {
vertical-align: top;
margin: 0;
padding-left: 5px;
color: #000000;
line-height: 1.7;
}

.winery hr{
border-top: 1px dashed #8c8b8b;
}

.flag{
vertical-align: top;
	margin-right: 10px;
}
	
/*------------------------------------------------------*/



/*- 
.bl_selectBlock_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bl_selectBlock_content li {
	margin: 0;
	padding: 0;
	border: none;
	width: 20%;
	text-align: left;
}

.bl_selectBlock_content li.long {
	width: 30%;
}*/ 

/* 20210428修正 */  
 .bl_selectBlock_content li {  
 	margin: 0 2% 0 0;  
 	padding: 0;  
 	border: none;  
  width: 32%;  
 	text-align: left;  
 	font-size:88%;  
 	letter-spacing:-1px;  
 	display: inline-block;  
 	box-sizing: border-box;  ;  
 	}  
  
 .bl_selectBlock_content li.long {  
 	display: inline-block;  
 	width:32%;  
 }  
 .bl_selectBlock_content li.longer {  
 	display: inline-block;  
 	width:38%;  
 	letter-spacing:-2px;  
 }  
  
 .bl_selectBlock_content li:nth-child(4n) {  
 	margin-right:2%;
 	border-color:#999900;  
 	border-width:0 1px 0 0;  
 }  
  
  
 .bl_selectBlock_content li:nth-child(3n) {  
 	margin-right:0;  
 	border:none;  
 }  
  
 .bl_selectBlock_content li ul li {  
 	border:none;  
 	margin-bottom:0px;  
 	width:90%;  
 	padding-left:10%;  
}  
	
.winelist{  
 	width: 90%!important; 
}  
	
	
	
	
 .bc {  
 	font-size:90%;
}  
	
.red{
display: inline-block;
width: 150px ;
margin-right: 10px;
border: solid 1px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}
	

.white,.rose,.orange {
display: inline-block;
width: 150px ;
margin-right: 10px;
border: solid 1px;
border: solid 1px #999900;
border-width: 0 1px 0 0;
box-sizing: border-box;
}


.spark {
width: 190px;
display: inline-block;
}

.sub-cat_container{

	
}


.sub-cat_container ul{
	width: 100%;
	vertical-align: top;
	font-size: 88%;	
	
}

.sub-cat_container ul li{
	display: block;
}


.sub-cat_container ul.red {
display: inline-block;
width: 150px ;
margin-right: 10px;

		}
	
.sub-cat_container ul.location_l {
display: inline-block;
width: 150px ;
margin-right: 10px;
}
	
.sub-cat_container ul.white {
display: inline-block;
width: 150px ;
margin-right: 10px;
}
	
.sub-cat_container ul.rose {
display: inline-block;
width: 150px ;
margin-right: 10px;
}
.sub-cat_container ul.orange {
display: inline-block;
width: 150px ;
margin-right: 10px;
}
.sub-cat_container ul.spark {
display: inline-block;
width: 190px;
}
	
.second_row_type{
margin-top: 125px;
}    
    
.second_row_taste{  
display: none;
}       
    
.location_s {
width: 100px ;
}


.location_l {
width: 150px ;
}

.location_FR {
width: 100px ;
}
	
.none {
	display: none!important;

}
	
/* おすすめ商品 */
.reccomend {
display: block; 
width: 100%;
}
.reccomend_item {
 width:100%;
 position: relative;
	border-bottom: solid 1px  #999900;
}

.reccomend_item dl {
margin:0;
padding:1em 0 ;
}

.reccomend_item dt {
	margin:0;
	padding:0;
	vertical-align:middle;
	width:30%;
	text-align:center;
 display: inline-block;
}

.reccomend_item dt img {
	width: auto;
}

.reccomend_item dd {
	margin:0;
	padding:30px 0 0;
	width:65%;
	vertical-align:middle;
	line-height:160%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%!important;
	font-weight: 500;
	font-size:75%;
	color:#660033;
	font-weight:bold;
	text-align:left;
    font-feature-settings: "palt";
	line-break:strict;
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;
	 display: inline-block;

}

.reccomend_title {
font-size:100%!important;
text-align: center;
display: block;
	margin-top: 50px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;

}
.reccomend_title span{
 position: relative;
  padding: 0.6em ;
  background:#999900;
display: block;
}

.reccomend_title span:after {
  position: absolute;
  content: '';
  top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #999900;
  width: 0;
  height: 0;
}

.reccomend_item .spec {
    position: absolute;
    text-align: right;
    width: 40%;
    top: 15px;
    right: 10px;
    font-size: 90%;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}		

.item li.txt .speck dd br {
	display:none;
	
}	
	
.item li.txt .speck dd span {
	display: inline;
	padding-left:0!important;
}

.single_right {
  width: 77%;   
}  	
	
}
	

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
	
#pagebox  {
	width:90%;
	max-width:1200px;
	margin:20px auto;
}	


#pagetitle, #pagetitle_liquor, #pagetitle_gin, #pagetitle_glass, #pagetitle_liqueur, #pagetitle_sake {
	display: none;
}	
	
	
	
#pagetitle h2, #pagetitle_gin h2, #pagetitle_liqueur h2, #pagetitle_glass h2, #pagetitle_liqueur h2, #pagetitle_sake h2{
	margin:0;
	padding:1em;/* 20210428修正 */
	font-size:180%;
}

#bread {
    width: 92%;
	margin-top:190px;
}
    
#pagebox h3.j {
	font-size:140%;
}
#pagebox h4.j {
font-size:120%;
}
#pagebox h5.j {
font-size:100%;
}
	
	
#pagebox p.pl30 {
	padding:0 20px;
	margin-bottom:60px;
}

#pagebox p.pl30 a{
color: #013D86 ;
border-bottom: dotted 0.5px #013D86;
}

.category li {
	width:50%;
	float:none;
	border-color:#999900;
	border-style:solid;
	border-width:1px;
	box-sizing:border-box;
	position:relative;
 border-collapse: collapse;
	margin: 0 -1px -1px 0;
}
    
	
.category_foods li, .category_foods_set li{
	width:50%;
	float:left;
	border-color:#999900;
	border-style:solid;
	border-width:1px;
	box-sizing:border-box;
	position:relative;
 border-collapse: collapse;
	margin: 0 -1px -1px 0;
	
	
}   
	
.category li dl {
	margin:0;
	padding:1.0em 0.5em;
}
    
.category_set li .spec {
    position: static;
	text-align:center;
	font-size:90%;
	text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
    margin: 0 auto;
    padding-bottom: 0.8em;
}    
    
.category_set .spec span::after {
    position: static;    
    padding-bottom: -1em;
    content :"（税込）";
    font-size: 90%; 
	text-align: center;
	text-shadow    : 
    1px 1px 0px #FFF,
	-1px -1px 0px #FFF,
    -1px 1px 0px #FFF,  1px -1px 0px #FFF,
    1px 0px 0px #FFF, -1px  0px 0px #FFF,
    0px 1px 0px #FFF,  0px -1px 0px #FFF;
}    
    
.category_set li dl {
    margin: 0;
}    
    
.category_anchor{
   display: block;
   margin-top:-130px;
   padding-top:130px;
}    

.category_submenu ul{ 
text-align: center;
position: relative;
margin:0; 
padding: 0; 
}

.category_submenu li{ 
padding: 0 0.5em; 
margin: 0; 
position: relative;
}

.category_submenu li a{
  width: 80px;
  height: 80px;
  display:block;
  margin:0;
  border-raisu: 50%;
}    
    
.category_submenu li span{
  font-size: 14px;
  font-weight:bold;
  line-height: 1.3;
  text-decoration:none;    
  position: absolute;
  display: inline-block;
  left: 0;
  padding-left: 0.7em;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;

}       
    
.item li {
	width:100%;
	float:none;
	border-width:1px 1px 1px 1px;
}
    
.item li:last-child{
border-color:#999900;
	border-style:solid;
	border-width:0 1px 1px 1px;	
}   
	
.item li.txt {
    width: 100%
}
.item li.txt .btn {
	margin:30px 10px 30px 30px;
	
}

.item li.txt .btn img {
	width:90%;
	height:auto;
}
    
.item li.txt .speck dt {
	width:100%;
	float:none;
	font-weight:bold;
}

.item li.txt .speck dd::before {
	content:none;
}

.item li.txt .speck dd {
	margin:0;
	padding-left:2%;
	margin-bottom:5px;
	
}	

.item li.txt .speck dd br {
	display:none;
	
}	
	
.item li.txt .speck dd span {
	display: inline;
	padding-left:0!important;
}

.item li.photo {
	text-align:center;
}

.item li.photo img {
	margin:3em 0;
	width:auto;
	max-width:80%;
	height:auto;
}
	
.age＿check {
font-size:0.8em;
padding:20px;
text-align: center;
}
	
.guide_info {
display: block;
width: 100%;
}	

.guide_info_1{
display: inline-block;
width:40%;
box-sizing: border-box;
vertical-align: top;
}
	
.guide_info_1 img{
width: 100%;
display: inline-block;
	margin-left:-10px;
}	

.guide_info_1 p{
width: 100%;
display: inline-block;
text-align: center;

}	
    
.guide_info_1 span{
font-size: 0.75rem

}
	
.other{
overflow: hidden;
width: 100%;
}

.other ul {
border: 0 ;
}

.other ul li{
display: inline-block;
border: 0;
width :100%;
margin:5px;
}	

.other img{
overflow: hidden;
width :100%
}
	
.item li.txt .winery {
	margin-top:30px;
	padding:10px;
	box-sizing:border-box;
	border-radius: 10px;
	background-image: url("bgimage.jpg");
    background-size: 500px; 

}

.winery_info {
border-bottom: solid #000000 2px;
}

.winery_name {
font-size:1.5rem ;
color:#000000; 
margin-left:5px;
width: 100%;
display: block;
}

.winery_name span {
font-size:0.75rem!important ;
color:#000000; 
margin-left:5px!important;
display: inline-block!important;
}

.producer{
width: 40%;
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
}

.producer_info{
font-size:0.85rem!important ;
color:#000000; 
text-indent:0!important ;
padding-left: 5px!important ;	
}

.winery span {
margin-right: 0;
margin-bottom: 5px;
font-size:1.15rem ;
color:#000000; 
display: block;
font-weight: bold;
color: #424242;
}

.right{
width: 48%;
vertical-align: top;
margin-left: 8px;
margin-bottom: 3px;
}

.middle{
width: 46%;
vertical-align: top;
display: inline-block;
margin: 3px 3px 8px;
}
	
.wide{
width: 96%;
vertical-align: top;
display: inline-block;
margin: 5px 2% 15px;
}

.winery p {
vertical-align: top;
margin: 0;
padding-left: 5px;
color: #000000;
line-height: 1.7;
}

.winery hr{
border-top: 1px dashed #8c8b8b;
}

.flag{
vertical-align: top;
	margin-right: 10px;
}
	
/*------------------------------------------------------*/
/* 
.bl_selectBlock_content li {
	margin: 0;
	padding: 0;
	border: none;
	width: 30%;
	text-align: left;
}

.bl_selectBlock_content li.long {
	width: 40%;
}
*/ 
/* 20210428修正 */  
 .bl_selectBlock_content li {  
 	margin: 0 5% -3px 0;  
 	padding: 0;  
 	border: none;  
  width: 48%;  
 	text-align: left;  
 	font-size:88%;  
 	letter-spacing:-1px;  
 	display: inline-block;  
 	box-sizing: border-box;  
 	border:none;  
 }  
  
 .bl_selectBlock_content li.long {  
 	display: inline-block;  
 	width:48%;  
 }  
 .bl_selectBlock_content li.longer {  
 	display: inline-block;  
 	width:48%;
 	letter-spacing:-2px;  
 } 
	
 .bl_selectBlock_content li:nth-child(4n) {  
 	margin-right:2%;
	padding-left:5%;
 	border-color:#999900;  
 	border-width:0 1px 0 0;  
 }  	
	
 /*  
 .bl_selectBlock_content li:nth-child(4n) {  
 	margin-right:2%;  
 	border-color:color:#999900;  
 	border-style:solid;  
 	border-width:0 1px 0 0;  
 }  
  
 .bl_selectBlock_content li:nth-child(3n) {  
 	margin-right:2%;  
 	border:none;  
 }  
  
 .bl_selectBlock_content li:nth-child(2n) {  
 	margin-right:0;  
 	border:none;  
 }  
 */ 
 .bl_selectBlock_content li ul li {  
 	border:none!important;  
 	margin-bottom:0px;  
 	width:90%;  
 	padding-left:10%;  
 	}  
 /* /20210428修正 */  

	


.main-cat_container{
display: inline-block;
width: 40%;
vertical-align: top;
line-height: 1.5;
margin: 0 -6px 0 0

}
	
.main_location {
display:block!important;
width: 100%!important;

}
	
	
	
.sub-cat_container{
display: inline-block;
width: 60%;
vertical-align: top;
}
	
	
	
 .bl_selectBlock{
    padding: 10px;
}
	
	
	.winelist{  
width: 90%!important; 
}  
	
	
	
	
 .bc {  
 	font-size:80%;
}  
	
.red,.location_l 
	{
display: block;
width: 100%;
margin:0 5px 15px 0;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
height: 80px;
}
	

.white{
display: block;
width: 100%;
margin:0 5px 15px 0;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
height: 80px;
}

.rose,.spark {
display:block;
width: 100%;
margin:0 5px 15px 0;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
height: 80px;
}
	
.orange {
display:block;
width: 100%;
margin:0 5px 15px 0;
border: solid 1px #999900;
border-width: 0;
box-sizing: border-box;
height: 40px;
}

.sub-cat_container ul{
	width: 100%;
	vertical-align: top;
	font-size: 88%;	
	
}

.location_sp 
	{
display: inline-block!important;
width:122px!important;
border-width: 0 1px 0 0!important;
height: 40px!important;
}


	
.sub-cat_container ul li{
display: inline-block;
width: calc(100% / 3 );
}


.sub-cat_container ul.red {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 80px;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
		}
	
.sub-cat_container ul.location_l {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 80px;
border: none;
		}
	

		
.sub-cat_container ul.white {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 80px;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
	}

.sub-cat_container ul.rose {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 80px;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
}
.sub-cat_container ul.spark {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 80px;
border: solid 1px #999900;
border-width: 0 0 1px 0;
box-sizing: border-box;
}	
.sub-cat_container ul.orange {
display: block;
margin:0 5px 15px 0;
width: 100%;
height: 40px;
}
	
.indent_sp {
	margin-left:1.5em;text-indent:-1.5em;
}
	
.list-button {
 padding: 4px 0.5em;
font-size: 80%;

}
	
.location{
position:relative;

}

.second_row, .third_row, .second_row_type{
margin-top:0;
}
    
.second_row_taste{    
display: block;
margin-top:0;
}    
    
.sub_taste {
position:absolute;
top:0;
left: 39.5%;
}    

.sub_location {
position:absolute;
top:0;
left: 39.5%;
}
    
    

	
.none {
display: none!important;

}

/* おすすめ商品 */
.reccomend {
display: block; 
width: 100%;
}
.reccomend_item {
 width:100%;
 position: relative;
	border-bottom: solid 1px  #999900;
}

.reccomend_item dl {
margin:0;
padding:1em 0 ;
}

.reccomend_item dt {
	margin:0;
	padding:0;
	vertical-align:middle;
	width:30%;
	text-align:center;
 display: inline-block;
}

.reccomend_item dt img {
	width: auto;
}

.reccomend_item dd {
	margin:0;
	padding:30px 0 0;
	width:65%;
	vertical-align:middle;
	line-height:160%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 85%!important;
	font-weight: 500;
	font-size:75%;
	color:#660033;
	font-weight:bold;
	text-align:left;
    font-feature-settings: "palt";
	line-break:strict;
    word-break:break-word;
    overflow-wrap:break-word;
    word-wrap:break-word;
	 display: inline-block;

}

.reccomend_title {
font-size:100%!important;
text-align: center;
display: block;
	margin-top: 50px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;

}
.reccomend_title span{
 position: relative;
  padding: 0.6em ;
  background:#999900;
display: block;
}

.reccomend_title span:after {
  position: absolute;
  content: '';
  top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #999900;
  width: 0;
  height: 0;
}

.reccomend_item .spec {
    position: absolute;
    text-align: right;
    width: 40%;
    top: 15px;
    right: 10px;
    font-size: 90%;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}	

.shop_info img{
    width: 100%
}    
    
.calendar_box{display: block;}    
    
}


/* スマホ設定  375 以下*/
@media screen and (max-width:375px)
{
.indent_sp {
margin-left: 0;
}
    
.sub-cat_container ul li{
letter-spacing: -0.1em;
display: inline-block;
width: calc(100% / 3 );
margin-right: 2.2em;
}

 .bl_selectBlock_content li:nth-child(4n) {  
 	margin-left: 1.45em;
 }      
    
.sub_taste {
position:absolute;
top:0;
left: 35%;
}    

.sub_location {
position:absolute;
top:0;
left: 35%;
}    
    

    
}
</pre></body></html>