@charset "utf-8";

/* 箱形式について
====================================================================================================*/
#popup_boxformat ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}
#popup_boxformat li {
	width: 180px;
	background: var(--gray_l);
	border: solid 1px var(--gray);
	padding: 10px;
}
#popup_boxformat h3 {
	text-align: center;
	font-size: 18px;
}
#popup_boxformat h3 span {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
#popup_boxformat li img {
	width: 160px;
	height: auto;
}
/* フルート(厚さ)について
====================================================================================================*/
#popup_flute .popup_scroll div {
	position: relative;
	width: 375px;
	overflow: hidden;
	margin: 10px auto;
}
#popup_flute ul {
	display: flex;
	margin-bottom: 10px;
	overflow-y: scroll;
}
#popup_flute li {
	width: 130px;
	border: solid 1px var(--gray);
}
#popup_flute li + li {
	border-left: none;
}
#popup_flute li h3, #popup_flute li img, #popup_flute li p {
	padding: 5px;
}
#popup_flute li h3 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	background-color: var(--gray_l);
}
#popup_flute li h3 span {
	font-size: 15px;
}
#popup_flute .flute_thickness {
	display: block;
	color: var(--gray_d);
	margin-top: 5px;
}
#popup_flute li img {
	width: 130px;
	height: auto;
	border-top: solid 1px var(--gray);
	border-bottom: solid 1px var(--gray);
	vertical-align: top;
}
/* 材質(ライナー)について
====================================================================================================*/
#popup_liner table {
	margin: 20px 0 10px;
}
#popup_liner table th, #popup_liner table td {
	padding: 5px;
}
#popup_liner table tr:first-child th:last-child {
	width: 110px;
}
#popup_liner table th {
	background-color: var(--gray_l);
}
#popup_liner tbody td:nth-of-type(2) span {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: var(--white);
	display: block;
	width: 25px;
	border-radius: 3px;
	margin: 0 auto;
}
#popup_liner tbody tr:nth-child(1) td:nth-of-type(2) span {
	background-color: #333;
}
#popup_liner tbody tr:nth-child(2) td:nth-of-type(2) span {
	background-color: #555;
}
#popup_liner tbody tr:nth-child(3) td:nth-of-type(2) span {
	background-color: #777;
}
#popup_liner tbody tr:nth-child(4) td:nth-of-type(2) span {
	background-color: #999;
}
#popup_liner tbody tr:nth-child(5) td:nth-of-type(2) span {
	background-color: #aaa;
}
#popup_liner tbody tr:nth-child(6) td:nth-of-type(2) span {
	background-color: #ccc;
}
/* 出荷日について
====================================================================================================*/
#popup_shippingdate h2 + p {
	margin-bottom: 30px;
}
#popup_shippingdate h3 {
	border-left: solid 10px var(--brown_l);
	padding-left: 5px;
	margin-bottom: 10px;
}
#popup_shippingdate h3:nth-of-type(2) {
	margin-top: 50px;
}
#popup_shippingdate h4 {
	margin-bottom: 5px;
}
#popup_shippingdate p + h4 {
	margin-top: 30px;
}
#popup_shippingdate p span {
	font-weight: bold;
	color: var(--red);
}
#popup_shippingdate table {
	margin: 10px 0;
}
#popup_shippingdate table th {
	background-color: var(--gray_l);
}
#popup_shippingdate ul {
	background-color: var(--pink_d);
	padding: 10px;
	display: inline-block;
}