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

.conC{
	background: #cd6536;
}


.nohero .logo2{
	width: 160px;
}

.kakomi{
	padding: 1em 0 0;
	box-sizing: border-box;
	border-top: 2px dashed #cd6536;
	border-bottom: 2px dashed #cd6536;
}

.shouhin-box .text{
	width: 45%;
}	



.rencho-mark{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 150px;
	margin: 0 auto 30px;
}

h2.midashi{
	color: #cd6536;
}

.nohero .container{
	padding-top: 10px;
}


.post{
	background-image:none;
	background-size: 10%;
	background-position: left top;
	background-color:#cd6536;
	padding-top: 20px;
	padding-bottom: 30px;
}


.oubo-form{
	background: #001a43;
}

.conD .text h3{
	color: #cd6536;
}

h2.midashi2{
	color: #cd6536;
}

@media print, screen and (min-width: 768px){
.nohero .logo2{
	width: 200px;
}
	
	
.nohero .container{
	padding-top: 20px;
}	
	
	
	.shouhin-box{
		max-width: 1100px;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
		gap:2%;
	}	
	
	
.shouhin-box .text{
	width: 30%;
	text-align: center;
	margin-bottom: 30px;
}
	
.rencho-mark{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 330px;
	
}
	
	.post{
		padding-top: 80px;
	}
	
	
}




.foot_btn{
	position: fixed;
	bottom: 0;
	display: flex;
	z-index: 9000;
	width: 100%;
}


.foot_btn .text{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot_btn a{
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 0.2em 0;
	font-size: 12px;
}


.foot_btn a.fb01{
	background-color:#cd6536;
}

.foot_btn a.fb02{
	background-color:#3aa9db;
}


footer .container{
	padding-bottom: 50px;
}

@media print, screen and (min-width: 768px){
	

footer .container{
	padding-bottom: 80px;
}	
	
}
