@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2014-2-15

================================================================ */


/* universal
-------------------- */
* {
	margin: 0;
	padding: 0;
}

	/* structure */
html {
	background: #fff;
	color: #000;
	font-size: 62.5%;
}

body {
	min-width: 1060px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	line-height: 1.8;
	font-size: 14px; font-size: 1.4rem;
	background-image: url("../img/bg_body.png");
 	background-repeat: repeat;
}

@media screen and (max-width: 640px) {
	body {
		min-width: 0;
	}
}

div,
p,
li, dt, dd {
	font-size: 14px; font-size: 1.4rem;
}

hr {
	display: none;
}

hr.dotted {
	display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px dotted #e0c799;
}

/* config
-------------------- */
#TopWrap {
	/*background: #000;*/
	background-image: url("../img/bg_01.jpg");
 	background-repeat: repeat;
}
#Footer {
	/*background: #000;*/
	background-image: url("../img/bg_01.jpg");
 	background-repeat: repeat;
}
a {
	color:#333;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}
a:active {
	color:#999;
}
.widget-local-navi li.first a {
	background: #000;
}
.widget h2 {
	background: #000;
}
.widget-blog-calendar td center {
	background: #000;
}

/* hypertext
-------------------- */
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* text
-------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	line-height: 1.8;
}

	p b {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
		font-weight: bold;
	}

strong {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-weight: bold;
}


/* list tag
-------------------- */
li, dt, dd {
	list-style: none;
}


/* image tag
-------------------- */

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

/* iOS8.4.1以降のダブルタップ問題回避でopacityを無効化した */
.content a:hover img:not([class="Over"]) {
	filter: alpha(opacity=70);
	opacity: 1;
}







/* layout
-------------------- */
#TopWrap {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
	#TopWrap .wrapper {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}


#Header {
	display: table;
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding-top: 88px;
}

#Main {
}
	#Main #Page {
		float: left;
		width: 594px;
	}
	#Main #Side {
		float: right;
		width: 291px;
	}
	
#SocialBottons {
	background: url(../img/common/bg_check.png) repeat;
}
	#SocialBottons .wrapper {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: right;
	}
#Footer {
}
	#Footer .wrapper {
		width: 1000px;
		margin: 0 auto;
		color: #fff;
	}

@media screen and (max-width: 640px) {
	#TopWrap {
		position: relative;
	}
	#TopWrap .wrapper {
		width: auto;
	}
	#Header {
		display: block;
		width: auto;
		height: auto;
		margin: 10px;
		padding-top: 0;
	}
	#SocialBottons .wrapper {
		width: auto;
	}
	#Main {
	}
		#Main #Page {
			float: none;
			width: auto;
			margin: 0 10px;
		}
		#Main #Side {
			float: none;
			width: auto;
			margin: 0 10px;
		}
	#Footer .wrapper {
		width: auto;
		margin: 0 10px;
	}
}


/* Header
-------------------- */
#Header h1 {
	float: left;
	margin: 10px 0;
}
#Header #Description {
	display: table-cell;
	width: 70%;
	padding-right: 10px;
	color: #281400;
	vertical-align: middle;
	text-align: right;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	#Header h1 {
		float: none;
	}
	#Header #Description {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: left;
	}
}


/* GlobalNavigation
-------------------- */
#GlobalNavigation {
	position: relative;
	z-index: 1000;
}
#GlobalNavigation li {
	float: left;
	display: inline;
}
#GlobalNavigation li a {
	display: block;
	width: 160px;
	padding: 30px 0;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#GlobalNavigation li a:hover {
	background: #673314;
	text-decoration: none;
}

#GlobalNavigation ul.dropdown-list {
	position: absolute;
	display: none;
	width: 160px;
}
#GlobalNavigation ul.dropdown-list li {
	float: none;
	background: #aa6630;
}
#GlobalNavigation ul.dropdown-list a {
	display: block;
	padding: 5px 0;
	background: #aa6630;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
}
#GlobalNavigation ul.dropdown-list a:hover {
	/*color: #ccc;*/
	background: #673314;
}

#SocialLinks {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1001;
}
#SocialLinks li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#BtnMenu {
	display: none;
}

@media screen and (max-width: 640px) {
	#BtnMenu {
		display: block;
	}
	#GlobalNavigation {
		display: none;
	}
	#GlobalNavigation li {
		float: none;
	}
	#GlobalNavigation li a {
		width: auto;
		padding: 5px 30px;
		text-align: left;
		border-bottom: 0px solid #ccc;
	}
	#GlobalNavigation ul.dropdown-list {
		position: relative;
		display: block;
		width: auto;
	}
	#GlobalNavigation ul.dropdown-list a {
		padding: 5px 30px 5px 50px;
		text-align: left;
	}
	#SocialLinks {
		top: 0;
	}
	#SocialLinks li {
		width: 40px;
	}
}

/* Content
-------------------- */
@media screen and (max-width: 640px) {
	.content {
		margin: 0 10px;
	}
}






/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 180px;
	left: 50%;
	margin-left: 510px;
}

@media screen and (max-width: 640px) {
	#TopLink {
		position: fixed;
		bottom: 20px;
		right: 10px;
		left: auto;
		margin-left: 0;
	}
}

/* SocialBottons
-------------------- */
#SocialBottons .sns {
	float: left;
}
#SocialBottons .hatena {
	margin-right: 30px;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}


/* Footer
-------------------- */
#Footer #FooterNavigator {
	float: right;
	width: 30%;
}
#Footer #FooterNavigator ul {
	margin: 30px 0;
	padding: 20px 0 10px 40px;
	border-left: 1px dotted #fff;
}
#Footer #FooterNavigator li {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
}
#Footer #FooterNavigator li a {
	color: #fff;
}

#FooterInformation {
	float: left;
	width: 70%;
}
#Footer p {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.5;
}
p#FooterLogo {
	margin-bottom: 20px;
	padding-top: 40px;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size: 30px; font-size: 3.0rem;
}
#Footer p#Copyright {
	margin: 30px 0;
	color: #999;
	font-size: 10px; font-size: 1.0rem;
	font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 640px) {
	#Footer #FooterNavigator {
		float: none;
		width: auto;
	}
	#Footer #FooterNavigator ul {
		margin: 30px 0 0;
		padding: 20px 0 10px 40px;
		border-left: none;
	}
	#FooterInformation {
		float: none;
		width: auto;
		text-align: center;
	}
	#Footer #FooterNavigator li a {
		display: block;
		background: url(../img/sp/common/icon_arrow.png) 95% center no-repeat;
		color: #fff;
	}
}


/* Common
-------------------- */
input, textarea, select {
	margin: 3px 2pt;
	padding: 3px 1pt;
}

.more-link a {
	padding: 20px 40px 15px 20px;
	background: #462301 url(../img/common/icon_arrow.png) 92% center no-repeat;
	color: #fff !important;
	/*font-family: "Century Gothic", Tahoma, Geneva, sans-serif;*/
	font-size: 13px; font-size: 1.3rem;
	border-radius: 8px;
}
.more-link2 a {
	padding: 5px 10px;
	background: #ebe9ca;
	color: #8f7f3d !important;
	/*font-family: "Century Gothic", Tahoma, Geneva, sans-serif;*/
	font-size: 13px; font-size: 1.3rem;
	border-radius: 8px;
	border: 1px solid #8f7f3d;
	margin-top: 10px;
	text-decoration: none !important;
}
.more-link2 a:hover{
	background: #8f7f3d;
	color: #FFF !important;
}


/* GooglMapレスポンシブ対応
-------------------- */
.ggmap {
position: relative;
padding-bottom: 56.25%;
/*padding-top: 30px;*/
height: 0;
overflow: hidden;
border: #c1c1c1;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 640px) {
	.ggmap {
		padding-bottom: 100%;
	}
}


/* YouTubeレスポンシブ対応
-------------------- */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* 取扱商品ページ全体・ページ内アンカーのヘッダー分のズレ調整
-------------------- */
#itemsWrap {
	padding-top: 0px;
}

/* 取扱商品
-------------------- */
.lineup-box {
	overflow: auto;
	border: 0px solid #F00;
	text-align: center;
	margin-top: 15px;
}

.lineup {
	width: 100px;
	height: 140px;
	/*background-color: #FF0;*/
	float: left;
	border: 1px solid #ccc;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 5px 3px 0 3px;
	background-color: #FFF;
	border-radius: 8px;
	display: block;
}
.lineup p{
	font-size: 70%;
	line-height: 1.2em;
	text-decoration: none !important;
}
.lineup img{
	margin-bottom: 5px;
}
a:hover .lineup {
	color: red;
	border:1px solid red;
}
.venoInlineBox {
	background:#FFF;
	width:auto;
	height:auto;
	float:left;
	padding:10px;
}
.gotoLaw {
	width:100%;
	height:50px;
	background-color:#D6B73C;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}
a:hover .gotoLaw {
	background-color:#7d6d2f;
	color:#FFF !important;
	text-decoration: none !important;
}

/* 取扱商品メニュー部分
-------------------- */
.lineupMenu-box {
	overflow: auto;
	border: 0px solid #F00;
	text-align: center;
	margin-top: 15px;
}

.lineupMenu {
	width: 22%;
	height: 25px;
	/*background-color: #FF0;*/
	float: left;
	border: 1px solid #8f7f3d;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 10px 7px;
	background-color: #ebe9ca;
	border-radius: 8px;
	display: block;
	color: #8f7f3d !important;
}
@media screen and (max-width: 640px) {
	.lineupMenu {
		width: 43%;
	}
}
.lineupMenu p{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none !important;
	padding-top: 6px;
}
a:hover .lineupMenu{
	background: #8f7f3d;
	color: #FFF !important;
}

#az {margin-top:-100px; padding-top:100px;}
#nn {margin-top:-100px; padding-top:100px;}
#azm {margin-top:-100px; padding-top:100px;}
#lo {margin-top:-100px; padding-top:100px;}
#so {margin-top:-100px; padding-top:100px;}
#fi {margin-top:-100px; padding-top:100px;}
#ac {margin-top:-100px; padding-top:100px;}
#ar {margin-top:-100px; padding-top:100px;}

@media screen and (max-width: 640px) {
	#az {margin-top:0; padding-top:0;}
	#nn {margin-top:0; padding-top:0;}
	#azm {margin-top:0; padding-top:0;}
	#lo {margin-top:0; padding-top:0;}
	#so {margin-top:0; padding-top:0;}
	#fi {margin-top:0; padding-top:0;}
	#ac {margin-top:0; padding-top:0;}
	#ar {margin-top:0; padding-top:0;}
}


/* law 戻る
-------------------- */
.lawBack{
	display:block;
	width:100%;
	height:30px;
	background-color:#563b1d;
	color:#FFF;
	text-align:center;
	padding-top:5px;
}
.lawBack a{
	text-decoration: none;
}
.lawBack a:hover{
	background-color:#D6B73C;
	opacity: 80%;
}

/* ショップ案内
-------------------- */
#aboutImgBox{
	width:100%;
}
.aboutImg{
	width:32%;
	float: left;
	/*border:1px solid red;*/
	margin-right: 12px;
	margin-bottom: 8px;
}
#aboutImgBox .aboutImg:last-child{
	width:32%;
	float: left;
	/*border:1px solid blue;*/
	margin-right: 0px;
}
@media screen and (max-width: 640px) {
	.aboutImg{
		width:100%;
	}
	#aboutImgBox .aboutImg:last-child{
		width:100%;
	}



