
@charset "utf-8";


div.anker_link {
	max-width: 1240px;
	padding: 100px 30px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.anker_wrap {
	position: relative;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	a {
		display: flex;
		flex-direction: column;
		color: #222;
		text-decoration: none;
		margin-bottom: 30px;
		div.cate {
			padding-left: 1rem;
		}
		img {
			width: 100%;
		}
		h3 {
			text-align: center;
			font-size: 1.5rem;
		}
		span.arrow {
			margin: 10px auto;
			width: 20px;
			height: 20px;
		}
	}
}

div.restaurant_detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}

div.restaurant_info {
	width: 45%;
	h3 {
		text-align: center;
		font-size: 1.5rem;
		margin-bottom: 16px;
	}
}

div.note {
	background-color: #dace8eff;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	b {
		width: 30%;
	}
	ul {
		width: 70%;
		padding-left: 2rem;
	}
}


/*                */
/*     swiper     */
/*                */
.swiper {
	width: 50%;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 876px) {
	div.anker_wrap {
		width: 45%;
	}

	div.restaurant_info {
		width: 100%;
	}

	div.note {
		b {
			width: 100%;
			margin-bottom: 20px;
		}
		ul {
			width: 100%;
		}
	}

	.swiper {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	div.anker_wrap {
		width: 100%;
	}
}