@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Kreon:700);

/* -- 全体設定 -- */
html, button, input, select, textarea, body{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400; /* normal */
	line-height: 1.75em;
	letter-spacing: 0.1em;
	color: #111; 
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0; padding: 0; 
	font-size: 14px;
	}


body {
	min-height:100%;
	width: 100%;
}

a:link { text-decoration:none; color: #00321A;}
a:hover { text-decoration: none; color: #00321A; opacity: 0.7;}
a:visited { text-decoration: none; color: #3F0015;}
a:active, a:focus{opacity:0.7}

table { border-spacing: 0; 	border-collapse:collapse; }
ul { list-style: none; list-style-position: outside; margin:0; padding:0;  }
ul li { margin:0; padding:0; list-style: none;}

a img,:link img,:visited img {
	border: none;
	text-align: right;
}

h1{
	margin:0 0 30px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-style:solid;
	line-height:160%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 16px !important;
	font-weight:bold;
	border-color:#333;
	color:#333;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1.red_1 { border-color:#640525; color:#640525;}
h1.blue_1 {	border-color:#4E7791; color:#4E7791;}
h1.green_1 { border-color:#509E79; color:#509E79;}
h1.lime_1 { border-color:#A3B43D; color:#A3B43D;}

h2{
	display:inline;
	margin:0 0 10px 0;
	padding:5px 10px;
	line-height: 1.75em;
	background-color:#333;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h2.red_2{background-color:#640525;}
h2.blue_2{background-color:#4E7791;}
h2.green_2{background-color:#509E79;}
h2.lime_2{background-color:#A3B43D;}

.bold {font-weight: bold;}
.txt_10 {font-size: 10px;}
.txt_14 {font-size: 14px;}
.txt_18 {font-size: 18px;}
.cal_red { color: #CA7060; }
.cal_blue { color: #6991D6; }
.cal_green { color: #5A935A; }

.breadcrumb {
	margin: 0 0 20px auto;
	text-align: right;
	font-size:9px;
	color: #333;
}

.polaroid {
	border: #CCC solid 1px;
	
	/* 角丸 */
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */ 
	
	/* box-shadow */
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
 }


/* -- コンテンツ部・エリア設定 -- */
.mainContener {
	width: 100%;
	min-width: 960px;
	height: 100%;
	margin: 0 5px 100px;
}

.Containerblock {
	width: 960px;
	margin: 0 auto;
}
	
.main_img_box {
	width: 100%;
	padding-top: 300px;
	background: url(../images/top_main.jpg) no-repeat;
	display: block;
}


/* -- Facebook & Calender -- */
.infobox {
	width:960px;
	margin:60px 20px;
}

.newsbox {
	width:300px;
	float:left;
	margin-right:20px;
}

.calbox{
	width:600px;
	float:left;
}
.cal_keybox{
	margin: auto auto 7px 10px;
}



		
/* -- ABOUT -- */
.about_main_img_box{
	width: 960px;
	padding-top: 300px;
	margin:0 0 10px;
	background-image:url(../images/about_main.jpg);
}

.about_box{
	width:900px;
	height: 320px;
	padding: 20px;
	margin-bottom: 40px;
}

.about_img01{
	float: right;
	width: 300px;
	padding-top: 300px;
	margin-left: 40px;
	background-image:url(../images/about_01.jpg);
	background-repeat: no-repeat
}

.about_img02{
	float: left;
	width:300px;
	padding-top: 300px;
	margin-right: 40px;
	background-image:url(../images/about_02.jpg);
	background-repeat: no-repeat
}

/* -- BAR -- */
.bar_main_img_box{
	width: 960px;
	padding-top: 300px;
	margin:0 0 10px;
	background-image:url(../images/bar_main.jpg) ;
}

.bar_box{
	width: 900px;
	height: 200px;
	padding: 20px;
	margin-bottom: 20px;
}
.bar_img01{
	float: right;
	width:200px;
	padding-top: 200px;
	margin-right: 40px;
	background-image:url(../images/bar_01.jpg) ;
}
.bar_img02{
	float: left;
	width:200px;
	padding-top: 200px;
	margin-right: 40px;
	background-image:url(../images/bar_02.jpg) ;
}


/* -- BREW -- */
.brew_main_img_box{
	width: 960px;
	padding-top: 300px;
	margin:0 0 10px;
	background-image:url(../images/brew_main.jpg);
}

.brew_flow {
	width: 855px;
	padding-top: 140px;
	margin: 20px auto -1040px 30px;
	background: url(../images/brew_flow.jpg) no-repeat;
}

.brewbtn a{
	height: 140px;
	display: block;
	position: relative;
}
.brew01 a{
	width: 30px;
	top: -140px;
	left: 0;
}
.brew02 a{
	width: 30px;
	top: -280px;
	left: 35px;
}
.brew03 a{
	width: 30px;
	top: -420px;
	left: 105px;
}
.brew04 a{
	width: 90px;
	top: -560px;
	left: 175px;
}
.brew05 a{
	width: 30px;
	top: -700px;
	left: 425px;
}
.brew06 a{
	width: 220px;
	top: -840px;
	left: 495px;
}
.brew07 a{
	width: 30px;
	top: -980px;
	left: 755px;
}
.brew08 a{
	width: 65px;
	top: -1120px;
	left: 790px;
}

.brew_box{
	width: 900px;
	min-height: 300px;
	padding: 20px;
	margin-bottom: 40px;
}
.brew_box_a{
	width: 900px;
	padding: 20px;
}

.brew_box,brew_box_a p{ 
	margin-top: -2px;
}

.brew_img_r{
	float: right;
	width: 300px;
	padding-top: 300px;
	margin-left: 30px;
}
.brew_img_l{
	float: left;
	width: 300px;
	padding-top: 300px;
	margin-right: 30px;
}
.brew_img01{background-image:url(../images/brew_img01.jpg) ;}
.brew_img02{background-image:url(../images/brew_img02.jpg) ;}
.brew_img03{background-image:url(../images/brew_img03.jpg) ;}
.brew_img04{background-image:url(../images/brew_img04.jpg) ;}
.brew_img05{background-image:url(../images/brew_img05.jpg) ;}
.brew_img06{background-image:url(../images/brew_img06.jpg) ;}
.brew_img06_2{background-image:url(../images/brew_img06_2.jpg) ;}
.brew_img07{background-image:url(../images/brew_img07.jpg) ;}
.brew_img07_2{background-image:url(../images/brew_img07_2.jpg) ;}
.brew_img08{background-image:url(../images/brew_img08.jpg) ;}
.brew_img08_2{background-image:url(../images/brew_img08_2.jpg) ;}
.brew_img08_3{background-image:url(../images/brew_img08_3.jpg);}
.brew_img09{background-image:url(../images/brew_img09.jpg) ;}
.brew_img10{background-image:url(../images/brew_img10.jpg) ;}
.brew_img10_2{background-image:url(../images/brew_img10_2.jpg) ;}
.brew_img11{background-image:url(../images/brew_img11.jpg) ;}
.brew_img11_2{background-image:url(../images/brew_img11_2.jpg) ;}
.brew_img11_3{background-image:url(../images/brew_img11_3.jpg);}
.brew_img11_4{background-image:url(../images/brew_img11_4.jpg);}
.brew_img12{background-image:url(../images/brew_img12.jpg) ;}
.brew_img12_2{background-image:url(../images/brew_img12_2.jpg) ;}
.brew_img13{background-image:url(../images/brew_img13.jpg) ;}
.brew_img13_2{background-image:url(../images/brew_img13_2.jpg) ;}
.brew_img13_3{background-image:url(../images/brew_img13_3.jpg);}
.brew_img14{background-image:url(../images/brew_img14.jpg) ;}
.brew_img14_2{background-image:url(../images/brew_img14_2.jpg) ;}
.brew_img14_3{background-image:url(../images/brew_img14_3.jpg);}
.brew_img15{background-image:url(../images/brew_img15.jpg) ;}
.brew_img15_2{background-image:url(../images/brew_img15_2.jpg) ;}
.brew_img15_3{background-image:url(../images/brew_img15_3.jpg);}
.brew_img16{background-image:url(../images/brew_img16.jpg) ;}
.brew_img17{background-image:url(../images/brew_img17.jpg) ;}
.brew_img17_2{background-image:url(../images/brew_img17_2.jpg) ;}
.brew_img18{background-image:url(../images/brew_img18.jpg) ;}
.brew_img19{background-image:url(../images/brew_img19.jpg) ;}
.brew_img20{background-image:url(../images/brew_img20.jpg) ;}
.brew_img21{background-image:url(../images/brew_img21.jpg) ;}
.brew_img22{background-image:url(../images/brew_img22.jpg) ;}
.brew_img23{background-image:url(../images/brew_img23.jpg) ;}
.brew_img24{background-image:url(../images/brew_img24.jpg) ;}
.brew_img25{background-image:url(../images/brew_img25.jpg) ;}
.brew_img25_2{background-image:url(../images/brew_img25_2.jpg) ;}
.brew_img25_3{background-image:url(../images/brew_img25_3.jpg);}
.brew_img25_4{background-image:url(../images/brew_img25_4.jpg);}
.brew_img26{background-image:url(../images/brew_img26.jpg) ;}
.brew_img26_2{background-image:url(../images/brew_img26_2.jpg) ;}
.brew_img27{background-image:url(../images/brew_img27.jpg) ;}
.brew_img27_2{background-image:url(../images/brew_img27_2.jpg) ;}

.brew_box,.brew_box_a p{
	text-indent: 1em;
}

/* -- ACCESS & OPENHOUR -- */
.access_main_img_box{
	width: 960px;
	padding-top: 330px;
	background: url(../images/access_main.jpg) no-repeat;
}
.access_box{
	width:960px;
	margin: 20px 20px 120px;
}

ul.access_info {
	margin: 20px;
}
ul.access_info li{
	margin-bottom: 2em;
}

.access_map {
	width: 920px;
	padding-top: 640px;
	margin-bottom: 20px;
	background: url(../images/access_map01.jpg) no-repeat;
}
.access_map a{
	display:block;
}

.access_google { margin-bottom: 20px;}

.access_cal { margin: 20px;}



/* -- header -- */
#header{
	width: 960px;
	margin: 0 auto;
}

.head_navi {
}
.head_top  a{
	width: 120px;
	padding-top: 180px;
	float: left;
	background: url(../images/head_navitop.jpg) no-repeat;
}
.head_about a{
	width: 148px;
	margin-top: 120px;
	padding-top: 60px;
	float: left;
	background: url(../images/head_navi01.jpg) no-repeat;
}
.head_bar a{
	width: 168px;
	margin-top: 120px;
	padding-top: 60px;
	float: left;
	background: url(../images/head_navi02.jpg) no-repeat;
}
.head_brew a{
	width: 168px;
	margin-top: 120px;
	padding-top: 60px;
	float: left;
	background: url(../images/head_navi03.jpg) no-repeat;
}
.head_access a{
	width: 188px;
	margin-top: 120px;
	padding-top: 60px;
	float: left;
	background: url(../images/head_navi04.jpg) no-repeat;
}
.head_tel a{
	width: 168px;
	margin-top: 120px;
	padding-top: 60px;
	float: left;
	background: url(../images/head_navi05.jpg) no-repeat;
}

/* -- footer -- */
#footer{
	width: 960px;
	height:230px;
	margin:0 auto;
	color: #00321A;
	line-height: 1.75em;
	border-top: solid 1px #509E79;
	border-bottom: solid 1px #FFF;
}

.footerbox01{
	width: 960px;
	margin: 40px 60px 40px 0;
}

.footer_sitemap{
	width: 220px;
	float: left;
	margin-left: 60px;
	padding: 5px;
	font-size: 13px;
}
.footer_sitemap lastchild{
	margin-left:0;
}


.footerbox02{
	width:100%;
	height:30px;
	margin:20px auto 60px;
	text-align: center;
	position:relative;
	font-size: 12px;
}

/* -- その他 -- */
.clearfloat { /* このクラスは，div またはブレークエレメントに適用される必要があり，また，フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    line-height: 0px;
}