::selection{
    background: rgba(36,172,68,.35);
    color:#238139;
    }
/* for Firefox */
::-moz-selection{
    background: rgba(36,172,68,.35);
    color:#238139;
    }



.ld{
    background: url(../img/5D3_7709.jpg) center center no-repeat;
	background-size: cover;
    max-width: 100vw;
	height: auto;
	background-attachment: fixed;
	}

.dd{
    background: url(../img/5D3_6025.jpg) center center no-repeat;
	background-size: cover;
    max-width: 100vw;
	height: auto;
	background-attachment: fixed;
	}


.menupage {
	margin: 150px 0;
}
.sheet{
	width:660px;
	background-color: rgba(255,255,255,.85);
	height: auto;
	padding: 60px 80px;
	display: block;
	margin: 50px auto 20px;
}

h2 {
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: .12em;
	color: #12ac61;
	}

.wine {
	color: #12ac61;
	font-size: 16px;
	font-weight: 600;
	}

@media screen and (max-width: 768px) {
.sheet{
	width:90%;
	padding: 10vw 5vw;
	margin: 5% auto 5%;
	}
	
h2{
	font-size: 7.5vw;
	font-weight: 200;
	}
}

/* ------------------------------
　　　　　　表組み
------------------------------ */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table {
	width: 500px;
	font-size: 14px;
	color: #524647;
	font-weight: 300;
	line-height: 1.5em;
	}

table th,
table td {
	padding: 10px 0 10px 10px;
	background-color: rgba(255,255,255,0);
	border-bottom: 1px solid #beb7b8;
}
table th {
	background-color: rgba(255,255,255,0);
	text-align: left;
	width: 84%;
	}

table td {
	padding: 0 10px 0 0;
	text-align: right;
	letter-spacing: .1em;
}

@media screen and (max-width: 600px) {
	table {
	  border-top: rgba(255,255,255,0);
		font-size: 3.6vw;
		width: 100%;
  }
  table td {
    display: block;
	border-bottom: 1px solid #beb7b8;
	  text-align: right;
	  padding: 0 0 1vw;
  }
  table th {
	padding: 2.5vw 0 0;
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
