@charset "utf-8";
/* CSS Document */
/* design1 css */
html{font-size:100%;}
/* --all page-- */
.header_contact {
	top:40px;
	right:10px;
}
@media all and (-ms-high-contrast:none){
	#header_menu li a .en {
		padding-top: 5px;
	}
}
#fakeloader{
	z-index: 9999;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 500px!important;
}
/*.cate img,.cate_box img{
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}*/
.cate_list{
	margin-bottom: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
	font-size: 16px;
	border-bottom: 1px solid #a98c48;
	padding-top: 10px;
}
@media all and (-ms-high-contrast:none){
	.cate_list {
		padding-top: 15px;
	}
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li:last-of-type {
	margin-right: 0px;
}
.cate_list li a{
	display: block;
	padding: 10px;
	color:#a98c48;
}
.cate_list li a:hover{
	color:#fff;
}
.text {
	display: inline-block;
}
#page-top{
	position: fixed;
	right: 10px;
	z-index: 2;
}
#page-top a{
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
}
/* header */
header #header #header_menu li a .en{
	transition: all 0.3s;
	opacity: 0.5;
}
header #header #header_menu li a:hover .en{
	opacity: 1;
}
/* drawer menu */
.drawer-nav{box-sizing: border-box;}
.drawer-menu li{
	margin-bottom: 10px;
}
.menu_bt {
	z-index: 999;
}
.drawer--left.drawer-open .menu_bt{
	left: 250px;
}
.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{box-shadow: 0 0 3px #ffffff;}
.drawer-open .drawer-hamburger-icon,.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{box-shadow: none;}

/* -- index.html -- */
#contents {
	background-image:url(../img/bg_beef.jpg);
	background-position: bottom center;
	background-size: 60% auto;
	background-repeat:no-repeat;
	padding-bottom: 500px;
}
#contents .beef {
	z-index: -1;
	max-width: 1000px;
}
#contents .bg_box div {
	background-color: rgba(255,255,255,0.70);
	border-bottom: 1px solid #006827;
}
#top_menu {
	background-image: url(../img/bg_lunch_dinner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#top_menu h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-family: 'Vidaloka', serif;
}
#top_menu h2::before,#top_menu h2::after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: white;
}
#top_menu h2::before {
	left:0;
}
#top_menu h2::after {
	right: 0;
}

#top_news .beef {
	z-index: -1;
	bottom:-200px;
	left:-200px;
	max-width: 1000px;
}
#top_news h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-family: 'Vidaloka', serif;
}
#top_news h2::before,#top_news h2::after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
#top_news h2::before {
	left:0;
}
#top_news h2::after {
	right: 0;
}
#top_news .news_box {
	background-color: rgba(255,255,255,0.70);
}
.readmore a {
	font-family: 'Vidaloka', serif;
}
@media all and (-ms-high-contrast:none){
	.readmore a {
		padding-top: 10px;
	}
	#footer_menu {
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 1000px){
#contents {
	padding-bottom: 300px;
}
}
/*共通*/
.cate_txt1:empty, .box_txt1:empty, .box_txt2:empty, .box_txt3:empty, .box_title1:empty {
	display: none;
} 
/*news.html*/
#img_news {
	background-image: url(../img/img_news.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#news .cate_box {
	border-bottom: solid 1px #9e7e34;
}
#news .cate_box:last-of-type {
	border-bottom: none;
}
@media all and (-ms-high-contrast:none){
	#news .date {
		padding-top: 15px;
	}
}
/*about.html*/
#img_about {
	background-image: url(../img/img_about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#about .cate {
	margin-bottom: 100px;
}
#about .cate:last-of-type {
	margin-bottom: 0px;
}
#about .cate .cate_title {
	padding: 5px 0;
	border-top: 2px solid #9e7e34;
	border-bottom: 2px solid #9e7e34;
	text-align: center;
}
@media all and (-ms-high-contrast:none){
	#about .cate .cate_title {
		padding-top: 15px;
	}
}
#about .cate_box {
	border-bottom: solid 1px #9e7e34;
}
#about .cate_box:last-of-type {
	border-bottom: none;
}
#about .cate_box .box_title1 {
	color:#9e7e34;
}
/*lunch.html*/
#img_lunch {
	background-image: url(../img/img_lunch.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#lunch .cate {
	margin-bottom: 100px;
}
#lunch .cate:last-of-type {
	margin-bottom: 0px;
}
#lunch .cate .cate_title {
	padding: 5px 0;
	border-top: 2px solid #9e7e34;
	border-bottom: 2px solid #9e7e34;
	text-align: center;
}
@media all and (-ms-high-contrast:none){
	#lunch .cate .cate_title {
		padding-top: 12px;
	}
	#lunch .cate .cate_txt1 {
		padding-top: 12px;
	}
}
/*dinner.html*/
#img_dinner {
	background-image: url(../img/img_dinner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#dinner .cate {
	margin-bottom: 100px;
}
#dinner .cate:last-of-type {
	margin-bottom: 0px;
}
#dinner .cate .cate_title {
	padding: 5px 0;
	border-top: 2px solid #9e7e34;
	border-bottom: 2px solid #9e7e34;
	text-align: center;
}
@media all and (-ms-high-contrast:none){
	#dinner .cate .cate_title {
		padding-top: 12px;
	}
	#dinner .cate .cate_txt1 {
		padding-top: 12px;
	}
}
/*gallery.html*/
#img_gallery {
	background-image: url(../img/img_gallery.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#gallery .cate {
	margin-bottom: 100px;
}
#gallery .cate:last-of-type {
	margin-bottom: 0px;
}
#gallery .cate .cate_title {
	padding: 5px 0;
	border-top: 2px solid #9e7e34;
	border-bottom: 2px solid #9e7e34;
	text-align: center;
}
@media all and (-ms-high-contrast:none){
	#gallery .cate .cate_title {
		padding-top: 15px;
	}
}
#gallery .cate_box {
	border-bottom: solid 1px #9e7e34;
}
#gallery .cate_box .box_title1 {
	color:#9e7e34;
}
/*info.html*/
#img_info {
	background-image: url(../img/img_info.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*contact.html*/
#img_contact {
	background-image: url(../img/img_contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
input, textarea {
	border: 1px solid #149314;
}
input[type=submit] {
	width:48%;
	margin-right: 2%;
	-webkit-appearance:none;
}
input[type=reset] {
	width:48%;
	margin-left: 2%;
	-webkit-appearance:none;
}
/*privacy.html*/
#img_privacy {
	background-image: url(../img/img_privacy.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*sitemap.html*/
#img_sitemap {
	background-image: url(../img/img_sitemap.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sitemap_ul li {
	padding: 10px;
}
.button {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #a98c48;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #149314;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media all and (-ms-high-contrast:none){
	.button {
	padding-top: 20px;
	}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/* --all page-- */
.header_contact {
	top:30px;
	right: 0px;
}
#page-top a{
	width: 70px;
	height: 70px;
}
#contents {
	background-size: 70% auto;
	padding-bottom: 300px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cate_list{
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 14px;
	border-bottom: none;
}
.cate_list li{
	width: 90%;
	margin: 0 0 10px;
	padding: 5px;
}
.cate_list li a{
	border: 1px solid #a98c48;
}
.sns_links li a {
	padding: 8px;
}

/* -- index.html -- */
#contents {
	background-size: 90% auto;
	padding-bottom: 250px;
}
	#top_menu #lunch_box {
		background-image:url(../img/bg_lunch.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		}
	#top_menu #dinner_box {
		background-image:url(../img/bg_dinner.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		}
}