@charset "utf-8";

/*============================================================
 キャンペーンコンテンツ用
============================================================*/
body { background-color: #000 !important; }

.notes {
	font-size: 12px !important;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left !important;
}


/* メイン */
.anchor { margin-bottom: 3%; }
.anchor h1 { margin-bottom: 3% !important; }
.anchor ul {
	margin: 0;
	padding: 0;
}
.anchor ul li {
	float: left;
	width: 48.5%;
	margin-bottom: 3%;
}
.anchor ul li:nth-child(2n) { float: right; }

.link {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3%;
}
#brand .link { background-image: url(../img/bg_brand.jpg); }
#brand .link.active { background-image: url(../img/bg_brand_on.jpg); }
#history .link { background-image: url(../img/bg_history.jpg); }
#history .link.active { background-image: url(../img/bg_history_on.jpg); }
#private { background-image: url(../img/bg_private.jpg); }
#private.active { background-image: url(../img/bg_private_on.jpg); }
#founders { background-image: url(../img/bg_founders.jpg); }
#founders.active { background-image: url(../img/bg_founders_on.jpg); }
#appellation { background-image: url(../img/bg_appellation.jpg); }
#appellation.active { background-image: url(../img/bg_appellation_on.jpg); }
#california { background-image: url(../img/bg_california.jpg); }
#california.active { background-image: url(../img/bg_california_on.jpg); }

.link h3 { margin-bottom: 0 !important; }

/* LINE UP */
#lineup { background-color: #fff7e5; }
#lineup h2 { margin-bottom: 25px; }
#lineup p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 0 !important;
}


/* アコーディオン
----------------------------------------*/
.accordion {
	display: none;
	background-color: #fff7e5;
	padding-bottom: 10px;
	text-align: left;
}
.accordion h3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 5% !important;
	text-align: left;
}
.accordion h4 {
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 5% 0;
}
.accordion p { margin-bottom: 8%; }
.btn_close {
	width: 15%;
	margin: 0 auto 10% auto !important;
	cursor: pointer;
}

/* BRAND */
dl.list { margin-bottom: 10%; }
dl.list dd {
	position:relative;
	width: 82%;
	background-color: #fff7e5;
	border: 4px solid #be9d09;
	margin: -5% auto 0 auto;
	padding: 5%;
	z-index: 0;
}
dl.list dd p {
	margin-bottom: 0 !important;
	text-align: left !important;
}
dl.list dd p.small {
	font-size: 13px !important;
	margin-top: 5% !important;
}

.bg_white {
	background-color: #fff;
	padding: 10% 0;
}
.bg_white h3 {
	width: 92%;
	margin: 0 auto !important;
}

ul.vineyard { padding: 0; }
ul.vineyard.line {
	border-bottom: 2px solid #be9d09;
	margin-bottom: 8%;
	padding-bottom: 3%;
}
ul.vineyard li {
	width: 88%;
	background-color: #fff7e5;
	border: 4px solid #be9d09;
	margin-bottom: 5%;
	padding: 5%;
}
ul.vineyard li p {
	font-size: 14px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
}

/* HISTORY */
dl.history {
	background: url(../img/history/border.png) left top repeat-y;
	background-size: 100% auto;
	margin-bottom: 8%;
	padding: 20px 0 10px 0;
}
dl.history dt {
	float: left;
	width: 33%;
	clear: right;
	padding-top: 15px;
}
dl.history dd {
	float: right;
	color: #0f4465;
	width: 64%;
	margin: 0 0 5% 0;
}
dl.history dd img { margin-bottom: 10px; }
dl.history dd h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: left;
}
dl.history dd p {
	font-size: 14px !important;
	text-align: left !important;
}

/* LINE UP */
ul.products {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.products li {
	float: left;
	width: 48%;
	font-size: 12px;
	margin-bottom: 10%;
}
ul.products li:nth-child(2n) { float: right; }
ul.products li:nth-child(2n+1) {
    clear: both;
}
ul.products.col1 { width: 48%; margin-bottom: 10%; }
ul.products.col1 li { width: 100%; }

ul.products li h4 {
	font-size: 14px;
	margin: 20px 0;
}
ul.products li p {
	font-size: 13px !important;
	margin-bottom: 15px;
	text-align: center !important;
}


/* キャンペーン
----------------------------------------*/
.campaign { background-color: #fff7e5; }

.campaign h2 {
	background-color: #004065;
	padding: 5% 0;
	text-align: center;
}
.campaign h3 {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}
.campaign h3 img {
	width: auto !important;
	height: 32px;
	margin-right: 5px;
	vertical-align: top;
}
.campaign h3 span { color: #df0d28; }

#recipe {
    position: relative;
    background-image: url(../img/bg_worldewcipe.jpg);
}
#recipe a {
    position: absolute;
    display: block;
    width: 60%;
    left: 20%;
    bottom: 14%;
}


/* FOOD PAIRING
----------------------------------------*/
#food {
    position: relative;
    background-image: url(../img/bg_food.jpg);
}
#food a {
    position: absolute;
    display: block;
    width: 60%;
    left: 20%;
    bottom: 14%;
}


/* WALLPAPER
----------------------------------------*/
#wallpaper {
    position: relative;
    background-image: url(../img/bg_wallpaper.jpg);
}
#wallpaper a {
    position: absolute;
    display: block;
    width: 60%;
    left: 20%;
    bottom: 28%;
}
