@charset "UTF-8";

@media screen and (max-width: 999px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	header

*****************************************/
header{}
#header{
	position: relative;
}


.sliderArea {
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
	position: relative;
	background-size: cover;
	height: 330px;
}
.slider {
	overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.slider li p{
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	padding: 0 20px;
	top: 145px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 5px rgba(0,0,0,1);
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}


.slick-dots{
	position: absolute;
	top: 290px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	color: #CCC;
}


#header-home{}
#header-contents{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}
#header-logo{
	text-align: center;
}
#header-logo h1{
	padding: 20px 0 0 0;
}
#header-logo h1 img{
	height: 70px;
}


#lower-visual{
	background-image: url("images/common/sub-visual01.jpg");
	max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
	background-size: cover;
	height: 150px;
}
#lower-visual-title{}
#lower-visual-title h2{
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0,0,0,1),0px 0px 5px rgba(0,0,0,1);
}


nav{}

#gnavi{
	display: none;
}



#sp_menu {}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi {
	display: none;
	position: absolute;
	top: 83px;
	width: 100%;
	left: 0;
	z-index: 100;
}
nav#sp_gnavi > ul {
	display: block;
	margin: 0 15px;
	border: 2px solid #BE1B22;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
nav#sp_gnavi > ul > li {
	border-bottom: 1px solid #BE1B22;
	font-size: 14px;
	margin: 0 15px;
}
nav#sp_gnavi > ul > li:last-child {
	border-bottom: none;
}
nav#sp_gnavi > ul > li:nth-child(2) {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 10px 0 0 0;
	font-weight: 700;
	border-bottom: none;
}
nav#sp_gnavi > ul > li > a {
	display: block;
	color: #BE1B22;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 700;
}
nav#sp_gnavi > ul > li > a:hover{
	color: #BE1B22;
}

nav#sp_gnavi > ul > li > a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #BE1B22;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}


nav#sp_gnavi ul li ul li {
	position: relative;
	border-bottom: 1px dotted #4D200D;
}
nav#sp_gnavi ul li ul li a {
	color: #4D200D;
	display: block;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 15px 10px 15px;
}
nav#sp_gnavi ul li ul li a:hover {
	color: #4D200D;
}
nav#sp_gnavi ul li ul li:before {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #4D200D;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 100;
	float: right;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/****************************************

	共通

*****************************************/
#main-wrapper{
	margin: 0 15px;
	padding: 20px 0;
}
#contents{}
#sidebar{}



#side-purpose{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0 15px 0;
}
#side-purpose h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}
#side-purpose ul{}
#side-purpose ul li a{
	padding: 5px 5px 5px 20px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#side-purpose ul li a:hover{
	color: #ccc;
}
#side-purpose ul li a:after {
	font-size: 14px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 13px;
	left: 5px;
	margin-top: -6px;
}
#side-purpose ul li a:hover:after {
	color: #ccc;
}


#side-processing{
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0 15px 0;
}
#side-processing h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}
#side-processing ul{}
#side-processing ul li a{
	padding: 5px 5px 5px 20px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#side-processing ul li a:hover{
	color: #ccc;
}
#side-processing ul li a:after {
	font-size: 14px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 13px;
	left: 5px;
	margin-top: -6px;
}
#side-processing ul li a:hover:after {
	color: #ccc;
}


#side-parts{
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0 15px 0;
}
#side-parts h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}
#side-parts ul{}
#side-parts ul li a{
	padding: 5px 5px 5px 20px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#side-parts ul li a:hover{
	color: #ccc;
}
#side-parts ul li a:after {
	font-size: 14px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 13px;
	left: 5px;
	margin-top: -6px;
}
#side-parts ul li a:hover:after {
	color: #ccc;
}


#side-sample{
	text-align: center;
	margin: 30px 0 20px 0;
}
#side-sample ul{}
#side-sample ul li{}


#side-tel{
	text-align: center;
	margin: 0 0 15px 0;
}


#side-contact{
	margin: 0 0 40px 0;
}
#side-contact p a{
	border: 1px solid #DEDEDE;
	text-align: center;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	padding: 11px 10px;
}
#side-contact p a:hover{
	background: #efefef;
}
#side-contact p a::before{
	content: '';
  display: inline-block;
  background-image: url("images/common/side-prt01.png");
  background-size: contain;
  vertical-align: middle;
	width: 18px;
	height: 14px;
	margin: -2px 8px 0 0;
}


#side-guide{
	margin: 0 0 30px 0;
}
#side-guide h2{
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
}
#side-guide p{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}



#lower-contents{}
#lower-contents > h3{
	background: #EEE;
	color: #4C200C;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 15px 20px;
	margin: 0 0 30px 0;
}
#lower-contents > h4{
	color: #4C200C;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#lower-contents > h5{
	color: #4C200C;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
	border-left: 5px solid #4C200C;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}
#lower-contents > p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}


#lower-contents > table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#lower-contents > table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#lower-contents > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
}


.js-scrollable{
	white-space: nowrap;  /* 文字の折り返しはなくす */
}
.js-scrollable table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.js-scrollable table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.js-scrollable table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	vertical-align: middle;
}
.js-scrollable table img{
	height: 40px;
	max-width: inherit;
}


#lower-contents > ul{
	margin: 0 0 30px 20px;
}
#lower-contents > ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#lower-contents > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents > ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}

#lower-contents > table ul{
	margin: 0 0 0 20px;
}
#lower-contents > table ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#lower-contents > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents > table ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}


.lower-box01{
	margin: 0 0 10px 0;
}
.lower-box01-image{
	text-align: center;
	margin: 0 0 20px 0;
}
.lower-box01-txt{}
.lower-box01-image > p img{
	text-align: center;
}
.lower-box01-txt > p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}
.lower-box01-txt > h4{
	color: #4C200C;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


.lower-box02{
	margin: 0 0 10px 0;
}
.lower-box02-image{
	text-align: center;
	margin: 0 0 20px 0;
}
.lower-box02-txt{}
.lower-box02-image > p img{
	text-align: center;
}
.lower-box02-txt > p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}


.cta{
	text-align: center;
	margin: 0 0 30px 0;
}


#notfound{
	background: #FBFAF8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 0 0 40px 0;
}
#notfound p.txt{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#notfound p.txt:last-child{
	margin: 0;
}

#notfound p.btn{}
#notfound p.btn a{
	background: #4C1F0C;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#notfound p.btn a:hover{
	background: #694537;
}
#notfound p.btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f060';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs{
	color: #666;
	font-size: 12px;
	padding: 0 0 20px 0;
}
.breadcrumbs a{
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


.alignright{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}


.wp-pagenavi{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 12px;
}



/****************************************

	footer

*****************************************/
#pagetop{
	margin: 0 15px 0 0;
}
#pagetop p{
	text-align: right;
}


footer{}
#footer{
	background: #F0F0F0;
}

#footer-contents{
	margin: 0 auto;
	padding: 30px 0 20px 0;
}
#footer-logo{
	text-align: center;
	margin: 0 20px 15px 20px;
}
#footer-logo img{
	height: 35px;
}
#footer-info{
	margin: 0 15px;
	border: 1px solid #C5C5C5;
	padding: 12px;
	background: #F8F8F8;
	font-size: 12px;
}
#footer-info a{
	color: #666;
}


#footer-link{
	margin: 0 15px;
	padding: 0 0 30px 0;
}
#footer-link ul{}
#footer-link ul li a{
	display: block;
	color: #666;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#footer-link ul li a{
	color: #666;
	text-decoration: none;
	width: 48.5%;
	float: left;
	margin: 0 3% 0 0;
}
#footer-link ul li:nth-of-type(2n) a{
	margin: 0;
}
#footer-link ul li a:hover{
	color: #aaa;
	text-decoration: none;
}
#footer-link ul li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}


#footer-copyright{
	background: #fff;
}
#footer-copyright p{
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	padding: 20px 0;
}



/****************************************

	home

*****************************************/
#top-catch{
	background: #FBFAF8;
	margin: 0 0 40px 0;
	padding: 40px 25px;
	position: relative;
}
#top-catch::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 70px;
	height: 49px;
	background-image: url("images/top/catch-prt01.png");
	background-size: contain;
	vertical-align: middle;
}
#top-catch::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 70px;
	height: 49px;
	background-image: url("images/top/catch-prt02.png");
	background-size: contain;
	vertical-align: middle;
}
#top-catch p{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#top-catch h2{
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}
#top-catch h2 span{
	color: #4C1F0C;
}


#top-purpose{
	margin: 0 0 40px 0;
}
#top-purpose h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-purpose ul{}
#top-purpose ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
}
#top-purpose ul li:nth-of-type(2n){
	margin: 0 0 3% 0;
}
#top-purpose ul li img{
	width: 100%;
}


#top-processing{
	margin: 0 0 30px 0;
}
#top-processing h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-processing h2 span{
	margin: 0 0 0 10px;
}
#top-processing h2 span a{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 2px 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-processing h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-processing ul{}
#top-processing ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
}
#top-processing ul li:nth-of-type(2n){
	margin: 0 0 5% 0;
}
#top-processing ul li p.processing-image{
	text-align: center;
	margin: 0 0 10px 0;
}
#top-processing ul li p.processing-image img{
	width: 100%;
}
#top-processing ul li p.processing-name{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
}
#top-processing ul li a:hover p.processing-name{
	color: #ccc;
}


#top-advantage{
	margin: 0 0 30px 0;
}
#top-advantage h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-advantage h2 span{
	margin: 0 0 0 10px;
}
#top-advantage h2 span a{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 2px 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-advantage h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-advantage ul{}
#top-advantage ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
}
#top-advantage ul li:nth-of-type(2n){
	margin: 0 0 5% 0;
}
#top-advantage ul li p.advantage-image{
	text-align: center;
	margin: 0 0 10px 0;
}
#top-advantage ul li p.advantage-image img{
	width: 100%;
}
#top-advantage ul li p.advantage-txt{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#top-advantage ul li a p.advantage-link{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 2px 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-advantage ul li a:hover p.advantage-link{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}


#top-special{
	margin: 0 0 30px 0;
}
#top-special h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-special h2 i{
	font-style: normal;
	font-size: 10px;
}
#top-special h2 span{
	margin: 0 0 0 10px;
}
#top-special h2 span a{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 2px 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-special h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-special ul{}
#top-special ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
	padding: 9px;
	border: 1px solid #DEDEDE;
}
#top-special ul li:nth-of-type(2n){
	margin: 0 0 5% 0;
}
#top-special ul li p.special-image{
	text-align: center;
	margin: 0 0 9px 0;
}
#top-special ul li p.special-image img{
	width: 100%;
}
#top-special ul li div.special-box{
	background: #FBFAF8;
	padding: 10px;
}
#top-special ul li div.special-box p.special-comment{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 3px 0;
}
#top-special ul li div.special-box p.special-processing{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 3px 0;
}
#top-special ul li div.special-box p.special-name{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
}

#top-special ul li a:hover div.special-box p.special-comment,
#top-special ul li a:hover div.special-box p.special-processing,
#top-special ul li a:hover div.special-box p.special-name{
	color: #ccc;
}


#top-news{
	margin: 0 0 30px 0;
}
#top-news h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-news h2 span{
	margin: 0 0 0 10px;
}
#top-news h2 span a{
	color: #666;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 2px 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-news h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-news ul{}
#top-news ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
}
#top-news ul li:nth-of-type(2n){
	margin: 0 0 5% 0;
}
#top-news ul li p.news-image{
	text-align: center;
	margin: 0 0 15px 0;
}
#top-news ul li p.news-posted{
	color: #CCC;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#top-news ul li p.news-title{
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#top-news ul li p.news-excerpt{
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}
#top-news ul li a:hover p.news-posted{
	color: #eee;
}
#top-news ul li a:hover p.news-title{
	color: #bbb;
}
#top-news ul li a:hover p.news-excerpt{
	color: #ccc;
}



/****************************************

	news

*****************************************/
.news-single-posted{
	text-align: right !important;
	color: #999 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	padding: 0 0 20px 0 !important;
}
.news-single-thumbnail{
	text-align: center !important;
	line-height: 1.2 !important;
	padding: 0 0 30px 0 !important;
}


#news-archive{
	margin: 0 0 30px 0;
}
#news-archive ul{}
#news-archive ul li{
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
}
#news-archive ul li:nth-of-type(2n){
	margin: 0 0 5% 0;
}
#news-archive ul li p.news-image{
	text-align: center;
	margin: 0 0 15px 0;
}
#news-archive ul li p.news-posted{
	color: #CCC;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#news-archive ul li p.news-title{
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#news-archive ul li p.news-excerpt{
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}
#news-archive ul li a:hover p.news-posted{
	color: #eee;
}
#news-archive ul li a:hover p.news-title{
	color: #bbb;
}
#news-archive ul li a:hover p.news-excerpt{
	color: #ccc;
}



/****************************************

	advantage

*****************************************/
#advantage-catch{
	border: 1px solid #E1DBCC;
	background-image: url("images/common/catch-bg01.jpg");
	background-position: left top;
	margin: 0 0 40px 0;
	padding: 40px 25px;
	position: relative;
}
#advantage-catch::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 70px;
	height: 49px;
	background-image: url("images/top/catch-prt01.png");
	background-size: contain;
	vertical-align: middle;
}
#advantage-catch::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 70px;
	height: 49px;
	background-image: url("images/top/catch-prt02.png");
	background-size: contain;
	vertical-align: middle;
}
#advantage-catch h2{
	text-align: center;
	color: #4C200C;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
#advantage-catch > p{
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}



/****************************************

	company

*****************************************/
#company-access{}
#company-access-map{
	margin: 0 0 20px 0;
}
#company-access-map-google{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
#company-access-map-google iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
#company-access-contents{}
#company-access-contents p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}



/****************************************

	商品を探す

*****************************************/
.search-box01{
	margin: 0 0 30px 0;
}
.search-box01-image{
	text-align: center;
	margin: 0 0 20px 0;
}
.search-box01-txt{}
.search-box01-image > p img{
	text-align: center;
}
.search-box01-txt > p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.search-box01-txt > h4{
	color: #4C200C;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.search-box01-link a{
	padding: 5px 5px 5px 15px;
	display: block;
	color: #0000B9;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
.search-box01-link a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.search-box01-link a:after {
	font-size: 12px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #0000B9;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 0;
	margin-top: -6px;
}
.search-box01-link a:hover:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


.search-box02{
	margin: 0 0 30px 0;
}
.search-box02-image{
	text-align: center;
	margin: 0 0 20px 0;
}
.search-box02-txt{}
.search-box02-image > p img{
	text-align: center;
}
.search-box02-txt > p{
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.search-box02-txt > h4{
	color: #4C200C;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.search-box02-link a{
	padding: 5px 5px 5px 15px;
	display: block;
	color: #0000B9;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
.search-box02-link a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.search-box02-link a:after {
	font-size: 12px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #0000B9;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 0;
	margin-top: -6px;
}
.search-box02-link a:hover:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/****************************************

	カテゴリ用

*****************************************/
.category-list{
	margin: 0 auto 30px auto;
}

.category-item{
	width: 32%;
	float: left;
	margin: 0 2% 2% 0;
	padding: 9px;
	border: 1px solid #DEDEDE;
}
.category-item:nth-of-type(3n){
	margin: 0 0 2% 0;
}

@media screen and (max-width: 667px){
	.category-item{
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
		padding: 9px;
		border: 1px solid #DEDEDE;
	}
	.category-item:nth-of-type(3n){
		margin: 0 2% 2% 0;
	}
	.category-item:nth-of-type(2n){
		margin: 0 0 2% 0;
	}
}
@media screen and (max-width: 375px){
	.category-item{
		width: 100%;
		margin: 0 0 5% 0;
		padding: 9px;
		border: 1px solid #DEDEDE;
	}
	.category-item:nth-of-type(3n){
		margin: 0 0 5% 0;
	}
	.category-item:nth-of-type(2n){
		margin: 0 0 5% 0;
	}
}

.category-item-main{
	text-align: center;
	margin: 0 0 3.5% 0;
}
.category-item-main li{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-item-main li img{
	max-height: 270px;
/*	height: 270px !important;    野中：メイン画像は縦指定無しへ */
	object-fit: contain;
}
.category-item-main li.item2,
.category-item-main li.item3 {
	display: none;
}

.category-item-thumb {}
.category-item-thumb li {
	float: left;
	margin: 0 3.5% 3.5% 0;
	width: 31%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
}
.category-item-thumb li:nth-of-type(3n){
	margin: 0;
}
.category-item-thumb li img {
	height: 82px !important;
	object-fit: cover;
}
.category-item-thumb li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.category-item-detail {
	font-size: 12px;
	padding: 10px;
	background-color: #FBFAF8;
}
.category-item-detail h5 a {
	color: #4C1F0C;
	font-size: 14px;
	text-decoration: none;
}
.category-item-detail a {
	color: #0000B9;
	text-decoration: underline;
}
.category-item-detail a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/****************************************

	お問い合わせ

*****************************************/
#contactform table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}
#contactform table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	border-top: none;
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	display: block;
	width: 100%;
}
#contactform table tr:first-child th{
  border-top: 1px solid #ccc;
}
#contactform table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-top: none;
	color: #666;
	font-size: 14px;
	display: block;
	width: 100%;
}


#contactform input[name="your-name"],
#contactform input[name="your-kana"],
#contactform input[name="your-email"],
#contactform input[name="your-companyname"],
#contactform input[name="your-address"], /* 東内追加ぶん 2023.12.22 */
#contactform input[name="your-dept"],
#contactform input[name="your-tel"],
#contactform input[name="your-fax"] {
	width: 100%;
	padding: 5px;
}
#contactform textarea[name="your-message"]{
	width: 100%;
	padding: 5px;
}
#contactform input[type="submit"]{
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	background: #4C1F0C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	transition: 0.3s;
}
#contactform input[type="submit"]:hover {
	background: #2d1207;
	color: #FFF;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
