@charset "utf-8";
/* CSS Document */
.main-wrap{
	position: relative;
}
.main-wrap > .flower_item1{
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 2;
}
.main-wrap .contents{
	position: relative;
	z-index: 3;
}

.contact-form_a .form-box .box-wrap .box h3 {
}
.contact-form_a .send .send-bt {
    width: 260px;
    position: relative;
    padding: 20px 30px;
    border-radius: 0;
    background-color: #C1A854;
	border: none;
}
.contact-form_a .send .send-bt:hover {
    background-color: #C1A854;
}

.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea{
	border: none;
}
.privacypolicy{
	z-index: 999999999;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.morebox{
		gap: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}



