@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------
 Loading
-------------------------------------------------------------------- */
#loader {
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -30px; /* heightの半分のマイナス値 */
	margin-left: -30px; /* widthの半分のマイナス値 */
	z-index: 11;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #635f6b;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}


/* -------------------------------------------------------------------
 Common
-------------------------------------------------------------------- */
.section{
	text-align:center;
}
#section1Inner,
#section2Inner,
#section3Inner,
#section4Inner {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------
 TOP
-------------------------------------------------------------------- */
/*
.bgslideshow { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }  
.bgslideshow img { position: absolute; min-height: 100%; width: 100%; height: auto;left:0; top:0; } 
*/

#bg01,#bg02,#bg03,#bg04,#bg05,#bg06 {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#bg01 {
	background-image: url(../img/bg_01.jpg);
	z-index: 5;
}
#bg01Inner {
	background: url(../img/bg_01_bar.png) repeat-x left 127px;
	position: absolute;
	width: 100%;
	height: 540px;
	top: 50%;
	margin-top: -270px;
	left: 0;
}
#bg01InnerWrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#bg01Txt {
	position: absolute;
	left: 10px;
	top: 160px;
}
#bg01Item {
	position: absolute;
	right: 5px;
	top: -34px;
}
#bg02 {
	background-image: url(../img/bg_02.jpg);
	z-index: 4;
}
#bg03 {
	/*width: 1662px;
	height: 897px;
	background-position: center center;*/
	background-image: url(../img/bg_03.jpg);
	z-index: 3;
}
#bg04 {
	background-image: url(../img/bg_04.jpg);
	z-index: 2;
}
#bg05 {
	background-image: url(../img/bg_05.jpg);
	z-index: 1;
}
#bg06 {
	background-image: url(../img/bg_06.jpg);
	z-index: 0;
}


#section1Inner {
	width: 1000px;
	height: 540px;
	position: relative;
	text-align: left;
}
#section1Inner img {
	vertical-align: bottom;
}
#section1Inner p.txt {
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -472px;
	z-index: 10;
	display: none;
}
#section1Inner p.img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -48px;
	z-index: 10;
	display: none;
}

.cfsBtn {
	position: absolute;
	left: 50%;
	margin-left: -112px;
	bottom: 20px;
	z-index: 5;
}
.cfsBtn:hover {
	cursor: pointer;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* -------------------------------------------------------------------
 Section02 カシスについて
-------------------------------------------------------------------- */
#s02Menu {
	position: absolute;
	left: 50%;
	top: -1200px;
	margin-left: -230px;
	display: none;
}
#section2Inner {
	width: 1000px;
	height: 740px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/s02_menu_bg.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -370px;
	display: none;
}
.s02AboutL,
.s02AboutR {
	width: 400px;
	height: 615px;
	padding-top: 95px;
}
.s02AboutL {
	float: left;
	padding-left: 80px;
	padding-right: 20px;
}
.s02AboutR {
	float: right;
	padding-left: 20px;
	padding-right: 80px;
}
.s02AboutL p,
.s02AboutR p {
	margin-bottom: 1em;
	line-height: 1.7;
}
#s02About01 .s02AboutR {
	background: url(/img/s02_about_01_bg.png) no-repeat 16px 358px;
}
.s02AboutNextBtnL {
	position: absolute;
	top: 318px;
	left: 5px;
	z-index: 10;
}
.s02AboutNextBtnR {
	position: absolute;
	top: 318px;
	right: 5px;
	z-index: 10;
}
.s02AboutNextBtnL a:hover,
.s02AboutNextBtnR a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#s02About02 .s02AboutL,
#s02About03 .s02AboutL,
#s02About04 .s02AboutL {
	background: url(/img/s02_about_shoulder.png) no-repeat 40px 40px;
}
.s02AboutNextCBtn a {
	display: block;
	width: 270px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background: url(/img/s02_menu_btn_nextcon.png) no-repeat left top;
	color: #fff;
	position: absolute;
	top: 605px;
	right: 30px;
	color: #fff;
	text-decoration: none;
}
.s02AboutNextCBtn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.s02AboutNote {
	font-size: 70%;
}
.noteNum {
	text-indent: -1.35em;
	margin-left: 1.35em;
}
#s02About02,
#s02About03,
#s02About04 {
	display: none;
}
.s02AboutR .s02AboutFig {
	margin: -10px 0 10px -10px !important;
}
#s02MenuNextBtn {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -98px;
}
#s02MenuNextBtn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#s02About04 #s02About04LIn {
	height: 615px;
	background: url(/img/s02_about_04_img.png) no-repeat 140px 420px;
}


/* -------------------------------------------------------------------
 Section03 カシスメニュー
-------------------------------------------------------------------- */
#s03Menu {
	position: absolute;
	left: 50%;
	top: -1200px;
	margin-left: -230px;
	display: none;
}
#section3Inner {
	width: 1000px;
	height: 740px;
	margin: 0 auto;
	text-align: left;
	background: url(/img/s03_menu_bg.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -370px;
	display: none;
}
#s03Menu02,
#s03Menu03,
#s03Menu04 {
	display: none;
}
.menuList li {
	margin-bottom: 18px;
}
.menuList li a {
	background: url(/img/ic_ar_red.png) no-repeat 0 3px;
	padding-left: 25px;
	color: #931c32;
	/*display: block;*/
}
.s03MenuNextCBtn a {
	display: block;
	width: 361px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background: url(/img/s03_menu_btn_nextcon.png) no-repeat left top;
	color: #fff;
	position: absolute;
	top: 605px;
	right: 30px;
	color: #fff;
	text-decoration: none;
}
.s03MenuNextCBtn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#s03Menu01Img {
	position: absolute;
	right: -10px;
	top: 0;
}

#s03Menu02 .s02AboutL {
	background: url(/img/s03_menu_shoulder.png) no-repeat 40px 40px;
}
#s03Menu02 .s02AboutR {
	background: url(/img/s03_menu_02_img_03.png) no-repeat 10px 85px;
}
#syrup.menuList {
	width: 265px;
	padding-left: 130px;
}
#syrup.menuList li a {
	background: url(/img/ic_ar_purple.png) no-repeat 0 3px;
	color: #6d4782;
}
#alcohol {
	background: url(/img/s03_menu_02_img_02.png) no-repeat 195px 60px;
	padding-top: 60px;
}
#s03Menu02Img01 {
	position: absolute;
	left: -20px;
	top: 140px;
	z-index: 9;
}
#dessert {
	width: 220px;
	padding: 0 0 30px 200px;
}
#dessert .menuList li a {
	background: url(/img/ic_ar_brown.png) no-repeat 0 3px;
	color: #936d1c;
	display: inline-block;
}
#meal {
	width: 310px;
}
#meal .menuList li {
}
#meal .menuList li a {
	text-decoration: none;
	background: url(../img/ic_ar_green.png) no-repeat 0 3px;
}
#meal .menuList li a .mealIc {
	color: #fff;
	background: #c2cda8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	font-size: 14px;
	padding: 3px 0 1px;
	margin-bottom: 5px;
	width: 70px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#meal .menuList li a .mealTxt {
	color: #708e39;
	text-decoration: underline;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 25px;
}
.mealTtlSub {
	font-size: 12px;
}
#meal .menuList li a:hover .mealTxt {
	text-decoration: none;
}
#s03Menu02Img04 {
	position: absolute;
	right: 0;
	top: 300px;
}
#s02MenuNextBtn,
#s03MenuNextBtn {
	bottom: 35px;
	left: 50%;
	margin-left: -98px;
	position: absolute;
	text-align: center;
}
#s03SodaL {
	width: 225px;
	float: left;
}
#s03SodaR {
	width: 165px;
	float: right;
}

/* レシピ */
#section3 .tableCell {
	overflow: hidden;
}
#recipeOv {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	display: none;
	background: url(../common/img/parts/bg_white.png);
}
.recipe {
	width: 860px;
	height: 400px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	top: 50%;
	margin-top: -200px;
	box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	-o-box-shadow: 0 0 10px #555;
	-ms-box-shadow: 0 0 10px #555;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	display: none;
}
#wrapRecipe07,
#wrapRecipe10,
#wrapRecipe11,
#wrapRecipe25,
#wrapRecipe26 {
	height: 480px;
	margin-top: -240px;
}
.recipeClose {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.recipeClose a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../common/img/parts/x_off.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.recipeClose a:hover {
	background-position: 0 -60px;
}
.recipeImgL {
	width: 278px;
	float: left;
}
.recipeTxtR {
	width: 540px;
	padding: 20px 0 10px 20px;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}
/*#TB_window {
	box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	-o-box-shadow: 0 0 10px #555;
	-ms-box-shadow: 0 0 10px #555;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
#TB_ajaxContent {
	width: 860px;
	height: 400px;
	padding: 0 !important;
}

#TB_closeWindowButton {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../common/img/parts/x_off.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#TB_closeWindowButton:hover {
	background-position: 0 -60px;
}*/
.recipeTtl {
	font-size: 18px;
	font-weight: normal;
	color: #6d4782;
	margin-bottom: 15px;
}
.recipeTtlSub {
	font-size: 14px;
}
.recipeIngredient {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #aa3972;
	color: #fff;
	width:5em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
.recipePeople {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #aa3972;
}
.recipeTable {
	width: 250px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
.recipeTable th,
.recipeTable td {
	border-bottom: #e7c9d8 1px solid;
	padding: 3px 1px;
	white-space: nowrap;
	text-align: left;
}
.recipeTable th {
	font-weight: normal;
	padding-right: 2em;
	white-space: nowrap;
}
.txtJuliette {
	color: #aa3972;
	font-weight: bold !important;
}
.recipeMake {
	padding-left: 2em;
}
.recipeMake li {
	text-indent: -1em;
	margin-top: 15px;
	line-height: 1.2;
}
.recipeMake li:first-child {
	margin-top: 0;
}
.recipeNum {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #aa3972;
	font-weight: bold;
	padding-right: 1em;
}
.recipeTableL {
	float: left;
	margin-right: 20px;
}
.recipeTableR {
	float: left;
}
.recipeImg3col {
	position: absolute;
	left: 0;
	 bottom: 0;
}
.recipeImg3col li {
	float: left;
}
.recipeImg3col li img {
	vertical-align: bottom;
}

.recipeImg3colTxt {
	padding: 20px 0 0 20px;
	width: 730px;
	text-align: left;
}

#wrapRecipe07 .recipeTableR {
	width: 200px;
}


/* -------------------------------------------------------------------
 Section04 商品のご購入方法
-------------------------------------------------------------------- */
#section4 {
	background-image: url(../img/bg_07.jpg);
	background-size: cover;
}

#s04_bgBar {
	width: 100%;
	height: 540px;
	background: url(/img/s04_bg_bar.png) repeat-x left 30px;
	display: none;
}
#section4Inner {
	width: 1000px;
	height: 540px;
	margin: 0 auto;
	position: relative;
}
#s04L {
	width: 568px;
	float: left;
	padding-left: 10px;
	text-align: left;
	position: relative;

}
#s4_01_item {
	width: 386px;
	float: right;
	margin-top: -34px;
	padding-right: 5px;
}
#s04Txt01,
#s04Txt02 {
	position: absolute;
	left: 10px;
	top: 45px;
}
#s04Txt02 {
	display: none;
}
#s04Ttl {
	margin: 197px 0 25px;
}
#btnKonyu {
	margin-bottom: 20px;
}

/* 成分表示 */
.popupArea {
    width: 720px;
	height: 174px;
	background: url(../img/bg_popup.png);
    padding: 10px;
	position:  absolute;
	left: 50%;
	top: 50%;
	margin-top: -87px;
	margin-left: -360px;
}
.popupAreaInner {
    width: 720px;
	height: 174px;
}
.popupArea li {
	height: 139px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    padding: 15px 20px 20px;
    position: relative;
    text-align: left;
    z-index: 102;
	color: #000;
}

.productsPopupItemHead {
    font-size: 18px;
}

.productsPopupTable {
    border: 1px solid #999999;
    margin-top: 10px;
    width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.productsPopupTable th,
.productsPopupTable td {
    padding: 8px 10px;
    vertical-align: top;
}
.productsPopupTable th {
    background-color: #E6E6E6;
    border-right: 1px solid #999999;
    min-width: 80px;
    white-space: nowrap;
}

.popupClose {
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 103;
}

#s04SeibunLink {
	margin-bottom: 20px;
}
#s04SeibunLink a:hover {
    background: none repeat scroll 0 0 #ce1d28;
}
#s04SeibunLink a {
    background: none repeat scroll 0 0 #8c4b7f;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
    width: 210px;
}

/* -------------------------------------------------------------------
 Footer
-------------------------------------------------------------------- */
#footerMenuCont {
	width: 100%;
	height: 100%;
	background: url(../common/img/parts/macFFBgHack.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
#fMenuContIn {
	width: 970px;
	height: 560px;
	background: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -485px;
	margin-top: -280px;
}
#fMenuContIn img {
	vertical-align: bottom;
}
#fMenuTtl {
	text-align: center;
	margin-bottom: 20px;
}
.fMenuListTtl {
	margin-top: 5px;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.fMenuListTtl .sub {
	font-size: 10px;
}
#wrapBtnBsList {
	width: 840px;
	height: 560px;
	margin: 0 auto;
	display: table;
	text-align: center;
}
#wrapBtnBsListIn {
	display: table-cell;
	vertical-align: middle;
}
#wrapBtnBsList li {
	width: 160px;
	float: left;
	margin: 0 25px 5px;
}
#wrapBtnBsList ul {
	margin-bottom: 20px;
}
#wrapBtnBsList .fMenuListLast {
	margin-bottom: -5px;
}
