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


/* news
=========================================== */

#contact {
	width: 100%;
	padding-top:150px;
	padding-bottom:200px;
	background:url(../img/contact/contact_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	letter-spacing: 1px;
	position: relative;
}
.contact_ttl {
	text-align: center;
	background: url(.././img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	margin:0 0 25px 0; 
}
.contact_ttl img {
	width: 268px;
}
.contact_notes a { color: #A00002}
.contact_notes {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 55px;
}
.contact_notes span {
	font-size: 14px;
	line-height: 26px;
	display: block;
}
.contact_notes img {
	max-width: 720px;
}
.contact_notes strong {
	color: #b10102;
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding-top: 5px;
}
.LINE img {
	width: 90%; 
	max-width:720px;
}
.contact_form {
	max-width: 480px;
	margin: auto;
	color: #000;
	font-size: 14px;
}
.contact_form_parts {
	margin-bottom: 30px;
}
.contact_form_parts li + li {
	margin-top: 40px;
}
.contact_form_parts .name {
	padding-bottom: 20px;
}
.contact_form_parts .name span {
	color: #b10102;
	padding-left: 0.5em;
}
.contact_form_parts .parts {
	position: relative;
}
.contact_form_parts .notes  {
	position: absolute;
	left: 102%;
	bottom: 0px;
	white-space: nowrap;
}
.contact_form_parts input  {
	background: rgba(255,255,255,0.1);
	border:1px solid #525966; 
	color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_form_parts input[type="text"] {
	width: 100%;
	padding: 10px;
	border-radius: 0;
}
.contact_form_parts input[type="email"] {
	width: 100%;
	padding: 10px;
	border-radius: 0;
}
.contact_form_parts textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,0.1);
	border:1px solid #525966; 
	color: #000;
	border-radius: 0;
}
.contact_form_parts input#age {
	width: 100px;
	margin-right: 10px;
}
.radio input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}
.radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.radio input[type=radio] {
  display: none;
  margin: 0;
}
.radio input[type=radio] + label {
	padding: 0 0 0 24px;
}
.radio input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: rgba(255,255,255,0.1);
}
.radio input[type=radio] + label::before {
	border:1px solid #525966; 
	border-radius: 30px;
}
.radio input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.radio input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #000;
	border-radius: 8px;
}
.contact_form_privacy {
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 80px;
	font-size: 14px;
}
.contact_form_privacy a {
	color: #000;
	text-decoration: underline;
}
.contact_form_privacy a:hover {
	opacity: 0.7;
}
.contact_form_btn {
	overflow: hidden;
	width: 100%;
}
.contact_form_btn button {
	padding: 0;
	border:none; 
	background-color: transparent;
	appearance: none;
	cursor: pointer;
	float: left;
}
.contact_form_btn button + button {
	float: right;
}
.contact_form_btn button:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
	#contact {
		background:none;
	}
	#contact:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/contact/contact_bg.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.contact_form_parts .notes {
		position: static;
		padding-top: 10px;
	}
}
@media screen and (max-width: 640px){
	#contact {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.sec_in{
		padding-right: 15px;
		padding-left: 15px;
	}
	.contact_ttl {
		margin-bottom: 20px;
	}
	.contact_ttl img {
		width: 134px;
	}
	.contact_notes {
		font-size: 10px;
		line-height: 17px;
		margin-bottom: 25px;
		text-align: center;
	}
	.contact_notes span {
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 8px;
	}
	.contact_notes strong {
		font-size: 10px;
		line-height: 26px;
		padding-top: 5px;
		text-align: center;
	}	
	.contact_form {
		font-size: 12px;
	}
	.contact_form_parts .name {
		padding-bottom: 10px;
	}	
	.contact_form_parts li + li {
		margin-top: 25px;
	}	
	.contact_form_parts input[type="text"] {
		padding: 5px;
		font-size: 12px;
	}
	.contact_form_parts input[type="email"] {
		padding: 5px;
		font-size: 12px;
	}
	.contact_form_parts textarea {
		height: 100px;
		font-size: 12px;
	}	
	.contact_form_parts .notes  {
		font-size: 0.8em;
	}
	.contact_form_privacy {
		font-size: 10px;
		text-align: left;
		margin-bottom: 35px;
	}
	.contact_form_btn button {
		width: 48%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #c00;
	}	
	.contact_form_btn button img{
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #c00;
	}	
	.LINE img {
		width: 100%; 
	}
}
