body {
	background-color: #f1eedfea;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, 游ゴシック, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	box-sizing: border-box;
	color: rgb(58, 54, 54);
}
.main {
	width: 100vw;
	margin: 0 auto;
	background-color: #fff;
}
hr {
	border-top: 2px dotted rgb(56, 56, 56);
}
a.anchor {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}
@media screen and (min-width: 768px) {
.main {
	width: 850px;
	min-width: 760px;}
a.anchor {
    padding-top: 95px;
    margin-top: -95px;}
a.anchor:first-of-type {
    padding-top: 115px;
    margin-top: -115px;}
}
/* ヘッダー部 */
header {
	position: fixed;
	height: 50px;
	z-index: 999;
	left: 50%;
  	top: 10px;
  	transform: translatex(-50%);
}
header .logo {
	width: 120px;
}
.logo img {
	width: 100%;
}

@media screen and (min-width: 768px) {
header {
	height: 100px;
	left: 20px;
	top: 5px;
	transform: none;}
header .logo {
	width: 150px;
	margin: 15px;}
}
/* タブメニュー */
.tab_wrapper {
	margin: 0 auto;
	width: 100%;
}
.tab_menu-week_wrapper {
	width: 100vw;
	height: 115px;
	background-color: white;
	position: fixed;
  	top: 0;
	padding-top: 50px;
	z-index: 998;
}
.tab_menu-week > p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.tab_menu-week p span{
	font-size: 14px;
}
.tab_menu-week_wrapper hr {
	border: none;
	width: 100%;
}
.tab_menu-week a {
	display: inline-block;
	border: 1px solid #c0bca4;
	border-radius: 5px;
	padding: 5px;
	background-color: rgba(248, 37, 37, 0.726);
	color: #fff;
	text-align: center;
	width: 100px;}
.menu-week_news > p{
	text-align: left;
	margin-top: 5px;
	padding: 0 5px;
	height: 27px;
	line-height: 27px;
}
.news_link {float: right;line-height: 15px;}

@media screen and (min-width: 768px) {
.tab_wrapper {
	padding-top: 90px;
	width: 760px;}
.tab_menu-week {
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	padding-bottom: 3px;
	height: 55px;}
.tab_menu-week > p {
	padding: 0;
	text-align: left;
	font-size: 30px;}
.tab_menu-week > p span{
	font-size: 18px;}
.tab_menu-week a {
	display: inline-block;
	border: 1px solid #c0bca4;
	border-radius: 5px;
	padding: 5px;
	background-color: rgba(248, 37, 37, 0.726);
	color: #fff;
	text-align: center;
	width: 100px;}
	
.tab_menu-week_wrapper {
	margin: 0;
	width: 760px;
	height: 110px;
	padding-top: 40px;
	padding-bottom: 15px;}
.tab_menu-week_wrapper hr {
	border-top: 2px solid #ddd0ab;
	width: 100%;}
.menu-week_news {
	font-size: 14px;}
}

/* タブパネル */
.tab_panel {
	margin-top: 100px;
}
.tab_panel-box {
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
.tab_panel {
	width: 710px;
	margin-top: 20px;
	margin-left: 40px;}
.tab_panel-box {
	padding: 5px;}
}

/* -------- パネル内部 */
.panel-box_container {
	margin: 0 auto;
}
/* メニューグループヘッダー部 */
.art_menu-group {
	margin: 20px 3px;
}
.art_menu-group:first-of-type {
	margin-top: 60px;
}
.menu-group_header p {
	padding-left: 5px;
	font-size: 10px;
}
.menu-group_header h2 {
	padding-left: 5px;
	width: 100%;
	font-size: 24px;
}
.menu-group_price {
	width: 300px;
	border: 2px solid #dddac8;
	margin: 0 auto;
	font-weight: 700;
}
.menu-group_price table th {
	font-size: 10px;
	border-right: 1px solid #dddac8;
	vertical-align: middle;
	height: 30px;
	padding: 0 3px;
	background-color: #f8f6ede7;
}
.menu-group_price table th .lg-size {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.menu-group_price table th p {
	display: inline-block;
	padding-left: 1px;
	vertical-align: middle;
	text-align: left;
}
.menu-group_price table td {
	border-top: 1px solid #dddac8;
	border-right: 1px solid #dddac8;
	padding: 2px 5px;
	vertical-align:middle;
}
.menu-group_price table th:last-child{
	border-right: none;
}
.menu-group_price table td:last-child{
	border-right: none;
}
.menu-group_price table .price_col-number {
	width: 80px;
	text-align: center;
}
.menu-group_price table .price_col-course {
	width: 110px;
	text-align: right;
	/* padding-right: 3px; */
}

@media screen and (min-width: 768px) {
.art_menu-group {
	margin: 30px 0;}
.art_menu-group:first-of-type {
	margin-top: 10px;}
.menu-group_header p {
	padding-left: 0px;}
.menu-group_wrapper {
	display: flex;
	justify-content:flex-start; 
	align-items: top;}
.menu-group_header h2 {
	width: 170px;
	max-width: 170px;
	padding: 0;}
.menu-group_header.expan h2 {
	width: 400px;
	max-width: 400px;
}	
.menu-group_price {
	width: 210px;
	margin-left: 10px;
	margin-right: 5px;}
.menu-group_price table .price_col-number {
	width: 50px;}
.menu-group_price table .price_col-course {
	width: 80px;}
}

/* メニューグループ週間献立部 */
.menu-group_weekly-order {
	margin-right: 0;
	width: 100%;
}
.menu-group_weekly-order p {
	text-align: right;
	margin: 5px;
}
.menu-group_weekly-order span {
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
.menu-group_weekly-order a {
	display: inline-block;
	border: 1px solid #c0bca4;
	border-radius: 5px;
	padding: 5px;
	background-color: rgba(248, 37, 37, 0.726);
	color: #fff;
	text-align: center;
	width: 70px;
	/* margin-top: 15px; */
}
.menu-group-inner {
	margin: 8px auto 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: stretch; 
}
.menu-group-inner::after{
  content:"";
  display: block;
  width:48%;
}
.menu {
	width: 48%;
	max-width: 198px;
	padding: 5px;
	border: 1px solid #c0bca4;
	margin-bottom: 5px;
}
.menu h3 {
	margin: 0;
	border-bottom: 1px dotted #c0bca4;
	font-weight: 700;
	padding: 5px 0;
}
.menu h3.items {
	margin-top: 5px;
	border-bottom: none;
	border-top: 1px dotted #c0bca4;
}
.menu .menu-name {
	padding: 5px;
	height: 60px;
	overflow-wrap: break-word;
	font-size: 15px;
	font-weight: 700;
}
.menu .menu-name.items {
	height: 45px;
}
.menu .menu-img_box {
	position: relative;
	width: 100%;
}
.menu .menu-img_box.items {
	margin-bottom: 2px;
}
.menu p.menu-img_box:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.menu .menu-img_box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	z-index: 2;
}

@media screen and (min-width: 768px) {
.menu-group_weekly-order {
	width: 280px;}
.menu-group_weekly-order span {
	width: 200px;}
.menu-group-inner {
	width: 650px;
	margin: 8px auto 0;
	justify-content: space-between;}
.menu {
	width: 32%;
	padding: 5px;}
}

/* メニュー単体金額 */
.food-price {
	margin: 0 auto;
	width:63px;
	/* border-right: 1px solid #dddac8; */
	position: relative;
	flex:1;
}
.food-price::before {
	content: "";
    display: block;
    height: 20px;
    width: 0;
    border-right: 1px solid #dddac8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.food-price:first-of-type::before{
    content: none;
}
.price {
	text-align: center;
}
.number {
	text-align: center;
}

.food-prices {
	border-top: 1px dotted #dddac8;
	padding-top: 5px;
}

.food-prices .flex-inner {
	padding: 3px;
	border: 2px solid #c0bca4;
	display: flex;
}

.food_order {
	width: 100%;
	padding: 5px 0;
	margin-top: 5px;
	border-top: 1px dotted #dddac8;
	
}
.food_order > a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	background-color: rgba(248, 37, 37, 0.726);
	border-radius: 5px;
	color: #fff;
}
	
/* タブメニューナビゲーション */
@media screen and (max-width: 768px) {	
.tab_menu-cate_wrapper {
	font-size: 14px;
	width: 100%;
	background-color: white;
	position: fixed;
  	top: 113px;
	z-index: 997;}
}

.tab_menu-cate {
	margin: 3px 0 0;
	display: flex;
	height: 40px;
	align-items: flex-end;
	justify-content: space-around;
	border-top: 2px dotted #ddd0ab;
	border-bottom: 2px dotted #ddd0ab;
}
.tab_menu-cate-item {
	font-size: 12px;
	writing-mode: horizontal-tb;
	display: inline-block;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	margin: 3px 0;
	/* メニューに高さを付ける */
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
.tab_menu-cate-item a {
	display: block;
}

.cate-item_1 {
	background-color: #FFF5E9;
}
.cate-item_2 {
	background-color: #FFE5C0;
}
.cate-item_3 {
	background-color: #EAD2DF;
}
.cate-item_4 {
	background-color: #EDB5D2;
}
.cate-item_5 {
	background-color: #DDEEFF;
}

@media screen and (min-width: 768px) {
.tab_menu-cate {
	margin: 0;
	margin-top: 0px;
	margin-left: -43px;
	display: block;
	height: auto;
	width: 35px;
	font-size: 14px;
	background-color: white;
	position: fixed;
  	top: 120px;
	padding-right: 5px;
	border: none;
	border-right: 2px solid #ddd0ab;}
.tab_menu-cate-item {
	writing-mode: vertical-rl;
	height: auto;
	min-height: 100px;
	width: 100%;
	min-width: 0px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 0;
	white-space: nowrap;}
}