@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 2% auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.wrapper img{
	display: block;
	line-height: 0;
}
.lead{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 600;
	margin: 8% auto;
}
.box{
	margin: 0 auto 20%;
}
.item{
	margin-bottom: 10%;
}
.itemBox{
	margin: 2% auto;
}
.itemBox__ttl{
	display: flex;
	column-gap: 10px;
	justify-content: center;
	align-items:flex-end;
	margin: 2% auto;
}
.itemBox__ttl p{
	font-size: 30px;
	font-weight: bold;
	line-height: 0.9;
	text-align: center;
	margin: 0;
}
.itemBox__ttl p:first-child{
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, "serif";
}
.itemBox__ttl span{
	font-size: 13px;
	font-family: "Times New Roman", Times, "serif";
}
.price{
	text-align: center;
	margin: 2% auto;
	font-size: 20px;
}
.line{
	font-size: 14px;
	color: #000;
	text-decoration: line-through;
}
.red{
	color: red;
}
.tax{
	font-size: 13px;
}
.itemBox a{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 40%;
	margin: 5% auto;
	border: solid 1px #000;
	color: #000;
	font-size: 15px;
}
.itemBox__lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	font-weight: 500;
	margin: 3% auto;
}
.item img{
	width: 90%;
	margin: 0 auto;
}
.style{
	display: block;
	display: flex;
	column-gap: 10px;
	justify-content: center;
}
.style .styleBox{
	width: calc(50% - 10px);
}
.style .styleBox .styleBox__ttl{
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 10px 5px;
	position: relative;
}
.style .styleBox .styleBox__ttl:before, .style .styleBox .styleBox__ttl:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
}
.style .styleBox .styleBox__ttl:before {
	border-left: solid 1px #282828;
	border-top: solid 1px #282828;
	top: 0;
	left: 5px;
}
.style .styleBox .styleBox__ttl:after {
	border-right: solid 1px #282828;
	border-bottom: solid 1px #282828;
	bottom: 0;
	right: 5px;
}
.style .styleBox p{
	text-align: center;
	font-size: 11px;
	line-height: 1.6;
	font-weight: 500;
	margin: 3% auto;
}
.mgb5{
	margin-bottom: 5%;
}
.other{
	text-align: center;
	font-size: 16px;
	background-color: #cccccc;
	padding: 2% 0;
}

@media(min-width:750px){
/*.br_s{
	display: none;
}*/
.lead{
	font-size: 17px;
	line-height: 2;
}
.box{
	margin: 0 auto 15%;
}
.item{
	display: flex;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
	flex-direction:row-reverse;
}
.itemBox{
	margin: 0 auto;
	width: 50%;
}
.itemBox a{
	padding: 1% 0;
}
.itemBox__lead{
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
}
.item img{
	width: 48%;
}
.style{
	column-gap: 30px;
}
.style .styleBox .styleBox__ttl{
	font-size: 22px;
}
.style .styleBox p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.6px;
}
.mgb5{
	margin-bottom: 10%;
}
	.bnr{
		width: 50%;
		margin: 0 auto;
	}
	.br_s{
		display: none;
	}
}
