@charset "utf-8";
.contents {
	padding-top: 30px;
	padding-left: 0;
}
.main {
	padding: 0 20px 0 0;
}
/* 商品データ --------------------------------*/
.item-data {
	gap: 10px;
}
.item-data .item-image {
	margin: auto;
	text-align: center;
}
.item-data .item-type {
	background: #000;
	width: fit-content;
	margin-top: 4px;
	padding: 10px 30px;
	font-size: 1.35rem;
	color: #fff;
	font-weight: normal;
	line-height: 1;
}
.item-data .item-detail {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	height: stretch;
}
.item-data .item-detail .item-text {
	margin-top: auto;
	padding: 5px;
	font-size: 1.55rem;
}
.item-data .item-detail .item-ttl {
	text-align: center;
	font-size: 1.8rem;
	color: #000080;
	font-weight: normal;
	line-height: 1.2;
}
.item-data .item-detail .price {
	text-align: center;
	font-size: 1.2rem;
	color: red;
}
.item-data .item-detail .price b {
	margin: 0 5px;
	font-size: 1.4em;
}
.item-data .item-detail .price .tax {
	font-size: 0.9rem;
	color: #333;
}
.item-data .item-detail .num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto;
	line-height: 1;
	font-size: 0.9rem;
}
.item-data .item-detail .num select {
	margin: -2px 6px 0;
}
.item-data .item-detail .num .btn {
	margin-left: 15px;
}

/* 味 */
.item-data .taste {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: stretch;
	margin-bottom: 20px;
}
.item-data .taste .taste-list {
	display: flex;
	justify-content: center;
	gap: 2px;
	width: 240px;
	margin: 0 auto;
	text-align: center;
}
.item-data .taste .taste-list li {
	flex: 1;
	background: #D4D4D4;
	padding: 6px 0 5px;
	font-size: 0.8rem;
	line-height: 1;
}
.item-data .taste .taste-list li.current {
	background: #FF8000;
}

/* 適温 */
.item-data .temp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: stretch;
	margin-bottom: 20px;
}
.item-data .temp .temp-list {
	display: flex;
	justify-content: center;
	gap: 2px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.item-data .temp .temp-list li {
	flex: 1;
	background: #ffa;
	padding: 6px 0 5px;
	font-size: 0.8rem;
	line-height: 1;
}
.item-data .temp .temp-list li.current {
	background: #ff8000;
}

.listback {
	margin: 20px auto 0;
	text-align: center;
}

/* ギフトデータ --------------------------------*/
.gift-ttl {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #000080;
}
.gift-ttl::before {
	content: "◆";
	margin-right: 5px;
}
.gift-data {
	gap: 40px;
}
.gift-data .gift-image {
	margin: auto;
	text-align: center;
}
.gift-data .gift-detail {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	height: stretch;
}

.gift-data .gift-detail .detail-items dt {
	padding: 6px 0;
	font-size: 1.2rem;
}
.gift-data .gift-detail .detail-items dt::before {
	content: "◆";
	margin-right: 5px;
}
.gift-data .gift-detail .detail-items dd {
	margin-bottom: 15px;
	padding: 0 0 0 20px;
}
.gift-data .gift-detail .cart {
	margin-top: auto;
	width: fit-content;
}
.gift-data .gift-detail .price {
	text-align: center;
	font-size: 1.2rem;
	color: red;
	line-height: 1.2;
}
.gift-data .gift-detail .price b {
	margin: 0 5px;
	font-size: 1.4em;
}
.gift-data .gift-detail .price .tax {
	font-size: 0.9rem;
	color: #333;
}
.gift-data .gift-detail .price .price-text {
	font-size: 0.9rem;
	color: #333;
}
.gift-data .gift-detail .num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto;
	line-height: 1;
	font-size: 0.9rem;
}
.gift-data .gift-detail .num select {
	margin: -2px 6px 0;
}
.gift-data .gift-detail .num .btn {
	margin-left: 15px;
}

