@charset "UTF-8";

#topImgArea {
	background: url(images/bg_top_new2023.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
#footerImgArea {
	background: url(images/bg_footer_new2023.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
#bonSarra {
	display: table;
	margin-bottom: 30px;
	width: 960px;
	height: 90px;
	background: url(images/logo_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.ttlLogo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* 修正2023 */
h2 {
	margin: 0 auto 20px;
	background: url(images/ttl_order.svg) no-repeat center;
	background-size: 740px 29px;
}
/*
.t-center br:first-of-type {
	display: none;
}
*/
table.detail {
	margin-bottom: 15px;
	width: 464px;
	border-top: 1px solid #666666;
}
th, td {
	padding: 17px 5px 16px 0;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}
colgroup:nth-of-type(1) {
	width: 110px;
}
/*ご注文方法*/
#order {
	clear: both;
	display: table;
	margin-bottom: 40px;
	padding: 22px 55px;
	width: 960px;
	border: solid 3px #444444;
	box-sizing: border-box;
}
#order p, #order ul {
	display: table-cell;
	vertical-align: middle;
}
#order p {
	width: 350px;
}
#order ul {
	line-height: 2;
}
table.notes {
	margin-bottom: 20px;
	width: 960px;
	border-top: 1px solid #666666;
}
table.notes th, table.notes td {
	padding: 17px 5px 16px 0;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}
table.notes colgroup:nth-of-type(1) {
	width: 210px;
}
/*ボン・サラザン*/
.productBox {
	margin-top: 30px;
	padding-top: 50px;
	background: url(../images/line.png) repeat-x right top;
}
/* 修正2023 */
.sweetsBox {
	margin-bottom: 34px;
	padding-bottom: 46px;
	background: url(../images/line.png) repeat-x right bottom;
}
.sweetsNotes {
	margin: 20px 0;
}
#onlineShop a {
	display: block;
	width: 100%;
	height: 75px;
	border: solid 2px #8c7d42;
	background: url(images/onlineshop_l_2023.svg) no-repeat center #ffffff;
	background-size: 402px 44px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer small {
	color: #333333;
}
/* 追加2023 */
#productList {
	padding-top: 35px;
	background: url(../images/line.png) repeat-x right top	
}
.productName {
	margin-bottom: 35px;
	padding-top: 15px;
	text-align: center;
	font-size: 174%;
	font-weight: bold;
	color: #673b25;
}
.productSummary {
	padding-top: 30px;
}
.howtoBuy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.howtoBuy li {
	margin-top: 14px;
	width: 48.4%;
	text-align: center;
}
.howtoBuy li a, .takeOut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: .8em;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#ac5458), to(#82292d));
	background: -webkit-linear-gradient(left, #ac5458 0%, #82292d 100%);
	background: linear-gradient(to right, #ac5458 0%, #82292d 100%);
	text-align: center;
	text-decoration: none;
	font-size: 116%;
	font-weight: bold;
	color: #fff;
}
.takeOut {
	background: -webkit-gradient(linear, left top, right top, from(#228b47), to(#056025));
	background: -webkit-linear-gradient(left, #228b47 0%, #056025 100%);
	background: linear-gradient(to right, #228b47 0%, #056025 100%);
}
.howtoBuy li a::before, .takeOut::before {
	content: url(images/cart.svg);
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 6px;
	width: 28px;
	height: 24px;
}
.takeOut::before {
	content: url(images/bag.svg);
	top: 1px;
	margin-right: 10px;
	width: 20px;
}
@media screen and (min-width: 1280px) {
	.howtoBuy li a {
		transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
	}
	.howtoBuy li a:hover {
		opacity: .7;
	}
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	#bonSarra, .sweetsBox, table.detail {
		width: 100%;
	}
	.sweetsBox .fl, .sweetsBox .fr {
		width: 48.5%;
	}
	colgroup:nth-of-type(1) {
		width: 80px;
	}
	.sweetsNotes li {
		margin-left: 1em;
		text-indent: -1em;
	}
	table.detail {
		margin-bottom: 25px;
	}
	.howtoBuy {
		display: block;
	}
	.howtoBuy li {
		margin-top: 10px;
		width: 100%;
	}
	.productSummary p br {
		display: none;
	}
}
@media screen and (max-width: 840px) {
	h2 {
		padding-top: 3.5%;
		height: 0;
		background-size: 90% auto;
	}
	#productList {
		padding-top: 27px;
	}
	.sweetsBox {
		margin-bottom: 26px;
		padding-bottom: 38px;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		padding-top: 0;
		width: 440px;
		height: 29px;
		background: url(images/ttl_order2.svg) no-repeat center;
		background-size: 420px auto;
	}
}
@media screen and (max-width: 640px) {
	#bonSarra {
		height: 86px;
	}
	.ttlLogo img {
		width: 460px;
	}
	.t-center br:first-of-type {
		display: block;
	}
	.sweetsBox .fl, .sweetsBox .fr {
		float: none;
		margin: 0 auto;
		width: 450px;
	}
	.sweetsNotes {
		margin-bottom: 25px;
	}
	.productName {
		margin-bottom: 20px;
	}
	table.detail {
		margin: 30px 0 28px;
	}
	.howtoBuy li a, .takeOut {
		font-size: 123.1%;
	}
	#onlineShop a {
		background: url(images/onlineshop_s_2023.svg) no-repeat center #ffffff;
		background-size: 384px 44px;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		width: 100%;
		padding-top: 6%;
		height: 0;
		background-size: 90% auto;
	}
	#bonSarra {
		height: 70px;
	}
	.ttlLogo img {
		width: 350px;
	}
	.t-center {
		text-align: left;
	}
	.t-center br {
		display: none!important;
	}
	.sweetsBox .fl, .sweetsBox .fr {
		width: 100%;
	}
	#onlineShop a {
		height: 16.4vw;
		background-size: 87% auto;
	}
	#productList {
		padding-top: 4.16666vw;
	}
	.sweetsBox {
		margin-bottom: 3.95833vw;
		padding-bottom: 6.45833vw;
	}
	.productName {
		margin-bottom: 15px;
		padding-top: 12px;
		font-size: 146.5%;
	}
}
@media screen and (max-width: 375px) {
	h2 {
		padding-top: 17%;
		background-size: 95% auto;
	}
	.ttlLogo img {
		width: 320px;
	}
}
@media screen and (max-width: 320px) {
	#bonSarra {
		height: 64px;
	}
	.ttlLogo img {
		width: 280px;
	}
	#onlineShop a {
		height: 70px;
		background-size: 94% auto;
	}
}