@charset "UTF-8";



.gray_bg{
	background-color: #efeff0;
}

.yellow_bg{
	background-color: #fff349;
}

.contents{
	text-align: center;
	background-image: url(/img/index/top_bg.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.area1{
	text-align: right;
}

img[src*="/index/4."]{ margin: 150px 0 0; }
img[src*="/index/5_1."]{ margin: 150px 0 0; }
img[src*="/index/5_2."]{ margin: 150px 0 0; }
img[src*="/index/6_2."]{ margin: 150px 0 0; }
img[src*="/index/6_3."]{ margin: 150px 0 0; }
img[src*="/index/6_4."]{ margin: 60px 0 0; }
img[src*="/index/6_5."]{ margin: 30px 0 0; }
img[src*="/index/7."]{ margin: 150px 0 0; }

#instagram{
	margin: 50px 0 0;
}

#company{
	padding: 150px 0 0;
}

#contact{
	text-align: left;
	line-height: 1.9;
	padding: 90px 0;

}
#contact .page_width{
	width: 800px;
}
#contact h3{
	font-weight: bold;
	margin: 50px 0 0;
}
#contact p{
	margin: 15px 0 70px;
}

dl{
	width: 70%;
}
dt{
	/*font-weight: bold;*/
}
dd{
	margin: 0 0 25px;
}

select {
	font-size: 14px;
	line-height: 2;
	color: #32373c;
	border: 0;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 20px 24px;
	width: 100%;
	-webkit-appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
textarea{
	box-sizing: border-box;
	border: 0;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 20px 24px;
	width: 100% !important;
}
textarea{
	min-height: 300px;
}

input[type="button"],
input[type="submit"]{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0;
	outline: 0;
	color: #fff;
	background-color: #000;
	padding: 20px 0;
	width: 100%;
	transition: opacity 0.1s linear;
}
input[type="button"]:hover,
input[type="submit"]:hover{
	opacity: 0.7;
}

input.edit,
input[type="submit"]{
	display: none;
	margin: 0 0 20px;
}

.confirm select,
.confirm input[type="text"],
.confirm input[type="email"],
.confirm textarea{
	pointer-events: none;
	border: 1px solid #000;
	background-color: transparent;
}
.confirm input.confirm{
	display: none;
}
.confirm input.edit,
.confirm input.submit{
	display: block;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
	box-shadow: 0;
	padding: 20px 24px;
}


.contents.thanks {
	text-align: center;
	background-image: none;
}

.thanks h2{
	margin: 150px 0 50px;
}
.thanks p{
	margin: 0 0 150px;
}








