@charset "UTF-8";
.products .line {
border-bottom: 2px solid #005BAB;
padding-bottom: 10px;
}
p {
  line-height: 2;
}
a {
  text-decoration: none;
  color: inherit
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none
}
.l-body {
  padding-top: 140px
} 
.main_img {
	margin-bottom: 110px;
	margin-top: 10px;
	position: relative;
}
.main_img h2 {
	position: absolute;
	top: 0;
	left: 10%;
  bottom: 0;
  margin: auto;
	color: #603813;
	height: 100px;
}
.main_img h2 span {
	font-size: 63px;
	font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.main_img img {
	width: 100%;
}
.main_img_02 {
	margin-bottom: 110px;
	margin-top: 10px;
	position: relative;
}
.main_img_02 h2 {
	position: absolute;
	top: 0;
	left: 10%;
  bottom: 0;
  margin: auto;
	color: #603813;
	height: 110px;
	font-size: 35px;
  font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
}
.main_img_02 h2 span {
	font-size: 16px;
	border-bottom: 1px solid #603813;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.main_img_02 img {
	width: 100%;
}
.hl_03 {
	font-size: 23px;
	color: #603813;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #603813;
}
.category div div {
	width: 30%;
	padding: 50px 40px;
}
.category div:after {
content:"";
display:block;
clear:both;
}
.category div h4 {
	font-size: 20px;
	color: #603813;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.category div p {
	font-size: 14px;
}
.category div img {
	width: 70%;
}
.products_01 {
	margin: 80px 0 70px;
	background-image: url("../img/common/bg_brown.png")
}
.products_01 img {
	float: left;
}
.products_01 div {
	float: right;
}
.products_02 {
	margin: 70px 0;
	background-image: url("../img/common/bg_gray.png")
}
.products_02 img {
	float: right;
}
.products_02 div {
	float: left;
}
.products_03 {
	margin: 70px 0 120px;
	background-image: url("../img/common/bg_green.png")
}
.products_03 img {
	float: left;
}
.products_03 div {
	float: right;
}
.bg_gray {
  background-image: url("../img/common/bg_gray.png");
  background-repeat: repeat;
	padding: 80px 0;
}
.bg_gray h3 {
	font-family: "Roboto", sans-serif;
  color: #005cac;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 0.7;
}
.bg_gray h3 span {
	font-size: 15px;
}
.pickup div a {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 70px;
}
.pickup div a:nth-child(2n) {
	margin-right: 0%;
}
.pickup img {
	margin-bottom: 20px;
}
.pickup h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pickup p {
	font-size: 14px;
}
.pickup:after {
content:"";
display:block;
clear:both;
}
.right {
  float: right;
}
.left {
  float: left;
}

@media (max-width:767.98px) {
.products .line {
border-bottom: 0px solid #005BAB;
padding-bottom: 0px;
}
.main_img {
	margin-bottom: 35px;
}
.main_img h2 {
	font-size: 3vw;
	text-align: center;
	top: 17%;
	left: 0;
  right: 0;
  margin: auto;
	height: 100px;
}
.main_img h2 span {
	font-size: 9vw;
	font-family: "Roboto", sans-serif;
  font-weight: bold;
}
	.main_img_02 {
	margin-bottom: 20px;
		text-align: center;
}
	.main_img_02 h2 span {
	font-size: 3.5vw;	
	}
.main_img_02 h2 {
	top: 4%;
	left: 0;
  bottom: 0;
	right: 0;
  margin: 0 auto;
	height: 110px;
	font-size: 6.8vw;
	letter-spacing: 1px;
}
	.l-body p {
	font-size: 4vw;
	}	
	.category div div {
		width: 100%;
		padding: 30px;
	}
	.category div h4 {
		font-size: 5vw;
	margin-bottom: 15px;
	}
	.category div p {
	font-size: 3.5vw;
}
	.category div img {
		width: 100%;
	}
.products_01 {
	margin: 35px 0 30px;
}
.products_02 {
	margin: 30px 0 30px;
}
.products_03 {
	margin: 30px 0 50px;
}
.bg_gray {
	padding: 50px 0 20px;
}
.bg_gray h3 {
  font-size: 7vw;
  margin-bottom: 30px;
}
.bg_gray h3 span {
	font-size: 3vw;
}
	.pickup div a {
	width: 100%;
	margin-bottom: 30px;
}
	.pickup h5 {
	font-size: 4.5vw;
}
.pickup p {
	font-size: 3.5vw;
}
}