@charset "utf-8";



@media only screen and (max-width: 480px) {



.contact-head{
	text-align: center;
}

.contact-lead{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 auto 15px; auto;
}

.kaigyou{
	
}


/*======================================

	order-btn 
	
========================================*/




.order-btn{
	width: 100%;
	margin:45px auto 30px auto;
}

.order-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height: 65px;
	font-size:16px;
	color: #ffffff;
	background: #fc864c;
	border: 0px solid #fc864c;
	border-radius: 12px;
	padding:12px ;
	margin: auto;
	font-weight: bold;
	margin-bottom: 21px;
	text-align: center;
	text-decoration: none;
}
.order-btn a:hover{
	opacity: 0.7;
}

.order-btn input{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height: 65px;
	font-size:16px;
	color: #ffffff;
	background: #333;
	border: 0px solid #fc864c;
	border-radius: 21px;
	padding:12px ;
	margin: auto;
	font-weight: bold;
	margin-bottom: 21px;
	text-align: center;
	text-decoration: none;
}
.order-btn input:hover{
	background: #0080cb;
}

label a{
	color:#333;
}
label a:hover{
	color:#0080cb;
}

/*======================================

	custoemr 
	
========================================*/


.customer{
	width: 100%;
	border-collapse: collapse;
	border-top: 0px dotted #ccc;
	margin: 45px 0 30px 0;
}

.customer th{
	display: block;
	width: 100%;
	padding: 18px 18px 0px 18px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 0px dotted #ccc;
	vertical-align: top;
	color:#aaa;
}

.customer td{
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 15px;
	border-bottom: 0px dotted #ccc;
}

.customer input[type="text"],.customer input[type="email"]{
	width: 100%;
	font-size:16px;
	padding: 8px;
}

.customer input#zip1{
	width: 60px;
}

.customer input#zip2{
	width: 90px;
}


.customer textarea{
	width: 100%;
	height: 200px;
}



.radio_area ul{
    list-style-type:none;
    padding: 0;
}
 
 
.radio_area ul li{
    border:solid 1px #ccc;
    margin: 0 0 12px 0;
    border-radius: 4px;
    background-color: #fff;
}
 

 
/* 回り込み解除 */
.radio_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
.radio_area ul li input{
    float:left;
    opacity: 0;
}
 
/* 選択時のラベルの色 */
.radio_area ul li input[type="radio"]:checked + label {
    background-color: #fadcc4;
    padding:8px 15px;
}
 
 
.radio_area ul li label{
    display:block;
    width:100%;
    padding:8px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
 
.radio_area ul li label:hover{
    cursor:pointer;
}


 
 
.notice{
	display: block;
	font-size:13px;
	font-weight: normal;
	color:#888;
	margin-top: 3px;
	
}






}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {


.contact-head{
	text-align: center;
}

.contact-lead{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 auto 15px; auto;
}

.kaigyou{
	display: block;
}


/*======================================

	order-btn 
	
========================================*/




.order-btn{
	width: 100%;
	margin:45px auto 30px auto;
}

.order-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height: 65px;
	font-size:16px;
	color: #ffffff;
	background: #fc864c;
	border: 0px solid #fc864c;
	border-radius: 12px;
	padding:12px ;
	margin: auto;
	font-weight: bold;
	margin-bottom: 21px;
	text-align: center;
	text-decoration: none;
}
.order-btn a:hover{
	opacity: 0.7;
}

.order-btn input{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	height: 65px;
	font-size:16px;
	color: #ffffff;
	background: #333;
	border: 0px solid #fc864c;
	border-radius: 21px;
	padding:12px ;
	margin: auto;
	font-weight: bold;
	margin-bottom: 21px;
	text-align: center;
	text-decoration: none;
}
.order-btn input:hover{
	background: #0080cb;
}

label a{
	color:#333;
}
label a:hover{
	color:#0080cb;
}

/*======================================

	custoemr 
	
========================================*/


.customer{
	width: 100%;
	border-collapse: collapse;
	border-top: 0px dotted #ccc;
	margin: 45px 0 30px 0;
}

.customer th{
	width: 22%;
	padding: 18px 18px 18px 18px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 0px dotted #ccc;
	vertical-align: top;
}

.customer td{
	width: 78%;
	padding: 18px;
	font-size: 15px;
	border-bottom: 0px dotted #ccc;
}

.customer input[type="text"],.customer input[type="email"]{
	width: 100%;
	font-size:16px;
	padding: 8px;
}

.customer input#zip1{
	width: 60px;
}

.customer input#zip2{
	width: 90px;
}


.customer textarea{
	width: 100%;
	height: 200px;
}


.radio_area ul{
    list-style-type:none;
    padding: 0;
    margin: 0;
}
 
 
.radio_area ul li{
	display:inline-block;
	margin-right: 15px;
}
 

 
 
.notice{
	display: block;
	font-size:13px;
	font-weight: normal;
	color:#888;
	margin-top: 3px;
	
}


}/*//end  min-width: 481px ///////////////////////*/











