@charset "utf-8";
/*for SCREEN*/
/* Reset */
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top-color: #3C291C;
}

html{
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-weight: normal;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	margin: 0;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}
input.Lfield{
font-size: 24px !important;
}


/*Clearfix */
.Clear{
	display: block;
	font-size:0px;
	height: 0;
	clear: both;
}
.Clearmargin{
	display: block;
	font-size: 0px;
	height: 30px;
	clear: both;
	width: 100%;
}
.Clearline60{
	display: block;
	width: 100%;
	font-size: 0px;
	height: 1px;
	clear: both;
	margin-bottom: 30px;
	padding-top: 29px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.Clearline{
	display: block;
	width: 100%;
	font-size: 0px;
	height: 1px;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.Clearborder{
display: block;
width: 100%;
font-size: 0px;
height: 1px;
clear: both;
padding-bottom: 40px;
border-top: 1px solid #D3CDC9;
margin-top: 10px;
}

.clearfix:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Base  Style */
body {
	color: #444;
	font: 0.875em/16px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: 0.04em;
	line-height: 1;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link {
color: #3C2E24;
text-decoration: none;
}
a:visited {
color: #3C2E24;
text-decoration: none;
}
a:hover {
color: #63503F;
text-decoration: underline;
}
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
	zoom: 1;
	text-align: center;
}

a.out{
	padding-left: 20px;
	background-image: url(images/out.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}


p.pdf{}
p.pdf a{
	display: block;
	padding: 3px 0px 3px 24px;
	margin-top: 20px;
	background: url(/common/css/images/icon_pdf.gif) no-repeat left 3px;
}


/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset,img {
	border: 0;
}
li {
	list-style: none;
	padding: 0px;
	margin: 0;
}
caption,th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
td{
line-height: 1.5em;
vertical-align: top;

/*vertical-align: middle;*/
}
.req{
	border-left: 5px solid #CC3333;
	padding-left: 10px;
	padding-right: 10px;
}
.addr{
	border-left: 5px solid #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
}
.attbox{
	margin: 10px 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #CC3333;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	color: #cc3333;
	font-size: 95%;
}
.attbtn{
	margin: 20px 0;
	padding: 10px;
	border-left: 1px solid #CC3333;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	color: #cc3333;
	font-size: 95%;
	width: 70%;
	text-align: center;
}

.extxt{
	color: #666;
	font-size: 90%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}


tr.clickable:hover td{background-color: #E9E4D7;
}
form >
  input,
  input[type="email"],
  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  input[type="time"],
  input[type="search"],
  input[type="password"],
  textarea,
  select{
font-family: inherit;
font-weight: inherit;
padding: 6px 10px;
background: #fff;
border: 1px solid #D3CDC9;
border-radius: 4px;
box-sizing: border-box;
font-size: 1em;
  }

input[type="checkbox"],
  input[type="radio"]{
  margin-right:0.6em;
  }
input[type="range"]{
  width: 200px;
  margin:1em 1em;
  -webkit-appearance:none;
  }
  
input[type="range"]::-webkit-slider-runnable-track{
    width: 200px;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #330F10;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}  
  
input[type=range]::-moz-range-track {
    width: 200px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #330F10;
}

input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}  
output.price{
font-size: 2em;
}
  
legend {
	color: #000;
}

hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*Framework*/
ul.variable{
	height:32vw;
	max-height:500px;
	min-height:350px;
	padding:0}

ul.variable li img{
	height:32vw;
	max-height:500px;
	min-height:350px;
	padding: 0 0.1vw;
	display:block;
}

.slick-slide img{
    width: auto;
    height:100%;
}
#MV{
width: 100%;
height: 440px;
border-bottom: 1px solid #eee;
z-index: 100;
}
#MV h1{text-indent:-9999px;}

#FAQV{
width: 100%;
height: 400px;
border-bottom: 1px solid #eee;
z-index: 100;
}
#FAQV h1{text-indent:-9999px;}

#CV{
background-color: #D8D2CB;
width: 100%;
height: 260px;
}

#CV p{text-indent:-9999px;}

#PV{
width: 100%;
height: 600px;
background-color: #ccc;
position: relative;
}

#PV p{
position:absolute;
bottom: 10px;
right: 10px;
color: #dddddd;
left: auto;
top: auto;
}

#Wrap{
text-align: left;
margin-right: auto;
margin-left: auto;
width: 1000px;
display: block;
padding-top: 40px;
padding-bottom: 100px;
background-color: #FFFFFF;
position: relative;
}

#Wrap.toppage{
}

#Wrap.center{
text-align: center !important;}
}

div.fullimg{
width: 100%;
height: auto;
line-height: 1;
}
div.fullimg img{width:100%;height:auto;display:block;}

.cnttwoR{float: right;
width:65%;}

.cnttwoL{float: left;
width:65%;}

.cntoneR{float: right;
width:30%;}

.cntoneL{float: left;
width:30%;}

.cnthalfR{float: right;
width:47%;}

.cnthalfL{float: left;
width:47%;}

.cntoneR img,
.cnthalfR img,
.cnthalfL img{
width:100%;
height: auto;
display: block;
}

img.fitimg{
width: 100%;
height: auto;
display: block;
}

/*ドキュメントラップ*/
#Wrap.Doc h2{
	padding-top: 1em;
	font-weight: bold;
}
#Wrap.Doc h3{
	font-weight: bold;
}
#Wrap.Doc h3{
	font-weight: bold;
}
#Wrap.Doc p{
	margin-bottom: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#Wrap.Doc ul{
	margin-bottom: 2em;
	margin-left: 1.5em;
	}
#Wrap.Doc ul li{
	line-height: 1.5em;
	margin-bottom: 1.3em;
	}

#Wrap.Doc ol{
	margin-bottom: 2em;
	margin-left: 1em;
	}

#Wrap.Doc ol li{
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	list-style-position: outside;
	list-style-type: decimal;
	}

/*ページラップ*/
#Wrap.pages{}
#Wrap.pages h1{
font-size: 2em;
line-height: 1.4;
padding-bottom: 1.2em;
}

#Wrap.pages h2{
font-weight: bold;

}

#Wrap.pages h3{
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: bold;
	padding-top: 1.2em;
	padding-bottom: 1em;
}

#Wrap.pages p{
	margin-bottom: 3em;
}
#Wrap.pages td{padding-bottom:1.3em;font-size:95%;}

#Wrap.pages img{
	width:100%;
	height:auto;
	display:block;
}

/*サポート*/
ul.lisq{margin-bottom:40px;padding:0 0 0 1.0em;}
ul.lisq li{
	list-style-type: square;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 0.5em;
}

#Header{
width: 100%;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
height: auto;
background-color: #ffffff;
position: relative;
}
#Header h1{
padding-top: 20px;
padding-right: 20px;
padding-left: 25px;
padding-bottom: 20px;
}

#Header h1 span{display :none;}
#Header h1 img{
width: 40px;
height: auto;
}
#Header #logo{
	display: inline;
	float: left;
}
#Header.top{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#Tools{
position: absolute;
right: 20px;
top: 20px;
z-index: 1000;
width: auto;
text-align: right;
}
#Tools p{text-align: right;font-size:0.9em;}
#Header form{
float: none;
margin-bottom: 2px;
}
#Header.mg{
background-color: #1D1917;
}

form#searchform input.field{
font-size: 14px;
border: 0;
border: solid 1px #ccc;
padding-top: 4px;
padding-right: 4px;
padding-left: 6px;
padding-bottom: 4px;
height: 30px;
vertical-align: middle;
width: 200px;
}

form#searchform input.submit{
font-size : 16px;
color: #ffffff;
border: solid 1px #000;
-webkit-appearance : none;
background: #000;
border-radius : 0;
padding-right: 0.5em;
padding-left: 0.5em;
font-family: "Ionicons";
height: 30px;
vertical-align: middle;
}

form h3{margin-bottom:2em;}
/*タイトル・リスト*/

h1{
color: #555048;
font-size: 2.5em;
font-weight: 600;
padding-bottom: 1.3em;
padding-top: 1em;
}

h2{
color: #555048;
font-weight:bold;
font-size: 1.6em;
padding-bottom: 1.3em;
}
h2.ttl{
	font-size: 1.6em;
	margin-bottom: 60px;
}

h3{
color: #555048;
font-size: 1.4em;
}

h3.ttl_center{
	text-align: center;
	clear: both;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.5;
}

h4{
	color: #5B4F49;
	font-size: 1.3em;
	padding-bottom: 0.4em;
	font-weight: bold;
	}

p{
line-height: 1.8;

}




p.read{
line-height: 1.8;
margin-bottom: 2em;
font-size: 1.1em;
}

p.txt01{
	margin-bottom: 1.8em;
	line-height: 1.4;
}

p.answer{
margin-bottom: 6em;
padding-left: 0em;
}




p.attent{
color: #970B0D;
}

figcaption{
font-size: 95%;
padding: 0.5em 0;
line-height: 1.4;
}


p.small{
	font-size: 90%;
}
p.payment{
	border: 1px solid #6AB216;
	padding: 15px;
	background-color: #fffffa;
	border-radius: 5px;
}
.clm_R p.lnk{
	text-align: right;
	background-image: url(images/arow_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 23px;
	padding-right: 30px;
}
.slnk{
	background-image: url(images/arow_r.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 0px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 2px;
	min-height: 20px;
}

/*TOPPAGE*/
#Wrap.toppage h2{
color: #665A53;
font-family: Futura,Trebuchet MS,Arial,sans-serif;
font-size: 16px;
font-weight: lighter;
font-weight: 300;
padding-bottom: 15px;
}

#Wrap.toppage ul{
padding-top: 15px;
}


ol.bana{
width: 100%;

}
ol.bana li{
width: 100%;
text-align: center;
margin-bottom: 40px;
display: inline-block;

}
ol.bana li img,
ol li img{
	width:100%;height:auto;display:block;
}
ol.bana li a img{
box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.3);
}

.column_double{
	display: block;
	width: 630px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.column_double p{
	font-size: 1em;
	line-height: 1.6em;
	}
.column_double p.read{
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
}

.column_single{
	width: 300px;
	display: block;
	padding: 0px;
}

.column_single h2{
	margin-bottom: 15px;
	font-size: 1.1em;
}
.column_single h2.ttl{
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
}
.column_single img{
	width: 100%;
	height: auto;
	display: block;
}

.clm_L{
	width: 300px;
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #FFF;
	margin-right: 30px;
	float: left;
}

.clm_L ul.menu{}
.clm_L ul.menu li{
	margin-bottom: 1.6em;
	padding-left: 30px;
}
.clm_L ul.menu li ul{
	padding-left: 10px;
	padding-bottom: 20px;
}
.clm_L ul.menu li ul li{
	padding-left: 10px;
	margin-bottom: 1.4em;
	border-left: 1px solid #ccc;
}
.blc_L{
	float: left;
	width: 400px;
	text-align: justify;
}

.blc_R{
	float: right;
	width: 200px;
	text-align: center;
}

.clm_R{
	display: block;
	width: 630px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: right;
}
.vbox{position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;}
.vbox iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
.clm_R h3.ttl{
	font-size: 1.5em;
	line-height: 1.8em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
.clm_R h3.subttl{
	font-size: 1.4em;
	font-weight: bold;
	color: #BA940C;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}
.clm_R h4{
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.6;
}
.clm_R h4.ttl{
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 1.2em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	color: #BF000F;
}
.clm_R p{
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	margin-bottom: 1em;
}

.clm_R ul{
	margin-bottom: 30px;
}
.clm_R ul li{
	margin-bottom: 0.8em;
	line-height: 1.8;
}



ul.news{
display: block;
padding-top: 2em;
}
ul.news li{
padding-bottom: 8px;
border-bottom: 1px solid #E5E5D3;
margin-bottom: 0.8em;
line-height: 1.8;
}

.toppage ul.news{
border-top: 5px solid #CCC8C7;
}
p.date{
	font-size: 0.9em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	color: #999;
}

span.date{
margin-right: 1.3em;
display: inline-block;
width: 6em;
}
span.ctg{
margin-right: 1.3em;
display: inline-block;
width: 7em;
color: #888888;
}

ul.clmtwo{
}
ul.clmtwo li{
width: 49.33%;
margin-right: 1.33%;
margin-bottom: 20px;
display: block;
float: left;
}
ul.clmtwo li:nth-child(2n) {
	margin-right:0px;
}

ul.clmtwo li img{width:100%;height:auto;dislay:block;margin-bottom:5px;}
ul.clmtwo li p{margin-bottom: 0;}

ul.clmtwo li ul li{float:none;width:100%;margin:0}

ul.clmthree{
}
ul.clmthree li{
width: 32.4%;
margin-right: 1.33%;
margin-bottom: 20px;
line-height: 1em;
display: block;
float: left;
}
ul.clmthree li:nth-child(3n) {
	margin-right:0px;
}

ul.clmthree li img{
	width: 100%;
	height:auto;
	margin-bottom: 5px;
}
ul.clmthree li p{font-size:95%;line-height: 1.3;}

ul.clmfour{
width:100%;

}

ul.clmfour li{
float: left;
width: 24%;
height: auto;
display:block;
margin-right: 1.33%;
margin-bottom: 20px;
line-height: 1.3;
}


ul.clmfour li img{
	width: 100%;
	height:auto;
	margin-bottom: 5px;
}

ul.clmfour li.last{
	margin-right: 0px;
}

ul.clmfour li:nth-child(4n) {
	margin-right: 0px;
}
ul.clmfour li p{
font-size:95%;
letter-spacing: normal;
line-height:1.4;
display: block;}

ul.clmfour li.iro{
padding-top: 1em;
margin-bottom:1.5em;
}

ul.ig{display: flex;
  flex-wrap: wrap;}
ul.ig li{position: relative;
  width: 24%;}
ul.ig li:before{
  content: "";
  display: block;
  padding-top: 99%;
}
ul.ig li img{position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;}

ul.clmeight{
width:100%;

}

ul.clmeight li{
float: left;
width: 16%;
height: auto;
display:block;
margin-right: 0.56%;
margin-bottom: 5px;
}

ul.clmeight li:nth-child(6n) {
	margin-right: 0px;
}

ul.clmeight li img{
	width: 100%;
	height:auto;
	margin-bottom: 5px;
}

ul.clmeight li.last{
	margin-right: 0px;
}




.siro{
border-top: 18px solid #F6F6F6;
}
.kuro{
border-top: 18px solid #000000;
}
.lgry{
border-top: 18px solid #D4D4D4;
}
.gray{
border-top: 18px solid #666666;
}
.lbrn{
border-top: 18px solid #B29977;
}
.brwn{
border-top: 18px solid #704F28;
}
.dbrn{
border-top: 18px solid #3D2B1F;
}
.coth{
border-top: 18px solid #366009;
}
.beig{
border-top: 18px solid #e9e6da;
}

ul.bana li{
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	/* [disabled]line-height: 0px; */
}
ul.bana li a.grnbtn{
	padding: 10px;
	display: block;
	background-color: #99CC33;
	color: #ffffff;
}

dl{width: 100%;margin-bottom:30px;}

dl dt{
	width: 140px;
	height: 2em;
	padding-top: 1em;
}
dl dd{
	border-bottom: 1px solid #D7CAA2;
	padding-left: 140px;
	padding-top: 0em;
	margin-top: -2em;
	padding-bottom: 0.8em;
}


/* ボタン*/

#Btn{
	box-sizing: border-box;
	line-height: 2em;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F8F8F3;
}

#Btn p{
	margin-bottom: 10px;}
 
button{ border-style: none;}

button img{
    opacity: 1.0;
}
button img:hover{
    opacity: 0.8;
}


button.btn1{
background-color: #a48165;
color: #ffffff;
font-size: 1.3em;
padding-top: 0.8em;
padding-right: 2em;
padding-left: 2em;
padding-bottom: 0.8em;
display: inline-block;
margin: 30px 0;
width: 200px;
border-radius: 3px;
margin-left: 2em;
 }
 
button.btn1:hover{
 background-color: #333;
 }
 
 
button.btn1:nth-of-type(1) {
    margin-left: 0em;
}

li a.btn{
width: 100%;
color: #ffffff;
background: #aa9472;
padding: 1.6em 1.2em;
display: inline-block;
font-size: 1em;
line-height:1.4;
 }
 
li a.btn:hover{
background:#555048;
color: #ffffff;
text-decoration: none;
 } 

a.btnB{
background: #777777;
color: #ffffff;
padding-top: 0.8em;
padding-right: 2em;
padding-left: 2em;
padding-bottom: 0.8em;
display: inline-block;
margin: 30px 0;
font-size: 1.1em;
}
 
a.btnB:hover{
background: #000;
color: #ffffff;
text-decoration: none;
}
 
 
a.btnB:not(:first-child){
margin-left: 2em;
}

li.btnA{
padding: 2em;
text-align: center;
font-size: 1.1em;
background-color: #DED9C1;
box-sizing: border-box;
}
li.btnA:hover{
background-color: #ECE7D0;
}


a.btnC{
background: #777777;
color: #ffffff;
padding-top: 0.8em;
padding-right: 2em;
padding-left: 2em;
padding-bottom: 0.8em;
display: inline-block;
margin: 20px 0 10px;
font-size: 1.3em;
}
 
a.btnC:hover{
background: #000;
color: #ffffff;
text-decoration: none;
}


a.btnD{
background-color: #a48165;
color: #ffffff;
font-size: 16px;
padding: 0.5em 2em;
display: inline-block;
border-radius: 3px;
}
 
a.btnD:hover{
background-color: #333;
color: #ffffff;
text-decoration: none;
}


/*ブレッド*/
ul#bread {
padding-bottom: 10px;
padding-top: 10px;
background-color: #F3F3F3;
padding-left: 20px;
font-size: 0px;
}
ul#bread li{
display: inline;
	margin-right: 0.5em;
 font-size: 12px;
}
ul#bread > li:not(:last-child)::after {
 content: ">";
 display: inline-block;
 margin-left: 1em;
}

/*ページネーション1*/
ul#pagena {
padding-bottom: 1em;
padding-top: 1em;
}
ul#pagena li{
display: inline;
margin-right: 0.5em;
}
ul#pagena li a:hover{
text-decoration: none;
}
ul#pagena li a.actv{
border-bottom: 6px solid #A6906D;
padding-bottom: 0.5em;
}
ul#pagena > li:not(:last-child)::after {
content: "｜";
display: inline-block;
margin-left: 0.5em;
}


#map{
	display: block;
	width: 100%;
	height: 375px;
	margin-bottom: 30px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#Pageup{
	text-align: right;
	display: block;
	font-size: 10px;
	float: right;
	width: 240px;
	height: 30px;
	padding-top: 35px;
}
.pagetop{cursor:pointer}



#footer{
width: 100%;
clear: both;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
z-index: 100;
background-color: rgba(47,44,41,1.00);
border-top: 1px solid #D3D3D3;
color: #fff;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
margin-bottom: 0px;
position: static;

}


#footer h3{
font-size: 14px;
font-weight: bold;
color: #ffffff;
display: inline-block;
margin-right: 2em;
padding: 0;
line-height: 1;
}

#footer address{
display: inline-block;
margin-right: 2em;
line-height: 1.5;
}


#footer ul{
display: inline-block;
margin-right: 2em;
margin-top: 0.5em;
}
#footer ul li{
display: inline;
font-size: 0.8em;
margin-right: 0.5em;
}
#footer ul > li:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: 0.5em;
}


#footer p{
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: normal;
color: #7F7873;
}
#footer a{color: #ffffff;}


/* Align */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* float */
.fl_right{float: right;}
.fl_left{float: left;}
.fl_Center {
	margin: 0 auto;
}


/*pading*/
.pdL20{
	padding-left: 20px;
}
.pdR20{
	padding-right: 20px;
}


/* Width */
.wd60{
	width: 60px;
}
.wd80{
	width: 80px;
}
.wd100{
	width: 100px;
}
.wd180{
	width: 180px;
}
.wd200{
	width: 200px;
}
.wd250{
	width: 250px;
}
.wd300{
	width: 300px;
}
.wd350{
	width: 350px;
}
.wd400{
	width: 400px;
}
/*for FORM*/
.wdS{width:5em;}
.wdM{
width: 10em;
}
.wdL{
width: 18em;
}
.wdA{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}

/*margin*/
.mgtop20{
	margin-top: 20px;
}
.mgtop40{
	margin-top: 40px;
}
.mgbtm20{
	margin-bottom: 20px;
}
.mgbtm40{
	margin-bottom: 40px;
}
.mgl40{
	margin-left: 40px;
}
.mgr40{
	margin-right: 40px;
}

.rounded {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .6), 0 -1px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0 0px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .6), 0 -1px 0 rgba(255, 255, 255, .6);
	box-shadow: inset 0 0px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .6), 0 -1px 0 rgba(255, 255, 255, .6);
	margin-bottom: 20px;
	_boder: none;
	_margin-top: 0px;
	_margin-bottom: 10px;
}

.iframeBox {
	position: relative;
	margin: 30px 0;
	width: 100%;
}
.iframeBox iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* Scrooll to Top */

#back-top {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 500;
}
#back-top a {
width: 45px;
display: block;
text-align: center;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
outline: none;
}
#back-top a:hover {
	color: #FFFFFF;
}
/* arrow icon (span tag) */
#back-top span {
width: 40px;
height: 40px;
display: block;
margin-bottom: 7px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 2px;
color: #B0B0B0;
font-size: 24px;
padding-top: 7px;
line-height: 0.5;
background-color: #E9E9E9;
}
#back-top a:hover span {
background-color: #333333;
color: #FFFFFF;
}

img.prd{
	width: 300px;
	height: auto;
	border: 1px solid #eaeaea;
	display: block;
}


#canvas-holder{
				width:100%;
}

table #pj {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


table#pj td {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
}

.inline_content {
				position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*カラー*/
.whred{color:#A80202;}
.whbrown{color:#544842;}
.whgrey{color: #B3B1B1;}



/*-------------------------------------------------製品*/

#Wrap.product{
}

#Wrap.product h1{
padding-bottom: 0.8em;
}

#Wrap.product h2{
}

#Wrap.product h3{
margin:2em 0 0.5em 0;
font-size: 1.2em;
font-weight: bold;

}
#Wrap.product p.catch{
float: left;
line-height: 1.4;
}


ul#opt {
float: right;
font-size: 0px;
}


ul#opt li{
display: inline-block;
margin-right: 10px;
padding:0.4em 0.8em;
font-size: 12px;
border: 1px solid #bb0000;
text-align: center;
color: #ffffff;
margin-bottom:20px;
background-color:#bb0000;
}
ul#opt li:last-child {
margin-right:0;
}


.owl-carousel li{
}

.item{
padding: 0px;
min-width: 100px;
list-style: none;

}
.item img{
 width: 100%;
 height: auto;
 display: block;
}

table.prdspec{}
table.prdspec tr{
border-bottom: 0px solid #e6e6e6;
}
table.prdspec th{}
table.prdspec td{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
padding: 5px 0 5px 5px;
box-sizing: content-box;
}

.ntx{font-size:120%;font-weight:600;}
.Cntx{font-size:115%;}
.thprice{vertical-align: middle !important;white-space: nowrap;}
.tdprice{width:50%;text-align:right;line-height:1.8em;}
.codeband{font-size:100%;background-color:#f8f8f6;padding-top:5px;padding-bottom:5px;border-top:1px solid #ddd;}
.codename{font-size:105%;font-weight:bold;letter-spacing:0.1em;}
.codename::after{content:"：";}

ul.readme{margin: 30px 0;}
ul.readme li{
margin-bottom: 0.6em;
}
/*-------------------------20250729ADD*/
table#specs {max-width:100%;margin:0px 0px 50px;border-left: 1px solid #ccc!important;font-size:90%}
#specs td{
vertical-align: middle !important;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 8px 5px 5px 5px!important;
}
#specs td.vmid{vertical-align: middle !important;border-left: 1px solid #ccc}
#specs td.btmccc{border-bottom:3px solid #aaa;}
#specs th{
border: 1px solid #ccc;
padding: 0.5em;
font-size:90%;
text-align:center;
background-color: #eaeaea;
font-weight: normal;
}

/*----------------------------------------検索*/

table.resultlist{}
table.resultlist tr{
border-bottom: 1px solid #ada495;
}
table.resultlist th{}
table.resultlist td{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
padding-top: 8px;
padding-right: 0;
padding-left: 10px;
padding-bottom: 8px;
box-sizing: content-box;
vertical-align: middle;
width :auto;
}
table.resultlist td.thumb{
width: 20%;
padding:0 0 5px 0;
}
table.resultlist td.prdnum{
width: 15%;
font-weight: bold;
}

table.resultlist td.thumb img{width:100%;height:auto;}

/*--------------------------------------会社概要*/
#concepttxt{
width:80%;
padding-left:20%;
box-sizing: border-box;
}
#concepttxt h2{
margin-top:5em;}

#concepttxt p{
line-height: 1.8;
margin-bottom: 0.8em;
font-size: 1.1em;
}




/*--------------------------------------会員*/
form.datatbl {
font-size: 1.1em;
}

form.datatbl input[type="text"]{

margin-right: 1em;

}



form.datatbl table tr{
border-bottom: 1px solid #D3CDC9;
}

form.datatbl table th{
width: 25%;
}

form.datatbl table td{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
padding-top: 8px;
padding-right: 0;
padding-bottom: 8px;
box-sizing: content-box;
vertical-align: middle;
text-align: left;
width : 75%;
line-height: 1.8;
}

table.product tr{
border-bottom: 1px solid #ada495;
}

table.product th{
width: 25%;
}

table.product td{
width: auto !important;
}



ul.pager{
display: block;
margin-top: 1em;
text-align: right;
font-size: 0px;
}
ul.pager li{
font-size:13px;
display: inline;
margin-right: 5px;
}
ul.pager > li:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: 5px;
}

.mb_only{display:none;}
.pc_only{display:block;}

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

#PV{
width: 100%;
height: 900px;
background-color: #ccc;
position: relative;
}
}
@media screen and (max-width: 959px) {

ul.variable{
	height:40vw;
	max-height:400px;
	min-height:350px;
	padding:0}

ul.variable li img{
	height:40vw;
	max-height:400px;
	min-height:350px;
	padding: 0 0.1vw;
	display:block;
}
#Header{
width: 100%;
height: auto;
}
#Header h1{
float: none;
padding: 5px 0;
margin-top: 0;
margin-left: 5px;
margin-bottom: 0;
text-align: left;
}
#Header h1 img{
width: 40px;
height: auto;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
}



#Wrap{
width: 100%;
padding-top: 30px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 100px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#Wrap.toppage{padding:20px 20px 100px 20px}

.fl_left,.fl_right{
	float: none;
}





#Wrap.toppage ul{width:100%;}
ul.news li{
font-size: 90%;
line-height: 1.4;
margin-right: 0;
}


#footer{
padding-top: 10px;
padding-bottom: 10px;
position: static;
}


p.allview{display:none;}
#cv,#cv img{display:none;}

#cv2,#cv2 img{ width: 100%;height:auto;margin-bottom:0px;}

#article{width:100%;}
#article h1,#article h3{margin-left:0px;}
#article p{
	padding:0 0px;
}
#article p.catego{width:100%;box-sizing: border-box;}
div.imgboxL{width:100%;float:none;}
div.imgboxL img{box-sizing: border-box;width:100%;height:auto;}

div.imgboxS,div.imgboxS last{width:100%;float:none;text-align:center;}
div.imgboxS img,div.imgboxS last img{box-sizing: border-box;width:100%; height:auto;}

.column_double{width: 100%;}
.column_double h1,
.column_double h2,
.column_double h3,
.column_double p{letter-spacing: normal;}
.column_double ul{padding:0px;}
h2.ttl,h4.ttl{}
h3.ttl{margin-bottom: 0.5em;}


.column_singlepanel{	width: 100%;float: none;padding-bottom:20px;text-align:center;}
.column_singlepanel p{text-align:center;}
.column_singlepanel img{padding:0 0px;width:100%;height:auto}

.column_single{
	float: none;
	width: 100%;
	text-align: center;
}
.column_single h2.ttl{margin-left:0px;text-align:left;margin-top:20px;}
.column_single img{
	padding: 0px;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-bottom: 20px;
}
.Cleararrow{margin-top:10px;}







#map{width:100%;height:220px; box-sizing:border-box;padding:10px;}

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background-color: #700C14;
    }
    #toggle a{
	display: block;
	position: relative;
	padding: 10px 0 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
    }


dl dt{
	color: #BF000F;
	width: auto;
	height: 1em;
	padding-top: 1em;
}
dl dd{
	border-bottom: 1px solid #D7CAA2;
	padding-left: 0px;
	padding-top: 0em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}
table{
margin: 0 0px
}
table#rec th{font-size:0.9em;width:80px;}
form,
form table{box-sizing:border-box;width:100%;}
form table th{font-size:0.9em;width:90px;}
form table td{padding:10px 0 10px 0px;box-sizing:border-box;}
input,textarea,select {
}
input.zip{width:80px!important;}
#btn{box-sizing:border-box;}

.clm_L{float:none; width: auto;margin-right: 0px;}
.clm_R{
	float: none;
	width: 100%;
	margin-right: 0px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 40px;
}

.blc_L {
	float: left;
	text-align: justify;
	width: 100%;
}
.blc_R {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.blc_R img{
	width: 50%;
	height: auto;
}

.clm_R {
	display: block;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	float: none;
}
#MV{
padding-top: 1px;
height: 35%;
}
#FAQV{
padding-top: 1px;
height: 25%;
}


h3.ttl {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: normal;
}
.fl_left h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.clm_R p {
	font-size: 0.95em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	text-align: justify;
}

/*タイトル・リスト*/
h2.ttl {
	font-size: 1.2em;
	margin-bottom: 30px;
	color: #BF000F;
}
h3.subttl {
	font-size: 1.2em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #BAA457;
}

.clm_R p img{width:100%;height:auto;display:block;}

#Nav {
 display:none;
}
.slicknav_menu {
 display:block;
}
#canvas-holder{
				width:50%;
}
.slnk{
	background-image: url(images/arow_r.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px !important;
	text-align: left;
	margin-bottom: 10px;
	min-height: 20px;
	padding-top: 2px;
}
h3.ttl_center {
	text-align: center;
	clear: both;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	padding-left: 0px;
	padding-right: 0px;
}
#Tools {
position: absolute;
right: 10px;
top: 5px;
z-index: 1000;
width: auto;
}
#footer ul {
display: inline-block;
margin-right: 2em;
}
/* Scrooll to Top */

#back-top {
position: fixed;
bottom: 5px;
right: 5px;
}
#PV {
height: 380px;
}
button.btn1{margin-left: 0;}


}

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

.cnthalfR{float: none;
width:100%;}

.cnthalfL{float: none;
width:100%;}



span.date{
display: block;
}

ul.clmtwo li{
	float: none;
	margin-right: 0px;
	width: auto;
	box-sizing: border-box;
	padding-right: 0px;
}

ul.clmthree li{
float: none;
margin-right: 0px;
width: auto;
box-sizing: border-box;
}
.wd400{
	width: 100%;
}
.req{
	border-left: 5px solid #CC3333;
	padding-left: 5px;
	padding-right: 10px;
}
.addr{
	border-left: 5px solid #F0F0F0;
	padding-left: 5px;
	padding-right: 10px;
}
#Wrap.landing {
	line-height: 1;
	background-color: #000;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
}
.cnttwoL {
float: none;
width: 100%;
}
.cntoneR {
float: none;
width: 100%;
}

ol.bana li {
width: 48%;
margin-right: 4%;
float: left;
}
ol.bana li:nth-child(2n) {
	margin-right:0px;
}
ol.bana li p{
padding:1em;
}



ul.clmfour li {
float: left;
width: 48%;
margin-right: 4%;
margin-bottom: 4%;
font-size: 0.9em;
}
ul.clmfour li:nth-child(2n){
margin-right:0;
}
ul.clmeight li {
float: left;
width: 48%;
margin-right: 4%;
margin-bottom: 4%;
font-size: 0.9em;
}
ul.clmeight li:nth-child(2n){
margin-right:0;
}

/*バナーボタン*/
li.btnA {
padding: 1em;
text-align: center;
font-size: 1.2em;
box-sizing: border-box;
}
/*タイトル・リスト*/

h1 {
font-size: 1.5em;
padding-bottom: 1.3em;
}
#CV {
background-color: #D8D2CB;
width: 100%;
height: 150px;
}

#footer ul > li:not(:last-child)::after {
    display: none;
}
#footer ul {
display: block;
margin-right: 2em;
margin-top: 0.5em;
}

#PV {
height: 300px;
}
#PV p{
display: none;
}
p.read br{display:none;}

.mb_only{display:block;}
.pc_only{display:none;}
}

@media screen and (max-width: 479px) {
ul.variable{
	height:20vw;
	max-height:300px;
	min-height:250px;
	padding:0}

ul.variable li img{
	height:20vw;
	max-height:300px;
	min-height:250px;
	padding: 0 0.1vw;
	display:block;
}



table.prdspec td{
text-align:left !important;

padding: 5px 10px 5px 0;

}
table.prdspec td{padding-left:5px !important;}

.ntx{font-size:120%;font-weight:bold;}
.Cntx{font-size:115%;}
.codeband{font-size:120%;}


#MV{
padding-top: 1px;
height: 25%;
}
ul#pagena li{
font-size: 90%;
display: inline;
margin-right: 0em;
}
ul#pagena > li:not(:last-child)::after {
content: "｜";
display: inline-block;
margin-left: 0em;
}
ol.bana li{
width: 100%;
margin-right: 0;
float: none;
}
#CV {
height: 120px;
}

#footer h3 {
margin-bottom: 0.5em;
}
#footer ul{display: block;margin-top:0.5em;}
#footer ul li {
display: block;
padding-top: 0.4em;
padding-bottom: 0.4em;
font-size: 0.8em;
}
#footer ul > li:before {
    content: "▶︎";
    display: inline-block;
    margin-right: 0.5em;
}
/*ブレッド*/
ul#bread {
display: none;
}
#Wrap.product p.catch {
font-size: 0.9em;
}
ul#opt {
font-size: 0px;
}
ul#opt li {
display: inline-block;
margin-right: 0.5em;
padding-top: 0.3em;
padding-bottom: 0.3em;
font-size: 10px;

width: auto;
text-align: center;
padding-left: 0.4em;
padding-right: 0.4em;

}
#Wrap.product h1 {
padding-bottom: 0.2em;
}
#PV {
height: 250px;
}
table.resultlist td {
padding-top: 8px;
padding-right: 0;
padding-left: 5px;
padding-bottom: 8px;
vertical-align: middle;
font-size: 0.9em;
line-height: 1.4;
}
input.Lfield {
font-size: 18px !important;
width: 90%;
}
p.read{
line-height: 1.6;
margin-bottom: 1em;
font-size: 1.0em;
}
#Wrap.pages h3{font-size:1.3em;}
p.answer{
margin-bottom: 30px;
padding-left: 0em;
}



ul.ig li{position: relative;
  width: 48%;}
ul.ig li:before{
  content: "";
  display: block;
  padding-top: 99%;
}
ul.ig li img{position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;}

}

/*----------------------------2018/3/8 ADD*/
.message{font-size:120%;padding:1.2em;color:#cc0000;}
.error-message{color:#cc0000;}
.opttxt{margin:1.6em 0;line-height:1.6;display:block;}
.newsfooter{line-height:1.8;}
.pages{line-height:1.6;}

/*-2020.02ADD*/
.pagination-cur{color:#BB0000!important;font-weight:bold;}
.caraimg{max-width:100%;height:auto;margin-bottom:20px;)

div.opttxt img{height:auto;}

/*-------------------------202312ADD*/



