@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');



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


.contact-h3 {
    display: flex;
    align-items: center;
    font-size:16px;
    margin: 45px auto 30px auto;
}

.contact-h3:before,
.contact-h3:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #fc864c;
}

.contact-h3:before {
    margin-right: 1rem;
}

.contact-h3:after {
    margin-left: 1rem;
}


.contact-lead{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}




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

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




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

.order-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	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;
	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 input:hover{
	opacity: 0.7;
	cursor:pointer;
}



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

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


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

.customer th{
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 14px;
	font-weight: normal;
	color:#666;
	border-bottom: 1px dotted #ccc;
}

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

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

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

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


.customer textarea{
	width: 100%;
	height: 180px;
	font-size:16px;
	padding: 6px;
}


.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;
}





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











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


.contact-h3 {
    display: flex;
    align-items: center;
    font-size:21px;
    margin-bottom: 30px;
}

.contact-h3:before,
.contact-h3:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #fc864c;
}

.contact-h3:before {
    margin-right: 1rem;
}

.contact-h3:after {
    margin-left: 1rem;
}


.contact-lead{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}




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

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




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

.order-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:300px;
	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;
	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 input:hover{
	opacity: 0.7;
	cursor:pointer;
}



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

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


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

.customer th{
	width: 30%;
	padding: 18px;
	font-size: 16px;
	font-weight: normal;
	color:#666;
	border-bottom: 3px dotted #ccc;
}

.customer td{
	width: 70%;
	padding: 18px;
	font-size: 16px;
	border-bottom: 3px dotted #ccc;
}

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

.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;
}




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







