@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { overflow: hidden; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; font-size: 14px; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; line-height: 160%; background:#111; }

.tb { display: none; }
.sp { display: none; }
.pc { display: inline-block; }


a {
	color: #3b82c4;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
.clear {
	clear: both;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

strong {
	font-weight: bold;
}



/* ヘッダー
=========================================================================================== */
header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	display: block;
	overflow: hidden;
	background: url(../img/main.jpg) no-repeat top;
	background-size: cover;
	text-align: center;
	position: relative;
}
h1{
	left: 20px;
	top:50px;
	position: absolute;
}
header .logo{
	margin: 20px 0;
}


/* コンテンツ
=========================================== */
article {
	max-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
article .cont{
	min-height: 1000px;
	background: #FFF;
	font-size: 12px;
	padding: 30px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow: hidden;
}
article .cont.right img{
	float: right;
	margin-left: 10px;
}
article .cont.left img{
	float: left;
	margin-right: 10px;
}
article .gray{
	background: #e6e6e8;
}
article .cont h2{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}

/* スライダー
=========================================================================================== */
.slide {
	margin: 10px auto;
	max-width: 1000px;
}

/* ボタン
=========================================== */
.bt{
	margin: 50px 0 30px 0;
	clear: both;
	overflow: hidden;
}
.bt ul{
	text-align: center;
}
.bt ul li{
	display: inline-block;
	width:18px;
	margin: 0 40px;
	vertical-align: top;
	letter-spacing: 0.4em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.bt ul li a{
	color: #333;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	line-height: 130%;
}

/* 新着
=========================================== */
div#news{
	width: 700px;
	margin: 0 auto;
	padding: 2em;
	overflow: hidden;
	clear:both;
	position: relative;
	text-align: left;
	font-size: 14px;
	background: #FFF;
}
div#news ul{
}
div#news ul li{
	color: #000;
	text-indent: -150px;
	padding: 5px 0 5px 150px;
	border-bottom:  dotted 1px #CCC;
}
div#news ul li span{
	display: block;
	width: 150px;
	float: left;
}
div#news ul li a{
	color: #000;
}


/* 酒
=========================================== */
div#sake .img1{
	float: left;
	margin: 0 20px;
	padding-bottom: 200px;
}
div#sake .h2{
	margin-top: 1em;
	
}
div#sake .img2{
	margin-top: 20px;
}

/* アクセス
=========================================== */
div#access{
	position: relative;
	text-align: center;
}

div#access .img1{
	position: absolute;
	right: 20px;
	top: 20px;
}
div#access .img2{
	position: relative;
}
div#access .tx{
	position: absolute;
	right: 50px;
	top: 200px;
	text-align: left;
}
div#access .tx p{
	line-height: 130%;
	margin-left: 65px;
}
/* ページトップ
======================================================== */
#page-top {
	width: 10%;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    opacity: 0.8;
}	

/* フッター
=========================================================================================== */
footer div{
	max-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 1em 0;
	font-size: 90%;
	color: #FFF;
}

.slick-dots li button:before {
    color: #333;
  }
.slick-dots li.slick-active button:before {
    color: #000 !important;
}
/* シングル
=========================================== */
.single{
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
}

.single h2{
	font-weight:bold;
	font-size:20px;
	text-align: left;
	border-bottom:1px solid #666;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
.single .navi{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
	overflow: hidden;
}
.single .navi ul li{
	float: left;
	width: 200px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {

h1{
	width: 20%;
	left: 20px;
	top:50px;
	position: absolute;
}
header .logo{
	width: 20%;
	margin: 20px auto;
}
.bt ul li{
	width:16px;
	margin: 0 30px;
}
div#access .tx{
	width: 300px;
	position: static;
	display: block;
	margin: 0 auto;
	padding: 0;
	right: 0;
	top: 0;
}
div#access .tx p{
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

#page-top {
	width: 15%;
}	
/* シングル
=========================================== */
.single{
	max-width: 95%;
}

.single .navi{
	width: 450px;
}
.single .navi ul li{
	width: 150px;
}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
.bt{
	margin: 50px 0 30px 0;
	clear: both;
	overflow: hidden;
}
.bt ul{
	float: none;
	left: 0;
	position:relative;
}
.bt ul li{
	width:100%;
	float: none;
	left: 0;
	margin: 0;
	position:relative;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
}
.bt ul li a{
	width:100%;
	padding: 10px 0;
	background: #111;
	color: #FFF;
	border-bottom: 1px solid #999;
}
div#news{
	width: 90%;
	padding: 1em;
	font-size: 12px;
}
div#news ul li{
	text-indent: -100px;
	padding: 5px 0 5px 100px;
}
div#news ul li span{
	width: 100px;
}

article .cont {
	padding: 1em;
}
article #echigo br, article #history br, article #kodawari br, article #sake br, article #rakusui br{
	display: none;
}

article .cont h2{
	font-size: 16px;
	margin-top: 1em;
}
.right{
	text-align: left;
}
#page-top {
	width: 20%;
    right: 10px;
}
.single h2{
	font-size:18px;
}
.single .navi{
	width: 300px;
}
.single .navi ul li{
	width: 100px;
}	

}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {

h1{
	top:30px;
}
header .logo{
	margin: 10px auto;
}


div#access .img2{
	width: 60%;
}
div#access .tx img{
	width: 50%;
	
}

#page-top {
	width: 25%;
}		
.single .navi{
	width: 240px;
}
.single .navi ul li{
	width: 80px;
}





}
