@charset "UTF-8";
/* ==========================================================================
   
   module
   
   ========================================================================== */
/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {
	font-weight: bold;
}

.fItalic {
	font-style: italic;
}

.fnormal {
	font-weight: normal;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}

.red {
	color: #e32e29;
}
.red2 {
	color: #cc0000;
}

/* ---------------------------------------------
	float
--------------------------------------------- */
.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */
.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb01 {
	margin-bottom: 1px !important;
}

.mb03 {
	margin-bottom: 3px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mlmr05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mlmr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mlmr20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mcenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ---------------------------------------------
	preset padding
--------------------------------------------- */
.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pl05 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.t_align_l {
	text-align: left !important;
}

.t_align_c {
	text-align: center !important;
}

.t_align_r {
	text-align: right !important;
}

.pre {
	white-space: pre;
}

/* ---------------------------------------------
	other
--------------------------------------------- */
.imgRep {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* ===============================================
	RESET
=============================================== */
html,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
b,
th,
figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset,
iframe {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

img,
abbr,
acronym,
fieldset {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

li {
	list-style: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
  /* 1 */
	display: table;
  /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.second {
	padding-top: 60px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

.second header {
	background-color: #000;
}

.inner {
	padding: 0 3.125%;
}

header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
header h1 {
	float: left;
	width: 80px;
	height: 60px;
	background: url(../img/common/logo.png) no-repeat left top;
	background-size: 80px 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header h1 a {
	display: block;
	width: 80px;
	height: 60px;
}
header nav {
	float: right;
	margin-top: 3px;
}
header nav ul {
	overflow: hidden;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	float: left;
	margin-right: 3px;
	width: 55px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header nav ul li.tel a {
	background: url(../img/common/gnavi_contact.png) no-repeat left top;
	background-size: 55px 50px;
}
header nav ul li.order a {
	background: url(../img/common/gnavi_cart.png) no-repeat left top;
	background-size: 55px 50px;
}
header nav ul li.menu {
	background: url(../img/common/gnavi_menu.png) no-repeat left top;
	background-size: 55px 50px;
}
header .headBg {
	width: 100%;
	height: 60px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}

#mainVisual {
	width: 100%;
	z-index: 1;
	position: relative;
}
#mainVisual ul li {
	width: 100%;
}
#mainVisual ul li.slide01 {
	background: url(../img/top/slider_bg01.png) no-repeat center top;
	background-size: cover;
}
#mainVisual ul li.slide02 {
	background: url(../img/top/slider_bg02.png) no-repeat center top;
	background-size: cover;
}
#mainVisual ul li a {
	position: absolute;
	display: block;
	width: 50%;
	height: 50px;
	left: 50%;
	margin-left: -25%;
	top: 64.032967033%;
}

@media screen and (orientation: landscape) {
  #mainVisual ul li a {
	top: 67.032967033%;
  }
}
.topBtnArea {
	margin-top: -30%;
	position: relative;
	z-index: 2;
}
.topBtnArea ul {
	overflow: hidden;
}
.topBtnArea ul li {
	float: left;
	width: 48.4375%;
}
.topBtnArea ul li:last-child {
	float: right;
}

.partsBanner {
	margin: 3.125%;
}

#news {
	margin-top: 5.9375%;
	margin-bottom: 6.25%;
}
#news ul li {
	border-bottom: 1px solid #999999;
	margin-bottom: 1px;
}
#news ul li:last-child {
	border: none;
	margin-bottom: 0;
}
#news ul li a {
	display: block;
	padding: 3.125% 8% 2.125% 3.125%;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #333;
	background-image: url(../img/common/ico_arrow_black_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 13px 13px;
}
#news ul li a p.date {
	font-size: 1.2rem;
	color: #83560f;
	line-height: 1;
	margin-bottom: 7px;
}
#news ul li a p.date span {
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: text-bottom;
	padding: 3px;
	margin-right: 3px;
}
#news ul li a p.date span.ico01 {
	background-color: #cc0000;
}
#news ul li a p.date span.ico02 {
	background-color: #E9A326;
}
#news ul li a p.date span.ico03 {
	background-color: #005e15;
}
#news ul li a p.date span.ico04 {
	background-color: #5597FB;
}
#news .btn {
	width: 100%;
}
#news .btn a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
}
#news .btn a span.icoPc {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico_pc_title.png) no-repeat left top;
	width: 16px;
	height: 14px;
	background-size: 16px 14px;
	margin-left: 5px;
	line-height: 1;
}

#onagawa {
	margin-top: 5.9375%;
	margin-bottom: 6.25%;
}
#onagawa ul li {
	border-bottom: 1px solid #999999;
	margin-bottom: 1px;
}
#onagawa ul li:last-child {
	border: none;
	margin-bottom: 0;
}
#onagawa ul li a {
	display: block;
	padding: 3.125% 8% 2.125% 3.125%;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #333;
	background-image: url(../img/common/ico_arrow_black_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 13px 13px;
	display: table;
	width: 100%;
}
#onagawa ul li a .syoku {
	background: url(../img/common/news_ico_eat.png) no-repeat left top;
	width: 37px;
	height: 35px;
	background-size: 37px 35px;
	display: table-cell;
}
#onagawa ul li a .event {
	background: url(../img/common/news_ico_event.png) no-repeat left top;
	width: 37px;
	height: 35px;
	background-size: 37px 35px;
	display: table-cell;
}
#onagawa ul li a .text {
	padding-left: 7px;
}
#onagawa ul li a p.date {
	font-size: 1.2rem;
	color: #83560f;
	line-height: 1;
	margin-bottom: 7px;
}
#onagawa ul li a p.date span {
	color: #fff;
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: text-bottom;
	padding: 3px;
	margin-right: 3px;
}
#onagawa ul li a p.date span.ico01 {
	background-color: #cc0000;
}
#onagawa ul li a p.date span.ico02 {
	background-color: #005e15;
}
#onagawa .btn {
	width: 100%;
}
#onagawa .btn a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
}
#onagawa .btn a span.icoPc {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico_pc_title.png) no-repeat left top;
	width: 16px;
	height: 14px;
	background-size: 16px 14px;
	margin-left: 5px;
	line-height: 1;
}

.footArea {
	position: relative;
	padding-bottom: 6.25%;
}
.footArea .snsArea {
	position: relative;
	overflow: hidden;
}
.footArea .snsArea ul {
	float: left;
	position: relative;
	left: 50%;
}
.footArea .snsArea ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 9% 10px 0;
}
.footArea .snsArea ul li.tw {
	padding-top: 3px;
}

.pagetop {
	position: fixed;
	right: 3.125%;
	bottom: 3.125%;
	display: block;
	background: url(../img/common/pagetop.png) no-repeat left top;
	width: 30px;
	height: 28px;
	background-size: 30px 28px;
}

footer {
	background-color: #000;
	padding: 6.25% 3.125%;
}
footer nav.topLevel ul li {
	border-top: 1px solid #A6A6A6;
	margin-bottom: 1px;
}
footer nav.topLevel ul li:first-child {
	border: none;
}
footer nav.topLevel ul li:first-child a {
	border-radius: 5px 5px 0 0;
}
footer nav.topLevel ul li a {
	padding: 4.6875% 2.34375%;
	color: #fff;
	display: block;
	background-color: #4D4D4D;
	background-image: url(../img/common/ico_arrow_white_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 13px 13px;
}
footer nav.secondLevel {
	overflow: hidden;
}
footer nav.secondLevel ul li {
	border-top: 1px solid #A6A6A6;
	margin-bottom: 1px;
	width: 50%;
	float: left;
}
footer nav.secondLevel ul li:last-child a {
	border-radius: 0 0 5px 0;
	background-image: none;
}
footer nav.secondLevel ul li:nth-last-child(2) a {
	border-radius: 0 0 0 5px;
}
footer nav.secondLevel ul li:nth-child(even) {
	border-left: 1px solid #fff;
}
footer nav.secondLevel ul li:nth-child(odd) {
	border-right: 1px solid #000;
}
footer nav.secondLevel ul li a {
	width: 100%;
	padding: 9.2% 4.6%;
	color: #fff;
	display: block;
	background-color: #4D4D4D;
	background-image: url(../img/common/ico_arrow_white_r.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 13px 13px;
	font-size: 0.9rem;
}
footer nav.secondLevel ul li a.icoExternal {
	background-image: url(../img/common/ico_ext_footer.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 12px 12px;
}
footer nav.secondLevel ul li a.icoPc {
	background-image: url(../img/common/ico_pc_footer.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 12px 10px;
}
footer .btnPc {
	margin-top: 6.25%;
	margin-bottom: 6.25%;
}
footer .btnPc a {
	width: 100%;
	border-radius: 5px;
	color: #fff;
	padding: 3.125%;
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	background-color: #4D4D4D;
	display: block;
}
footer .btnPc a span.icoPc {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico_pc_footer_btn.png) no-repeat left top;
	width: 16px;
	height: 14px;
	background-size: 16px 14px;
	margin-left: 5px;
}
footer .copyRight {
	color: #c1a572;
	font-size: 1.0rem;
	text-align: center;
}

#gnavi {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
  	/*filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;*/
	z-index: 100;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.4);
	display: none;
}
#gnavi .gnaviInner {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 3.125%;
}
#gnavi .wrap {
	background-color: #000;
	padding: 6.25% 3.125%;
}
#gnavi .close {
	margin-top: -3.125%;
}
#gnavi .close a {
	background: url(../img/common/menu_close.png) no-repeat left top;
	width: 130px;
	height: 40px;
	background-size: 130px 40px;
	float: right;
	margin-right: 3.125%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#gnavi nav ul li {
	border-top: 1px solid #A6A6A6;
	margin-bottom: 1px;
}
#gnavi nav ul li:first-child {
	border: none;
}
#gnavi nav ul li:first-child a {
	border-radius: 5px 5px 0 0;
}
#gnavi nav ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
#gnavi nav ul li a {
	padding: 4.6875% 2.34375%;
	color: #fff;
	display: block;
	background-color: #4D4D4D;
	background-image: url(../img/common/ico_arrow_white_r.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 13px 13px;
}
