@charset "utf-8";

/* category.css */

/* content ---------------------------------------- */
.container {
	background-color: #FCF3E5;
}

main {
	width: 100%;
}

section {
	padding: 0 20px;
	line-height: 1.5;
	font-size: 1.8rem;
}

section div.inr {
	width: 100%;
	max-width: 939px;
	margin: 0 auto;
}

/* ------------------------------------------------ */
.page-header {
	padding: 3.4rem 2.0rem;
	text-align: center;
}

.page-header h2 img {
	width: 100%;
}

/* ------------------------------------------------ */
section#gift {
	padding-bottom: 8.0rem;
}

#gift > .inr > p {
	width: calc(939px - 80px);
	max-width: 100%;
	margin: 0 auto 3.4rem;
	line-height: 2.0;
	font-size: 2.2rem;
}

.gift-item {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 3.8rem;
	gap: 3.0rem;
}

.gift-item p {
	text-align: center;
	font-size: 1.6rem;
}

/* ------------------------------------------------ */
.list-hall {
	padding: 50px 15px 40px;
	background-color: #E8EABB;
}

.list-hall ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.list-hall ul li {
	width: 190px;
	margin-bottom: 10px;
	padding: 0 5px;
}

.list-hall ul li a {
	display: block;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* ================================================ */

@media (min-width: 980px) {
}

/* ================================================ */

@media (max-width: 768px) {

section div.inr {
	max-width: 600px;
}

/* ------------------------------------------------ */
.gift-item {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-top: 3.8rem;
	gap: 3.0rem;
}

/* ------------------------------------------------ */
.list-hall {
	padding-top: 0;
	padding-bottom: 25px;
	overflow: hidden;
}

.list-hall ul li:first-of-type {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background-color: #617F62;
	text-align: center;
}

.list-hall ul li:first-of-type img {
	width: 100%;
	max-width: 520px;
}

}

/* ================================================ */

@media (max-width: 480px) {

.list-hall ul li {
	max-width: 50%;
}

.list-hall ul li:first-of-type {
	max-width: none;
}

}
