@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, 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;
}
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;
}
p {
	margin-bottom: 0px;
}
ul,
ol {
	list-style: none;
}
ul {}
ol {}
li > ul,
li > ol {}
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;
	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;
}
hr {
	/*
	border: none;
	border-top: 1px #000 solid;
	height: 1px;
	margin-bottom:10px;
	*/
	height:1px;
	border:0;
	/*
	background:linear-gradient(left, #f5f5f5, #999, #f5f5f5);
	background:-webkit-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
	background:-moz-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
	*/
	width:98%;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #e7e2ce;
	border-bottom:1px solid #FFF;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}
/*
img{
	width:100%;
	height:auto;
}
*/

/*----------------------------------------------------------------------
	BODY設定
 ---------------------------------------------------------------------*/

body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	color:#333;
	min-width:960px;
	font-size:14px;
	background:#fff;
	line-height:1.7;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container{
	position: relative;
	width: 100%;
	margin:0;
}
#wrapper {
	width:100%;
	margin:0;
}


/*----------------------------------------------------------------------
	ローディング
 ---------------------------------------------------------------------*/

#loading {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background: #FFF;
	z-index:20000;
}


/*----------------------------------------------------------------------
	トップページヘッダー＆フッター
 ---------------------------------------------------------------------*/

/*-------------------- 大きな画像部分 ----------*/

#headerTop {
	position:relative;
	clear:both;
	overflow:hidden;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1000;
}
header hgroup {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}	
#headerTop h1 {
	margin-top:12%;
}
#headerTop h1 img {
	width:50%;
	max-width:500px;
	height:auto;
}
#headerTop h2 {
	font-size:50px;
	font-weight:700;
	color:#fff;
	text-shadow:#222 2px 2px 3px;
	line-height:1.4;
	margin-top:20px;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
}

/*-------------------- コンテンツエリア ----------*/

#contentTop {
	position:relative;
	clear:both;
	width:100%;
	height:450px;
	margin-top:-270px !important;
	/*
	background:url(../img/bg/bg-t_gnavi.jpg) 0 0 no-repeat;
	background-size:cover;
	box-shadow:0 0 10px 5px rgba(255,255,255,0.5);
	background:rgba(250,250,239,1);	
	background:rgba(255,255,255,0.9);
	*/
	background:rgba(255,255,255,1);
	/*
	box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	*/
	z-index:9999;
	
}
@media only screen and (min-device-width: 641px) and (max-device-width: 768px) {

	#headerTop h1 {
		margin-top:40%;
	}
	#headerTop h1 img {
		width:60%;
		max-width:600px;
		height:auto;
	}
	#headerTop h2 {
		font-size:40px;
	}

}

.contentTopBox {
	position:relative;
	clear:both;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	height:100%;
}
/*
.contentTopBox:before {
	position:absolute;
	top:20px;
	left:425px;
	border-left:1px solid rgba(255,255,255,0.7);
	content:'';
	height:190px;
}
.contentTopBox:after {
	position:absolute;
	top:0;
	left:439px;
	border-left:1px solid #F9F9F9;
	content:'';
	height:100%;
}
*/

/*-------------------- グローバルナビ ----------*/

.contentInBox {
	position: relative;
	float:left;
	width:450px;
}
#contentTop nav {
	position:relative;
	width:450px;
	/*width:300px;*/
	/*width:270px;*/
	height:100%;
	/*float:left !important;*/
}
#contentTop nav ul {
	height:100%;
}
#contentTop nav ul li {
	position:relative;
	height:100%;
	float:left;
	margin-right:60px;
	/*margin-right:20px;*/
	/*margin-right:15px;*/
	text-align:center;
	text-justify:inter-cluster;
}
#contentTop nav ul li:last-child {
	margin-right:0;
}
#contentTop nav ul li a {
	text-decoration:none;
	display:block;
	height:100%;
	padding:65px 20px 40px 20px;
	box-sizing:border-box;
}
.hvr-sweep-to-bottom:before {
/*	background:rgba(49,9,2,0.2) !important;	*/
	background:rgba(255,208,140,0.3) !important;
}

/*-------------------- 住所 ----------*/
#informationTop {
	position:relative;
	margin-top:25px;
	clear:none !important;
	/*float:left;
	font-size:12px;
	margin-left:483px;*/
	float:left;
}

#informationTop:after {
	position:absolute;
	content:'';
	top:0;
	left:75px;
	border-left:1px solid #CCC;
	height:100%;
}

#informationTop ul {
	position:relative;
	overflow:hidden;
}
#informationTop ul li {
	position:relative;
	clear:both;
	overflow:hidden;
	margin-bottom:0;
	width:470px;
}
.contentTopBox dl {
	position:relative;
	/*float:right !important;*/
	/*width:450px !important;*/
	/*width:420px !important;*/
	width:100% !important;
}
/*
.contentTopBox dl:before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	border-left:1px solid #777;
	height:100%;
}
*/
.contentTopBox dl dt {
	float:left;
	width:70px;
	text-align:left;
	margin-right:30px;
}
.contentTopBox dl dd {
	margin-bottom:3px;
	text-align:left;
	float:left;
	width:360px;
}

/*-------------------- Facebook ----------*/
#fb {
	position:relative;
	float:right;
	width:480px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	        box-sizing:border-box;
	margin:30px 0 0 0;
}/*
.fb_iframe_widget {
   margin-top: 35px;
	margin-left: 0;
    margin-top: 20px;
	width:440px;
	padding:3px;
	background:#AAA;
	box-sizing:border-box;
}*/
/*-------------------- フッター ----------*/

#footerTop {
	position:relative;
	width:100%;
	text-align:center;
	z-index:9999;
}
#footerTop small {
	position:relative;
	clear:both;
	display:block;
    text-align: center;
    width: 100%;
	background:rgba(0,0,0,1);
	/*background:#370101;*/
	color:#FFF;
	padding:10px 0;
}

/*----------------------------------------------------------------------
	下層ページ共通
 ---------------------------------------------------------------------*/

article {
	width:100%;
	margin:0;
	height:auto;
	text-align:center;
	position:relative;
	clear:both;
	overflow:hidden;
	background:url(../images/bg/bg.jpg) 0 0 repeat;
}
article section {
	position:relative;
	clear:both;
	padding:50px 0;
}
/*
section:nth-of-type(2n) {
	background:#F9F9F9 !important;
}
*/
article section:last-child {
	padding-bottom:0 !important;
}
.sBox {
	position:relative;
	clear:both;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:0;
}
.sInBox {
	position:relative;
	overflow:hidden;
	float:right;
	width:760px;
	text-align:left;
	margin-bottom:40px;
}
article section h1 {
	float:left !important;
	width:120px !important;
}
article section h1 img {
	width:100%;
	height:auto;
}
#lineup ul,
.information ul {
	width:800px;
	list-style:none;
	overflow:auto;
}

/*-------------------- ヘッダー ----------*/

#header {
	position:relative;
	clear:both;
	overflow:hidden;
	width:100%;
	padding:70px 0 30px 0;
/*	background:#fbfaf8;	*/
}
#header h1 {
	width:960px;
	min-width:960px;
	margin:0 auto;
	padding:0;
}

/*-------------------- グローバルナビ ----------*/

#header nav#gnavi ul {
	position:relative;
	clear:both;
	width:960px;
	margin:30px auto 0 auto;
	list-style:none;
}
#header nav#gnavi ul li {
	position:relative;
	width:17%;
	text-align:center;
	display:inline-block;
	padding:15px 0 !important;
	margin:0 10px;
}
#header nav#gnavi ul li.set {
	border-bottom:2px solid #F1E5E4;
}

/*-------------------- フッター ----------*/

#footer {
	width:100%;
	position:relative;
	clear:both;
	background-color:#f7f7f7;
	font-size:12px;
}
#footer a {
	text-decoration:none;
	color:inherit;
}
#footer .footerBox {
	width:960px;
	margin:0 auto;
}
#footer .footer-rBox {
	border-left:1px solid #dbd8d8;
	width:730px;
	height:140px;
	margin:30px 0 30px 0;
	display:inline-block;
}

/*--------------------- フッターロゴ ----------*/

#footer h2 {
	float:left;
	margin:80px 15px 0 30px;
}
#footer h2 img {
	width:145px;
	height:auto;
}

/*-------------------- フッターナビ ----------*/

#footer ul {
	list-style:none;
	margin-left:25px;
}
#footer li {
	float:left;
	margin:20px 0;
}
#footer li:after {
	content:"│";
	margin:0 10px;
}
#footer li:first-child:before {
	content:"│";
	margin:0 10px;
}
#footer dl {
	clear:left;
	line-height:1.6;
	margin-left:40px;
	letter-spacing:1.2px;
	text-align:left;
}
#footer dt {
	float:left;
	clear:left;
	width:90px;
	margin-bottom:5px;
}
#footer dd {
	float:left;
	width:600px;
	margin-bottom:5px;
}
#footer dd a {
	position:relative;
	padding:0 20px 2px 0;
	background:url(../images/parts/icon/icon-map.png) 100% 50% no-repeat;
}
#footer dd a:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:27px;
	border-bottom:2px solid #000;
}

#footer small {
	position:relative;
	clear:both;
	overflow:hidden;
	display: block;
    text-align: right;
	color:#515151;
	letter-spacing:3px;
}

/*-------------------- ページトップ ----------*/

.pagetop {
	height:75px;
	width:100%;
	text-align:center;
	background-color:#33231d;
}
.pagetop img {
	margin-top:20px;
	width:30px;
}

/*------------------------------ パン屑 ----------*/

.pan {
	/*
	background:#F9F9F9;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	*/
	background:#FFF;
}
.pan ol {
	position:relative;
	clear:both;
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
.pan ol li {
	position:relative;
	overflow:hidden;
	float:left;
	padding:20px 0;
	line-height:1;
}
.pan ol li:after {
	position:relative;
	content:'＞';
	margin:0 7px;
	color:#999;

}
.pan ol li:last-child:after {
	content:'';
}
.pan ol li.home {
	background:url(../images/parts/icon/icon-pan.png) 0 50% no-repeat;
	padding-left:30px;
}
.pan ol li a,
.pan ol li a:link {
	text-decoration:none;
}
.pan ol li a:hover {
	text-decoration:underline;
}

/*----------------------------------------------------------------------
	山喜屋について　(concept.html)
 ---------------------------------------------------------------------*/

#concept {
	background:url(../images/concept/bg-concept.jpg) 0 58% no-repeat;
	background-size:155% auto;
}
#concept .conceptBox {
	padding:0 20px 0 80px;
	overflow:auto;
}
#concept h2 {
	color:#000;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
	font-size:42px;
	font-weight:700;
	margin-bottom:30px;
	text-align:left;
	text-shadow:1px 1px 1px rgba(255,255,255, 1);
}
#concept p {
	text-align:left;
	line-height:2;
	font-weight:bold;
	font-size:23px;
	margin-bottom:30px;
	color:#222;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
	text-shadow:1px 1px 1px rgba(255,255,255, 1);
}
/*
#concept p.owner {
	text-align:right;
}
*/

/*----------------------------------------------------------------------
	店舗情報　(information.html)
 ---------------------------------------------------------------------*/

/*-------------------- 会社概要 ----------*/

#information ul {
	position:relative;
	overflow:hidden;
	padding:0;
	overflow:auto;
	text-align:left;
	float:right;
	width:760px;
}
#information ul li {
	position:relative;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #EFEFEF;
	padding:8px 0;
}
#information ul li:nth-child(2n-1) {
	background:rgba(255,255,255,0.7);
}
#information dl {
	line-height:1.8;
}
#information dt {
	float:left;
	width:120px;
	text-align:left;
	padding-left:15px;
}
#information dd {
	overflow:auto;
	text-align:left;
}
#access {
	padding-bottom:0 !important;
}

/*-------------------- 会社概要画像 ----------*/

#informationBox {
	position:relative;
	overflow:hidden;
	overflow:auto;
	text-align:left;
	float:right;
	margin-bottom:30px;
}

#informationBox img {
	float:left;
	margin-right:25px;
	display:block;
	border:1px solid #EFEFEF;
	padding:3px;
}
#informationBox img:last-child {
	margin-right:0 !important;
}
.map {
	width:100%;
	height:500px;
}

/*----------------------------------------------------------------------
	商品紹介　(lineup.html)
 ---------------------------------------------------------------------*/

#lineup ul {
	position:relative;
	overflow:hidden;
	overflow:auto;
	text-align:left;
	float:right;
	margin-bottom:30px;
}
#lineup li {
	position:relative;
	float:left;
	width:215px;
	height:400px;
	padding:0 30px;
	margin-bottom: 20px;
}
#lineup li:nth-child(3n){
	padding:0 0 0 30px;
}
#lineup li img{
	width:210px;
	height:auto;
	padding:5px;
	background-color:#FFF;
	margin-bottom:10px;
}
#lineup li dt{
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
}
#lineup dd{
	line-height:1.4;
	font-size:12px;
	color:#555;
	text-align:center;
}
#lineup dd span {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	min-height:70px;
	text-align:left;
}
.red{
	color:red;
}

/*----------------------------------------------------------------------
	お問い合わせ　(contact.php)
 ---------------------------------------------------------------------*/

#contact #mailForm {
	position:relative;
	overflow:hidden;
	overflow:auto;
	text-align:left;
	float:right;
	margin-bottom:30px;
	width:800px;
	min-height:500px;
}
#contact ul.formList {
	position:relative;
	clear:both;
	overflow:hidden;
}
#contact ul.formList li {
	position:relative;
	clear:both;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
#contact ul.formList li:last-child {
	border-bottom:none !important;
}
#contact p {
	margin-bottom:10px;
	line-height:1.4;
}
#contact p a {
	text-decoration:underline;
}
#contact form {
	margin:30px 0;
}
ul.formList li dl {
	line-height:2;
	width:100%;
}
ul.formList li dl dt {
	position:relative;
	clear:left;
	float:left;
	width:210px;
	padding-top:5px;
}
ul.formList li dl dd {
	position:relative;
	float:left;
	width:580px;
}
ul.formList li dl dt:before {
	position:relative;
	content:'※';
	color:#E70003;
	margin-right:5px;
}
#contact input[type="text"],
#contact textarea {
	width:100%;
	border:1px solid #ccc;
	padding:7px;
	font-size:14px;
	resize:vertical;
}
.form_button {
	text-align:center;
	position: relative;
	background-color: #33231d;
	border-radius: 6px;
	border:none !important;
	color: #ebe9e9;
	font-size:20px;
	line-height: 40px;
	-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: 300px !important;
    display: block;
    margin: 20px auto 20px auto;
}
.form_button:active,
.form_button:hover {
	top: 3px;
	box-shadow: none;
}
#submitBox {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:50px auto;
	text-align:center;
}
#submitBox ul li {
	display:inline-block;
}
#submitBox input,
#submitBox button {
	text-align:center;
	position: relative;
	background-color: #33231d;
	border-radius: 6px;
	border:none !important;
	color: #ebe9e9;
	font-size:18px;
	line-height: 40px;
	-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: 300px !important;
    margin: 20px;
	display:inline-block !important;

}
span.error {
	display:block;
	padding:5px 0;
	color:#FF0000;
}
.complateBox {
	position:relative;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin-top:100px;
}
.ttl-complate {
	position:relative;
	clear:both;
	overflow:hidden;
	font-weight:700;
	margin-bottom:30px !important;
}

/*----------------------------------------------------------------------
	プライバシーポリシー　(privacypolicy.html)
 ---------------------------------------------------------------------*/

#private div.priveBox {
	overflow:auto;
	line-height:1.6;
	width:800px;
	float:right;
	text-align:left;
	padding-bottom:50px;
}
#private div.priveBox  h2 {
	margin:40px 0 20px 0;
	padding:0 0 10px 3px;
	border-bottom:1px solid #ccc;
	font-size:24px;
	font-weight:700;
	font-family:"ＭＳ Ｐ明朝",
				"MS PMincho",
				"ヒラギノ明朝 Pro W3",
				"Hiragino Mincho Pro",
				serif;
}
#private div.priveBox  p {
	margin:0 22px 20px 3px;
	line-height:1.6;
}
#private ul {
	margin:0 0 20px 33px;
	list-style:disc;
}
#private ul li {
	line-height:1.6;
}