
/* --------------------------　メインスライダー　-------------------------- */

#contact-content .page_main {
	background: url("../../images/contact/page_main.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 40%;
	font-size: 1.6rem;
}
.input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 80%;
	font-size: 1.6rem;
}

.hissu {
	background: #e60012;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top:20px;
}
select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: 1.5rem;
	height: 40px;
	width: 20%
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 80%;
	height: 200px;
	font-size: 1.5rem;
}

.cation {
	font-size: 1.2rem;
	margin-top: 10px;
}


input[type="submit"] {
	width: 20%;
    font-size: 15px;
    color: #fff;
	display: inline-block;
    padding: 15px 0px;
    text-align: center;
	background-color: #947c46;
    border: 1px solid #947c46;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	 -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
}

/*--hover--*/
input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: background-color 0.5s;
	 -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
}


@media screen and (max-width: 768px) {
	
	
#contact-content .page_main {
	background: url("../../images/contact/page_main_sp.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}
	

.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 90%;
	font-size: 1.5rem;
}
.input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 90%;
	font-size: 1.5rem;
}
.dt_space {
	margin-top: 0px;
}
.hissu {
	background: #e60012;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top:10px;
}
select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: 1.4rem;
	height: 40px;
	width: 90%;
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 90%;
	height: 200px;
	font-size: 1.5rem;
}

.btn_grn02 {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	background: #6eb92b;
	padding: 15px 20px;
	width: 70%;
	margin: 40px auto 40px auto;
	position: relative;
	overflow: hidden;
}
.btn_grn02:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.btn_grn02:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ccc;
  transition: all 0.3s ease;
}
.btn_grn02:hover {
  color: #fff;
  background: #ea510f;
}
.btn_grn02:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.btn_grn02:hover:after {
  left: 0;
  width: 100%;
}

.cation {
	font-size: 1.2rem;
	margin-top: 5px;
	line-height: 1.5;
}

}



