.contact-wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.contact-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 60px auto;
}
.contact-title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}
.contact-subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.contact-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 30px auto;
}
.contact-title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
}
.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
@media screen and (max-width: 767px) {
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
}
.pankuzu{
	font-size:1.2rem;
}
.contact-belt_wrap{
	position:relative;
	height:100px;
}
.contact-belt_title{
	color: #ffffff;
	font-size: 2.4rem;
	padding-top: calc((100px - 5.6rem) / 2);
	height: 5.6rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2.8rem;
	z-index: 1;
	position: relative;
	word-break:keep-all;
}
.contact-belt_medal{
	position:absolute;
	height:100px;
	left:0;
	height:115px;
	bottom:-15px;
}
.contact-belt_img{
	position:absolute;
	height:100px;
	right:0;
	bottom:0;
}
@media screen and (max-width: 767px) {
.contact-belt_wrap{
	height:150px;
}
.contact-belt_title{
	font-size: 1.8rem;
	padding-top: calc((100px - 4.4rem) / 2);
	height: 4.4rem;
	line-height: 2.2rem;
}
.contact-belt_medal{
	height:80px;
	bottom:-15px;
}
.contact-belt_img{
	height:auto;
	width:50%;
}
}
.contact-telbtn_wrap{
	background:#BD975E;
	border-radius:1000px;
	width:50%;
	margin:0 auto;
	padding:10px 0px;
}
.contact-telbtn_wrap span{
	font-size:1.8rem;
	font-weight:bold;
	color:#ffffff;
}
.contact-telbtn_wrap p{
	font-size:1.6rem;
	font-weight:bold;
	color:#000000;
}
@media screen and (max-width: 767px) {
.contact-telbtn_wrap{
	width:100%;
}
}
.contact-p_title{
	font-size: 2.8rem;
	font-weight: bold;
	color: #E69030;
	margin: 2.8rem 0px 0px 2.8rem;
}
@media screen and (max-width: 767px) {
.contact-p_title{
	font-size: 1.8rem;
	border-bottom:2px solid #E69030;
	margin:0px 0px 15px 0px;
}
}

.contact_pamphlet label{
	display:block;
	margin: 15px auto;
}
.contact_pamphlet label input{
	display: none;
}
.contact_pamphlet label span {
	color: #000000;
	font-size:1.6rem;
	font-weight:bold;
	border: 1px solid #000000;
	padding:10px 20px;
	background: #ffffff;
	width:100%;
	cursor: pointer;
}

.contact_pamphlet label.on span {
    background: #000000;
    color: #ffffff;
}
.contact_pamphlet label input:checked + span {
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
}
form#mail_form .required input[type="text"],
form#mail_form .required input[type="email"],
form#mail_form .required input[type="tel"] {
	background:#FEFEEC;
}
@media screen and (max-width: 767px) {
header {
	height: auto;
}
.nav-button-wrap {
	top: 0;
}
}
