/*foods専用*/
@media screen and (max-width:868px) {

.foods {
    position: relative;
    color: #FFF;
    z-index: -200; /* 背景より前面に */
    overflow: hidden;
}
.foods::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/foods_bg.webp");
    background-position: center top !important;
    background-size: cover;
    z-index: -201; /* 背景を最背面に */
    pointer-events: none;
}	
body {position:relative;}
.foods_bg .layer_top {
    position: fixed;
    top: 0;
    left: 0;
	width: 190%;
    z-index: -100;
	background: #49b7f2;
}

/*ページコンテンツ*/
.introduction01, .introduction02 {
	margin: 0;
}
.introduction01 .point-img, .introduction02 .point-img {
	width: 100%;
}
.introduction02 .point-img {
	order: 1;
}
.introduction01 .point-img img, .introduction02 .point-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 340px);
	vertical-align: bottom;
}
.introduction01 .point-right, .introduction02 .point-right {
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.introduction02 .point-right {
	order: 2;
}
.introduction01 .point-item, .introduction02 .point-item {
	margin: 12% auto;
	width: 82%;
	box-sizing: border-box;
}
.point-txt {
	display: inline-block;
	line-height: 2.2;
}
.char {
	color: #999;
	/*opacity: 0.2;*/
}

.introduction01 h3, .introduction02 h3{
	margin-bottom: 35px;
	font-size: 23px;
}

.foods section table {
	border-collapse: collapse;
	width: 100%;
	margin:auto;
	font-size: 15.5px;
	margin-top:0!important;
}
.foods section table tr {
	border-top: 1px solid #FFF;
}
.foods section table tr:last-child{
	border-bottom: 1px solid #FFF;
}
.foods section table tr th, section table tr td {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.foods section table tr th {
	position:relative;
	text-align:left;
	padding-top: 20px
}
.foods section table tr td {
	padding-bottom: 20px;
}
.foods section table tr th::after {
	
}
.foods section table tr th:nth-of-type(2)::before {
	content:"　";
	color:#FFF;
	font-size:35px;
	position:absolute;
	left:0;
	top:5px;	
	border-left: 1px solid #FFF;
	vertical-align: middle;
}
.foods section table tr td span {
	font-size:12px;

}
.foods section table tr td li {
	vertical-align: top;
	margin-right: 30px;
	display: inline-block;
	padding-bottom:10px;
	width:300px;
}
.foods section table tr td ul.dispB li{
	display: block;
	width:auto;
}
.foods section table tr td:nth-child(1) {
	border-right: 1px solid #FFF;
}
.foods section table li {
	list-style-type: none;
}

.foods .search_box{
	padding: 0 0 180px;
}
	
.pamphlet_dl{
	height: 50px;
	width: 240px;
	margin: 0 auto;
}
.pamphlet_dl .btn-link{
	margin: 0 !important;
	line-height: 1.1;
}
	
	
	
}