@charset "euc-jp";
@import "http://file002.shop-pro.jp/PA01365/050/css/html5reset-1.6.1.css";

/************************************
Common
************************************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	line-height: 1.5;
	color: #000;
	font-size: 15px;
	font-family: "¥á¥¤¥ê¥ª","Meiryo","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó ¥´¥·¥Ã¥¯","Osaka",sans-serif;
	background: #f8f6ee;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
    color: #f8f6ee;
	text-decoration: none;
}
#wines ul li a:hover,
a img:hover{
	opacity: 0.5;
}
img{
	width: auto;
	vertical-align: bottom;
}
.pc_view{
	display: block;
}
.sp_view{
	display: none;
}
.fixed{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
}
#modal-overlay{
	z-index: 950;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 255,255,255, 0.75 );
}
.attention{
	color: #f00;
}
#wrapper{
	min-width: 850px;
		padding: 108px 0 0;
}
#main{
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 90px;
}
.duty{
	color: #f00;
	font-size: 12px;
	text-align: center;
}
header .duty{
	padding: 0 0 3px;
}
footer .duty{
	width: 100%;
	padding: 50px 0 15px;
	background: #000;
}
.back_btn{
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    color: #93622c;
    margin: 20px 0 0;
    text-decoration: none;
}
.back_btn:hover{
	cursor: pointer;
    color: #93622c;
    opacity: 0.5;
}

/************************************
#other
************************************/
#other{
	margin: 50px 0 0;
}
#other a:hover{
	color: #000;
	text-decoration: none;
}
#other h2{
	margin: 0 0 20px;
	font-size: 26px;
	text-align: center;
}
#other > p{
	margin: 0 0 40px;
}
#other article + article{
	padding: 110px 0 0;
}
#other article h3{
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #333;
}
#other article p{
	margin: 20px 0 0;
}
#other article dt{
	font-size: 14px;
	margin: 20px 0 0;
}
#other article dl dd{
	margin: 5px 0 0;
}
#other article dl dd div{
	margin: 10px 0 0 20px;
}
#other article table{
	width: 96%;
	margin: 20px auto 0;
}
#other article table th{
	padding: 5px 10px;
	color: #f8f6ee;
	border: 1px solid #6d6e71;
	background: #6d6e71;
}
#other article table td{
	padding: 5px;
	border: 1px solid #6d6e71;
	background: #fff;
}
#other article table td + td{
	text-align: right;
}
#other article table + p{
	text-align: right;
}
#other article .data{
	text-align: right;
}
.sk dt{
	padding: 5px;
	background: #6d6e71;
  	color: #f8f6ee;
}
.sk dd{
	padding: 5px;
	margin: 0 0 30px;
}
.company .support{
	width: 96%;
	margin: 0 auto 40px;
}
.company .support p{
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.company .support li{
	margin: 10px 0 0;
}
.company .support + a{
	width: 90%;
	text-align: center;
	border-radius: 10px;
	padding: 20px;
	margin: 20px auto 50px;
	display: block;
	color: #f8f6ee;
	background: #85674c;
	text-decoration: none;
}
.company .support + a:hover{
	color: #f8f6ee!important;
	opacity: 0.5;
}
.company .sk dd{
	line-height: 2.0;
}
.company iframe{
   width: 100%;
   height: 450px;
}

/************************************
header
************************************/
header{
	width: 100%;
	padding: 10px 20px;
	overflow: hidden;
	background: #fff;
}
header h1{
	width: auto;
	float: left;
}
.nav_btn{
	float: right;
	text-align: right;
}
.nav_btn li{
	width: 60px;
	margin: 0 0 0 5px;
	display: inline-block;
}
nav,
.bar{
	display: none;
}

/************************************
#list_head
************************************/
#list_head{
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}
#list_head h2{
	float: left;
	font-size: 28px;
	color: #dbb78c;
	text-shadow: #404041 1px 1px 0px, #404041 -1px 1px 0px,
				 #404041 1px -1px 0px, #404041 -1px -1px 0px, #000 0px 0px 2px, #000 0px 0px 2px;
}
#list_head h2.search_ttl{
	font-size: 20px;
	color: #666;
	text-shadow: none;
}
#list_head .cat_red{
	color: #ec1c24;
}
#list_head .cat_white{
	color: #427841;
}
#list_head .cat_rose{
	color: #e79ac3;
}
#list_head .cat_sparkling{
	color: #fff100;
}
#list_head .sort_search{
	float: right;
}
#list_head form{
	display: inline-block;
}
#list_head input[type="text"]{
	height: auto;
	border-radius: 0;
	margin: 0 0 0 15px;
	padding: 5px;
	border: 1px solid #45351a;
	background: #f8f6ee;
}
#list_head select{
	width: auto;
	display: inline-block;
	min-width: 150px;
	border: 0;
	padding: 3px;
	border-radius: 20px;
	background: #e6e7e8;
	outline: 0;
}

/************************************
#side
************************************/
#side{
	width: 230px;
	float: left;
}
#side ul{
	margin: 0 0 25px;
}
#side ul li{
	width: 210px;
	line-height: 1.2;
	margin: 0 0 5px;
}
#side ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #927a5d;
}
#side ul li a:hover{
	text-decoration: underline;
}
#side .wine li{
	width: 100%;
	margin: 0 0 10px;
}
#side .shop dt{
	margin: 0 0 5px;
}
#side .shop dt a{
	font-size: 14px;
	color: #927a5d;	
	text-decoration: none;
}
#side .shop dt a span{
	font-size: 16px;
}
#side .shop dt a:hover{
	color: #927a5d;
	text-decoration: underline;
}
#side .shop dd{
	margin: 0 0 10px;
}

/************************************
aside
************************************/
aside{
	width: 100%;
	background: #6d6e71;
}
aside div{
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
}
aside div img{
	width: 85px;
	display: table-cell;
	vertical-align: middle;
}
aside div p{
	width: 655px;
	font-size: 12px;
	line-height: 1.8;
	color: #f8f6ee;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

/************************************
footer
************************************/
footer{
	width: 100%;
	padding: 40px 0 0;
	color: #f8f6ee;
	background: #212121;
}
footer a{
	color: #f8f6ee;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer .outline{
	width: 530px;
	margin: 0 auto;
	overflow: hidden;
}
footer .address{
	width: 190px;
	margin: 0 0 40px;
	text-align: center;
	float: left;
}
footer .address a img{
	width: 130px;
}
footer .address ul li{
	width: 100%;
	margin: 40px 0 0;
	border-radius: 20px;
	background: #7a7a7a;
}
footer .address ul li:hover{
	opacity: 0.5;
}
footer .address ul li a{
	width: 100%;
	line-height: 1;
	padding: 10px 0;
	display: block;
}
footer .address ul li a:hover{
	text-decoration: none;
}
footer .address ul .btn_tel a{
	background: url(https://img21.shop-pro.jp/PA01365/050/etc/icon_tel.png?cmsp_timestamp=20160818164159) no-repeat 10px center;
	background-size: auto 50%;
}
footer .foot_link{
	float: right;
}
footer .foot_link li{
	padding: 0 0 0 15px;
	background: url(https://img21.shop-pro.jp/PA01365/050/etc/icon_circle.png?cmsp_timestamp=20160818164218) no-repeat left center;
}
footer .foot_link li + li{
	margin: 10px 0 0;
}
#copyright{
	width: 100%;
	padding: 0 0 50px;
	text-align: center;
	background: #000;
}