@charset "utf-8";


/* CSS Document */

/*ここからリセットスタイル*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, form, fieldset{
	margin: 0;
	padding: 0;
}

html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

li{
	list-style:none;
}

img{
	border-style: none;
	margin:0;
}

address{
	font-style:normal;
}

p {
	text-align: justify;
}



/*ここからベーススタイル*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.8;
	margin:0;
	padding: 0;
	font-size: 1.7rem;
	overflow: hidden;
	background: #ffffff;
	color:#4d4d4d;
}

article {
	line-height: 1.9;
}

article p {
	margin-bottom: 1em;
	text-align: center;
}

a {
	color: #0b8793;
}

.sh_on{
	display:none;
}

#intro{
	float:none;
	background-color: #ffffff;
	padding-bottom:3px;
}

ul.sample1{
  counter-reset:list;
  list-style-type:none;
}

ul.sample1 li{
  padding:5px 0 5px 1.5em;
  margin:10px;
  font-size:17px;
	list-style-type: circle;
	list-style-position:inside;
	text-indent:-1.5em;
	line-height:1.4;
}

.border-box{
	margin:80px auto;
	width:1300px;
	clear:both;
}

.border-box hr{
	border-bottom: 1px solid #fff;
}

#concept{
	padding-top:80px;
	margin:-80px auto 0 auto;
}

#taproom,#sns{
	padding-top:80px;
	margin:-80px auto 0 auto;
	clear:both;
}

#contact{
	padding-top:80px;
	margin:-80px auto 0 auto;
}

#concept .inner{
	float:none;
	background-color: #ffffff;
	background-image: url(../image/concept.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding:60px 0;
}

footer {
	padding: 30px;
	text-align: center;
	color:#ffffff;
	margin:50px auto 0 auto;
	background-color: #004F50;
	clear:both;
}

footer p{
	text-align: center;
	font-size:0.8em;
	color:#ffffff;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

#pagetop {
    position: fixed;
    right:30px;
    bottom: 50px;
    opacity: 0;
		font-size:36px;
}

#pagetop a {
	display: block;
	min-height: 40px;
	padding: 10px 40px 6px 28px;
	text-decoration: none;
}

#pagetop a:hover{
	opacity: 0.6;
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 1100px;
	margin:0 auto;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

.inner2 h2{
	margin:30px;
	line-height:0.9;
	font-size:32px;
	letter-spacing: 0.05em;
	text-align:center;
	color:#cd853f;
}

.inner h2,.inner3 h2{
	margin:30px;
	font-size:32px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.05em;
	text-align:center;
	font-weight:normal;
}

.inner h3,.inner3 h3{
	margin:30px;
	font-size:18px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.05em;
	text-align:center;
	font-weight:normal;
}

.midashi{
	margin:30px;
	font-size:32px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0.05em;
	text-align:center;
	font-weight:normal;
}

.inner2 h2 span.subcap{
	font-family: 'Quicksand', sans-serif;
	color:#664020;
	font-size:12px;
}

.inner2 {
	width: 900px;
	margin: 0 auto;
}

.inner3 {
	margin:0 auto;
	text-align:center;
	width:1040px;
}

.img_900{
	width:900px;
	margin:50px auto;
}

.img_900 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#intro h2{
	margin-top:50px;
}

#beer{
	text-align: left;
	padding-bottom: 50px;
	background-color: #ffffff;
	width:100%;
	padding-top:80px;
	margin:-80px auto 0 auto;
	overflow: hidden;
}

#googlemap{
	padding:80px 0;
	margin:-80px auto 0 auto;
}

#beer ul{
	font-size:15px;
	line-height: 1.5;
	text-align: justify;
	clear:both;
}

#beer ul li{
	float:left;
	width:330px;
	margin-right:50px;
	margin-bottom:30px;
}

#beer ul li span{
	font-family:'Quicksand', sans-serif;
	font-size:17px;
	font-weight:600;
}

#beer ul li img{
	width:100%;
	display: block;
	margin-bottom:20px;
}

#beer ul li:last-child{
	margin-right:0;
}

.inner_herf{
	width:500px;
	float:left;
	margin: 0 10px 30px 10px;
	height:750px;
}

.text-center{
	text-align: center;
	font-family:'Ubuntu', sans-serif;
}

.text-center a{
	color:#0b8793;
	text-decoration: none;
}

.text-center a:hover{
	opacity: 0.8;
	text-decoration: underline;
}

.size{
  color:#1da1f2; /*青色にする*/
	font-size:2.5em;
	color:#0b8793;
	margin:5px 0;
}

.size2{
  color:#1da1f2; /*青色にする*/
	font-size:2.5em;
	color:#0b8793;
	margin:5px 0;
}


/*table*/

.style_01 {
    margin: 50px auto 10px auto;
    width: 1000px;
    padding: 50px 180px;
}

.style_01 td{
	padding:10px;
}

.style_01 .formtxt {
    width: 100%;
    padding: 5px;
}

.red {
    color: red;
}


/* header */
#top-head {
	font-size: 18px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 5px;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #ffffff;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	font-size: 30px;
}

#top-head .logo img{
	width:180px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 18px;
	font-weight:bold;
	font-family: 'Ubuntu', sans-serif;

}

#global-nav ul li {
	float: left;
	position: relative;
}

#global-nav ul li a {
	padding: 0 16px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
	background: #a0522d;
	bottom: -20px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top:5px;
	background: #ffffff;
}

#top-head.fixed a{
    color: #696969;
    text-decoration: none;
}

#top-head.fixed .logo {
	margin-top:5px;
}

#top-head.fixed .logo img{
	width:120px;
}

#top-head.fixed #global-nav ul li a {
	color: #696969;
	padding: 0 16px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;

}
#top-head.fixed #global-nav ul li:hover:after {
	background: #f5deb3;
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 18px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

.clear{
	clear:both;
}


#access{
	width:100%;
	background-color: #ffffff;
}

#insta{
	width:100%;
	background-color:#fffacd;
	padding-bottom:100px;
}


#access h2{
	margin:30px;
	line-height:0.9;
	font-size:32px;
	font-family: 'Ubuntu', sans-serif;
	text-align:center;
	color:#cd853f;
}


@media screen and (max-width: 1024px) {

.sh_on{
	display:block;
}

article {
    line-height: 1.9;
		padding: 0;
		margin:0;
}

.sh_non{
	display:none;
}

.img_100{
	display: block;
	width:100%;
}

#global-nav ul li a {
		padding: 0 20px;
	}

#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

#intro h2 {
	margin-top:0;
	}

#intro p {
	text-align: justify;
	padding:20px;
	margin:0 auto;
}

#top-head,
	.inner {
		width: 100%;
		padding: 0;
}

#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

#top-head a, #top-head {
	color: #ffffff;
	text-decoration: none;
}

#access img{
	display: block;
	margin: 10px auto;
	width:100%;
}

.inner h2, .inner3 h2 {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    font-weight: normal;
}

.midashi {
    margin: 30px;
    font-size: 28px;
}

.inner h3 {
    margin: 20px;
}

.inner2 {
    width:100%;
		padding:10px;
		margin:0 auto;
}

.inner{
	width:100%;
	margin:0 auto;
}

#concept .inner {
    float: none;
    background-color: #ffffff;
    background-image: url(../image/concept.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px 0;
}

#beer ul {
	width:100%;
}

#beer ul li{
    float:none;
    width:90%;
    margin:0 auto;
}

#beer ul li:last-child {
	float:none;
	width:90%;
	margin:0 auto;
}

#beer ul li img{
	width:100%;
	margin-bottom:10px;
	margin-top:30px;
}

ul.sample1 {
    width:95%;
		line-height:1.6;
}

ul.sample1 li {
    padding: 10px 0 10px 1.5em;
    margin: 10px auto;
    font-size: 16px;
    list-style-type: circle;
    list-style-position: inside;
    text-indent: -1.5em;
}

.border-box {
    margin:10px auto;
    width: 90%;
}

article p {
    margin:0 auto;
		text-align:justify;
		font-size:16px;
}

#intro{
	  padding:80px 15px;
		margin:-80px auto;
}

#concept{
	  padding:80px 15px;
		margin:-80px auto;
}


#beer .inner{
    padding:10px 15px 50px 15px;
		margin:0 auto;
		width:90%;
}

#beer {
	padding:80px 0;
	margin:-80px auto;
}

#googlemap{
	padding:80px 0;
	margin:-80px auto;
}

.inner3 {
	margin:20px auto;
	text-align:center;
	width:90%;
	padding:10px;
}

.img_100{
	width:100%;
	margin:20px auto;
}

.style_01 {
    margin: 10px auto 10px auto;
    width: 100%;
    padding: 20px;
}

.style_01 .formtxt {
    width: 95%;
    padding: 5px;
}


footer {
    padding:30px 10px;
    text-align: center;
    border-top:none;
    width: 100%;
    margin:50px auto 0 auto;
		background-color: #004F50;
		box-sizing: border-box;
}

footer p {
    text-align: center;
    font-size: 0.7em;
}

footer a {
    color: #ffffe0;
    text-decoration: none;
}

	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #ffffff;
		width: 100%;
		height: 80px;
		z-index: 999;
		position: relative;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		color: #333;
		font-size: 26px;
		margin-top:8px;
		margin-left:5px;
	}

	#top-head .logo  img{
		width:110px;
	}

	#top-head.fixed .logo img {
    width: 110px;
}

.flexslider {
  margin: 0 0 20px;
}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -480px;
		background: #cd853f;
		width: 100%;
		text-align: center;
		padding:0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		opacity: 0.9;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		padding:0 10px;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 25px 0;
		border-bottom:1px dotted #fff;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
