@charset "UTF-8";
/* body
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	background: url(images/bg_main.png) left top repeat;
	letter-spacing: 1px;
	font-weight: bold;
}
/* common style
--------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: top;
}
.clearfix:after {
	content: ".";

	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.font2 {font-family: "FP-ヒラギノ角ゴ ProN W6";}

/* layout
--------------------------------------------------*/
.w1000 {
	width: 1180px;
	margin: 0 auto;
}
.left	{
	float:left;
}
/* header */
#header {
	width:100%;
	margin:0 auto;
}
#header .w1000 {
	position: relative;
	height: 145px;
}
#header .logo {
	position: absolute;
	top: 20px;
	left: 0;
}
#header h1 {
	position: absolute;
	top: 20px;
	right: 0;
	width:950px;
	color:#3F1F00;
	text-align:right;
}
	
#header .title {
	padding: 15px 20px 0 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
#mv .tel,
#mv .info,
#mv .rec,
#mv .coupon {
	width:288px;
	height:60px;
	line-height:60px;
	text-align:center;
	position: absolute;
	left:50%;
	margin-left:282px;
}
#mv .tel {
	bottom: 88px;
}

#mv .coupon {
	bottom: 18px;
}

#mv .info {
	bottom: 156px;
	font-size: 22px!important;
	font-size: 2.2rem!important;
	text-align: center;
	background:#B25900;
}

#mv .info a {
	display: block;
	color: #3F1F00;
	text-decoration: none;
}

#mv .rec {
	bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background:#000040;
}

#mv .rec a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#header #navi {
	position: absolute;
	bottom: 0;
	right: 0;
	width:950px;
	height: 60px;
}

#header #navi a {
	color: #411900;
}
#header #navi ul {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	
}
#header #navi li {
	float: right;
	border-right:1px solid #000040;
}
#header #navi li:last-child{
	border-left:1px solid #000040;
}
/* contents */
#contents {
	min-width: 1180px;
}

#mv {
	height: 560px;
	margin: 0 auto;
	background: url(images/bg_main.png) left top repeat;
	overflow:hidden;
	position:relative;
}
#cate_main{
	margin:0 auto;
	width:1180px;
}
.post-cont	{
	padding:10px;
	padding-bottom:0px;
	border-top:1px solid #3F1F00;
}

.news_post {
        width: 80%;
        margin: auto;
}

.news_post dl	{
	border-bottom:solid 1px #3F1F00;

}
.post-date	{
	padding:10px;
	padding-bottom:0px;
	
}
#contents .list {
	width: 1180px;
	margin: 35px auto;
	padding-bottom: 20px;
}
#contents .list .title,
#contents .list_otheritem .title,
#contents .list_4c .title{
	text-align:center;
	color:#3F1F00;
	font-size:18px;
	background: url(images/bg_title.png) center no-repeat;
	height:132px;
	vertical-align:middle;
	display:table-cell;
	width:1180px;
}

#contents .list .txt {
	font-size: 14px;
	font-size: 1.4rem;
	color:#3F1F00;
}

#contents .list_l,
#contents .list_s, 
#contents .list_s2{
	overflow: hidden;
}
#contents .list_l {
	width: 1000px;
	text-align:center;
}
#contents .list_cat1,
#contents .list_s,
#contents .list_catall {
	width: 1180px;
	margin: 0 auto;
}
#contents .list_cat1 li,
#contents .list_otheritem li,
#contents .list_4c li,
#contents .list_catall li {
	float: left;
}
#contents .list_cat1 li {
	width: 560px;
	margin-top:20px;
	color:#3F1F00;
	font-size:14px;
}
#contents .list_cat1 li:nth-child(2n-1) {
	margin-right:60px;
}
#contents .list_catall li {
	width: 360px;
	margin-top:20px;
	margin-right:50px;
}
#contents .list_catall li:nth-child(3n) {
	margin-right:0px !important;
}
#contents .list_otheritem li,
#contents .list_4c li{
	width: 265px;
	margin-top:20px;
	margin-right:40px;
}
#contents .list_otheritem li:nth-child(4n),
#contents .list_4c li:nth-child(4n){
	margin-right:0px;
}
#contents .list_cat_cat2 li {
	margin-top: 50px;
}
#contents .list_cat_common {
	overflow: hidden;
}
#contents .list_cat_common li,
#contents .list_cat2 li {
	margin-bottom:50px;
}
#contents .list_cat_common li.harf {
	float: left;
	width: 580px;
	height: 160px;
}
#contents .list_cat_common li .ph {
	width: 560px;
	float:left;
}
#contents .list_cat_common li.odd .ph {
	float:right;
}

#contents .list_cat_common li .txt {
	width: 580px;
	float:right;
}
#contents .list_cat_common li.odd .txt {
	float:left;
}
#contents .list_cat_common li h3,
#contents .list_cat_cat2 li h3{
	font-size:18px;
	margin-bottom:5px;
	color:#3F1F00;
	text-decoration:underline;
}

#contents .list_cat_cat2 li .ph {
	width: 430px;
	float:right;
}

#contents .list_cat_cat2 li .txt {
	width: 710px;
	float:left;
}
#contents .list_cat1 li .txt,
#contents .list_otheritem li .txt ,
#contents .list_4c li .txt ,
#contents .list_catall li .txt {
	background: url(images/ic_sti.png) left 7px no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	text-align:left;
	padding-left:40px;
	color:#3F1F00;
	margin-top:5px;
}
#contents .list_4c li .txt {
	font-size: 14px;
	font-size: 1.4rem;
}
#contents .list_s li .ph img{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:3px #f8f4ea solid;
}
#contents  a{
	color:#3F1F00;
	font-size:14px;
}
#contents #info {
	padding: 20px 0 30px 0;	
	color:#3F1F00;
	background: #FFA64D;
}
#contents #info a{ color:#3F1F00;}
#contents #info .w1000 {
	position: relative;
	overflow: hidden;
}
#contents #info .title {
  line-height: 75px;
  padding-left: 100px;
  color: #3F1F00;
  font-size: 16px;
  font-size: 1.6rem;
}

#contents #info .map {
	float: left;
	width: 580px;
	margin-top: 35px;
	font-size: 14px;
	font-size: 1.4rem;
}
#contents #info .map a {
	color:#3F1F00!important;
}
#contents #info .map iframe{
	width: 580px;
	height:455px;
}
#contents #info .shopname {
	padding-bottom: 10px;
	color:#3F1F00;
	font-size:20px;
	font-weight: bold;
}
#contents #info .shopinfo {
	float: left;
	width: 460px;
	margin: 35px 0 0 40px;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	border-bottom: 1px dotted #3F1F00;
}
#contents #info dt {
	clear: both;
	float: left;
	width: 85px;
	padding: 5px 0;
	border-top: 1px dotted #3F1F00;
}
#contents #info dt.first {
	border-top: none;
}
#contents #info dd {
	float: left;
	width: 375px;
	padding: 5px 0;
	border-top: 1px dotted #3F1F00;
}

#list_cat1 .cf .ph {
	border-bottom-style: 1px dotted;
	border-bottom-color: #333;
}

.toppr {
        border-bottom: 1px dotted #3F1F00;
        clear: both;
        float: left;
}

/* reserve_btn */
.reserveb {
 background-color:rgba(0,0,0,0.7);
 padding:10px;
 position: fixed;
 bottom: 5px;
 right: 10px;
}

/* footer */
#footer {
	width:100%;
	margin:0 auto;
	padding:  25px 0 25px;
	background: #B25900;
	color: #3F1F00;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
        position: relative;
}
#footer a {
	color: #3F1F00;
}
#footer .copyright {
	margin-top:  20px;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .rec {
        position: absolute;
	right: 90px;
	bottom: 30px;
}

/*coupon*/
.coupon_box {
	border: thin solid #3F1F00;
	margin-bottom:30px;
	clear:both;
	color:#3F1F00;
}
.coupon_title {
	width:40%;
	float:left;
}
.coupon_naiyou {
	width:59%;
	float:left;
	border-left:#3F1F00 dotted 1px;
}
.coupon_naiyou table{
	width:100%;
}
.coupon_naiyou table td {
	}
.coupon_naiyou table tr td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3F1F00;
}
.coupon_attention {
	color:#FFF;
	border: thin solid #3F1F00;
}
/* wideslider */
.wideslider {
	width: 100%;
	height: 560px;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}
.slider_prev {background:  url(images/main_arr_prev.png) no-repeat right center;}
.slider_next {background:  url(images/main_arr_next.png) no-repeat left center;}

.pagination {
	display: none;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #3F1F00;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.breadcrumbs{
	padding:10px;
	color:#3F1F00;
	font-size: 14px;
	font-size: 1.4rem;
}
.breadcrumbs a{
	padding:10px;
	color:#3F1F00;
}



/* sitemaps */
.sitemaps {
  width: 1180px;
  margin: 0 auto;
}
.sitemaps .entry-title {
  padding: 10px 10px 0;
    background: #3F1F00!important;
    font-size: 20px;
    font-size: 2.0rem;
}
#sitemap_list li.home-item {
  margin: 0;
    border-bottom: none!important;
    margin-bottom: 0px!important;
}
#sitemap_list li li {
    background: none!important;
}

/* news_list */

.news_list .sti.f_min {
    background: #3F1F00;
    height: 35px;
    padding: 10px 0 0 30px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left:20px;
    margin-right:40px;
}

#contents .news_title {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
#contents .news_title .more {
    float: right;
    display: block;
    padding-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
#contents .news_title .more a {
    color: #3F1F00;
}
#contents .news_list {
    margin-top: 5px;
    border-top: 1px solid #3F1F00;
}

#contents .news_list article {
    padding: 10px 0;
    border-bottom: 1px solid #3F1F00;
    overflow: hidden;
}

#contents .news_list article .date {
    display: block;
    float: left;
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
}

#contents .news_list article .txt {
    float: left;
    width: 880px;
    font-size: 14px;
    font-size: 1.4rem;
}

#news .news_list {
    padding: 10px 0 30px;
}

#news p.path {
    margin-left: 25px;
}

#news .news_list .right {
    margin-right: 40px;
}

#news .news_list article {
    padding: 30px 0;
    border-bottom: 1px solid #3F1F00;
    overflow: hidden;
}
#news .news_list article .left img {
    width: 400px;
    height: auto;
}
#news .news_list article .date {
    font-size: 12px;
    font-size: 1.2rem;
}
#news .news_list article .title {
    padding-top: 5px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
#news .news_list article .txt {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

#wrapper .inner {
    position: relative;
    display: block;
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

#contents .inner {
    width: 920px;
}

/* pr */
#contents .pr {
    font-size: 16px;
    font-size: 1.6rem;
}
#contents .pr .inner {
    padding: 50px 0 40px;
    background: url(http://cheese-wine-den.com/wp-content/themes/DENM-PC/images/pr_img1.png) right 30px no-repeat;
}

.phone	{
display:none;
}
.news_post h2	{
	font-size:25px;
}


@media screen and (max-width: 769px){
#header #navi {
	display:none;
}
.phone {
display:block;
}
.w1000	{
width:100%;
}
.wideslider_wrap{
height:360px!important;
}
.wideslider_wrap ul{
height:360px!important;
}

.wideslider_wrap li {
height:360px!important;
}
.wideslider_wrap img {
height:360px!important;
}
.wideslider_base{
height:360px!important;
width:100%!important;
}
.wideslider{
height:360px!important;
}
#mv{
height:360px!important;
}
#contents{
width:100%;
min-width:100%;
}
.w1000{
width:100%;
}
#contents .list .title, #contents .list_otheritem .title, #contents .list_4c .title {
width:100%;
}
.breadcrumbs{
padding-left:0px;
padding-right:0px;
}
#contents .list{
width:100%;
}
#contents .list_cat1, #contents .list_s, #contents .list_catall{
width:100%;
}

#contents .list_cat1 li:nth-child(2n-1){
margin:0px;
}
#contents .list_cat1 li{
max-width:100%;
padding-left:10px;
padding-right:10px;
margin:0px;
box-sizing:border-box;
}
.wideslider{
display:none;
}
#mv{
height:auto!important;
}
#contents img {
max-width:95vw;
}
#contents h2{
max-width:95vw;
}
#mv img {
width: 100vw;
height:auto!important;
}
#contents .list_cat1 li{
padding:0px;
}
#contents .list_cat_common li .ph{
width: 100vw;
}
#header h1{
top:4px;
}
#header .logo{
 left : calc(50% - 115px) ;
}
#header #navi{
width:100%;
}
#header #navi2{
width:100%;
position:absolute;
top:140px;
z-index:500;
overflow: hidden;
height: 0px;
}
#header #navi ul li{
 margin:5px;
}
#header #navi ul{
width:340px;
overflow:visible;
}
#header{
height:140px;
}
#header #navi {
top:125px;
}
#header #navi2 li{
	border-left: 1px solid #000040;
	background: #C56420;
	padding: 10px;
	font-size: 12px;
	border-top: solid 1px #ddd;
}
#header #navi2 li a{
	display:block;
	width:100%;
	height:100%;
	color:#F7E0B6;

}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 4s;
	box-sizing: border-box;
	background: #C56420;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
}
.menu-trigger {
	transition: all 0.1s !important;
	position: absolute;
	width: 50px;
	height: 44px;
	right: 10px;
	top: 50px;
	border-bottom: 4px solid #999;
	box-sizing: content-box;
	cursor:pointer;
}
.menu-trigger:active  {
	margin-top:4px;
	border-bottom: 1px solid #999;;
	transition:0.1s !important;

}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin-right:5px;
	margin-left:5px;
}
.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 8px;
}



#contents #info .shopinfo{
margin:0px;
padding:10px;
box-sizing:border-box;
font-size:10px;
}
#contents .list_4c li {
float:none;
}