@charset "UTF-8";
/* CSS Document */

.second_main_img {
	background: url("../img/menu/main_img.jpg") no-repeat center / cover ;
	width: 100%;
	height: 350px;
	margin-bottom: 60px;
}

main.menu  {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: row-reverse;
}

main.menu article {
	width: 74%;
	margin-left: 2%;
}

main.menu aside {
	width: 24%;
	margin-bottom: 50px;
}

#info_menu {
	margin-bottom: 20px;
}

#info_menu dt {
	color: #fff;
	text-align: center;
	background: #351c13;
	font-size: 14px;
	padding: 15px 0;
}

#info_menu dt span {
	font-size: 26px;
	display: block;
	line-height: 1.2;
}

#info_menu dd {
	background: #f4f0e9;
	border-top: 1px solid #351c13;
}

#info_menu dd a {
	display: block;
	padding: 15px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
}

#info_menu dd a:after{
	 content: "";
	background: url("../img/common/arrow_icon2@2x.png") no-repeat center / cover;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 5%;
	top: calc(50% - 5px);
}

#info_menu dd a:before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	width: 21px;
	height: 21px;
}

#info_menu dd:first-of-type a:before {
	background: url("../img/menu/left_icon1@2x.png") no-repeat center / 100%;
}

#info_menu dd:nth-of-type(2) a:before {
	background: url("../img/menu/left_icon2@2x.png") no-repeat center / 100%;
}

#info_menu dd:nth-of-type(3) a:before {
	background: url("../img/menu/left_icon3@2x.png") no-repeat center / 100%;
}

#info_menu dd:nth-of-type(4) a:before {
	background: url("../img/menu/left_icon4@2x.png") no-repeat center / 100%;
}

aside .shop_info {
	border: 1px solid #351c13;
	padding: 26px 0;
}

aside .shop_info img {
	margin: 0 auto 10px;
	width: 85%;
	max-width: 200px;
}

aside .shop_info .shop_ttl {
	text-align: center;
	color: #351c13;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #351c13;
	width: 85%;
	margin: 0 auto 10px;
}
	
aside .shop_info .shop_ttl span {
	font-size: 14px;
	display: block;
}

aside .shop_info .shop_tel {
	font-size: 14px;
	font-weight: bold;
	color: #351c13;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
	aside .shop_info .shop_tel a {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	aside .shop_info .shop_tel a {
		text-decoration: underline;
	}
}

aside .shop_info .shop_tel:before {
	content: "";
	background: url("../img/menu/left_icon5@2x.png") no-repeat center / cover;
	width: 23px;
	height: 24px;
	display: inline-block;
	margin-right: 5px;
}

aside .shop_info .shop_time {
	font-size: 12px;
	color: #351c13;
	text-align: center;
	margin-bottom: 20px;
}

aside .shop_info .shop_map iframe {
	margin: 0 auto 10px;
	display: block;
}

aside .shop_info .shop_map p {
	font-size: 12px;
	color: #351c13;
	width: 85%;
	margin: 0 auto 30px;
}

aside .shop_info .shop_link {
	width: 85%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: #351c13;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	position: relative;
}

aside .shop_info .shop_link:after {
	content: "";
	background: url("../img/common/arrow_icon1@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 11px;
	right: 3%;
	top: calc(50% - 5.5px);
	position: absolute;
}

article .page_ttl {
	text-align: center;
	color: #351c13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 45px;
}

article .page_ttl span {
	display: block;
}

article .page_ttl span.en_font1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}

article .page_ttl span.lunch_time {
	font-size: 14px;
	font-weight: bold;
}

article section .section_ttl {
	color: #fff;
	background: #351c13;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 17px;
}

article .day_lunch {
	margin-bottom: 40px;
}

article .day_lunch .lunch_txt {
	margin: 20px auto;
	width: 94%;
}

article .day_lunch .lunch_txt ul li {
	margin-bottom: 5px;
	font-size: 14px;
}

article .day_lunch .lunch_single {
	border-bottom: 1px solid #351c13;
	width: 94%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 20px 10px;
}

article .day_lunch .lunch_single:not(:last-of-type) {
	margin-bottom: 10px;
}

article .day_lunch .lunch_single span {
	width: 52px;
	height: 52px;
	background: #351c13;
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	padding: 6px 0;
	margin-right: 11px;
}

article .day_lunch .lunch_single p {
	font-size: 20px;
	color: #351c13;
	font-weight: 500;
}


article .menu_list.afternoon .menu_single {
  align-items: flex-start;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap {
  margin-bottom: 10px;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap .icon_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap .icon_list li {
  width: 49%;
  margin: 0 0 2%;
  border: 1px solid #351c13;
  border-radius: 3px;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 0 3px;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap .icon_list li:nth-of-type(odd) {
  margin-right: 2%;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap .icon_list li.wide {
  width: 100%;
  margin: 0;
}
article .menu_list.afternoon .menu_single .menu_txt .icon_wrap small {
  font-size: 12px;
  text-align: center;
  color: #351c13;
  display: block;
  margin-top: 5px;
}
article .menu_list.afternoon .menu_single .menu_txt .ttl_btm {
  color: #351c13;
  margin-bottom: 5px;
}
article .menu_list.afternoon .menu_single .menu_txt .menu_c_txt {
  font-size: 16px;
}
article .menu_list.afternoon .menu_single .menu_list {
  margin: 30px auto 0;
}
article .menu_list.afternoon .menu_single .menu_list p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
article .menu_list.afternoon .menu_single .menu_list table tr td {
  padding-right: 25px;
  font-size: 16px;
}
article .menu_list.afternoon .line_appointment h4 {
  font-weight: 700;
  font-size: 20px;
  color: #351c13;
  text-align: center;
  border-top: 1px solid #351c13;
  border-bottom: 1px solid #351c13;
  padding: 5px 0;
  margin-bottom: 15px;
}
article .menu_list.afternoon .line_appointment .step {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .menu_list.afternoon .line_appointment .step li {
  width: 29%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article .menu_list.afternoon .line_appointment .step li.wide {
  width: 35%;
}
article .menu_list.afternoon .line_appointment .step li p {
  color: #351c13;
  font-size: 16px;
  height: 45px;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
article .menu_list.afternoon .line_appointment .step li img {
  display: block;
  margin: 0 auto;
}

.sp_line_link {
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.sp_line_link {
		pointer-events:all;
	}
	
	article .menu_list.afternoon .menu_single .menu_txt .icon_wrap .icon_list li {
		font-size: 17px;
	}
	
	article .menu_list.afternoon .menu_single .menu_txt .menu_c_txt {
		font-size: 14px;
	}
	
	article .menu_list.afternoon .menu_single .menu_list {
		width: 100%;
	}
	
	article .menu_list.afternoon .menu_single .menu_list table {
		width: 100%;
	}
	
	article .menu_list.afternoon .menu_single .menu_list table tr,
	article .menu_list.afternoon .menu_single .menu_list table tr td{
		display: block;
		width: 100%;
		padding: 0;
	}
	
	article .menu_list.afternoon .line_appointment h4 {
		font-size: 18px;
		text-align: left;
		border: none;
	}
	
	
	article .menu_list.afternoon .line_appointment .step {
		display: block;
	}
	
	article .menu_list.afternoon .line_appointment .step li,
	article .menu_list.afternoon .line_appointment .step li.wide {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	
	article .menu_list.afternoon .line_appointment .step li p {
		height: auto;
		margin-bottom: 10px;
	}
}





article .menu_list {
	margin-bottom: 46px;
}

article .menu_list .alert-txt {
	margin-top: 15px;
	font-size: 12px;
}

article .menu_list .read {
	font-size: 14px;
	margin-bottom: 15px;
}

article .menu_list .menu_single {
	align-items: flex-start;
}

article .menu_list .menu_single:not(:last-of-type) {
	margin-bottom: 35px;
}

article .menu_list .menu_single .list + .alert-txt {
	padding: 0 70px;
}

@media screen and (max-width: 767px) {
	article .menu_list .menu_single .list + .alert-txt {
		padding: 0 4%;
	}
}

article .menu_list .menu_single .list {
	padding: 0 70px;
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	article .menu_list .menu_single .list {
		padding: 0 2%;
	}
}

article .menu_list .menu_single .list li {
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: baseline;
}

article .menu_list .menu_single .list li .ttl {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	article .menu_list .menu_single .list li {
		align-items: center;
	}
	
	article .menu_list .menu_single .list li .ttl {
		width: 65%;
	}
	
	article .menu_list .menu_single .list li .price {
		width: 30%;
	}
}

article .menu_list .menu_single .list li .ttl span {
	font-size: 14px;
}

article .menu_list .menu_single .list li .ttl small {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	article .menu_list .menu_single .list li .ttl small {
		display: block;
		margin-top: 5px;
	}
}

article .menu_list .menu_single .list li .price {
	font-size: 20px;
	margin-left: auto;
}

article .menu_list .menu_single .list li .price span {
	font-size: 12px;
}



article .menu_list .menu_image {
	width: 50%;
	margin-right: 2%;
}

article .menu_list .menu_txt {
	width: 48%;
}

article .menu_list .menu_txt .menu-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 4px;
}

article .menu_list .menu_txt .menu-icon li {
	word-break: keep-all;
	margin-right: 4px;
	border: 1px solid #351C13;
	border-radius: 23px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 11px;
}

article .menu_list .menu_txt .vegan-icon {
	margin-bottom: 5px;
}

article .menu_list .menu_txt .vegan-icon li {
	padding: 2px 8px;
	color: #fff;
	background: #122909;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	article .menu_list .menu_txt .menu-icon li {
		margin: 0 1.4vw 1.4vw 0;
		border-radius: 6vw;
		line-height: 6vw;
		padding: 0 1.8vw;
		font-size: 3.1vw;
	}
}

article .menu_list .menu_txt h3 {
	display: flex;
	color: #351c13;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	flex-wrap: wrap;
	align-items: baseline;
}

article .menu_list .menu_txt h3 span.sub_ttl {
	font-size: 14px;
	font-weight: 400;
	word-break: keep-all;
}

article .menu_list .menu_txt h3 span.price {
	margin-left: auto;
	font-size: 18px;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: right;
}

article .menu_list .menu_txt h3 span.price span {
	font-size: 12px;
	font-weight: inherit;
}

article .menu_list .menu_txt .menu_content {
	font-size: 14px;
	color: #351c13;
	margin-bottom: 10px;
}

article .menu_list .menu_txt .menu_content span {
	display: inline-block;
	color: #351c13;
	font-size: 12px;
	border: 1px solid #351c13;
	padding: 2px 10px;
	margin-bottom: 5px;
}

article .menu_list .menu_txt .menu_c_txt {
	font-size: 14px;
	color: #351c13;
	padding-top: 10px;
	border-top: 1px solid #351c13;
}

article .menu_list .menu_txt .menu_c_txt ul {
	list-style: disc;
	padding-left: 1.5em;
	margin: 10px 0;
}

article .menu_list .menu_txt .menu_c_txt ul li {
	list-style: inherit;
}


article .menu_list .menu_txt .menu_c_txt span {
	font-size: 18px;
	font-weight: 500;
	color: #351c13;
	display: block;
}

article .menu_bottom {
	/*margin-bottom: 100px;*/
}

article .menu_bottom dl {
	width: 49%;
	border: 2px solid #351c13;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}


article .menu_bottom dl.set-menu dd p {
	font-size: 15px;
}

article .menu_bottom dl.set-menu dd p span {
	display: inline-block;
	margin-top: 0;
	font-size: 13px;
}





article .menu_bottom dl:first-of-type {
	margin-right: 2%;
}

article .menu_bottom dl dt {
	background: #351c13;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

article .menu_bottom dl dt span {
	font-size: 14px;
	display: block;
	width: 100%;
}

article .menu_bottom dl dd {
	padding: 15px;
}

article .menu_bottom dl dd table {
	width: 100%;
}

article .menu_bottom dl dd table.tel td {
	font-size: 16px;
	width: 120px;
}

article .menu_bottom dl dd p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	text-indent: -16px;
	padding-left: 16px;
}

article .menu_bottom dl dd p.catch {
	font-size: 20px;
	color: #351c13;
	margin-bottom: 10px;
}

article .menu_bottom dl dd p span {
	display: block;
	margin-top: 5px;
	text-indent: 0;
	font-size: 14px;
	padding-left: 0;
	font-weight: 500;
	line-height: 1.6;
}

main .page_bottom {
	/*justify-content: space-between;*/
	width: 100%;
	margin-bottom: 100px;
}

main .page_bottom a {
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 10px;
	background: #351c13;
	min-width: 17%;
	font-size: 18px;
	padding: 10px 30px 13px;
	position: relative;
	margin-bottom: 15px;
}

main .page_bottom a:after {
	content: "";
	background: url('../img/common/arrow_icon1@2x.png') no-repeat center / 100%;
	width: 6px;
	height: 11px;
	position: absolute;
	right: 5%;
	top: calc(50% - 5.5px);
}

main .page_bottom a:not(:last-of-type) {
	margin-right: 1%;
}


article .menu_list .menu_txt .price_table {
	display: flex;
	justify-content: flex-end;
}

article .menu_list .menu_txt .price_table th {
	text-align: left;
	padding-right: 20px;
	font-size: 12px;
	color: #351c13;
}

article .menu_list .menu_txt .price_table td {
	font-size: 12px;
	font-weight: bold;
	color: #351c13;
	text-align: right;
}

article .menu_list .menu_txt .price_table td span {
	font-size: 18px;
	font-weight: bold;
}

article .menu_bottom dl dd table tr th {
	font-size: 16px;
	font-weight: bold;
	color: #351c13;
	text-align: left;
	padding: 0 10px 0 0;
}

article .menu_bottom dl dd table tr td {
	width: 120px;
	text-align: right;
	font-size: 12px;
	color: #351c13;
}

article .menu_bottom dl dd table tr td.align_l {
	text-align: left;
}

article .menu_bottom dl dd table tr td span {
	font-size: 18px;
	font-weight: bold;
}

	
@media screen and (max-width: 1023px){
	main.menu {
		width: 100%;
	}
	
	main.menu article {
		width: 94%;
		margin: 0 auto;
	}
	
	article .menu_list .menu_image {
		width: 39%;
	}
	
	article .menu_list .menu_txt {
		width: 59%;
	}
	
	#info_menu  {
		display: flex;
		align-items: normal;
		flex-wrap: wrap;
		border: 1px solid #351c13;
	}
	
	#info_menu dt {
		width: 100%;
	}
	
	#info_menu dd {
		width: 100%;
	}
	
/*
	#info_menu dd:nth-of-type(odd) {
		border-right: 1px solid #351c13;
	}
*/
	
	main.menu aside {
		width: 100%;
		margin-bottom: 40px;
		padding: 5%;
		background: #f4f0e9;
	}
	
	aside .shop_info {
		border: none;
	}
	
	aside .shop_info img {
		max-width: 100%;
		width: auto;
	}
	
	aside .shop_info .shop_ttl span {
		font-size: 18px;
	}
	
	aside .shop_info .shop_map iframe {
		width: 578px;
		height: 300px;
	}
	
	aside .shop_info .shop_tel {
		font-size: 18px;
	}
	
	aside .shop_info .shop_time,
	aside .shop_info .shop_map p{
		font-size: 16px;
	}
	
	aside .shop_info .shop_map p {
		text-align: center;
	}
	
	main .page_bottom a {
		padding: 10px 0 13px;
	}
	
	main .page_bottom a,main .page_bottom a:not(:last-of-type) {
		width: 32%;
		margin: 0 0 2%;
	}
	
	main .page_bottom a:not(:nth-of-type(3n)) {
		margin-right: 2%;
	}
	
	main .page_bottom {
		justify-content: center;
		width: 94%;
		margin: 0 auto 50px;
	}
	
	article .menu_bottom {
		margin-bottom: 50px;
	}
	
	aside .shop_info .shop_link {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px){
	.second_main_img {
		padding: 33% 0 ;
		background: url("../img/menu/sp/main_img.jpg") no-repeat center / cover;
		height: auto;
	}
	
	article .menu_list .menu_image {
		width: 94%;
		margin: 0 auto 3%;
	}
	
	article .menu_list .menu_image img {
		width: 100%;
	}
	
	article .menu_list .menu_txt {
		width: 94%;
		margin: 0 auto ;
	}
	
	article .menu_list .menu_txt .menu_content span {
		font-size: 14px;
	}
	
	article .menu_list .menu_txt .menu_content,
	article .menu_list .menu_txt .menu_c_txt{
		font-size: 16px;
	}
	
	article .menu_list .menu_txt .menu_c_txt span {
		margin-top: 10px;
	}
	
	article .menu_bottom dl {
		width: 100%;
	}
	
	article .menu_bottom dl:first-of-type {
		margin: 0 0 3%;
	}
	
	article .menu_bottom dl dd p br {
		display: none;
	}
	
	main .page_bottom a, main .page_bottom a:not(:last-of-type),main .page_bottom a:not(:nth-of-type(3n)){
		width: 100%;
		margin: 0 0 2%;
	}
	
	#info_menu dd {
		width: 100%;
		/*border: none!important;
		border-bottom: 1px solid #351c13!important;*/
	}
	
	aside .shop_info .shop_map iframe {
		width: 100%;
	}
	
	article .day_lunch .lunch_single {
		width: 100%;
	}
	
	article .day_lunch .lunch_single span {
		width: 34px;
		height: 34px;
		font-size: 20px;
		padding: 0;
		margin-right: 10px;
	}
	
	article .day_lunch .lunch_single p {
		font-size: 16px;
		width: calc(100% - 44px);
	}
	
	article .page_ttl {
		margin-bottom: 25px;
	}
	
	article .page_ttl span.en_font1 {
		font-size: 4.266vw;
	}
	
	article .menu_bottom dl dd table tr th {
		font-size: 16px;
	}
}







.menu_list.day_menu {
	margin-bottom: 30px;
}

.select_menu .menu_content {
	margin-bottom: 40px;
}

.select_menu .menu_content h4 {
	text-align: center;
	border-top: 1px solid #351c13;
	border-bottom: 1px solid #351c13;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.select_menu .menu_content p {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #351c13;
	margin-bottom: 30px;
}

.select_menu .menu_content p span {
	font-weight: 700;
	color: inherit;
}

.select_menu .menu_content dl {
	margin-bottom: 15px;
}

.select_menu .menu_content dl dt {
	background: #351c13;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 8px 0;
	text-align: center;
}

.select_menu .menu_content dl dd {
	color: #351c13;
	padding: 40px 20px;
	background: #f4f0e9;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.select_menu .menu_content .menu_txt {
	font-size: 20px;
	line-height: 2.5;
	color: #351c13;
	font-weight: 700;
}


@media screen and (max-width: 767px) {
	.select_menu .menu_content h4 {
		margin-bottom: 10px;
	}
	
	.select_menu .menu_content .menu_txt {
		font-size: 18px;
	}
	
	.select_menu .menu_content dl dd {
		font-size: 18px;
		padding: 15px 20px;
	}
}





.keihan_wrap .keihan_read {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .keihan_read {
    margin-bottom: 8vw;
  }
}
.keihan_wrap .keihan_read .keihan_image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .keihan_read .keihan_image {
    margin-bottom: 2.66vw;
  }
}
.keihan_wrap .keihan_read .keihan_image img {
  display: block;
}
.keihan_wrap .keihan_read p {
  text-align: center;
  font-size: 18px;
  color: #351c13;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .keihan_read p {
    font-size: 16px;
  }
}
.keihan_wrap .keihan_img_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .keihan_img_list {
    margin-bottom: 6vw;
  }
}
.keihan_wrap .keihan_img_list li {
  width: calc((100% - 3px) / 2);
  margin-bottom: 3px;
}
.keihan_wrap .keihan_img_list li:nth-of-type(odd) {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .keihan_wrap .keihan_img_list li {
    width: calc((100% - 9px) / 4);
  }
  .keihan_wrap .keihan_img_list li:not(:last-of-type) {
    margin-right: 3px;
  }
}
.keihan_wrap .menu_table {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .menu_table {
    margin-bottom: 5.33vw;
  }
}
.keihan_wrap .menu_table table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.keihan_wrap .menu_table table th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: #351c13;
  border: 1px solid #351c13;
	padding: 10px 0;
}
.keihan_wrap .menu_table table td {
  border: 1px solid #351c13;
  padding: 20px 30px;
  font-size: 18px;
  color: #351c13;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .keihan_wrap .menu_table table td {
    font-size: 16px;
    padding: 3%;
  }
}
.keihan_wrap .menu_table table td:first-of-type {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .keihan_wrap .menu_table table td:first-of-type {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .keihan_wrap .menu_table table td:first-of-type {
    width: 42%;
  }
}
.keihan_wrap .menu_table small {
  font-size: 14px;
  color: #351c13;
  line-height: 1.7;
}


.lunchday {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px 10px;
    margin: 22px auto 10px;
    width: 94%;
    border-bottom: 1px solid #351c13;
}

.lunchday p {
    font-weight: bold;
	color: #24610f;
}

@media screen and (max-width: 767px) {
	.lunchday {
	  width: 100%;
	}
  }


.natural_wrap .natural_read {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .natural_wrap .natural_read {
    margin-bottom: 8vw;
  }
}
.natural_wrap .natural_read .natural_image {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .natural_wrap .natural_read .natural_image {
    margin-bottom: 2.66vw;
  }
}
.natural_wrap .natural_read .knatural_image img {
  display: block;
}
.natural_wrap .natural_read p {
  text-align: center;
  font-size: 18px;
  color: #351c13;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .natural_wrap .keihan_read p {
    font-size: 16px;
  }
}
.natural_wrap .natural_img_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .natural_wrap .natural_img_list {
    margin-bottom: 6vw;
  }
}
.natural_wrap .natural_img_list li {
  width: calc((100% - 3px) / 2);
  margin-bottom: 3px;
}
.natural_wrap .natural_img_list li:nth-of-type(odd) {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .natural_wrap .keihan_img_list li {
    width: calc((100% - 9px) / 4);
  }
  .natural_wrap .keihan_img_list li:not(:last-of-type) {
    margin-right: 3px;
  }
}

