@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.el_wrap{
	width: 100%;
	background-color: #F6F6EA;
	padding: 10% 0 0;
}

.wrapper{
	background-color: #F6F6EA;
	padding-bottom: 5%;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.top{
	margin-bottom: 5%;
}

.top h1{
	text-align: center;
	line-height: .8;
	font-size: 45px;
	letter-spacing: 1px;
	font-weight: normal;
}

.top h1 span{
	font-size: 18px;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 0 auto 10%;
}

.item{
	margin: 5% auto;
}

.box{
	width: 90%;
	margin: 0 auto 20%;
}

.box h1{
	margin: 1% auto 2%;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 600;
}

.box h1 span{
	background-color: #EFD8C1;
}

.box h2{
	margin: 1% auto;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 2px;
}

.name{
	margin: 5% 0;
	padding-bottom: 3%;
	border-bottom: solid 1px #ccc;
}

.name p{
	margin: 2% 0;
	font-size: 17px;
	line-height: 1.6;
}

.name p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.thm{
	margin: 5% 0;
}

.thm p{
	margin: 2% 0;
	font-size: 17px;
	line-height: 1.6;
}

.buy{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	display: block;
	width: 90%;
	margin: 10% auto;
	text-align: center;
	background-color: #8C756A;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
.el_wrap{
	padding: 5% 0 0;
}
	
.top{
	margin-bottom: 5%;
}

.top h1{
	text-align: center;
	line-height: .8;
	font-size: 65px;
	letter-spacing: 1px;
	font-weight: normal;
}

.top h1 span{
	font-size: 22px;
}

.lead{
	margin: 0 auto 5%;
}


.item{
	margin: 5% auto;
	display: flex;
	column-gap: 15px;
}

.box{
	margin: 0 auto;
}
	
.box h1{
	margin: 1% auto 3%;
	line-height: 1.8;
	font-size: 15px;
	font-weight: 600;
}

.box h1 span{
	background-color: #EFD8C1;
}

.box h2{
	margin: 1% auto;
	font-size: 30px;
}
	
.name p{
	font-size: 13px;
}

.name p:after{
	font-size: 8px;
}

.thm p{
	font-size: 11px;
}
	
.buy{
	margin: 4% 0;
	line-height: 2.0;
	width: 100%;
}
.all{
	width: 40%;
}
}









