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

.space {
margin-bottom:20px;
}

.detail {
	padding:3%;
}
h1.top {
	font-size:28px;
	padding:3%;
	text-align:center;
	border-radius:6px;
	background-color:#f8dde9;	
}

h3.heart {
	background-color:#330000;
	color:#ecc5d7;
	padding-left:3%;
	padding:1%;
	margin-bottom:3%;
}
.pr3 {
	padding-right:3%;
}
.choko {
	background-color:#ecc5d7;
	color:#330000;
	padding:1%;
	margin-bottom:3%;
}
.pack li {
	list-style:none;
}
.pack {
	background:#ecc5d7;
	padding:2%;
}

/*buttonここから*/
.button {
	display: inline-block;
	width: 660px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size:28px;
}
.button:hover {
	background-color: #ecc5d7;
	border-color: #f02080;
	color: #f02080;
	text-decoration:none;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #330000;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #ecc5d7;
}
/*buttonここまで*/

@media (max-width: 768px){

.detail p {
	font-size:0.8em;
}
h1.top {
	font-size:20px;
	padding:2%;
}

h2.choko {
	font-size:20px;
	
}
h3.heart {
	font-size:20px;
}
.pr3 {
	width:12%;
}


.button {
	display: inline-block;
	width: 100%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
}


.button {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size:18px;
}



}