@charset "utf-8";
main {
	position: relative;
}
h1 {
	font-size: 40px;
	padding: 0;
	border: none;
}
h1 + p {
	font-size: 16px;
}
h1 + p + picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
h1 + p + picture img {
	width: 420px;
	height: 120px;
}
/* セット */
#setitem {
	background-color: var(--white);
	border: solid 1px var(--gray);
	border-radius: 10px;
	margin: 30px 0;
	padding: 30px;
}
#setitem h2 {
	padding: 0;
	border: none;
	display: inline-block;
	font-size: 23px;
}
#setitem h2 a {
	color: var(--brown_d);
	font-weight: bold;
}
#setitem h2 a:hover {
	text-decoration: underline;
}
#setitem h2 + p {
	display: inline-block;
	margin-left: 10px;
	color: var(--brown_d);
}
#setitem h2 + p span {
	font-weight: bold;
	font-size: 20px;
	color: var(--red);
}
#setitem img {
	display: inline-block;
	width: 280px;
	height: 280px;
	margin-right: 30px;
}
#setitem table {
	display: inline-block;
	vertical-align: top;
	color: var(--brown_d);
}
#setitem table th {
	background-color: var(--beige_l);
	padding: 8px 30px;
}
#setitem table td {
	padding: 8px 30px;
}
#setitem table td span {
	font-size: 16px;
	margin: 0 3px;
}
/* ボックスA～E */
#boxlist {
	display: flex;
	justify-content: space-between;
}
#boxlist li {
	width: 250px;
	position: relative;
	padding: 10px 0 0 10px;
}
#boxlist li a {
	color: var(--brown_d);
}
#boxlist li a:hover h3 {
	text-decoration: underline;
}
#boxlist .alphabet {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--brown_d);
	color: var(--white);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
#boxlist li img {
	display: block;
	width: 240px;
	height: 240px;
}
#boxlist h3 {
	font-size: 16px;
	margin: 10px 0;
}
#boxlist .size {
	font-size: 18px;
}
#boxlist .size span {
	font-size: 16px;
	margin: 0 3px;
}
/* 数量選択 */
#cartBox {
	background-color: var(--beige_l);
	border: solid 1px var(--gray);
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cartBox h2 {
	padding: 0;
	border: none;
	margin: 0;
}
#cartBox > ul {
	padding-left: 30px;
	border-left: solid 1px var(--gray);
}
#cartBox > ul li + li {
	margin-top: 10px;
}
#cartBox > ul label {
	display: inline-block;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
}
#cartBox > ul label span {
	font-size: 16px;
	margin-left: 10px;
}
#cartBox > ul select {
	width: 320px;
	margin-left: 20px;
	height: 36px;
	font-size: 18px;
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
#cartBox > div {
	background-color: var(--white);
	border: solid 1px var(--gray);
	border-radius: 8px;
	width: 400px;
	padding: 20px;
}
#cartBox > div dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--brown_d);
}
#cartBox > div dl + dl {
	border-top: solid 1px var(--gray);
	margin-top: 12px;
	padding-top: 12px;
	color: var(--red);
}
#cartBox > div dt {
	font-size: 18px;
	font-weight: bold;
}
#cartBox > div dt span {
	font-size: 15px;
	font-weight: bold;
}
#cartBox > div dd {
	font-size: 30px;
	font-weight: bold;
}
#cartBox > div dd span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}
#cartBox > div dd span:nth-of-type(2) {
	font-size: 16px;
	font-weight: normal;
}
#cartBox .button-red {
	display: block;
	width: 300px;
	margin: 10px auto;
	padding: 0;
	font-size: 20px;
}
#cartBox .button-red::before {
	content: "";
	display: block;
	width: 40px;
	height: 30px;
	background: url(/img/icon/add_cart.svg) no-repeat center / 40px 30px;
	position: absolute;
	top: 8px;
	left: 20px;
}
#cartBox .button-red input {
	color: var(--white);
	font-weight: bold;
	display: block;
	width: 300px;
	text-align: center;
	line-height: 50px;
}
/* フッター */
#recruitment {
	display: block;
	height: 220px;
}
#recruitment img {
	width: 800px;
	height: 220px;
}