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

/**/
.textBox p{
	line-height: 2.0em;
}

/*----------納品形態----------*/
.wrappingCont{
	margin-bottom: 40px;
}
.wrappingCont .hSquare{
	display: block;
	width: fit-content;
	margin-bottom: 15px;
	padding: 5px 10px 5px 30px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #cce7ee;
	position: relative;
}
.wrappingCont .hSquare:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #78c1d1;
	position: absolute;
	left: 5px;
	bottom: 10px;
}

.wrappingCont .hUnderLine{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.wrappingCont .hUnderLine:after{
	content: "";
	display: block;
	background: #78c1d1;
	width: 40%;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

/**/
.wrappingMatome{
	margin: 30px 0 50px;
}
.wrappingMatome ul{
	display: flex;
	justify-content: space-around;
	gap: 30px;
	margin-bottom: 15px;
}
.wrappingMatome ul li{
	width: 390px;
}

/**/
.wrappingBag {
	margin-bottom: 60px;
}
.wrappingBag section{
	margin-bottom: 40px;
}
.wrappingBag section .ppImg{
	min-height: 260px;
	background-image: url(../../../_images/detail/wrapping/pp_sample.webp);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 20px 40px;
	padding-left: 430px;
}

/**/
.wrappingBag section .ppOption{
	margin-bottom: 30px;
}
.wrappingBag section .ppOption .optionType{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 15px 0;
}

.wrappingBag section .ppOption ul.optionType > li,
.wrappingBag section .ppOption div.optionType > dl{
	width: 200px;
}
.wrappingBag section .ppOption div.optionType > dl dt{
	margin-bottom: 10px;
}
.wrappingBag section .ppOption div.optionType > dl dd p{
	font-size: 12px;
}


/**/
.wrappingBag section .ppNoshiImg{
	min-height: 260px;
	background-image: url(../../../_images/detail/wrapping/ppnoshi_sample.webp);
	background-repeat: no-repeat;
	margin: 0 20px 40px;
	padding-left: 430px;
}

/**/
.wrappingBag section .ppNoshiNaireImg{
	min-height: 260px;
	background-image: url(../../../_images/detail/wrapping/naire_sample.webp);
	background-repeat: no-repeat;
	margin: 0 20px 40px;
	padding-left: 430px;
}
/**/
.wrappingBox .boxImg{
	min-height: 260px;
	background-image: url(../../../_images/detail/wrapping/box_sample.webp);
	background-repeat: no-repeat;
	margin: 0 20px 15px;
	padding-left: 430px;
}

@media screen and (max-width: 768px) {
	.wrappingCont .hSquare{
		font-size: 18px;
	}
	.wrappingCont .hSquare:before{
		left: 5px;
	}
	
	.wrappingCont .hUnderLine{
		width: 95%;
		margin-bottom: 15px;
		text-align: center;
	}
	.wrappingCont .hUnderLine h5{
		font-size: 18px;
		position: relative;
	}
	.wrappingCont .hUnderLine h5:after{
		width: 70%;
	}
	
	/**/
	.wrappingMatome{
		width: 95%;
		margin: 30px auto 50px;
	}
	.wrappingMatome ul{
		gap: 20px;
	}
	.wrappingMatome ul li{
		width: calc((100% - 20px) / 2);
	}
	
	/**/
	.wrappingBag > section{
		width: 95%;
		margin: 0 auto 60px;
	}
	.wrappingBag section .ppImg,
	.wrappingBag section .ppNoshiImg,
	.wrappingBag section .ppNoshiNaireImg,
	.wrappingBox .boxImg{
		min-height: 170px;
		background-size: 250px auto;
		margin: 0 auto 15px;
		padding-left: 270px;
	}
	.wrappingBox .boxImg{
		width: 95%;
	}

	/**/
	.wrappingBag section .ppOption{
		margin: 30px auto;
	}
	.wrappingBag section .ppOption .optionType{
		gap: 15px;
	}
	.wrappingBag section .ppOption ul.optionType > li,
	.wrappingBag section .ppOption div.optionType > dl{
		width: calc((100% - 45px) / 4);
	}
	.wrappingBag section .ppOption ul li img,
	.wrappingBag section .ppOption dl dt img{
		max-width: 200px;
	}
	.wrappingBag section .ppOption dl dd{
		text-align: left;
	}
	
	/*生地について*/
	.wrappingCont dl{
		width: 95%;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 480px) {
	.wrappingCont .hSquare{
		padding-left: 25px;
		font-size: 16px;
	}
	.wrappingCont .hSquare:before{
		width: 11px;
		height: 11px;
	}
	
	.wrappingCont .hUnderLine h5{
		font-size: 16px;
		position: relative;
	}
	.wrappingCont .hUnderLine h5:after{
		width: 70%;
	}
	
	/**/
	.wrappingMatome{
		width: 95%;
		margin: 30px auto 50px;
	}
	.wrappingMatome ul{
		flex-wrap: wrap;
		gap: 15px;
	}
	.wrappingMatome ul li{
		width: 100%;
	}
	
	/**/
	.wrappingBag section .ppImg,
	.wrappingBag section .ppNoshiImg,
	.wrappingBag section .ppNoshiNaireImg,
	.wrappingBox .boxImg{
		background-size: 250px auto;
		background-position: top center;
		padding: 180px 0 0;
	}
	.wrappingBox .boxImg{
		width: 95%;
	}

	/**/
	.wrappingBag section .ppOption{
		margin: 30px auto;
	}
	.wrappingBag section .ppOption .optionType{
		flex-wrap: wrap;
		gap: 15px;
	}
	.wrappingBag section .ppOption ul.optionType > li,
	.wrappingBag section .ppOption div.optionType > dl{
		width: calc((100% - 15px) / 2);
	}
}

/*----お急ぎの方は----*/
.hurryContact{
	margin: 50px 0;
}
.hurryContact .linkBox{
	width: 650px;
	margin: 0 auto 20px;
	text-align: center;
}
.hurryContact .linkBox p{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.hurryContact .linkBox p span{
	padding: 0 10px;
	position: relative;
}
.hurryContact .linkBox p span:before,
.hurryContact .linkBox p span:after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #111;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hurryContact .linkBox p span:before{
	left: 0;
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
}
.hurryContact .linkBox p span:after{
	right: 0;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
}

.hurryContact .linkBox .contentsLink{
	width: 100%;
}
.hurryContact .linkBox .contentsLink a{
	padding: 30px 0 30px 50px;
	font-size: 28px;
}
.hurryContact .linkBox .contentsLink span{
	position: relative;
}
.contentsLink span:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.hurryContact .linkBox .contentsLink span:before{
	content: "簡単無料";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #ff0b0b;
	padding: 14px 10px;
	font-size: 26px;
	line-height: 1.0em;
	box-sizing: border-box;
	position: absolute;
	left: -90px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	/*----お急ぎの方は----*/
	.hurryContact{
		margin: 70px 0;
	}
	.hurryContact .linkBox{
		width: auto;
	}
	
	.hurryContact .linkBox .contentsLink{
		width: 90%;
	}
	.hurryContact .linkBox .contentsLink a{
		padding: 10px 0 10px 50px;
	}
	.hurryContact .linkBox .contentsLink span{
		width: 70%;
		position: relative;
	}
}



