@charset "UTF-8";

@import "reset.css";
@import "base.css";

@font-face {
	font-family: 'cac_champagneregular';
	src: url('../font/cacchampagne_regular_macroman/cac_champagne-webfont.eot');
	src: url('../font/cacchampagne_regular_macroman/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/cacchampagne_regular_macroman/cac_champagne-webfont.woff') format('woff'),
		 url('../font/cacchampagne_regular_macroman/cac_champagne-webfont.ttf') format('truetype'),
		 url('../font/cacchampagne_regular_macroman/cac_champagne-webfont.svg#cac_champagneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


html,body {
	position: relative;
}
body {
	background: #f4ede2;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

/* =====================================================================
 * header
 * =================================================================== */
header {
	margin-bottom: 65px;
}
#container {
	padding-bottom: 75px;
	background: url(../images/bg.jpg);
}
#topBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	height: 152px;
}
#headerInner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
h1 a {
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	padding: 0;
	width: 147px;
	height: 120px;
	background: url(../images/logo_new.svg) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
aside {
	position: absolute;
	bottom: 12px;
	right: 0;
}
ul#social li {
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
ul#social li:last-child {
	margin-right: 0;
}
#subtxt {
	position: absolute;
	bottom: 98px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;        /* CSS3草案 */  
	-webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px 10px 0 0;   /* Firefox用 */
	z-index: 100;
	width: 870px;
	height: 145px;
	background: url(../images/subtxt_new.svg) no-repeat center bottom #f4ede2;
	background-size: 774px auto;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

/* =====================================================================
 * loader
 * =================================================================== */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-top: -24px;
	margin-left: -24px;
	border-radius: 50%;
	border: 2px solid #626E76;
	border-right-color: transparent;
	text-align: center;
	z-index: 110;
	-webkit-animation: loopSpin 1s linear infinite;
	-moz-animation: loopSpin 1s linear infinite;
	-ms-animation: loopSpin 1s linear infinite;
	-o-animation: loopSpin 1s linear infinite;
	animation: loopSpin 1s linear infinite;
}
@keyframes loopSpin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes loopSpin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loopSpin {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
#fade {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background: #f4ede2;
	top: 0;
	left: 0;
	z-index: 105; 
}

/* =====================================================================
 * slide
 * =================================================================== */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider ul li img {
    width: 100%;
    display: none;
}
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}
/* ClearFixElements */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/* =====================================================================
 * globalnavi トップページ
 * =================================================================== */
.slicknav_menu {
    display: none;
}
ul#g-navi {
	overflow: hidden;
	margin: 30px -21px 0 0;
	width: 981px;
	height: 74px;
}
ul#g-navi li {
	float: left;
	overflow: hidden;
	margin-right: 21px;
}
ul#g-navi li a {
	display: block;
	width: 306px;
	height: 74px;
	background: url(../images/navi.png) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
/*トップ*/
ul#g-navi #gn-top a {
	background-position: 0 0;
}
#index ul#g-navi #gn-top a,
ul#g-navi #gn-top a:hover {
	background-position: 0 -74px;
}
/*商品紹介*/
ul#g-navi #gn-products a {
	background-position: -306px 0;
}
ul#g-navi #gn-products a:hover {
	background-position: -306px -74px;
}
/*オンラインショップ*/
ul#g-navi #gn-shop a {
	background-position: -612px 0;
}
ul#g-navi #gn-shop a:hover {
	background-position: -612px -74px;
}

/* =====================================================================
 * globalnavi 商品紹介
 * =================================================================== */
ul#g-navi2 {
	float: right;
	overflow: hidden;
	margin-right: -15px;
	width: 705px;
	height: 58px;
}
ul#g-navi2 li {
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
ul#g-navi2 li a {
	display: block;
	width: 220px;
	height: 58px;
	background: url(../products/images/navi2.png) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
/*トップ*/
ul#g-navi2 #gn-top a {
	background-position: 0 0;
}
ul#g-navi2 #gn-top a:hover {
	background-position: 0 -58px;
}
/*商品紹介*/
ul#g-navi2 #gn-products a {
	background-position: -220px 0;
}
#products ul#g-navi2 #gn-products a,
ul#g-navi2 #gn-products a:hover {
	background-position: -220px -58px;
}
/*オンラインショップ*/
ul#g-navi2 #gn-shop a {
	background-position: -440px 0;
}
ul#g-navi2 #gn-shop a:hover {
	background-position: -440px -58px;
}

/* =====================================================================
 * main
 * =================================================================== */
#contents {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}
#main {
	font-size: 93%;
}
#introduction {
	margin-bottom: 67px;
	text-align: center;
}
#introduction h2 {
	margin-bottom: 50px;
}
#introduction dt {
	margin: 0 auto 35px;
	width: 100%;
	max-width: 667px;
	height: 27px;
	background: url(../images/ttl_bonsarrasin_new.svg) no-repeat;
	background-size: 100% auto;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;	
}
#introduction dl dd {
	padding: 35px;
	background: #eee2cb;
	line-height: 2.3;
	font-size: 116%;
	color: #5a3822;
}
#detail {
	overflow: hidden;
	padding-bottom: 10px;
}
#detail div {
	margin-bottom: 65px;
	width: 455px;
}
#detail div p {
	margin-bottom: 33px;
}
#detail div dl dt {
	margin-bottom: 22px;
	text-align: center;
}
#detail div.wide-box {
	width: 100%;
}
#detail div.wide-box dl {
	margin: 0 auto;
	width: 455px;
}
#detail p img {
	width: 100%;
	height: auto;
}
#linkBtn {
	clear: both;
}
#linkBtn li a {
	display: block;
	width: 470px;
	height: 59px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#lb-product a {
	float: left;
	background: url(../images/products_btn.gif) no-repeat;
}
#lb-shop a {
	float: right;
	background: url(../images/shop_btn_s.gif) no-repeat;
}
#banner {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
#banner li {
	display: inline-block;
	margin-right: 20px;
}
#banner li:last-child {
	margin-right: 0;
}
#banner li a {
	display: block;
	padding: 1px;
	max-width: 170px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

/* =====================================================================
 * footer
 * =================================================================== */
footer {
	padding-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia;
	font-size: 85%;
}
#pagetop {
	margin: 35px auto 25px;
}
address br {
	display: none;
}
small {
	font-size: 93%;
}

/* =====================================================================
 * products 商品紹介
 * =================================================================== */
#products header {
	margin-bottom: 60px;
	padding-top: 30px;
	background: url(../images/bg.jpg);
}
#products #headerInner {
	position: relative;
	padding: 25px 0;
}
#products h1 a {
	position: absolute;
	top: -66px;
	left: 24px;
	width: 177px;
	height: 143px;
	background: url(../products/images/logo2_new.svg) no-repeat;
}
#products h2 {
	margin: 0 auto 25px;
	width: 548px;
	height: 26px;
	background: url(../products/images/ttl_products_new.svg) no-repeat;
	background-size: 100% auto;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;	
}
p.message {
	margin-bottom: 65px;
	text-align: center;
	line-height: 2.3;
	font-size: 108%;
	color: #5a3822;
}
p.message span {
	display: inline-block;
}
section {
	margin-bottom: 100px;
}
section h3 {
	margin-bottom: 60px;
	padding-top: 30px;
	border-top: solid 1px #888888;
}
.detailTtl {
	float: left;
	width: 230px;
}
.detail {
	float: right;
	width: 626px;
}
p.productImg {
	margin-bottom: 40px;
}
.detail dl, .detail dt {
	margin-bottom: 30px;
}
.detail dt {
	padding-bottom: 3px;
	width: 100%;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#roll-subtxt {
	height: 21px;
	background: url(../products/images/roll_subtxt.svg) no-repeat;
}
#cake-subtxt {
	height: 21px;
	background: url(../products/images/cake_subtxt.svg) no-repeat;
}
#poundcake-subtxt {
	height: 56px;
	background: url(../products/images/poundcake_subtxt.svg) no-repeat;
}
#sable-subtxt {
	height: 56px;
	background: url(../products/images/sable_subtxt-new.svg) no-repeat;
}
#assort-subtxt {
	height: 21px;
	background: url(../products/images/assort_subtxt.svg) no-repeat;
}
#ice-subtxt {
	height: 56px;
	background: url(../products/images/ice_subtxt.svg) no-repeat;
}
.linkBtn a {
	display: block;
	width: 960px;
	height: 59px;
	background: url(../products/images/shop_btn_l.gif) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 1024px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	#contents, #headerInner, #topBox {
		padding: 0 20px;
		width: 100%;	
	}
	header {
		margin-bottom: 55px;
	}
	#container {
		padding-bottom: 7.8%;
	}
	aside {
		right: -15px;
	}
	ul#social li {
		margin-right: 8px;
	}
	ul#g-navi {
		margin: 30px 0 0 0;
		width: 100%;
		height: auto;
	}
	ul#g-navi li, ul#g-navi2 li {
		width: 31.8%;
		margin-right: 2.3%;
	}
	ul#g-navi li:last-child, ul#g-navi2 li:last-child {
		margin-right: 0;
	}
	ul#g-navi li a, ul#g-navi2 li a {
		padding: 9px 0 12px;
		width: 100%;
		height: auto;
		background: none;
		background-color: #6B4F37;
		color: #ffffff;
		font-size: 85%;
		line-height: 1.3;
		letter-spacing: 1px;
		text-decoration: none;
		border-radius: 2px;        /* CSS3草案 */  
		-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 2px;   /* Firefox用 */
		text-align: center;
		text-indent: inherit;
		white-space: inherit;
	}
	span.eng {
		display: block;
		font-family: 'cac_champagneregular', cursive;
		font-size: 262%;
		letter-spacing: 1px;
	}
	span.jp:before, span.jp:after {
		content: "";
		position: relative;
		top: -4px;
		margin: 0 7px;
		width: 20px;
		height: 1px;
		display: inline-block;
		background-color: #c4b9af;
	}
	ul#g-navi li a:hover span.jp:before,
	ul#g-navi li a:hover span.jp:after,
	#index ul#g-navi #gn-top a span.jp:before,
	#index ul#g-navi #gn-top a span.jp:after,
	ul#g-navi2 li a:hover span.jp:before,
	ul#g-navi2 li a:hover span.jp:after,
	#products ul#g-navi2 #gn-products a span.jp:before,
	#products ul#g-navi2 #gn-products a span.jp:after {
		background-color: #b8a854;
	}
	ul#g-navi li a:hover,
	#index ul#g-navi #gn-top a,
	ul#g-navi2 li a:hover,
	#products ul#g-navi2 #gn-products a {
		color: #d4c15a;
	}
	ul#g-navi2 {
		margin-right: 0;
		width: 71.5%;
		height: auto;
	}
	ul#g-navi2 li a {
		padding: 7px 0 9px;
		line-height: 1.2;
	}
	ul#g-navi2 li span.eng {
		font-size: 216%;
	}
	#subtxt {
		padding-top: 15.2%;
		width: 90%;
		max-width: 880px;
		height: 0;
		background-size: 90% auto;
	}
	#introduction h2 {
		margin-bottom: 40px;
	}
	#introduction h2 img {
		width: 40%;
		height: auto;
	}
	#introduction dd span {
		display: inline-block;
	}
	#detail div {
		margin-bottom: 55px;
/* 		width: 47.3%; */
		width: 48.5%;
	}
	#detail div dl dt img {
		width: auto;
		height: 24px;
	}
	#linkBtn li a, .linkBtn a {
		margin: 0 auto;
		padding: 10px 0;
		width: 100%;
		max-width: 440px;
		height: auto;
		background-color: #e4d7c2;
		font-size: 116%;
		color: #5f4229;
		line-height: 1.3;
		text-decoration: none;
		border-radius: 2px;        /* CSS3草案 */  
		-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 2px;   /* Firefox用 */
		text-align: center;
		text-indent: inherit;
		white-space: inherit;
	}
	.linkBtn a {
		max-width: 100%;
		background-image: none;
	}
	#linkBtn li#lb-product {
		margin-bottom: 12px;
	}
	#lb-product a, #lb-shop a {
		float: none;
		background-image: none;
	}
	#linkBtn li a span.eng, .linkBtn a span.eng {
		display: inline-block;
		margin-right: 15px;
		font-size: 208%;
		position: relative;
		top: 2px;
	}
	#linkBtn li a span.jp, .linkBtn a span.jp {
		font-family: 'EB Garamond', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	}
	#linkBtn li a span.jp:before, #linkBtn li a span.jp:after,
	.linkBtn a span.jp:before, .linkBtn a span.jp:after {
		content: "";
		position: relative;
		top: -4px;
		margin: 0 7px 0 0;
		width: 20px;
		height: 1px;
		display: inline-block;
		background-color: #866950;
	}
	#linkBtn li a span.jp:after,
	.linkBtn a span.jp:after {
		margin: 0 0 0 7px;
	}
	#banner {
		margin-top: 20px;
	}
	/* products */
	#products #headerInner {
		padding: 25px 20px;
	}
	#products h1 a {
		left: 44px;
	}
	section h3 {
		margin-bottom: 26%;
	}
	.detailTtl {
		width: 23.9%;
	}
	.detail {
		width: 65.2%;
		max-width: 626px;
	}
	.detail li.fl, .detail li.fr {
		float: none;
	}
	.detail li.fl {
		margin-bottom: 12px;
	}
	.detail dt {
		background-size: contain!important;
	}
	#cake-subtxt {
		height: 56px;
		background: url(../products/images/cake_subtxt2.svg) no-repeat;
	}
	#sable-subtxt {
		height: 90px;
		background: url(../products/images/sable_subtxt2-new.svg) no-repeat;
	}
}
@media screen and (max-width: 860px) {
	ul#g-navi2 li a {
		letter-spacing: 0;
	}
	ul#g-navi2 li a span.jp:before, ul#g-navi2 li a span.jp:after {
		margin: 0 5px;
		width: 12px;
	}
	/* products */
	#products h1 a {
		left: 3%;
	}
}
@media screen and (max-width: 767px) {
	#topBox {
		position: inherit;
	}
	aside {
		bottom: 205px;
		right: 0;
		left: 0;
		text-align: center;
	}
	#___plusone_0 {
		width: 70px!important;
	}
	header {
		margin-bottom: 4.5%;
	}
	ul#g-navi, ul#g-navi2 {
		display: none;
		position: static;
	}
	.slicknav_nav li a span.jp {
		letter-spacing: 0;
		font-weight: bold;
	}
	.slicknav_nav li a span.eng {
		display: none;
	}
	span.jp:before, span.jp:after {
		content: "";
		position: static;
		margin: 0;
		display: none;
	}
	#subtxt {
		padding-top: 16%;
		bottom: -6px;
		background-size: 93% auto;
	}
	#introduction {
		margin-bottom: 60px;
	}
	#introduction h2 {
		margin-bottom: 5.2%;
	}
	#introduction h2 img {
		width: 45%;
	}
	#introduction dt {
		padding-top: 3.8%;
		width: 95%;
		height: 0;
	}
	#detail div {
		margin-bottom: 45px;
		width: 47.8%;
	}
	#detail div p {
		margin-bottom: 25px;
	}	
	#detail div dl dt {
		margin-bottom: 15px;
		line-height: 1;
	}
	#detail div dl dt img {
		height: 21px;
	}
	#detail div.wide-box dl {
		width: 100%;
	}
	#pagetop {
		margin: 100px auto 20px;
	}
	address span.br {
		display: block;
		text-indent: -1em;
	}
	/* products */
	#products header {
		margin-bottom: 110px;
		padding-top: 0;
	}
	#products #headerInner {
		padding: 0 20px;
	}
	#products #pagetop {
		margin-top: 30px;
	}
	#products h1 a {
		top: -55px;
		left: 0;
		right: 0;
		width: 147px;
		height: 119px;
		background-size: 100%;
	}
	#products h2 {
		margin-bottom: 20px;
		padding-top: 3.8%;
		width: 78%;
		height: 0;
	}
	.detailTtl {
		width: 28%;
	}
	section {
		margin-bottom: 80px;
	}
	p.productImg {
		margin-bottom: 35px;
	}
	.detail dl, .detail dt {
		margin-bottom: 25px;
	}
	.detail dt {
		padding-bottom: 0;
	}
	#poundcake-subtxt {
		height: 124px;
		background: url(../products/images/poundcake_subtxt2.svg) no-repeat;
	}
	#assort-subtxt {
		height: 56px;
		background: url(../products/images/assort_subtxt2.svg) no-repeat;
	}
	#ice-subtxt {
		height: 90px;
		background: url(../products/images/ice_subtxt2.svg) no-repeat;
	}
}
@media screen and (max-width: 480px) {
	#topBox {
		height: 132px;
	}
	h1 a {
		width: 123px;
		height: 100px;
		background-size: 100%;
	}
	header {
		margin-bottom: 40px;
	}
	aside {
		bottom: 205px;
	}
	#container {
		padding-bottom: 0;
	}
	#subtxt {
		position: static;
		bottom: 0;
		margin-top: 30px;
		padding-top: 25.3%;
		width: 100%;
		border-radius: 0;        /* CSS3草案 */  
		-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 0;   /* Firefox用 */
		background: url(../images/subtxt_new2.svg) no-repeat center bottom transparent;
		background-size: 85% auto;
	}	
	#main {
		font-size: 116%;
		text-align: left;
		line-height: 1.8;
	}
	#introduction {
		margin-bottom: 55px;
	}
	#introduction h2 {
		margin-bottom: 35px;
	}
	#introduction h2 img {
		width: 60%;
	}
	#introduction dt {
		margin: 0 auto 30px;
		padding-top: 14%;
		width: 83%;
		background: url(../images/ttl_bonsarrasin_new2.svg) no-repeat;
		background-size: 100% auto;
	}
	#introduction dl dd {
		padding: 25px 30px;
		line-height: 1.9;
		font-size: 108%;
		text-align: left;
	}
	#introduction dd span {
		display: inline;
	}
	#detail div dl dt img {
		width: 95%;
		height: auto;
	}
	#detail div.wide-box dl dt img {
		width: 45.5%;
		height: auto;
	}	
	#linkBtn li a, .linkBtn a {
		padding: 8px 0 10px;
		font-size: 93%;
	}
	#linkBtn li a span.eng, .linkBtn a span.eng {
		display: block;
		position: static;
		margin-right: 0;
	}
	footer {
		font-size: 108%;
		line-height: 1.8;
	}
	#pagetop {
		margin-top: 100px;
	}
	#pagetop img {
		width: 50px;
		height: 50px;
	}
	/* products */
	#products header {
		margin-bottom: 100px;
	}
	#products h1 a {
		top: -40px;
		width: 123px;
		height: 99px;
	}
	#products h2 {
		padding-top: 14%;
		width: 85%;
		background: url(../products/images/ttl_products_new2.svg) no-repeat;
		background-size: 100% auto;
	}
	p.message {
		margin-bottom: 40px;
		text-align: left;
		line-height: 1.9;
	}
	p.message span {
		display: inline;
	}
	p.message br {
		display: none;
	}
	section {
		margin-bottom: 55px;
	}
	.detailTtl, .detail {
		float: none;
		width: 100%;
	}
	section h3 {
		margin-bottom: 0;
		padding-top: 0;
		border-top: none;
	}
	.detailTtl {
		display: table;
		table-layout: fixed;
		padding: 20px 0 20px 5px;
		border-top: solid 1px #888888;
	}
	.detailTtl h3, .detailTtl p {
		display: table-cell;
		vertical-align: middle;
	}
	.detailTtl p img {
		width: 85%;
	}
	.detail p a img, .detail li a img {
		display: block;
		margin: 0 auto;
	}
	p.productImg {
		margin-bottom: 30px;
	}
	.detail dl, .detail dt {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 413px) {
	header {
		margin-bottom: 30px;
	}
	aside {
		bottom: 255px;
	}
	#topBox {
		height: 122px;
	}
	h1 a {
		width: 110px;
		height: 90px;
	}
	#contents {
		padding: 0 15px;
	}
	#subtxt {
		padding-top: 30%;
		background-size: 100% auto;
	}	
	#introduction h2 {
		margin-bottom: 30px;
	}
	#introduction h2 img {
		width: 70%;
	}
	#introduction dt {
		padding-top: 15.5%;
		width: 95%;
	}
	#introduction dl dd {
		padding: 20px 25px;
	}
	#detail {
		padding-bottom: 0;
	}
	#detail div {
		margin: 0 auto 45px;
		width: 100%;
	}
	#detail div.fr, #detail div.fl {
		float: none;
	}
	#detail div p {
		width: 62%;
		margin: 0 auto 25px;
	}
	#detail div.wide-box p {
		width: 100%;
	}
	#detail div dl dt img {
		width: auto;
		height: 22px;
	}
	address span {
		display: block;
		text-indent: -1em;
	}
	address br {
		display: block;
	}
	#banner {
		margin-top: 15px;
	}
	#banner li {
		width: 48%;
		margin-right: 4%;
	}
	/* products */
	#products header {
		margin-bottom: 90px;
	}
	#products h1 a {
		top: -36px;
		width: 110px;
		height: 89px;
	}
	#products h2 {
		padding-top: 15.5%;
		width: 95%;
	}
	p.message {
		margin-bottom: 30px;
	}
	section {
		margin-bottom: 45px;
	}
	.detailTtl p img {
		width: 90%;
	}
	.detail dt {
		background-size: 85% auto!important;
	}
	#roll-subtxt {
		padding-top: 5.5%;
		height: 0;
	}
	#cake-subtxt, #assort-subtxt {
		padding-top: 15%;
		height: 0;
	}
	#poundcake-subtxt {
		padding-top: 33.5%;
		height: 0;
	}
	#ice-subtxt, #sable-subtxt {
		padding-top: 24%;
		height: 0;
	}
}
@media screen and (max-width: 374px) {
	.detail dt {
		background-size: 95% auto!important;
	}
	#roll-subtxt {
		padding-top: 6%;
	}
	#cake-subtxt, #assort-subtxt {
		padding-top: 16.5%;
	}
	#poundcake-subtxt {
		padding-top: 36.5%;
	}
	#ice-subtxt, #sable-subtxt {
		padding-top: 26.5%;
	}
}