<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------------------------------------------
特徴非表示時に修正した箇所は最下部にあり
----------------------------------------------- */
.h1wrap {
	margin: 0 auto;
	min-height: 200px;
	position: relative;
}
.h1wrap .h1ribbon {
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
}

.h1wrap .h1ribbon img {
	margin-top:5px;
	min-width:700px;
	width: 80%;
}

.h1wrap h1 {
	position:absolute;
	left:50%;
	margin:-3px auto 0;
	transform:translateX(-50%);
}
#item {
	position: relative;
	z-index: 1;
}
div#itemHead {
	width: 100%;
	text-align: center;
	background: url(../img/bg_donkibeaujolais.png) 0 0;
}
#itemHead h1 {
	position: absolute;
	color: #ffffff;
	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;
	top: 0;
	right: 5.625%;
	z-index: 3;
}
#itemHead #back:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#itemHead #donpen img,
#itemHead #wine img,
#itemHead #back img {
	width: 100%;
}

/* ----------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.h1wrap {
		min-height: 160px;
		width: 100%;
	}
	.h1wrap h1 {
		margin: -5px auto 0;
	}
	.h1wrap .h1ribbon {
		width: 100%;
	}
	.h1wrap .h1ribbon img {
		margin-top:10px;
		min-width: initial;
		width: 70%;
	}
	#itemHead h1 {
		line-height:1.2em;
		top: 44%;
	}

	#itemHead #donpen {
		min-width: 50px;
	}
	#itemHead #wine {
		min-width: 30px;
	}
	#itemHead #back {
		right: 0.5%;
		max-width: 200px;
		width: 39%;
	}
}
@media only screen and (max-width: 480px) {
	.h1wrap h1 {
		margin: -2px auto 0;
	}
}
/* ----------------------------------------------------*/

#item .itemName {
	line-height: 1.5;
	padding: 33px 0;
}
#item .itemName h2 {
	width: 44.37%;
	margin-left: 36.87%;
	font-size: 16px;
	line-height: 2em;
	color: #ffff00;
}
#item .itemName h1 {
	width: 44.37%;
	margin-left: 36.87%;
	font-size: 20px;
	color: #2e2e2e;
	font-weight: bold;
}
#item .itemName .h1STxt {
	font-size: 13px;
	line-height: 1em;
}
#item .itemDetailWrap {
	min-height:520px;
	position: relative;
}
#item .itemDetail {
	position: relative;
	width: 44.37%;
	margin-left: 36.87%;
	padding: 29px 0 39px 0;
	font-size: 16px;
	line-height: 2.38em;
	color: #2e2e2e;
	font-weight: bold;
	z-index: 5;
}

#item .itemDetail a {
	color:#ffffff;
}

#item .itemDetail a:hover {
	color:#D8D8D8;
	cursor: help;
	text-decoration:underline;
}

#item .itemDetail a.link_button {
	background-image:url(../img/bg_button.png);
	background-size:contain;
	border:solid 3px #946305;
	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;
}

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


#item .itemCharacteristics {
	position: relative;
	width: 44.37%;
	margin-left: 36.87%;
	z-index: 10;
}
/* accordion -------------------------------------------*/
.accordion {
	margin-bottom: 1px;
}
.accordion dt {
	overflow: hidden;
	cursor: pointer;
	background: url(../img/item_accordion_plus_off.png);
	background-repeat: no-repeat;
	/*background-size:contain;*/
	background-size: cover;
	font-size: 15px;
	vertical-align: middle;
}
.accordion dd {
	position: relative;
	/*position:absolute;*/
	display: none;
	width: 100%;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	background: #fff url(../img/item_accordion_bg.gif);
	z-index: 10;
	margin-bottom: 1px;
}
.accordion dt.active {
	background-image: url(../img/item_accordion_minus.png);
}
.accordion dt.over {
	background-image: url(../img/item_accordion_plus_on.png);
}
.accordion dt.active:hover {
	background-image: url(../img/item_accordion_minus.png);
}
.accordion dt .itemChara {
	margin-left: 5px;
}
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 1.6%;
	padding-left: 8.5%;
	font-weight: bold;
	font-size: 18px;
	color: #3f2930;
}
.accordion dt .itemChara .itemCharaIcon {
	float: left;
	width: 7%;
}
.accordion dt .itemChara .itemCharaIcon img {
	width: 100%;
}
.accordion dd .itemCharatxt {
	margin: 0 25px;
	padding: 25px 0;
}

/* 767 ----------------------------------------------------*/
@media only screen and (min-width: 1401px) and (max-width: 1480px) {
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 1.5%;
	font-size: 17px;
}
}

@media only screen and (min-width: 1181px) and (max-width: 1400px) {
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 1.5%;
	font-size: 16px;
}
}

@media only screen and (min-width: 981px) and (max-width: 1180px) {
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 1.3%;
	font-size: 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 1.1%;
	font-size: 15px;
}
}

@media only screen and (max-width: 767px) {
.accordion dt {
	background: url(../img/item_accordion_plus_sp.png);
	background-size: cover;
}
.accordion dt.over {
	background-image: url(../img/item_accordion_plus_sp.png);
}
.accordion dt.active {
	background-image: url(../img/item_accordion_minus_sp.png);
}
.accordion dt.active:hover {
	background-image: url(../img/item_accordion_minus_sp.png);
}
.accordion dt .itemChara .itemCharaIcon {
	width: 14%;
}
.accordion dt .itemChara .itemCharaTtl {
	padding-top: 3.3%;
	padding-right: 14%;
	line-height: 1em;
	font-size: 13px;
}
.accordion dt .itemChara .itemCharaTtlChara {
	padding-top: 5%;
}
}
/* accordion ↑-------------------------------------------*/

#item .itemDetailImageWrap {
	position: absolute;
	top: -100px;
	right: 62%;
	text-align: center;
}
#item .itemDetailLabel {
	position: absolute;
	width: 40%;
	top: 6%;
	left: 2%;
	z-index: 4;
}
#item .itemDetailLabel img {
	width: 100%;
}
#item .itemDetailImage {
	position: relative;
	margin-bottom: 25px;
}
#item .itemDetailImage img {
	width: 100%;
}
#item .itemPrice_min {
	box-sizing: border-box;
	color: #ffff00;
	display: block;
	font-weight: bold;
	font-size: 26px;
/*	height: 36px;*/
	margin: -15px auto 0;
	padding-top: 8px;
	text-shadow:
		2px 2px 0.5px #771635, 2px -2px 0.5px #771635, -2px 2px 0.5px #771635, -2px -2px 0.5px #771635, 2px 0px 0.5px #771635, -2px 0px 0.5px #771635, 0px -2px 0.5px #771635, 0 2px 0.5px #771635,
		1px 1px 0.5px #771635, 1px -1px 0.5px #771635, -1px 1px 0.5px #771635, -1px -1px 0.5px #771635, 1px 0px 0.5px #771635, -1px 0px 0.5px #771635, 0px -1px 0.5px #771635, 0 1px 0.5px #771635;
	width:96%;
}
#item .itemDetailPrice {
	background-color: #ffffff;
	border-radius: 30px;
	display: inline-block;
	margin: 10px auto 0;
	padding: 5px 20px;
	position: relative;
	text-align: center;
}
#item .itemDetailPrice .num {
	color: #ff0000;
	font-weight: bold;
	font-size: 26px;
}
#item .itemDetailPrice .yen {
	display: inline-block;
	margin: 0 0 3px 2px;
	color: #2e2e2e;
	font-size: 18px;
	font-weight: bold;
}
/* --------------------------------------------*/
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:  #d67eb9;
}
div#item2Wrap {
	background: url(../img/bg_item_frame2.png) repeat left bottom;
}
div#item2Wrap .itemName {
	background: #fbcbcb;
}
div#item3Wrap {
	background: url(../img/bg_item_frame3.png) repeat left bottom;
}
div#item3Wrap .itemName {
	background: #83b5e1;
}
div#item4Wrap {
	background: url(../img/bg_item_frame4.png) repeat left bottom;
}
div#item4Wrap .itemName {
	background: #f5ce65;
}
div#item5Wrap {
	background: url(../img/bg_item_frame5.png) repeat left bottom;
}
div#item5Wrap .itemName {
	background: #f69c94;
}


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

/* 767 ----------------------------------------------------*/
@media only screen and (max-width: 767px) {

	#item .itemDetailLabel {
		width: 32.9%;
		top: 20.5%;
		left: 15.5%;
	}
	#item .itemDetailImage {
		width: 60%;
		margin: 0 auto;
	}
	#item .itemCharacteristics {
		width: 93.9%;
		margin: 0 auto;
	}


	#item .itemPrice_min {
		margin: 0 auto;
	}
	#item .itemDetailPrice .num {
		font-size: 24px;
	}
	#item .itemDetailPrice .yen {
		font-size: 16px;
	}
	div#item1Wrap, div#item2Wrap, div#item3Wrap {
		padding-bottom: 100px;
	}
	#item .itemDetailImageWrap {
		position: relative;
		top: 15px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	div#item4Wrap,
	div#item3Wrap,
	div#item2Wrap,
	div#item1Wrap {
		padding-bottom: 50px;
	}
	#item .itemDetailWrap {
		min-height: initial;
	}
}

/* 特徴非表示時に修正した↓ --------*/
@media only screen and (min-width: 768px) {
div#item1Wrap {
	padding-bottom: 0;
}
div#item2Wrap {
	padding-bottom: 0;
}
div#item3Wrap {
	padding-bottom: 0;
}
div#item4Wrap {
	padding-bottom: 0;
}
}
/* 特徴非表示時に修正した↑ --------*/


/* lightbox */

div.lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.lightbox:target {
  display: table;
}

div.lightbox figure {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

div.lightbox figure figcaption {
  display: block;
  margin: auto;
  padding: 8px;
  background-color: #ddbbff;
  height: 250px;
  position: relative;
  overflow: auto;
  border: 1px #000000 solid;
  border-radius: 10px;
  text-align: justify;
  font-size: 14px;
}

div.lightbox figure .closemsg {
  display: block;
  margin: auto;
  height: 0;
  overflow: visible;
  text-align: right;
  z-index: 5001;
  cursor: default;
}

div.lightbox figure .closemsg, div.lightbox figure figcaption {
  width: 400px;
}

.closemsg::after {
  content: "\00D7";
  display: inline-block;
  position: relative;
  right: -20px;
  top: -10px;
  z-index: 5002;
  color: #ffffff;
  border: 1px #ffffff solid;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  background-color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.closemsg::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.85;
}
</pre></body></html>