@media screen and (max-width:768px) {
	#template01 .leaf_top {
		left: -200px;
		top: -110px;
	}
	#template01 .leaf_bottom{
		right: -200px;
		bottom: -100px;
	}
}
@media screen and (max-width:560px) {
	#main .header {
		width:100%;
		padding-top:30px;
	}


	#main .h { font-size:18px; }

	.c-header .info {
		text-align:left;
	}

	.c-header .img {
		width:90%;
	}
	.form table {
		width:100%;
	}
	.form table .l { width:49%; }
	.form table .m { width:2%; }
	.form table .r { width:49%; }

	.sp-none { display:none; }
}

@media screen and (max-width:560px) {
	#template5a .invitation_text1 { font-size: 13px; }
	#template5a .invitation_text2 { font-size: 13px; }
	#template5a .gift_text { font-size: 13px; }
	#template5a .gift_text2 { font-size: 13px; }

	#template5b .invitation_text1 { font-size: 13px; }
	#template5b .invitation_text2 { font-size: 13px; }
	#template5b .gift_text { font-size: 13px; }
	#template5b .gift_text2 { font-size: 13px; }

	.gift_inner{
		padding-bottom: calc(40px + constant(safe-area-inset-bottom)) !important;
		padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
	}
}