@charset "utf-8";
/* CSS Document

Noto Sans CJK JP Regular
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
font-style: normal;
Noto Sans CJK JP Bold
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 700;
font-style: normal;



*/



.main-color{color:#979797;}
.sub-color{color:#838383;}/*メインよりも濃い色*/
.sub-color-light{color:#ECECEC;}/*さらに薄い*/
.sub-color-dark{color:#424242;}/*さらに濃い*/

.main-back{background:#979797;}
.sub-back{background:#838383;}/*メインよりも濃い色*/
.sub-back-light{background:#ECECEC;}
.sub-back-dark{background:#424242;}



.sub1 {
	font-size: 2rem;
	margin-bottom:30px;
}

.sub1::after {
	content: '';
	display: block;
	margin-top:15px;
	width: 36px;
	height: 2px;
	background-color: #82ba1a;
}



@media only screen and (min-width: 768px) {
.right-fixed-banner {
	z-index: 999;
	position: fixed;
  bottom: 0;
  width: 100%;
left:0;
		margin-right: 0 !important;
	text-align: center;
	color:#ffffff;
}

.banner-box {
display:inline-block;
	width:20%;
	margin-bottom:2px;

}
}



.tel2{display:block;
font-size:2rem;
margin-top:25px;}
.tel2:before{content:"";
	display:inline-block;
	padding-right:20px;
	width:15px;
	height:22px;
	background:url("../image/tel.png") no-repeat;
	background-size:contain;}



.acsub2{font-size:1.2rem;cursor: pointer;border-bottom:1px solid #C9C5C5;padding-bottom:10px;}
.acsub2 span{display:block;
font-size:0.9rem;}
.acsub{font-size:1.2rem;cursor: pointer;border-bottom:1px solid #C9C5C5;padding-bottom:10px;}
.acsub span{display:block;
font-size:0.9rem;}
.js-ac{margin-bottom:20px;}
	.js-ac h2{
}



@media only screen and (max-width: 767px) {
	.acsub span{display:block;
		margin-left:50px;
font-size:0.9rem;}
	
	
	.right-fixed-banner {
		z-index: 999;
		position: fixed;
  bottom: 0;
  width: 100%;

		margin-right: 0 !important;
	text-align: center;
	color:#ffffff;
		
	}
	
.banner-box {

	margin:0 !important;padding:0 !important;
		width:30%;
display:inline-block;
}
	

	
    .js-ac .js-ac-trigger:before {
        content: '＋';
font-size:1rem;
			color:#ffffff;
  background-color: #C9C5C5;border-radius: 100px;
			padding:0 5px;
			margin:0 20px 20px 0;
    }
    .js-ac .js-ac-target {
        display: none;
    }
    .js-ac.is-active .js-ac-trigger:before {
        content: '×';
    }
    .js-ac.is-active .js-ac-target {
        display: block;
    }
}



.navlink{
	color:#2C353D;
	background: #f1f1f1;
	padding:5px;
	display:block;
	margin-bottom:5px;
	font-size:0.8rem;
	
}

.navlink img{width:50px;}

.flex img {
  display: inline-block;
  vertical-align: top;
}
.flex span{
  display: inline-block;

}

.sc2 {
  position: relative;
display:block;
	padding:5px 25px 5px 40px;
	font-size:1.1rem;
	border:2px solid #666666;
	color:#666666;
	border-radius: 6px;
	margin:0 auto;
}
 

.sc2::before { 
 content:url("../image/search.png");
  display: inline-block;
  position: absolute;
  margin: auto;
  top: -6px;
  bottom: 0;
   left: 5px;
    width: 11px;
    height: 18px;
  
}



@media (max-width: 991px){
	.sc2{margin:20px auto;}
	.cp_iptxt{margin:20px auto 0px auto;}
}


.cp_iptxt {
	position: relative;
	width: 100%;

}
.cp_iptxt input[type=text] {
	box-sizing: border-box;
	width: 100%;

	padding: 10px;
	transition: 0.3s;
	border: 1px solid #353535;
	border-radius: 6px;

	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #00bfd8;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
.cp_iptxt i {
	position: absolute;
	top: 18px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #00bfd8;
}



img[src$=".svg"] {
    width: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#2C353D;
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
font-style: normal;
	font-size:16px;
line-height:2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}



a:hover{text-decoration: none;
	filter:alpha(opacity=50) !important;
    -moz-opacity: 0.5 !important;
    opacity: 0.5 !important;}
.m10{margin-bottom: 10px !important;}
.m30{margin-bottom: 30px !important;}
.m20{margin-bottom: 20px !important;}
.m60{margin-bottom:60px !important;}
.m90{margin-bottom:90px !important;}
.m10{margin-bottom:10px !important;}
.m120{margin-bottom:120px !important;}

.mt20{margin-top: 20px;}


@media (max-width: 640px){
	.m120{margin-bottom:60px;}
	
	
}



@media (min-width: 992px){
.pcno{display:none;}
}

@media (max-width: 767px){
	 .pcnavi{display:none;}
.smno{display:none;}
}

@media (max-width: 991px){
.hnavno{display:none;}
}



@media (max-width: 767px){
	.br-pc{display:none;}
}

.w80{width:80%;}

.logo{
	padding:30px 0;

}
.pcnavi li{
	display: inline-block;
	list-style-type: none;
	padding:30px 30px 30px 0;
	font-weight: 700;
}

 .pcnavi li a{
text-decoration: none;
	 color:#333333;
}


ul{list-style-type:none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;}




.logow{border-top:2px solid;}

.ftel{padding:30px 0;
border-top:1px solid #333333;}

.tel1{display:block;
font-size:1.5rem;}
.tel1:before{content:"";
	display:inline-block;
	width:15px;
	height:22px;
	background:url("../image/tel.png") no-repeat;
	background-size:contain;}

.tel1 a{color:#333333 !important;}
footer{
	text-align: center;
	padding:30px;
	margin-bottom:100px;
	color:#ffffff;
}


.data-tel a{color:#2C353D;}



.gomore{
	color:#ffffff;
	border-radius: 100px;
	text-align: center;
	padding:13px 0;
	width:300px;
	margin:30px auto;
	display:block;
}

.gomore:hover{color:#ffffff;}


.catalog_b{
	position: relative;
	
	text-align: center;
padding: 20px;
height:100px;
	display:block;
	background: #434343;
}

.catalog_b a:hover{color:#ffffff;}

.catalog_b a{color:#ffffff !important;
display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;

}





.back_goods{
	position: relative;
	
	text-align: center;
padding: 20px;
height:100px;
	display:block;
	background: #777676;
}

.back_goods a:hover{color:#ffffff;}

.back_goods a{color:#ffffff !important;
display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;

}





.gomore2{
	color:#ffffff;
	border-radius: 100px;
	text-align: center;
	padding:13px 0;

	margin:30px auto;
	display:block;
}

.gomore2:hover{color:#ffffff;}





