<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*---------------------------------------
　　　全体
----------------------------------------*/
#item {
	position: relative;
	z-index: 1;
}

/*---------------------------------------
　　　item_header
----------------------------------------*/
div#itemHead {
	background: url(../img/bg_donkibeaujolais.png) 0 0;
	text-align: center;
	width: 100%;
}
#itemHead h1 {
	color: #ffffff;
	position: absolute;
	top: 45%;
}

/*左_ぶどうドンペン*/
#itemHead #donpen {
	bottom: 0;
	left: 5%;
	max-width: 226px;
	min-width: 130px;
	position: absolute;
	width: 14%;
}

/*右_ワインボトル*/
#itemHead #wine {
	bottom: 0;
	max-width: 164px;
	min-width: 110px;
	position: absolute;
	right: 10%;
	width: 10%;
}

/*トップに戻る*/
#itemHead #back {
	position: absolute;
	right: 5.625%;
	top: 0;
	z-index: 3;
}
#itemHead #back:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#itemHead #donpen img,
#itemHead #wine img,
#itemHead #back img {
	width: 100%;
}

/*---------------------------------------
　　　各ワイン詳細
----------------------------------------*/
.h1wrap {
	margin: 0 auto;
	min-height: 200px;
	position: relative;
}
.h1wrap .h1ribbon {
	left:50%;
	position: absolute;
	transform:translate(-50%,-50%);
	top:50%;
	width:100%;
}
.h1wrap .h1ribbon img {
	min-width:510px;
	width: 45%;
}
.h1wrap h1 {
	left:50%;
	margin:-3px auto 0;
	position:absolute;
	transform:translateX(-50%);
}

/*各背景*/
div#item1Wrap,
div#item2Wrap,
div#item3Wrap,
div#item4Wrap {
	padding-bottom: 75px;
	position: relative;
	width: 100%;
}
div#item1Wrap {
	background: url(../img/bg_item_frame1.png) repeat left bottom;
}
div#item1Wrap .itemName {
	background:  #fbd390;
}
div#item2Wrap {
	background: url(../img/bg_item_frame2.png) repeat left bottom;
}
div#item2Wrap .itemName {
	background: #90c981;
}
div#item3Wrap {
	background: url(../img/bg_item_frame3.png) repeat left bottom;
}
div#item3Wrap .itemName {
	background: #ff6eb7;
}
div#item4Wrap {
	background: url(../img/bg_item_frame4.png) repeat left bottom;
}
div#item4Wrap .itemName {
	background: #eb6345;
}
/*div#item5Wrap {
	background: url(../img/bg_item_frame5.png) repeat left bottom;
}
div#item5Wrap .itemName {
	background: #f69c94;
}*/

/*ワイン名*/
#item .itemName {
	line-height: 1.5;
	padding: 33px 0;
}
#item .itemName h1 {
	color: #2e2e2e;
	font-size: 22px;
	/*font-size: 20px;*/
	font-weight: bold;
	margin-left: 36.87%;
	width: 44.37%;
}
#item .itemName h2 {
	color: #ffff00;
	font-size: 16px;
	line-height: 2em;
	margin-left: 36.87%;
	width: 44.37%;
}

/*ワイン_説明文*/
#item .itemDetailWrap {
	min-height:520px;
	position: relative;
}
#item .itemDetail {
	color: #2e2e2e;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.38em;
	margin-left: 36.87%;
	padding: 29px 0 39px 0;
	position: relative;
	width: 44.37%;
	z-index: 5;
}
#item .itemDetail a {
	color:#fff;
}
#item .itemDetail a:hover {
	color:#D8D8D8;
	cursor: help;
	text-decoration:underline;
}
#item .itemDetail a.link_button {
	background: #fff;
    background-image: url(../img/bg_button.png);
    background-size: contain;
    border: solid 3px #fff;
    border-radius: 10px;
    box-sizing: border-box;
    color: #3f2930;
    display: block;
    line-height: 1;
    margin-top: 20px;
    padding: 5px 5px 5px 35px;
    text-decoration: none;
    text-indent: -30px;
    width: 100%;
}
#item .itemDetail a.link_button:hover {
	color: #ac6500;
	cursor: help;
	text-decoration: underline;
}
#item .itemDetail a.link_button img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}

@media only screen and (max-width: 767px) {
	#item .itemName {
        padding: 20px 0;
    }
    #item .itemName h2 {
		font-size: 15px;
        line-height: 1.3em;
        margin: 0 auto 5px auto;
        width: 93.9%;
    }
    #item .itemName h1 {
		font-size: 18px;
        line-height: 1.3em;
        margin: 0 auto;
        width: 93.9%;
    }
    #item .itemName .h1STxt {
        font-size: 10px;
    }
    #item .itemDetail {
		line-height: 2em;
        margin: 0 auto;
        width: 93.9%;
    }
}

/*#item .itemCharacteristics {
	margin-left: 36.87%;
	position: relative;
	width: 44.37%;
	z-index: 10;
}*/

/*ワインボトル+見出し画像*/
#item .itemDetailImageWrap {
	position: absolute;
	right: 62%;
	text-align: center;
	top: -100px;
}
#item .itemDetailLabel {
	left: 2%;
	top: 6%;
	position: absolute;
	width: 40%;
	z-index: 4;
}
#item .itemDetailLabel img {
	width: 100%;
}
#item .itemDetailImage {
	margin-bottom: 25px;
	position: relative;
}
#item .itemDetailImage img {
	margin-top: 35px;
	vertical-align: bottom;
	width: 90%;
}

/*シークレット文章*/
#item .itemPrice_min {
	box-sizing: border-box;
	color: #FFCC00;
	display: block;
	font-weight: bold;
	font-size: 26px;
    /*height: 36px;*/
	margin: -15px auto 0;
	padding-top: 8px;
	text-shadow:
		2px 2px 0.5px #E7197D, 2px -2px 0.5px #E7197D, -2px 2px 0.5px #E7197D, -2px -2px 0.5px #E7197D, 2px 0px 0.5px #E7197D, -2px 0px 0.5px #E7197D, 0px -2px 0.5px #E7197D, 0 2px 0.5px #E7197D,
		1px 1px 0.5px #E7197D, 1px -1px 0.5px #E7197D, -1px 1px 0.5px #E7197D, -1px -1px 0.5px #E7197D, 1px 0px 0.5px #E7197D, -1px 0px 0.5px #E7197D, 0px -1px 0.5px #E7197D, 0 1px 0.5px #E7197D;
	width:96%;
}

/*値段*/
#item .itemDetailPrice {
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	margin: 10px auto 0;
	padding: 5px 20px;
	position: relative;
	text-align: center;
}
#item .itemDetailPrice .num {
	color: #E7197D;
	font-weight: bold;
	font-size: 26px;
}
#item .itemDetailPrice .yen {
	color: #2e2e2e;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3px 2px;
}

/*---------------------------------------
　　　1045px
----------------------------------------*/
@media only screen and (max-width: 1045px) {
	#item .itemCharacteristics {
        width: 47%;
    }
}

/*---------------------------------------
　　　767px
----------------------------------------*/
@media only screen and (max-width: 767px) {
	#itemHead h1 {
		line-height:1.2em;
		top: 44%;
	}
	#itemHead #donpen {
		min-width: 50px;
	}
	#itemHead #wine {
		min-width: 30px;
	}
	#itemHead #back {
		max-width: 200px;
		right: 0.5%;
		width: 39%;
	}
	
	.h1wrap {
		min-height: 160px;
		width: 100%;
	}
	.h1wrap h1 {
		margin: -5px auto 0;
	}
	.h1wrap .h1ribbon {
		width: 100%;
	}
	.h1wrap .h1ribbon img {
        margin-top: 70px;
        min-width: initial;
        width: 50%;
	}
	
   div#item1Wrap, div#item2Wrap, div#item3Wrap, div#item4Wrap{
        padding-bottom: 0;
    }
	#item .itemDetailImageWrap {
		left: 0;
		margin: 0 auto;
		position: relative;
		right: 0;
		top: 0px;
	}
	#item .itemDetailWrap {
		min-height: initial;
	}
	#item .itemDetailLabel {
		left: 15.5%;
		top: 20.5%;
		width: 32.9%;
	}
	#item .itemDetailImage {
		margin: 0 auto;
		width: 60%;
	}
	#item .itemCharacteristics {
		margin: 0 auto;
		width: 93.9%;
	}
	/* 値段 */
	#item .itemPrice_min {
		margin: 0 auto;
	}
	#item .itemDetailPrice .num {
		font-size: 24px;
	}
	#item .itemDetailPrice .yen {
		font-size: 16px;
	}
}

/*---------------------------------------
　　　480px
----------------------------------------*/
@media only screen and (max-width: 480px) {
	.h1wrap h1 {
		margin: -2px auto 0;
	}
	
	.h1wrap .h1ribbon img {
        margin-top: 35px;
        min-width: initial;
        width: 75%;
	}
	
	#item .itemDetail{
		font-size: 14px;
	}
}



/*---------------------------------------
　　　20190904 見出し文の追加
----------------------------------------*/
#item .itemDetail h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
	#item .itemDetail h3{
		font-size: 16px;
    }
}</pre></body></html>