@charset "UTF-8";

.menu ul li:nth-child(2) {
	border-radius: 50px;
	background: #fff3c7;
}
.menu ul li:nth-child(2) a i {
	display: block;
}

/*--------------------------------
　食堂
---------------------------------*/
.cafeteria {
	width: 1000px;
	margin: 0 auto;
}
.cafeteria section {
	width: 100%;
	margin: 100px auto 150px;
}
.cafeteria .container {
	padding: 0 30px;
}
.cafeteria section h4 {
	margin-bottom: 50px;
}
.cafeteria-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 70px auto;
}
.cafeteria-info table {
	width: 420px;
	border-collapse: collapse;
}
.cafeteria-info table:nth-child(1) {
	margin-bottom: 30px;
}
.cafeteria-info table th,
.cafeteria-info table td {
	border: 1px solid #cccccc;
}
.cafeteria-info table td {
	width: 130px;
	padding: 0 10px;
}
.cafeteria-info table td[colspan="2"] {
	width: 260px;
}
.cafeteria-info table th {
	width: 100px;
	background: #f2f2f2;
}
.cafeteria-info table td:last-child {
	text-align: right;
}

.cafeteria-info img {
	width: 420px;
}

.cafeteria-info a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	margin-top: 30px;
	padding: 10px 0;
	box-sizing: border-box;
	color: #ffffff;
	background: #e18766;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	text-decoration: none;
	transition-duration: 0.3s;
	position: relative;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.cafeteria-info a:last-child {
	color: #5886c2;
	background: #f2f2f2;
}
.cafeteria-info a i {
	margin-left: 7px;
}
.cafeteria-info a:last-child i {
	font-size: 15px;
}
.cafeteria-info a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.cafeteria-info a:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 30px;
	border-color: transparent transparent #efefef transparent;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
	transform: rotate(16deg);
}
.cafeteria-info a:hover {
	background-color: #e8a48b;
}
.cafeteria-info a:last-child:hover {
	background-color: #e7e7e7;
}
.cafeteria-info a span {
	position: relative;
	padding-left: 16px;
	letter-spacing: 0.05em;
}

.cafeteria-pickup-menu {
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 10px 20px 20px;
}
.cafeteria-pickup-menu h5 {
	margin: 0 0 10px;
}
.cafeteria-pickup-menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.cafeteria-pickup-menu ul li {
	width: calc(33.333% - 15px);
}
.cafeteria-pickup-menu ul li img {
	width: 100%;
}

.cafeteria-bakery h5 {
	border-bottom: solid 3px #e8e8e3;
	position: relative;
	margin: 100px 0 30px;
	padding-left: 0;
}
.cafeteria-bakery h5 span {
	position: absolute;
	display: block;
	border-bottom: solid 3px #e6c220;
	bottom: -3px;
	padding: 0 15px;
}
.cafeteria-bakery p {
	padding-left: 10px;
}

@media print, screen and (min-width: 500px) {
	.cafeteria-info table thead {
		display: none;
	}
}
@media only screen and (max-width: 499px) {
	.cafeteria {
		width: 100%;
		padding: 0 15px;
	}
	.cafeteria br {
		display: none;
	}
	.cafeteria section {
		margin: 50px auto 100px;
	}
	.cafeteria .container {
		padding: 0;
	}
	.cafeteria section h4 {
		margin-bottom: 30px;
	}
	.cafeteria-info {
		width: 100%;
		margin: 30px auto 70px;
		flex-wrap: wrap;
	}
	.cafeteria-info-table {
		width: 100%;
		order: 2;
	}
	.cafeteria-info table {
		width: 100%;
	}
	.cafeteria-info table tbody th {
		display: none;
	}
	.cafeteria-info table thead th {
		width: 100%;
	}
	.cafeteria-info table td {
		width: 50%;
	}
	.cafeteria-info table td[colspan="2"] {
		width: 100%;
	}
	.cafeteria-info img {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.cafeteria-info a {
		width: 100%;
		font-size: 14px;
	}
	.cafeteria-info a:before {
		border-width: 10px 35px 0 0;
	}
	.cafeteria-info a:after {
		border-width: 0 0 20px 30px;
	}
	.cafeteria-info a:last-child i {
		font-size: 13px;
	}
	.cafeteria-bakery h5 {
		margin: 100px 0 30px;
	}
}
