@charset "utf-8";
/* CSS Document */
ul{list-style: none;}

/*リセット*/
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{margin:0; padding:0;}
*{box-sizing: border-box;} 
img{max-width:100% ;}





/*共通
---------------------------------*/
.lgy-bg{
	/* background:var(--bg-lgy); */
	/* background:#c1002d; */
    background:#F4EAE8;
	padding:15px 0;
}

.lp-container{
	width:96%;
	margin:0 auto;
	max-width:1000px;
	background:#fff;
	box-shadow: 0 0 4px 3px rgb(207, 207, 207,0.2);
	padding:40px 4% 20px;
	position: relative;
}

.lp-c-ttl{
	letter-spacing: 1px;
	border-bottom:1px solid var(--bk);
	font-size:18px;
	padding-bottom:8px;
}

.des{
	font-size:13px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.lp-nav {
	width:96%;
	max-width:800px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.lp-nav li{
	width:calc((100% - 16px) / 3);
	border:1px solid var(--bk);
	text-align: center;
	margin-right:8px;
	font-size:12px;
}

.lp-nav li a{
	display: block;
	padding: 8px 8px 0;
}

.lp-nav li:last-child{
	margin-right:0;
}

.lp-nav .material-symbols-outlined{
	display: block;
}

.lp-morelink{
	max-width:320px;
	margin:40px auto 0;
	text-align: center;
	border:1px solid var(--bk);
}

.lp-morelink a{
	display: block;
	padding:8px 0;
	transition: .2s;
	letter-spacing: 1px;
}

.lp-morelink a:hover{
	background:var(--bk);
	color:#fff;
}

.lp-cart-link{
	background:#D66BA1;
	border-radius: 4px;
	font-size:13px;
	color:#fff;
	text-align: center;
	padding:4px 0;
	max-width:320px;
	margin:20px auto 0;
}

.lp-cart-link a{
	display: block;
	padding:8px 0;
	color:#fff;
}

@media screen and (min-width: 768px) {/************ for PC**************/
.lp-container{
	padding:80px 4% 40px;
	position: relative;
	}

.br-sp{
	display: none;
}

.lp-nav li{
	width:33%;
}

}


/*
メインビジュアル・ナビ -------------------*/
.kv-block{
	padding:40px 0 80px;
    background:#F4EAE8;
}

.kv-image{
    max-width:1300px;
    margin:0 auto;
}

.ttl-wrapper{
	padding:40px 0;
	color: #ffffff;
}

.lp-ttl{
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	margin:0 auto 20px;
}

.thankyou-img {
	max-width: 300px;
	margin: auto;
}

.lp-ttl.wrapping{
    margin-top: 30px;
	color:#D66BA1;
	margin: 10px 0;
}

.pink-tittle {
	color:#D66BA1;
	font-size: 16px!important;
}

.bathpetle-tex {
margin: auto;
padding-bottom: 40px;
}

.pink-tittle span {
	font-size: 20px;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 10px;
}

.pink-tittle-bottom-line {
	border-bottom: 1px solid #D66BA1;
	margin: 10px 0 20px 0;
}

.des.copy{
	width:92%;
	line-height: 2;
	margin:0 auto;
	text-align: center;
    color:#D66BA1
}

.haisou-tex {
    display: block;
    margin-top: 50px;
border-top: #D66BA1 double 2px;
border-bottom: #D66BA1 double 2px;
max-width: 500px;
padding: 20px 0;
}



.lp-nav.wapping li{
	border:1px solid #F4EAE8;
	font-weight: bold;
}

.lp-nav.wapping li a{
	color:#333333;
	font-weight: bold;
}

@media screen and (min-width: 768px) {/************ for PC************************/

	.kv-block{
		padding:90px 0 60px;
	}
	.lp-ttl{
		font-size:22px;
	}

	.lp-nav.wapping li a{
	font-size: 15px;
    padding: 10px 8px 0;
	}

}

/*
ラッピングについて -------------------*/

.wrapping-type{
	margin-bottom:80px;
}

.wrapping-ttl{
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin:40px 0 4px;
}

.lp-c-ttl.wrapping{
	color:#D66BA1;
	border-bottom:1px solid #D66BA1;
}

.wrapping-ttl h3{
	font-size:16px;
	font-weight: bold;
	letter-spacing: 2px;
}

.wrapping-ttl h3 span{
	display: inline-block;
	margin-left:4px;
	font-size:13px;
	letter-spacing: 1px;
	color:var(--gy2);
}

.wrapping-ttl .price{
	font-size:16px;
}

.wrapping-ttl .price span{
	font-size:11px !important;
	display: inline-block;
	margin-left:4px;
	letter-spacing: 1px;
}

.des.mg{
	margin:10px 0 40px;
}

.wrapping-2col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrapping-3col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrapping-2col-tex-top{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.wrapping-2col li{
	width:48%;
	margin-bottom: 40px;
}

.wrapping-2col h4{
	padding:2px;
	line-height: normal;
	min-height: 110px;
}

.wrapping-2col p{
	font-size:12px;
}

.des.atten-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.des.atten-box dt{
	width:1em;
}

.des.atten-box dd{
	width:calc(100% - 1.5em);
	margin-bottom:8px;
}

/*
ご利用方法について -------------------*/

.step-list{
	margin:20px 0 30px 0;;
}

.step-list li{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}

.step-list .img{
	width:100px;
}

.step-list .des.wrapping{
width:calc(100% - 116px);
font-weight: bold;
}

.step-list .des.wrapping span{
	display: block;
	font-size:10px;
    font-weight: normal;
	line-height: 1.3!important;
	margin-top:4px;
}

.select-wrapping{
	display: flex;
}

.select-wrapping li{
	width:48%;
	margin-right:4%;
}

.select-wrapping li:nth-child(even){
margin-right:0;
}

.select-wrapping .des.wrapping{
	font-weight:bold;
	margin:4px 0 8px;
}

.select-wrapping-ttl{
	background:var(--lgy);
	padding:8px;
	font-size:13px;
	margin-bottom:16px;
}

.lp-cart-link.select{
	padding:8px 0;
}

.check-line-img {
position: absolute;
    top: 0;
    right: 0;
    max-width: 800px;
    max-height: 30px;
	margin-top: -2px;
}

.check-line-img-bottom {
	position: absolute;
    bottom: 0;
	margin-bottom: -10px;
    right: 0;
    max-width: 800px;
    max-height: 30px;
}

.check-line-bottom-ttl {
margin-top: 30px;
}

.mobile-flex-deco {
	display: flex;
flex-direction: column-reverse;
}

.category-sabtitle {
text-align: center;
font-size: 20px;
margin: auto;
color: #D66BA1;
font-weight: 600;
font-style: normal;
}

@media screen and (min-width: 768px) {/************ for PC************************/

	.step-list{
		display: flex;
		justify-content: space-between;
	}

	.step-list li{
		display: block;
		width:calc(98%/ 3);

	}

	.step-list .img{
		width:85%;
		margin:0 auto;
		
	}
	
	.step-list .des.wrapping{
	width:100%;
	padding:0 16px;
	}

	.step-list .des.wrapping span{
		font-size:10px;
		line-height: 1.3!important;
	}

	.select-wrapping-ttl{
		font-size:14px;
		padding:10px;
	}


.wrapping-2col h4{
	padding:2px;
	line-height: normal;
	min-height: 70px;
}

.top-section-flower-img-tex-inner {
display: flex;
}

.top-section-flower-img-tex-inner li{
	width: 48%;
	padding: 20px;
	margin: auto;
	}

.wrapping-3col li{
	width:30%;
	margin-bottom: 40px;
}

.mobile-flex-deco {
flex-direction:row;
}



}