/* CSS Document */
/*共通*/
main{
	overflow: hidden;
}
span.tani{
	font-size: 0.85rem;
	font-family: "NotoSansJP";
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]{
	margin-left: 0.75rem !important; 
}
span.tani{
	color: #2fb2cf;
}
span.more{
	display: table;
  margin-left: auto;
  margin-right: 0;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  font-weight: 300;
  border-bottom: 1px solid skyblue;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
}
span.more::after{
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #333;
}
/*商品一覧*/
section.restaurant_menu{
	background-color: #f5f5f5;
	width: 100vw;
	box-sizing: border-box;
}
body[wc-view-type="sp"] section.restaurant_menu{
	padding: var(--headerHeight) 0.75rem calc(var(--headerHeight) + 16vw)  0.75rem;
}
body[wc-view-type="tb"] section.restaurant_menu,
body[wc-view-type="tb-l"] section.restaurant_menu{
	padding: var(--headerHeight) 8vw calc(var(--headerHeight) + 13vw) 8vw;
}
body[wc-view-type="pc"] section.restaurant_menu{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 128px) calc((100vw - 1100px) / 2);
}
section.restaurant_menu div.contnts_title{
}
body[wc-view-type="sp"] section.restaurant_menu div.contents_title{
	padding-left: calc(7vw - 0.75rem);
}
body[wc-view-type="tb"] section.restaurant_menu div.contents_title,
body[wc-view-type="tb-l"] section.restaurant_menu div.contents_title{
	padding-left: 0;
}
div.menu_contents{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
body[wc-view-type="sp"] div.menu_contents{
	flex-direction: column;
	padding: 0 0.75rem;
}
body[wc-view-type="tb"] div.menu_contents{
	padding: 0 0.75rem;
}
body[wc-view-type="tb-l"] div.menu_contents{
	padding: 1px 0.75rem 0 0.75rem;
}
div.menu_contents > article{
	padding: 1rem;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #2fb2cf;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
body[wc-view-type="sp"] div.menu_contents > article{
	margin-bottom: 1rem;
	width: 100%;
}
body[wc-view-type="sp"] div.menu_contents > article:last-of-type{
	margin-bottom: 0;
}
body[wc-view-type="tb"] div.menu_contents > article,
body[wc-view-type="tb-l"] div.menu_contents > article{
	width: calc(50% - 0.75rem);
}
body[wc-view-type="tb"] div.menu_contents > article:nth-of-type(odd),
body[wc-view-type="tb-l"] div.menu_contents > article:nth-of-type(odd){
	margin: 0 0.75rem 1.5rem 0;
}
body[wc-view-type="tb"] div.menu_contents > article:nth-of-type(even),
body[wc-view-type="tb-l"] div.menu_contents > article:nth-of-type(even){
	margin: 0 0 1.5rem 0.75rem;
}
body[wc-view-type="pc"] div.menu_contents > article{
	width: calc((100% / 3) - 1.5rem);
	margin: 0 0.75rem 1.5rem 0.75rem;
}
div.menu_contents > article div.menu_text{
	padding: 1rem 1rem 0 1rem;
	box-sizing: border-box;
	height: 100%;
  display: flex;
  flex-direction: column;
}
div.menu_contents > article div.menu_text > h1{
	font-size: 1.25rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.menu_contents > article div.menu_text > p.menu_intext{
	font-weight: 300;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: break-all;
	margin-bottom: 0.5rem;
}
div.menu_contents > article div.menu_text > p.menu_money{
  color: #2fb2cf;
  display: table;
  margin: 0 0 0 auto;
  font-size: 1.45rem;
	margin-top: auto;
  font-family: "NotoSansJP";
}
div.menu_contents > article div.menu_text div.btn.border{
  margin-left: auto;
  margin-top: 0.25rem;
}
body[wc-view-type="sp"] div.menu_contents > article div.menu_text div.btn.border{
  margin-top: 0.5rem;
}
div.menu_contents > article div.menu_text div.btn.border a{
  border: solid 1px #2fb2cf;
}
div.menu_contents > article div.menu_img{
}
div.menu_contents > article div.menu_img figure{
}
div.menu_contents > article div.menu_img figure picture{
	width: 100%;
	height: 100%;
	display: block;
}
div.menu_contents > article div.menu_img figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body[wc-view-type="sp"] div.menu_contents > article div.menu_img figure img{
  height: 54.7vw;
}
body[wc-view-type="tb"] div.menu_contents > article div.menu_img figure img{
  height: 25vw;
}
body[wc-view-type="tb-l"] div.menu_contents > article div.menu_img figure img{
  height: 26vw;
}
body[wc-view-type="pc"] div.menu_contents > article div.menu_img figure img{
  height: 217px;
}