@charset "UTF-8";
/* CSS Document */
.ssgift_intro{
	margin: 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}
.ssgift_intro span{
	font-size: 12px;
    line-height: 2.7;
    border-bottom: 1px solid;
}
.ssgift_midashi h3{
	border-bottom: 1px solid #CCCCCC;
    padding: 0 15px 10px 0;
    text-align: left;
    margin: 40px 0 30px;
}
.ssgift_midashi h3 span{
	border-left: 4px solid #B4914F;
    padding: 0 0 5px 15px;
    color: #333;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    display: inline-block;
}
.ssgift_explanation{
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.8;
}
.ssgift_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ssgift_inner{
	width: 175px;
    margin: 0 20px 40px;
}
.ssgift_img{
	margin-bottom: 10px;
}
.ssgift_name{
	height: 65px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53;
}
.ssgift_price{
	color: #B4914F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}
.ssgift_price span{
	font-size: 13px;
}

.gift_coupon{
	margin: 30px auto;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    background: #f8f5ec;
    width: 95%;
}
.gift_coupon .coupon_code{
	width: 30%;
    margin: 10px auto 0;
    font-size: 20px;
	letter-spacing: 0.08em;
    font-weight: bold;
    color: #b4904f;
    padding: 10px;
    border: 1px solid #b4904f;
}
.coupon_ex{
	padding: 10px 0 0;
    font-size: 12px;
    width: 70%;
    margin: 20px auto 0;
}
.coupon_ex dd{
	display: inline-block;
    text-align: left;
}
.coupon_ttl{
	font-size: 20px;
	letter-spacing: 0.07em;
	padding-bottom: 10px;
}
.caption{
	font-size: 12px;
	margin: 10px auto;
}
.noshi_wrap{
	width: 95%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
}
.noshi_wrap div{
	width: 45%;
    margin-right: 30px;
}
.noshi_wrap p{
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin: 20px 0;
}
.noshi_wrap p span{
	font-size: 12px;
    line-height: 1.6;
    display: inline-block;
}



/*	-------------------------------------SP*/
@media screen and (max-width:750px){
	.ssgift_wrap{
		padding: 0 1.33vw;
		justify-content: space-between;
	}
	.ssgift_inner{
		max-width: 44vw;
        margin: 0 5px 4.7vw;
	}
	.ssgift_name{
		font-size: 12px;
		height: 60px;
	}
	.ssgift_price{
		font-size: 12px;
	}
	.ssgift_price span{
		font-size: 9.972px;
	}
	.gift_coupon{
		width: 90%;
	}
	.noshi_wrap{
		width: 90%;
		display: block;
   		margin: 40px auto;
	}
	.noshi_wrap div{
		width: 100%;
		margin: 0 auto;
	}
	.noshi_wrap p{
		text-align: center;
		margin: 10px 0 0;
	}
	.noshi_wrap p span{
		text-align: left;
	}
	.coupon_ex{
		width: 90%;
	}
}