﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	background: url(../img/shared/bd_bg.jpg) center 0 repeat;
	color: #1f180b;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
.txt-center {
	text-align: center;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/

header {
	overflow: hidden;
	position: relative;
}
header:before {
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: 500px;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
header h1 {
	position: absolute;
    top: 17px;
    right: 10px;
	z-index: 90;
	font-size: 13px;
	line-height: 18px;
	color: #debc82;
	text-align: right;
}
header .logo {
}
header .tel {
}
header nav {
}
header .link {
	position: absolute;
	top: 192px;
	right: 0%;
	z-index: 99;
}
.has_nav header .link {
	position: fixed;
	top: 0;
}
#belt {
	background: url(../img/shared/deco.png) 0 0 no-repeat, url(../img/shared/navi_bg.jpg) 0 0 repeat;
	width: 500px;
	height: 800px;
	text-align: center;
	box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.57);
	position: relative;
	z-index: 99;
}
#belt .logo {
	padding: 81px 0 25px;
}
#belt nav {
	margin-left: 107px;
}
header .sub-nav {
	background-color: #321b00;
	color: #fff;
	line-height: 34px;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 99;
	padding: 0 10px;
}
header .sub-nav li {
	display: inline-block;
	font-size: 17px;
}
header .sub-nav li  span{
	font-weight: 500;
}
.line_bg {
	position: relative;
	padding-top: 20px;
}
.line_bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: url(../img/shared/line1.jpg) 0 0 repeat;
}
.bg1 {
	background: url(../img/index/bg2.jpg) center 0 repeat;
}


.bg2 {
	background: url(../img/pasta/sec_bg.jpg) center 0 repeat;
}
@media screen and (min-width:1801px) {
.bg2 {
	background: url(../img/pasta/sec_bg.jpg) center 0 repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

}





/*=============================================
 * key
 *=============================================*/

#key {
	position: absolute;
	top: 0;
	left: 500px;
	right: 0;
	min-height: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
	position: relative;
	background: url(../img/shared/line.jpg) repeat-x center top;
	padding-top: 30px;
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url(../img/shared/ft_bg.jpg) center 0 repeat-x;
	text-align: center;
	position: relative;
	height: 270px;
	color: #faf1e1;
	font-size: 15px;
	line-height: 30px;
}
footer .decor {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 246px;
}
footer .logo {
}
footer .tel {
}
footer nav {
	padding: 71px 0 45px;
}
footer nav .sub:before {
	content: '>';
}
#socialbuttons > * {
	margin: 0 6px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	/*padding: 0px 0 24px;*/
	padding: 0px 0 18px;
}


address a{
 font-size: 10px;
 text-align: center;
 color: #FFF;
 display: block;
 text-decoration: none;
}

.box_txt {
	background: url(../img/index/bg1.jpg) center 0 repeat;
	position: relative;
	box-sizing: border-box;
	box-shadow: 6px 10px 14px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow: 6px 10px 14px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 6px 10px 14px rgba(0, 0, 0, 0.57);
}
.box_txt:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
	background: url(../img/index/ico.png) 0 0 no-repeat, url(../img/index/ico.png) right 0 no-repeat, url(../img/index/ico.png) 0 bottom no-repeat, url(../img/index/ico.png) right bottom no-repeat;
}

.menu_list {
	width: 470px;
}
.menu_list h4 {
	background-color: #321b00;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
}
.menu_list h5 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 55px;
}
.menu_list dl {
	font-size: 15px;
	line-height: 26px;
	border-top: 1px solid #321b00;
	padding: 14px 20px 13px;
}
.menu_list dl:after {
	content: "" !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.menu_list dt {
	float: left;
}
.menu_list dd {
	float: right;
	text-align: right;
	color: #ad0707;
	font-weight: bold;
}
.menu_list dd.txt {
	text-align: left;
	float: none;
	clear: both;
	color: #1f180b;
	font-size: 13px;
	font-weight: normal;
}

#sp_botan a{
	border:1px #196030 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #196030; 
}
