@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
共通
--------------------------------------------------*/

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, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

video {
	position:absolute;
	top:0;
	left:0;
	height:92%;
	width: 100%;
}

a { outline:none !important;	text-decoration:none; color:#4c382e;}
a:focus { outline:none !important; color:#004986; }
a:active { outline:none !important; color:#d84b3e; text-decoration:underline; }
a:visit { color:#004986; text-decoration:underline; }
address {
	margin-top:0;
}
b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i,
b {
	font-weight:700;
}
mark,
ins {
	text-decoration: none;
}
p {
	margin-bottom: 0px;
}
ul,
ol {
	list-style-image: none;
}
ul {
}
ol {
}
li > ul,
li > ol {
}
li{
	list-style-image:none;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border:none;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize:vertical;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin:0 auto 24px auto;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	border: none;
	border-top: 1px #000 solid;
	height: 1px;
	margin-bottom:10px;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input,
select {
    vertical-align:middle;
}
/*------------------------------
共通
基本設定
------------------------------*/

body{
	width:100%;
	min-width:320px;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#310902;
	/*
	font-family:'Lucida Grande', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	*/
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
	font-size:1rem;
    background: #fff;
    line-height: 1.7;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*------------------------------
共通
ヘッダー
------------------------------*/
header{
	width:100%;
	height:80px;
	position:relative;
	background-color:#fff;
}
header h1{
	float:left;
	padding:10px 0 10px 10px;
	text-align:left;
}
header h1 img{
	height:auto;
	width:50%;
}
/*------------------------------
共通
グローバルナビ
------------------------------*/
#panel{
	position:absolute;
	top:100%;
	left:0;
	display: none;
	width: 100%;
	text-align: center;
	z-index:9999;
}
#panel ul{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding:0;
}
#panel ul li:first-child{
	border-top:1px solid #180401;
}
#panel ul li {
	position:relative;
	background:rgba(49,9,2,0.9);
	border-bottom:1px solid #180401;
	text-align:left;
	font-weight:500;
}
#panel ul li a {
	display:block;
	padding:3% 3% 3% 20px;
	color:#FFF;
}
#panel ul li:after {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-radius: 2px;
	content: "";
	margin: -4px 0 0 0;
	top: 50%;
	right: 8%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	height: 8px;
	width: 8px;
}
#panel-btn{
  display: inline-block;
  position: absolute;
  top:50%;
  right:10px;
  width: 30px;
  height: 30px;
  margin-top:-23px;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -11px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#panel-btn .close:after{
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#panel-btn #menu {
	position:absolute;
	bottom:-17px;
	left:0px;
	width:30px;
	height:10px;
}
#panel-btn #menu .close {
	display:none !important;
}
/*------------------------------
共通
フッター
------------------------------*/

#fb {
	position:relative;
	margin:5% auto 20% auto;
	width:90%;
}
footer{
	position:relative;
	width:100%;
	height:auto;
	background-color:#310902;
	color:#FFF;
	padding:3% 0;
}
footer small{
	color:#FFF;
	display:block;
	font-size:10px;
}
/*------------------------------
共通
上へ戻るボタン
------------------------------*/

#topbutton {
	position: fixed;
	bottom: 55px;
	right: 15px;
	width: 40px;
	height:40px;
	display: none;
	background-color:#310902;
	opacity:0.7;
	border-radius: 5px;
	margin: 0px;
	z-index:9999;
}
#topbutton a{
	display:block;
position: relative;
width: 40px;
    height: 40px;
}
#topbutton a:before,
#topbutton a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -5px;
}
#topbutton a:before{
  top: 20px;
  right: 13px;
  background: #FFF;
}
#topbutton a:after{
  top: 25px;
  right: 13px;
  background: #310902;
}

/*--------------------------------------------------
index
--------------------------------------------------*/

.slider_wrap,
.topMenu{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    clear: both;
	margin-top:0;
}

/*------------------------------
index
スライダー
------------------------------*/
.bx-wrapper {/*reset*/
	position: relative;
	margin: 0 0 20%;
	padding: 0;
	*zoom: 1;
	box-shadow:0 10px 10px 1px rgba(0,0,0,0.1);
}
.bx-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-pager-item{
    display: inline-block;
}

/*------------------------------
index
TOPコンテンツ一覧
------------------------------*/

.topMenu {
	position:relative;
	width:100%;
	overflow:auto;
}
.ttl-flowBox {
	position:relative;
	clear:both;
	overflow:hidden;
	border-bottom:2px solid #310902;
	padding:5% 0;
}
.topMenu h1 {
	padding:5% 0 2% 0;
	position:relative;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
	font-size:2rem;
	line-height:1.3;
	font-weight:700;
	text-align:center;
	letter-spacing:5px;
}
.topMenu p {
	font-size:0.75rem;
	margin:0 auto 5% auto;
	width:90%;
}
.topMenu ul {
	position:relative;
	clear:both;
	overflow:hidden;
	border-top:1px solid #DDD;
	width:100%;
	border-bottom: 2px solid #310902;
}
.topMenu ul li {
	position:relative;
	width:50%;
	height:140px;
	margin:0;
	float:left;
	text-align:center;
	background-color:#FFFDF4;
	overflow:hidden;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.topMenu ul li:nth-child(2n) {
	border-right:0 !important;
}
.topMenu li p {
	padding:5px 0;
	margin-bottom:0 !important;
	font-weight:normal;
	font-size:0.8rem !important;
	width:100%;
}
.topMenu ul li a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;
}
.topMenu ul li img{
	width:50px;
	height:50px;
	min-width:50px;
	display:block;
	margin:5% auto 8% auto;
	z-index:9999;
}

/*--------------------------------------------------
.contents　コンテンツ共通
--------------------------------------------------*/

.contents {
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	padding-bottom:20%;
}
.contents section {
	position:relative;
	clear:both;
	width:90%;
	margin:0 auto;
	text-align:left;
}
.contents p {
    margin-bottom: 4%;
}
.contents_title {
	font-size:1.5rem;
	font-family: 'Noto Serif', serif;
	margin:0 auto 3% auto;
	padding:2% 0;
	text-align:center;
	white-space:pre;
	background-color:#310902;
	color:#fff;
	text-shadow:none !important;
	letter-spacing:4px;
}
.contents h2 {
    position: relative;
    clear: both;
    padding:0 0 10px 40px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
	font-size:1.4rem;
	border-bottom:2px solid #310902;
	margin-bottom:4%;
}
.contents h2:before {
    content: "";
    background: url(../images/hishi.png) 0 0 no-repeat;
    width: 50px;
    height: 26px;
    background-size: 35px;
    position: absolute;
    top: 10px;
    left: 0;
}

/*--------------------------------------------------
company　店舗案内
--------------------------------------------------*/

.companyBox {
	position:relative;
	clear:both;
	overflow:hidden;
	margin-bottom:4%;
	padding-bottom:4%;
	clear:both;
}
.companyBox ol {
	position:relative;
	clear:both;
	overflow:hidden;
	list-style:none;
	margin-bottom:5%;
}
.companyBox ol li {
	float:left;
	width:49%;
	margin-right:2%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:1%;
	border:1px solid #999;
}
.companyBox ol li:last-child {
	margin-right:0;
}
.companyBox ol img {
	width:100%;
	height:auto;
	min-width:100%;
}
.companyList li{
	position:relative;
	clear:both;
	overflow:hidden;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}
ul.companyList li dl dt {
    font-weight: bold;
	margin-top:5px;
	width:90px;
	float:left;
	clear:left;
	font-size:0.8rem;
}
ul.companyList li dl dd {
    line-height: 1.6;
	padding-bottom:5px;
	padding-top:5px;
	overflow:auto;
	float:left;
	width:64%;
	font-size:0.8rem;
}
#map_canvas{
	width:100%;
	height:300px;
}
.gLink {
	margin:5% 0 0 0;
}


/*--------------------------------------------------
concept　コンセプト
--------------------------------------------------*/

#concept {
	background:url(../images/concept/bg-concept.jpg) 45% 100px no-repeat;
	background-size:auto 100%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-bottom:270px !important;
}
#concept h3.mttl {
	border-bottom:none !important;
	font-size:2rem;
	line-height:1.3;
	margin:10% auto !important;
	font-weight:700;
	text-align:center;
	letter-spacing:5px;
}
#concept p {
	font-size:1rem;
	font-weight:700;
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

/*--------------------------------------------------
lineup　商品紹介
--------------------------------------------------*/
.lineup li {
	position:relative;
	clear:both;
	overflow:hidden;
	list-style: none;
    text-align: center;
    margin-bottom:4% !important;
    padding-bottom: 4%;
    border-bottom: 1px dotted #d5cdcc;
}
.lineup li:last-child{
	padding-bottom:0;
	border-bottom:none;
}
.lineup li img{
	width:100%;
	height:auto;
	margin:5% auto;
	display:block;
	padding:2%;
	background:#F9F9F9;
	border:1px solid #EFEFEF;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.lineup dt{
	font-weight:700;
	font-size:1.3rem;
	margin-bottom:4%;
	line-height:150%;
	padding:3% 2%;
	background:#310902;
	color:#FFF;
}
.lineup span{
	display:block;
	text-align:left;
}
.lineup dd{
	text-align:center;
	width:90%;
	margin:0 auto;
}
.red{
	color:red;
}
/*--------------------------------------------------
contact　お問い合わせ
--------------------------------------------------*/

#contact ul.formList {
	position:relative;
	clear:both;
	overflow:hidden;
}
#contact ul.formList li {
	position:relative;
	clear:both;
	overflow:hidden;
	padding:3% 0;
	border-bottom:1px solid #EFEFEF;
}
#contact ul.formList li:last-child {
	border-bottom:none !important;
}
#contact p {
	margin-bottom:4%;
	line-height:1.4;
}
#contact p a {
	text-decoration:underline;
}
#contact form {
	margin:7% 0;
}
ul.formList li dl {
	width:100%;
}
ul.formList li dl dt {
	position:relative;
	width:100%;
	font-weight:700;
	font-size:1rem;
	margin-bottom:2%;
}
ul.formList li dl dd {
	position:relative;
	width:100%;
}
ul.confirm li dl dd {
	padding-left:6%;
}
ul.formList li dl dt:before {
	position:relative;
	content:'※';
	color:#E70003;
	margin-right:5px;
}
#contact input[type="text"],
#contact input[type="number"],
#contact input[type="email"],
#contact textarea {
	width:100%;
	padding:4%;
	font-size:16px;
	resize:vertical;
	border:1px solid #EFEFEF;
	background:#F9F9F9;
	-webkit-appearance: none;
	border-radius: 0;
}
.form_button {
	text-align:center;
	position: relative;
	background-color: #33231d;
	border-radius: 6px;
	border:none !important;
	color: #ebe9e9;
	margin:5% auto;
	line-height: 40px;
	font-size:0.8rem;
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	-webkit-box-shadow: 0 5px 0 #EFEFEF;
	   -moz-box-shadow: 0 5px 0 #EFEFEF;
	        box-shadow: 0 5px 0 #EFEFEF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: 45% !important;
	display:block !important;
	font-weight:700;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.form_button:active,
.form_button:hover {
	top: 3px;
	box-shadow: none;
}
#submitBox {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:10% auto;
	text-align:center;
}
#submitBox ul li {
	display:inline-block;
	width:45%;
    margin: 5% 2%;
}
#submitBox input,
#submitBox button {
	text-align:center;
	position: relative;
	background-color: #33231d;
	border-radius: 6px;
	border:none !important;
	color: #ebe9e9;
	line-height: 40px;
	font-size:0.75rem;
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	-webkit-box-shadow: 0 5px 0 #EFEFEF;
	   -moz-box-shadow: 0 5px 0 #EFEFEF;
	        box-shadow: 0 5px 0 #EFEFEF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: 100% !important;
	display:inline-block !important;
	font-weight:700;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
span.error {
	display:block;
	padding:5px 0;
	color:#FF0000;
}
.complateBox {
	position:relative;
	clear:both;
	overflow:hidden;
	text-align:left;
	min-height:500px;
	width:90%;
	margin:10% auto 0 auto;
}
.ttl-complate {
	position:relative;
	clear:both;
	overflow:hidden;
	font-weight:700;
	margin-bottom:30px !important;
}

/*--------------------------------------------------
private　プライバシーポリシー
--------------------------------------------------*/

#privacy ul {
    margin: 0 0 20px 0;
	list-style:none;
}
#privacy li{
	position:relative;
    padding-left: 20px;
}
#privacy li:before {
    position: absolute;
    content: '●';
    top: 0;
    left: 0;
}
#privacy h2{
	padding-top:2%;
	font-size:1.2rem;

}

