@charset "UTF-8";

.cart_anime {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 0 auto;
  /*ポイント１：イーズの利用*/
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  /*ポイント２：perspectiveの指定*/
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}


@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 200;
src: url(/common/fonts/NotoSerifCJKjp-Light.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 400;
src: url(/common/fonts/NotoSerifCJKjp-Regular.otf) format(‘opentype’);
}

@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 600;
src: url(/common/fonts/NotoSerifCJKjp-SemiBold.otf) format(‘opentype’);
}

@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 900;
src: url(/common/fonts/NotoSerifCJKjp-Black.otf) format(‘opentype’);
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}

/* -----------------------------------
共通
-------------------------------------*/

html { font-size: 62.5%; }
body {
    counter-reset: number 0; 
    min-width: 1240px;
    color:#000;
    line-height: 1.8;
    font-size: 14px; font-size: 1.4rem;/* =14px */
    font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    background-color:#fff;
}
.tk-futura-pt-condensed{
    font-size: 1.6rem;
    font-weight: normal;
    color: #848484;
}
/* リンク  
-------------------*/
a{
    color:#000;
    text-decoration:none;
}

a:hover{
    opacity:0.8;
}


/*  フロート
-------------------*/
.fl{float:left;}
.fr{float:right;}


/*  クリア
-------------------*/
.clear{
    clear:both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*  全体
-------------------*/
#wrapper{
    overflow:hidden;
    overflow-x: scroll;
}


/*  ヘッダー
-------------------*/
header{
    text-align: center;
    height: 100px;
}
header .inner{
    position: relative;
    width: 1200px;
    margin:0 auto;
}
header h1{
	margin-top:5px;
    font-size: 1.3rem;
}
header h2{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
header h2 a:hover{
    opacity: 1;
}
header button{
    position: absolute;
    background: #cf8f25;
    top: 0;
    right: 0;
    height: 100px;
    width: 124px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
header button figure{
    position: relative;
    width: 35%;
    margin: 0 auto;
}
header button figure img{
    display: block;
    margin: 2px auto;
}
header button figure .quantity{
    position: absolute;
    top: 0;
    right: -5px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    line-height: 1.6;
    display: block;
    text-align: center;
    color: #000;
}

.main_image{
    text-align: center;
    background-color: #000;
}


/*  ヘッダー(下層共通)
-------------------*/
header.under{
    text-align: left;
    position: relative;
    height: 70px;
    width: 1200px;
    margin: 0 auto;
}
header.under h1{
    font-size: 1.2rem;
}
header.under h2{
    position: absolute;
    top: 35px;
    left: 30px;
    /*right: 900px;*/
    bottom: 0;
    margin: auto;
    z-index: 2;
}
header.under h2 a:hover{
    opacity: 1;
}
header.under button{
    position: absolute;
    background: #cf8f25;
    top: 0;
    right: 0;
    height: 70px;
    width: 180px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header.under button figure{
    position: relative;
    width: 27%;
    margin: 0;
}
header.under button figure img{
    display: block;
    margin:0;
}
header.under button figure .quantity{
    position: absolute;
    top: 0;
    right: -5px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    line-height: 1.6;
    display: block;
    text-align: center;
    color: #000;
}
.main_image{
    position: relative;
    text-align: center;
    background-color: #000;
}
.main_image .txt_area{
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 700px;
}
.main_image .txt_area img{
    width: 65%;
    display: block;
    margin: 0 auto;
}
.main_image .txt_area p{
    color: #fff;
    background: #f00;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 0;
}


/*  メニュー
-------------------*/
nav{
    clear: both;
    background-image: url("../img/bg/dot.gif");
    background-size: 8px;
    width: 100%;
    height: 100px;
    opacity: 1;
}
nav ul{
    margin:0;
    padding:0;
    width:1202px;
    margin: 0 auto
}
nav ul li{
    margin:0;
    padding:0;
    float:left;
    border-right: 2px solid #f6f5f5;
}
/*nav ul li:nth-child(2){
    border-right: 0;
}*/
/*nav ul li:nth-of-type(1),nav ul li:nth-of-type(3){
    border-left: 2px solid #f6f5f5;
}*/
nav ul li a{
    display: block;
    padding: 0px;
    border:none; 
}

nav ul li p{
    background: rgba(8,86,54,0.9);
    width:100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99999;
    display: none;
}

nav ul li p span{
    display:block;
    width:700px;
    margin:0 auto;
    padding:20px 0 20px 300px;
    color:#fff; 
    font-size:18px; font-size:1.8rem;
}
#dropmenu{
  padding: 0; 
}
#dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #000;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li ul{
  width: 100%;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 198px;
  height: 0;
  border-right: 0;
  border-left: 0;
  -moz-transition: .9s;
  -webkit-transition: .9s;
  -o-transition: .9s;
  -ms-transition: .9s;
  transition: .9s;
}
#dropmenu li ul li a{
  padding: 15px 15px;
  background: #ededf7;
  border-bottom: 2px solid #f6f5f5;
  text-align: left;
  font-size: 1.2rem;
  font-weight:normal;
}
#dropmenu li ul li a:hover{
  background: #f6e7e7;
  opacity: 1;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 53px;
}


/*  検索窓
-------------------*/
#searchBox{
   /* background-color:#f6f5f5;*/
    width: 100%;
    /*display: none;*/
    background-image: url(../img/bg/forest1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#searchBox .searchBoxinner{
    width: 1200px;
    margin: 0 auto;
    background-image: url("../img/bg/bg_search.png");
    background-repeat: no-repeat;
    background-position: top 0 left 97px;
    padding: 50px 20px 20px;
    cursor: pointer;
}
#searchBox .searchBoxinner .searchChild{
    padding-left: 35px;
}
#searchBox .searchBoxinner .searchChild h3{
    width: 145px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    float: left;
}
#searchBox .searchBoxinner .searchChild p{
    float: left;
    padding-left: 20px;
}
#searchBox .searchBoxinner .searchChild p span{
    color: #fff;
    margin-left: 17px;
    }
/* Reset input[type="search"] */
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    padding: 6px;
    border-radius: 10px;
    border: 0;
    width: 315px;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
::-webkit-input-placeholder {
    color:#beb4b4;
}
#searchBox .searchBoxinner .searchChild2{
    width: 145px;
    display: table-cell;
    padding-right: 20px;
}
#searchBox .searchBoxinner .first{
    padding-left: 35px;
}
#searchBox .searchBoxinner .searchChild2:last-child{
    padding-right: 0px;
}
#searchBox .searchBoxinner .searchChild2 h3{
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #fff;
}
#searchBox .searchBoxinner .searchChild2 li{
    width: 145px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding-top:4px; 
}
#searchBox .searchBoxinner .searchChild2 li:hover{
    background-color: #E0EEFD;
}
#searchBox .searchBoxinner .searchChild3{
    text-align: center;
    margin-top:20px; 
}
#searchBox .searchBoxinner .searchChild3 #searchCount_upper p,
#searchBox .searchBoxinner .searchChild3 #searchCount p{
    font-size: 1.8rem;
    color: #fff;
}
#searchBox .searchBoxinner .searchChild3 p span{
    font-size: 2.5rem;
    font-weight: bold;
}
input[type="submit"],input[type="reset"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    padding: 10px 15px;
    /*border-radius: 10px;*/
    border: 0;
    width: 300px;
    background-color: #9effff;
    font-size: 2rem;
    cursor: pointer;
    transition: 1s cubic-bezier(0,1,0.25,1);
    position: relative;
    top: -5px;

}
input[type="submit"]:hover,input[type="reset"]:hover {
    background-color:#508e8e;
}
input[type="submit"]{
    font-weight: bold;
}
p.searchClose{
    border: 1px solid #fff;
    width: 300px;
    margin: 20px auto;
    padding: 6px 0 5px;
    cursor: pointer;
    color: #fff;
}

#searchBox .searchBoxinner .searchChild2 li.select{
    background-color: #B0D3FB;
}
p.atten{
    margin:0px auto 40px;
    width: 532px;
    border:1px solid #f00;
    color: #fff;
    background-color: #f00;
    padding: 1px 10px;
    text-align: center;
    font-weight:900;
}

/*  メインコンテンツ　id="main"
-------------------*/
.searchresult_top {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.searchresult_top select {
    font-size: 1.3rem;
    height: 25px;
    margin-right: 5px;
}

.sort_btn {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.3rem;
    background-color: #7a7a7a;
    padding: 1px 7px;
    border-radius: 5px;
    display: table;
    vertical-align: middle;
}

#main{
    overflow: hidden;
    width: 1200px;
    margin:0 auto;
    background-image: url("../img/bg/dot.gif");
    background-size: 8px;
}

/*  パンくず
-------------------*/
.bread{
    background-color: #fff;
}
.bread ol{
    font-size: 1.4rem;
    display: table-cell;
    padding:20px 0 30px 30px;
}
.bread ol li:first-child{
    background-image: url("../img/bread/icon.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}
.bread ol li{
    float: left;
}

/*  左コンテンツ
-------------------*/
.left_wrapper{
    width: 180px;
    float: left;
    background-image: url("../img/bg/dot.gif");
    background-size: 8px;
}
.left_wrapper ul.moremenu li a{
    position: relative;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    background: #ccc;
    padding: 17px 0px;
    box-sizing: border-box;
}
.left_wrapper ul.moremenu li:nth-of-type(2) a{
    border-top:2px solid #fff;
}
.left_wrapper ul.moremenu li:last-of-type a{
    border-bottom:2px solid #fff;
}
.left_wrapper ul.moremenu li:nth-of-type(5) a{
    letter-spacing: -1px;
}
.left_wrapper ul.moremenu li a:after{
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 14px 14px 0 0px;
}
.left_wrapper ul.makerlink li:first-child{
    border: 0;
    height: 45px;
}
.left_wrapper ul.makerlink li{
    width: 177px;
    height: 58px;
    text-align: center;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}
.left_wrapper ul.showroom_banner li{
    font-size: 1.2rem;
    text-align: center;
}
.left_wrapper ul.showroom_banner li a:hover{
    text-decoration: underline;
}

/*  中央コンテンツ
-------------------*/
.center_wrapper{
    background-color: #fff;
    width: 840px;
    float: left;
}
.center_wrapper .info{
    text-align: center;
    padding-bottom: 40px;
}
.center_wrapper .info h2{
    margin: 30px 0;
}
.center_wrapper .info table{
    width: 600px;
    margin:0 auto;
}
.center_wrapper .info tr{
    border-bottom:1px dotted #ccc;
}
.center_wrapper .info th{
    width: 70px;
    padding: 5px 0 5px 21px;
    background-image: url(../img/infomation/icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 2px top 11px;
}
.center_wrapper .info th::after{
    content: ' :';
}
.center_wrapper .info td{
    text-align: left;
}
.center_wrapper .accordingtoneeds{
    text-align: center;
    
}
.center_wrapper .accordingtoneeds h2{
    margin: 30px 0;
}
.center_wrapper .accordingtoneeds p.ttl{
    line-height: 1.4;
}
.center_wrapper .accordingtoneeds p.ttl span{
    font-size: 1.2rem;
}
.center_wrapper .accordingtoneeds .inner_wrapper{
    padding:20px 0 0 16px;
}
.center_wrapper .accordingtoneeds .inner{
    width: 360px;
    display: table-cell;
    border: 1px dotted #ccc;
    padding: 20px;
}
.center_wrapper .accordingtoneeds .first{
     border-right: 0;
}
.center_wrapper .accordingtoneeds .inner p.ttl{
    text-align: center;
    width: 358px;
    border: 2px solid #848484;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}
.center_wrapper .accordingtoneeds .inner p.ttl small{
    font-size: 1.6rem;
    font-weight: normal;
    color: #848484;
}
.center_wrapper .accordingtoneeds .inner p.txt{
    text-align: left;
    line-height: 1.2;
    font-size: 1.4rem;
    margin:10px 0;
}
.center_wrapper .accordingtoneeds .inner p.link{
    border: 2px solid #848484;
    padding: 10px 0;
}
.center_wrapper .colorbycolor{
    text-align: center;
    
}
.center_wrapper .colorbycolor h2{
    margin: 30px 0;
}
.center_wrapper .colorbycolor p.ttl{
    line-height: 1.4;
}
.center_wrapper .colorbycolor p.ttl span{
    font-size: 1.2rem;
}
.center_wrapper .colorbycolor .inner_wrapper{
    padding:20px 0 0 16px;
}
.center_wrapper .colorbycolor .inner_wrapper2{
    padding:0 0 0 16px;
}
.center_wrapper .colorbycolor .inner{
    width: 360px;
    display: table-cell;
    border: 1px dotted #ccc;
    padding: 20px;
}
.center_wrapper .colorbycolor .first{
     border-right: 0;
}
.center_wrapper .colorbycolor .inner_wrapper2 .second{
    border-top:0; 
}
.center_wrapper .colorbycolor .inner p.ttl{
    text-align: center;
    width: 358px;
    border: 2px solid #848484;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 10px;
    color: #848484;
    padding: 10px 0;
    /*font-family: Futura;*/
}
.center_wrapper .colorbycolor .inner p.ttl2{
    background-image: url(../img/colorbycolor/icon.png);
    background-repeat: no-repeat;
    background-position: center left 86px;
    margin: 5px 0;
    font-weight: bold;
}
.center_wrapper .colorbycolor .inner dl{
    width:95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding-bottom:10px; 
}
.center_wrapper .colorbycolor .inner dt{
    float: left;
}
.center_wrapper .colorbycolor .inner dt::after{
    content: ':';
}
.center_wrapper .colorbycolor .inner p.link{
    border: 2px solid #848484;
    padding: 10px 0;
}
.center_wrapper .letsDiy{
    text-align: center;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .letsDiy h2{
    margin: 30px 0;
}
.center_wrapper .letsDiy p{
    line-height: 1.4;
    margin-bottom: 20px;
}
.center_wrapper .letsDiy .inner_wrapper img.ttl_movie{
    margin: 20px 0;
}
.center_wrapper .letsDiy .inner_wrapper .inner img:first-child{
    padding-right: 10px; 
}
.center_wrapper .letsDiy .inner_wrapper p.link{
    border: 2px solid #848484;
    padding: 10px 0;
    width: 360px;
    margin: 20px auto 40px;
}
.center_wrapper .pickUp{
    text-align: center;
	padding-bottom: 40px;
    margin-bottom: 40px;
	border-bottom: 2px dotted #ccc;
}
.center_wrapper .pickUp h2{
    margin: 30px 0;
}
.center_wrapper .pickUp p{
    line-height: 1.4;
    margin-bottom: 20px;
}
.center_wrapper .pickUp .inner_wrapper img{
    margin: 8px;
}

.center_wrapper .pickUp .inner_wrapper{
    display: flex;
    width: 800px;
    margin: 0 auto;
}

.center_wrapper .Leather{
	text-align: center;
	margin-bottom: 100px;
}

.center_wrapper .Leather h2{
	margin-bottom: 30px;
}

.center_wrapper .Leather p.ttl{
	line-height: 1.4;
	margin-bottom: 20px;
    border:none;
}

.center_wrapper .Leather p{
	border: 2px solid #848484;
	width: 360px;
	margin: 20px auto 40px;
}

.center_wrapper .Leather p a{
	display: block;
	width: 360px;
	padding: 10px 0;
}

/*  右コンテンツ
-------------------*/
.right_wrapper{
    width: 180px;
    /*height: 3550px;*/
    background-image: url("../img/bg/dot.gif");
    background-size: 8px;
    float: right;
}

.right_wrapper .sample {
	border:solid 1px #red;
}


.ssl img{
    width: 100%;
}

.right_wrapper #favorite-box{
    border: 2px solid #000;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.right_wrapper #favorite-box .stock{
    display: flex;
    justify-content: space-around;
    align-items: self-start;
    padding: 10px 0;
    border-bottom: 1px dotted #3b3b3b;
}
.right_wrapper #favorite-box .stock a{}
.right_wrapper #favorite-box .stock a img{}
.right_wrapper #favorite-box .stock .data{}
.right_wrapper #favorite-box .stock .data p{
    line-height: 1;
    padding: 8px 0;
}
.right_wrapper #favorite-box a.btn{
    display: block;
    text-align: center;
    color: #fff;
    background: #cf8f25;
    padding: 7px 0;
    margin: 10px 5px;
}
/* 点滅ここから*/
.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
/* 点滅ここまで*/






/*.right_wrapper #favorite-box{
    overflow: hidden;
    border: 2px solid #000;
    margin-bottom: 10px;
}
.right_wrapper ul.sample .stock{
    width: 180px;
    font-size: 1.3rem;
}
.right_wrapper ul.sample .stock a{
    display: block;
}
.right_wrapper ul.sample .stock img{
    float: left;
    padding: 5px ;
}
.right_wrapper ul.sample .stock p{
    width: 81px;
    float: left;
    text-align:right;
    padding:5px 0px 3px 0;
}
.right_wrapper ul.sample .stock .data{
    overflow: hidden;
}
.right_wrapper ul.sample .stock .data p.s_price{
    color: #f00;
    font-weight: bold;
}
.right_wrapper ul.sample .stock .btn{
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 170px;
}
.right_wrapper ul.sample .stock .btn p{
    text-align: center;
    width: 170px;
    border: 1px solid #960000;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 auto 5px;
}
#sample-billing{
    background-color: #960000;
    color: #fff;
}
.right_wrapper ul.sample .stock .btn p:hover{
    background-color: #f6f5f5;
}*/
.right_wrapper ul.companylink{
    clear: both;
    text-align: center;
    font-size: 1.2rem;
}
.right_wrapper ul.companylink a:hover{
    text-decoration: underline;
}
.right_wrapper ul.companylink2 li:first-child{
    border: 0;
    height: 45px;
}
.right_wrapper ul.companylink2 li.link{
    width: 150px;
    font-size: 1.2rem;
    padding: 15px 0;
    border-bottom:1px dotted #ccc;
    background-image: url("../img/companylink/icon.png");
    background-repeat: no-repeat;
    background-position: center left 5px;
    padding-left: 30px;
}
.right_wrapper ul.companylink2 li.link a:hover{
    text-decoration:underline;
}
.right_wrapper ul.calendar iframe #workscal{
    width: 100% !important;
}

/*  フッター
-------------------*/
footer{
    clear: both;
    height: 273px;
    background-image: url("../img/bg/footerbase.png");
    background-repeat: no-repeat;
    font-size: 1.4rem;
}
footer .footer_wrapper{
    width: 890px;
    margin: 0 auto;
    padding-top: 30px;
}
footer .footer_wrapper .inner_wrapper{
    width: 600px;
    float: left;
}

footer .footer_wrapper dt{
    font-weight: bold;
}
footer .footer_wrapper dd{
    padding-left: 10px;
}
footer .footer_wrapper .inner dl{
    width: 300px;
    float: left;

}
footer .footer_wrapper dl.etc{
    clear: both;
    padding-top: 20px;
}
footer a:hover{
    text-decoration: underline;
}
footer .footer_wrapper .logo_area{
    width: 283px;
    text-align: center;
    float:left;
}
footer .footer_wrapper .logo_area h2{
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
footer .footer_wrapper .logo_area p{
    text-align: left;
    padding-top: 10px;
    line-height: 1.4;    
}
.copyRight{
    clear: both;
    font-size: 1rem;
    text-align: center;
}


/*  トップに戻るボタン
-------------------*/
p.gotop{
    position: fixed;
    right: 0;
    bottom: -50px;
}
p.gotop button{
    background: #cf8f25;
    top: 0;
    right: 0;
    height: 100px;
    width: 120px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
p.gotop button figure{
    position: relative;
    width: 35%;
    margin: 0 auto;
}
p.gotop button figure img{
    display: block;
    margin: 2px auto;
}
p.gotop button figure .quantity{
    position: absolute;
    top: 0;
    right: -5px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    line-height: 1.6;
    display: block;
    text-align: center;
    color: #000;
}
p.gotop a{
    width: 120px;
    height: 60px;
    display: block;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0;
}
p.gotop a img{
    width: 50%;
    display: block;
    margin: 0 auto;
}


/*  張り生地検索結果一覧
-------------------*/

.searchresult{
    width: 802px;
    margin: 0 auto;
}

.searchresult h2{
    border-bottom: #ccc dotted 2px;
    padding: 0 0 21px 16px;
    margin-bottom: 20px;
    overflow: hidden;
}
.searchresult h2 span{
    font-size: 12px;
    color: #f00;
    margin-left: 30px; 
    display: block; 
    float: right;
}
.searchresult .number{
    font-size: 1.4rem;
    text-align: right;
}

.searchresult .number span{
    font-size: 2.0rem;
    font-weight: bold;
}

/*検索結果一覧*/

.searchresult .result:last-child{
    padding-bottom: 14px;
    border-bottom: #ccc dotted 2px;
}

.searchresult .result li{
    width: 150px;
    float: left;
    margin: 0 13px 13px 0;
    height: 310px;
}

.searchresult .result li:last-child{
    margin-right: 0;
}

.searchresult .result p{
    font-size: 1.1rem;
    text-align: right;
    height: 17px;
}

.searchresult .result p span{
/*    font-size: 1.1rem;*/
	font-size: 100%;
    font-weight: bold;
}
.searchresult .result p span.meter{
    font-weight: normal; 
    font-size: 1.1rem
} 
.searchresult .result p.s_price{
    color:#F00;
}


/*  椅子生地の種類
（椅子生地について）
-------------------*/
.center_wrapper .hariji_type{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .hariji_type h2{
    margin: 30px 0;
}
.center_wrapper .hariji_type h3{
    font-size: 2rem;
    font-weight: bold;
    background-image: url("../../about/img/type/ttl_2.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 0;
}
.center_wrapper .hariji_type p{
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 30px 0;
}
.center_wrapper .hariji_type p span{
    font-weight: bold;
}
.center_wrapper .hariji_type p span.big{
    font-size: 2rem;
}

.center_wrapper .character{
    text-align: center;
    width: 742px;
    margin: 0 auto
}
.center_wrapper .character h2{
    padding: 20px 0;
}
.center_wrapper .character .character_inner h3{
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #848484;
    text-align: left;
    padding: 9px 0 8px 20px;
}
.center_wrapper .character .character_inner h3 small{
   /* font-family: Futura;
    font-weight: normal;
    font-size: 1.4rem;*/
    color: #848484;
}
.center_wrapper .character .character_inner p.txt{
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
    width: 672px;
    margin: 20px auto;
}
.center_wrapper .character .character_inner2{
    margin: 20px 0 40px;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .character .character_inner2_last{
    border-bottom: 0;
}
.center_wrapper .character .character_inner2 h4{
    border: 1px solid #848484;
    padding: 3px 0;
}
.center_wrapper .character .character_inner2 .merit,.center_wrapper .character .character_inner2 .demerit{
    width: 360px;
    padding-bottom: 30px;
    float: left;
}
.center_wrapper .character .character_inner2 .merit{
    padding-right: 22px;
}
.center_wrapper .character .character_inner2 .merit li{
    background-color: #ededf7;
    margin-top:10px; 
    padding: 3px 0
}
.center_wrapper .character .character_inner2 .demerit li{
    background-color: #f6e7e7;
    margin-top:10px; 
    padding: 3px 0
}
.center_wrapper .character .character_inner2 p.link{
    clear: both;
    border: 2px solid #848484;
    padding: 10px 0;
    width: 360px;
    margin: 0 auto;
}

/* よくあるご質問
-------------------*/
.center_wrapper .question{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .question h2{
    margin: 30px 0;
}
.center_wrapper .question h3{
    font-size: 1.4rem;
}

.center_wrapper .question_outer{
    width: 670px;
    margin:20px auto;
    font-size:1.4rem;
    line-height: 1.4;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
}
.center_wrapper .last{
    margin-bottom: 100px;
}
.center_wrapper .question_outer h4{
    background-image: url("../../question/img/icon_1.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 15px 0 15px 50px;
}
.center_wrapper .question_inner{
    width: 600px;
    margin: 15px auto;
    background-color: #f0f0f0;
}
.center_wrapper .question_inner p{
    background-image: url("../../question/img/icon_2.png");
    background-repeat: no-repeat;
    background-position: top 20px left 15px;
    padding: 20px 20px 20px 65px;
}
.center_wrapper .question_inner p.single{
    background-image: url("../../question/img/icon_2.png");
    background-repeat: no-repeat;
    background-position: top 10px left 15px;
    padding: 20px 20px 20px 65px;
}

/* サイトマップ
-------------------*/
.center_wrapper .sitemap{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .sitemap h2{
    margin: 30px 0;
}
.center_wrapper .sitemap h3{
    font-size: 1.4rem;
}
.center_wrapper .sitemap_inner,.center_wrapper .sitemap_inner2,.center_wrapper .sitemap_inner3,.center_wrapper .sitemap_inner4{
    width: 800px;
    margin: 40px auto 0;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ccc;
}
.center_wrapper .sitemap_inner p{
    background-color: #aaa9a9;
    font-weight: bold;
    padding: 10px 90px;
    background-image: url("../../sitemap/img/icon_1.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
}
.center_wrapper .sitemap_inner p:hover{
    background-color: #f6e7e7;
}
.center_wrapper .sitemap_inner p span,.center_wrapper .sitemap_inner2 dt span,.center_wrapper .sitemap_inner3 p span,.center_wrapper .sitemap_inner4 p span{
    color: #fff;
}
/*.center_wrapper .sitemap_inner2 dd span{
    font-family: Futura;
    font-weight: normal;
    color: #848484;
    font-size: 1.2rem;
}*/
.center_wrapper .sitemap_inner2 dt{
    background-color: #d1cfcf;
    font-weight: bold;
    padding: 10px 0 10px 90px;
    background-image: url("../../sitemap/img/icon_1.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
    margin-left: auto;
    width: 635px; 
}
.center_wrapper .sitemap_inner2 dd.type1{
    /*background-color: #d1cfcf;  */
    border: 2px solid #848484;  
    padding: 8px 0 8px 90px;
    background-image: url("../../sitemap/img/icon_2.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
    margin-left: auto;
    margin-top: 15px;
    width: 556px; 
}
.center_wrapper .sitemap_inner2 dd.type1:hover{
    background-color: #f6e7e7;
}
.center_wrapper .sitemap_inner2 dd.type2:hover{
    background-color: #f6e7e7;
}
.center_wrapper .sitemap_inner2 dd.type2{
    border: 2px solid #848484;  
    padding: 8px 0 8px 90px;
    background-image: url("../../sitemap/img/icon_2.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
    margin-left: auto;
    margin-top: 15px;
    width: 481px; 
}
.center_wrapper .sitemap_inner3 p{
    background-color: #d1cfcf;
    font-weight: bold;
    padding: 10px 0 10px 90px;
    background-image: url("../../sitemap/img/icon_1.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
    margin-left: auto;
    width: 635px; 
}
.center_wrapper .sitemap_inner3 p.s_hover:hover{
    background-color: #f6e7e7;
}
.center_wrapper .sitemap_inner4{
    overflow: hidden;
}
.center_wrapper .sitemap_inner4 p{
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 10px 0 10px 90px;
    background-image: url("../../sitemap/img/icon_3.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
    margin-left: auto;
    width: 635px; 
}
.center_wrapper .sitemap_inner4 p span{
    font-family: Futura;
    font-weight: normal;
    color: #848484;
    font-size: 1.2rem;
}
.center_wrapper .sitemap_inner4 dl{
    width: 650px;
    margin-left: auto;
}
.center_wrapper .sitemap_inner4 dd{
    border: 2px solid #848484;
    text-align: center;
    padding: 8px 0;
    width:313px;
    float: left;
    margin:15px 15px 0 0;
}
.center_wrapper .sitemap_inner4 dd:hover{
    background-color:#f6e7e7;
}
.center_wrapper .sitemap_inner4 dd.out{
    margin-right: 0;
}
.center_wrapper .out{
    border: 0;
    margin-bottom: 40px;
}

.center_wrapper .sitemap p:hover{
    background-color:#f6e7e7;
} 
.center_wrapper .sitemap a:hover{
    background-color:#f6e7e7;
} 


/* お手入れについて
-------------------*/

/*共通*/

.how_to_care,.material{
	text-align: center;
	width: 800px;
	margin: 0 auto;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.material{
	width: 742px;
}


.hcio{
	text-align: center;
	width: 742px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.material h3,.hcio h3,.hcio h5{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	text-align: left;
	padding: 9px 0 8px 20px;
	margin: 40px auto 20px;
}

/*お手入れについて*/

.how_to_care h2{
	margin: 30px 0 40px;
}

.how_to_care p.text{
	width: 675px;
	margin: 60px auto 0;
}

/*素材ごとのお手入れ方法*/

.material .m_content{
	margin-bottom: 20px;
}

.material .m_box{
	width: 170px;
	float: left;
	margin-right: 20px;
}

.material .m_box:last-child{
	margin-right: 0;
}

.material .m_box h4{
	background: url(../../about/img/care/material_base.gif) no-repeat;
	height: 50px;
	font-weight: bold;
	line-height: 3.6;
}

.material .m_box h5{
	width: 123px;
	margin: 10px auto 15px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background: url(../../about/img/care/material_icon.gif) no-repeat 20px 7px;
	padding:5px 0 5px 27px;
}
.material .m_box p.text{
	font-size: 1.2rem;
	text-align: left;
	height: 250px;
    line-height: 1.5;
}

.material .m_box h6{
	width: 150px;
	margin: 10px auto 15px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
    padding: 5px 0;
}

.material .m_box p.mark{
	font-size: 1.8rem;
}

.material p.d_text{
	border: 2px solid #ccc;
	width: 716px;
	padding: 10px 15px;
}

.hcio h3{
	background: url(../../about/img/care/h3_ttl_base.png) no-repeat;
	border: none;
	height: 51px;
}

.hcio h4{
	background: url(../../about/img/care/ttl_2.png) no-repeat;
	width: 550px;
	height: 45px;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 auto;
	line-height: 2.3;
}

.hcio p{
	width: 680px;
	margin: 40px auto;
	text-align: left;
}

.hcio h5{
	border-color: #ccc;
}

.hcio figure{
	float: left;
	width: 360px;
	margin: 0;
}

.hcio figure:last-child{
	float: right;
}

.hcio p.btn{
	border: 2px solid #848484;
	width: 360px;
	height: 50px;
	box-sizing: border-box;
	float: right;
	margin: 0 0 130px 0;
}

.hcio p.btn a{
	display: block;
	padding: 12px 70px;
}

/* 生地のランクについて
-------------------*/

/*共通*/
.rank p.text,.view p.text{
	width: 675px;
	margin: 0 auto;
}

/*生地のランク*/

.rank{
	width: 750px;
	margin: 0 auto;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.rank h2{
	margin: 30px auto 40px;
	text-align: center;
}

.rank h3{
	background: url(../../about/img/rank/ttl_2.png) no-repeat;
	height: 45px;
	width: 196px;
	margin: 70px auto 30px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.3;
}

/*生地ランクの見方*/

.view{
	width: 742px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.view h4{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 9px 0 8px 20px;
	margin: 40px auto 20px;
}

.view table{
	width: 742px;
	border: 2px solid #848484;
	box-sizing: border-box;
	text-align: center;
	margin: 45px auto 140px;
}

.view tr{
	height: 50px;
}

.view th:first-child{
	border-right: 1px dotted #848484;
	text-align: center;
}

.view th:last-child{
	border-right: 2px solid #848484;
	text-align: center;
	background: #9effff;
	font-weight: bold;
}

.view td{
	border-right: 1px dotted #848484;
	border-top: 1px solid #848484;
}

.view tr.first{
	border-top: 2px solid #848484;
}

.view td.price,.view td.t_rank{
	width: 247px;
}

.view td.t_rank{
	background: #9effff;
	font-weight: bold;
}

.view td.btn{
	width: 248px;
}

.view td.btn a{
	display: block;
	width: 248px;
	height: 50px;
	line-height: 3.6;
}

.view td.btn a:hover{
	background: #f6e7e7;
	opacity: 1.0;
}


/* 張り生地の機能について
-------------------*/

.function_1{
	width: 750px;
	margin: 0 auto;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.function_1 h2{
	margin: 30px auto 40px;
	text-align: center;
}

.function_1 p.text{
	width: 630px;
	margin: 0 auto;
	margin-top: 55px;
}

/*機能一覧*/

.function_2{
	width: 742px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.function_2 h3{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 9px 0 8px 20px;
	margin: 40px auto 20px;
}

.function_2 h3 small{
	/*font-family: Futura;
	font-weight: normal;
	font-size: 1.4rem;*/
	color: #848484;
}

.function_2 .f_content{
	margin-bottom: 25px;
}

.function_2 .f_box{
	width: 230px;
	float: left;
	margin-right: 26px;
}

.function_2 .f_box:last-child{
	margin-right: 0;
}

.function_2 h4{
	background: url(../../about/img/function/function_base.gif) no-repeat;
	height: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 3.6;
}

.function_2 figure{
	width: 120px;
	margin: 18px auto 20px;
}

.function_2 h5{
	width: 230px;
	margin: 0 auto 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: url(../../about/img/function/chara_icon.gif) no-repeat 80px 7px;
	padding:5px 0 5px 5px;
	text-align: center;
}

.function_2 .text{
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.function_2 .btn{
	text-align: center;
	border: 2px solid #848484;
	height: 45px;
	line-height: 3.2;
}

.function_2 .btn a{
	display: block;
	width: 226px;
	height: 45px;
	line-height: 3.2;
}

.function_2 .btn a:hover{
	background: #f6e7e7;
	opacity: 1.0;
}

.function_2 .d_text{
	border: 2px solid #ccc;
	padding: 10px 15px;
	margin-bottom: 160px;
}


/* DIYに関して
-------------------*/

.diy_1{
	width: 750px;
	margin: 0 auto;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.diy_1 h2{
	margin: 30px auto 40px;
	text-align: center;
}

.diy_1 .text{
	width: 720px;
	margin: 35px auto 0;
}

.diy_2,.diy_3{
	width: 750px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.diy_2 h3{
	background: url(../../diy/img/ttl_2.png) no-repeat;
	height: 45px;
	width: 269px;
	margin: 30px auto;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.3;
}

.diy_2 .text{
	width: 700px;
}

.diy_2 .text strong{
	font-weight: bold;
}

.diy_2 .box{
	background: url(../../diy/img/plus.png) no-repeat 391px 198px;
	margin-bottom: 60px;
}

.diy_2 .set{
	width: 370px;
	float: left;
}

.diy_2 .goods{
	width: 310px;
	float: right;
}

.diy_2 .box h4{
	font-weight: bold;
	border: 2px solid #848484;
	padding: 9px;
	margin: 30px 0 10px;
	text-align: center;
}

.diy_2 .box figure{
	margin: 0;
}

.diy_2 .set p{
	background: #ededf7;
	margin: 10px auto 0;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 2.9;
}

.diy_2 .set p:nth-child(2n+1),.diy_2 .goods p:nth-child(2n+1){
	float: left;
}

.diy_2 .set p:nth-child(2n+0),.diy_2 .goods p:nth-child(2n+0){
	float: right;
}

.diy_2 .set p.small{
	background: none;
	font-size: 1.2rem;
	width: 370px;
	clear: both;
	line-height: 1.9;
	text-align: left;
}

.diy_2 .goods p{
	background: #f6e7e7;
	margin: 10px auto 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 2.9;
}

.diy_2 h5{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 9px 0 8px 20px;
	margin: 40px auto 20px;
}

.diy_2 .d_text{
	text-align: center;
	margin:15px 0 50px 0;
}

.diy_3{
	margin-bottom: 45px;
}

.diy_3 h3{
	margin-bottom: 25px;
}

.diy_3 p{
	text-align: center;
	margin-bottom: 30px;
}

.diy_3 .movie{
	width: 720px;
	float: left;
}

.diy_3 .movie:last-child{
	float: right;
}

.diy_4 {
	font-size: 1.6rem;
	width: 750px;
	margin: 0 auto 20px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 50px;
}

.diy_4 h3{
	font-weight: bold;
	font-size: 1.8rem;
	padding: 9px 0 8px 20px;
	background: #ccc;
}

.diy_4 table{
	text-align: center;
	margin: 15px auto 45px;
	border: 2px solid #848484;
}

.diy_4 table tr:first-child{
	height: 90px;
}

.diy_4 table th{
	text-align: center;
	border: 2px solid #848484;
}

.diy_4 table .set th{
	font-weight: bold;
}

.diy_4 table td{
	padding: 0 35px;
	height: 50px;
	border: 2px solid #848484;
}

.diy_4 table td.urethane{
	font-weight: bold;
	background: #ededf7;
}

.diy_4 table td.chipurethane{
	font-weight: bold;
	background: #f6e7e7;
}

.diy_4 table th.d_text{
	font-size: 1.4rem;
	text-align: left;
	padding: 15px 0 15px 35px;
	
}

.diy_4 table th.d_text span{
	color: #F00;
	font-weight: bold;
}

.diy_4 table .set a{
	display: block;
	line-height: 3.3;
}

.diy_4 table .set a:hover{
	background: #f6e7e7;
	opacity: 1.0;
}

.diy_4 table small{
	font-size: 1.2rem;
}

.diy_4 hr{
	border: none;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 50px;
}

.diy_4 .btn{
	font-size: 1.4rem;
	border: 2px solid #848484;
	width: 360px;
	height: 50px;
	box-sizing: border-box;
	float: right;
	text-align: center;
	line-height: 3.4;
}

.diy_4 .btn a{
	display: block;
	width: 360px;
	height: 50px;
}

.diy_5{
	width: 750px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.diy_5 h3{
	font-weight: bold;
	font-size: 1.8rem;
	padding: 9px 0 8px 20px;
	background: #f6f5f5;
}

.diy_5 p{
	width: 700px;
	margin: 35px auto 20px;
}

.diy_5 ol{
	width: 700px;
	margin: 0 auto 110px;
}

.diy_5 li{
	margin-bottom: 20px;
}

.diy_5 li span{
	color: #F00;
	font-size: 1.2rem;
}

/*DIY価格表*/

.diy_price{
	width: 660px;
	margin: 0 auto;
	background: #fff;
	font-size: 1.2rem;
	padding: 10px;
}

.diy_price h3{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 3px 0 3px 20px;
	margin-bottom: 10px;
}

.diy_price h3 a{
	display: block;
	float: right;
	margin-right: 10px;
	font-size: 1.4rem;
	line-height: 2.4;
}

.diy_price table{
	width: 660px;
	border: 2px solid #848484;
	text-align: center;
}

.diy_price th{
	background: #f6f5f5;
	border: 2px solid #848484;
	text-align: center;
	line-height: 3.0;
}

.diy_price td{
	border: 2px solid #848484;
}

.diy_price tr.red{
	color: #F00;
}

.diy_price tr.red td{
	font-weight: bold;
}
.diy_price p{
    text-align: right;
}
td.big{
    font-size: 2.2rem;
}




/*  メーカーショールームのご案内
-------------------*/

.showroom{
    width: 750px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.showroom h2{
	margin: 30px auto 40px;
	text-align: center;
}

.showroom p{
	text-align: center;
	padding-bottom:35px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 35px;
}

.showroom h3{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 9px 0 8px 20px;
	margin-bottom: 20px;
}

.showroom h3 img{
	display: block;
	float: right;
	margin-right: 15px;
	width: 105px;
	height: 18px;
	padding-top: 6px;
}

.showroom .box{
	margin-bottom: 20px;
}

.showroom .box:nth-child(10){
	padding-bottom: 50px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 50px;
}

.showroom .box:last-child{
	margin-bottom: 160px;
}

.showroom figure{
	margin: 0;
	width: 360px;
	float: left;
}

.showroom ul{
	width: 350px;
	float:right;
}

.showroom li{
	line-height: 2.2;
}

.showroom li:first-child{
	font-weight: bold;
}

.showroom address{
	display: inline;
}
.showroom a:hover{
    color: #9effff;
    text-decoration: underline;
}
.showroom li small{
	font-size: 1.2rem;
}

.pageViewIndex {
	width: 802px;
	margin: 10px auto 100px;
}

a.pagedLink {
	-webkit-box-shadow: 0px 2px 5px 2px #e0e0e0;
	padding: 1px 10px;
	margin-right: 10px;
}

strong.pagedLink {
	background-color: #D6B247;
	-webkit-box-shadow: 0px 2px 5px 2px #e0e0e0;
	padding: 1px 10px;
	margin-right: 10px;
}


/*  本革(天然皮革)
-------------------*/

/*共通*/

.leather,.type,.case,.facilcalf{
	width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

figure{
	margin: 0;
}

.t_center{
	text-align: center
}

/*本皮*/

.leather{
	padding-bottom: 80px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 50px;
}

.leather h2,.type h2{
	margin: 30px auto 40px;
	text-align: center;
}
.type table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
    margin: 0 auto;
}

.type table thead th {
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #cf8f25;
    background: #e2e1e1;
    text-align: center;
}
.type table tbody th {
    width: 160px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.type table tbody th.info {
    font-weight: normal;
}
.type table td.name{
    text-align: left;
}
.type table td {
    width: 160px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.7rem;
}
.type table td span{
    font-weight: normal;
    font-size: 1.2rem;
}
.leather p.top_text{
	margin-bottom: 30px;
}

.leather h3{
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #848484;
	padding: 9px 0 8px 20px;
	margin: 40px auto 20px;
}

.leather h3 img{
	display: block;
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}

.leather p.b_text{
	font-weight: bold;
	margin: 50px auto;
}



/*特徴*/

.leather .feature{
	width: 730px;
	margin: 0 auto;
	background: #000;
	color: #FFF;
}

.leather .feature h4{
	padding-top: 25px;
	margin-bottom: 40px;
	text-align: center;
}

.leather .feature p{
	text-align: left;
	margin: 15px 0 50px 0;
}

.leather .feature .m_box{
	width: 270px;
	float: left;
	margin-left: 45px;
}

.leather .feature .d_box{
	width: 270px;
	float: right;
	margin-right: 45px;
}

/*特徴ここまで*/

.leather dl{
	width: 690px;
	margin: 20px auto 0;
}

.leather dt,.leather dd{
	display: inline;
}

.rl{
	width: 657px;
	margin: 45px auto 60px;
}

.rl h4{
	margin-bottom:20px;
	text-align: center;
	font-weight: bold;
}

.rl .rl_l{
	width: 306px;
	float: left;
}

.rl .rl_r{
	width: 306px;
	float: right;
}

.leather strong{
	font-weight: bold;
}

.unit{
	width: 500px;
	margin: 0 auto;
}

.unit figure{
	float: left;
}

.unit figure:last-child{
	float: right;
}


/*3タイプの張り方*/

.type{
	padding-bottom: 80px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 50px;
}

.type p{
	text-align: center;
	margin-bottom: 50px;
}


/*本革張り事例*/

figure.case{
	margin-bottom: 50px;
}


/*ファシルカーフ2*/

.facilcalf{
	padding-bottom: 120px;
}

.facilcalf h3{
	margin: 0 0 20px 0;
	padding: 0 0 12px 30px;
	border-bottom: 2px dotted #ccc;
	
}

.facilcalf li{
	width: 150px;
	float: left;
	margin-right: 12px;
}

.facilcalf li:last-child{
	margin-right: 0;
}

.facilcalf li p{
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
	padding: 13px;
	margin: 10px 0 20px;
}

.facilcalf p.btn{
	float: right;
	margin-top: 10px;
	border: 2px solid #848484;
	width: 360px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	line-height: 3.4;
}

.facilcalf p.btn a{
	display: block;
	width: 360px;
	height: 50px;
}


/*  ウレタンフォームについて
-------------------*/
.center_wrapper .urethane_form{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    border-bottom: 2px dotted #ccc;
    font-size: 1.4rem;
}
.center_wrapper .urethane_form h2{
    margin: 30px 0;
}
.center_wrapper .urethane_form h3{
    font-size: 2rem;
    font-weight: bold;
    background-image: url("../../about/img/urethane/ttl_2.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 0;
}
.center_wrapper .urethane_form p{
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 40px 0;
    text-align: left;
    width: 705px;
    margin: 0 auto;
}
.center_wrapper .difference{
    text-align: center;
    width: 750px;
    margin: 55px auto 630px;
    overflow: hidden;
    font-size: 1.4rem;
}
.center_wrapper .difference p{
    clear: both;
    text-align: left;
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.center_wrapper .difference p.btn{
    text-align: center;
    width: 360px;
    margin: 0 auto;
    border: 2px solid #848484;
    padding: 10px 0;
}
.center_wrapper .difference .urethane,.center_wrapper .difference .chip_urethane{
    width: 360px;
    float: left;
}
.center_wrapper .difference .urethane{
    margin-right: 30px;
}
.center_wrapper .difference h3{
    font-weight: bold;
    border: 2px solid #848484;    
    padding: 9px 0 8px 20px;
}
.center_wrapper .difference .urethane img,.center_wrapper .difference .chip_urethane img{
    margin: 15px 0
}
.center_wrapper .difference .urethane li,.center_wrapper .difference .chip_urethane li{
    margin: 5px 0;
    padding: 5px 0;
}
.center_wrapper .difference .urethane li{
    background-color: #ededf7;
}
.center_wrapper .difference .chip_urethane li{
    background-color: #f6e7e7;
}

/*  カラーから選ぶ(全色共通)
-------------------*/

.color_pick{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 1.4rem;
    line-height: 1.7;
}

.color_pick h2{
    margin: 30px auto 40px;
    text-align: center;
}

.color_pick h3{
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #848484;
    padding: 9px 0 8px 20px;
    margin: 20px auto 15px;
}

.color_pick p.d_text{
    width: 690px;
    margin: 0 auto;
}

.color_pick h4{
    width: 730px;
    margin: 70px auto 35px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #ccc;
}

.color_pick ul{
    margin-bottom: 10px;
}

.color_pick ul li{
    width: 150px;
    float: left;
    margin-right: 12px;
}

.color_pick ul li:last-child{
    margin-right: 0;
}

.color_pick ul li p{
    font-size: 1.1rem;
    text-align: right;
    height: 17px;
}

.color_pick ul li span{
    font-size: 1.4rem;
    font-weight: bold;
}

.color_pick ul li p.s_price{
    color: #F00;
}



/*  SEO対策用アイテム詳細ページ
-------------------*/

.item_area h2{
    clear: both;
    border-bottom: #ccc dotted 2px;
    padding: 0 0 21px 16px;
    margin: 0 auto 20px;
    width: 780px;
}
.item_area .content{
    width: 780px;
    margin: 0 auto 47px;
}
.item_area .inner_l{
    width: 350px;
    float: left;
}

.item_area .inner_r{
    width: 400px;
    float: right;
}

.item_area .inner_r ul{
    height: 480px;
}

.item_area .inner_r li{
    line-height: 40px;
    border-bottom: #ccc dotted 1px;
}
.item_area .inner_r li.function{
    line-height: 56px;
    padding: 4px 0;
}
.item_area p{
    font-weight: bold;
}

.item_area .inner_r li.nam span{
    font-size: 1.4rem;
}

.item_area .inner_r li.s_price{
    font-weight: bold;
    color: #dd1c1c;
}

.item_area p a{
    display: block;
    padding: 10px 0;
}

.item_area p.favorite{
    float: left;
    width: 298px;
    height: 48px;
    text-align: center;
    border: #000 solid 1px;
    margin: 30px 0 35px 65px; 
}

.item_area p.contact{
    float: right;
    width: 298px;
    height: 48px;
    text-align: center;
    border: #000 solid 1px;
    margin: 30px 65px 35px 0;
}

.item_area p.close{
    clear: both;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    background: #cf8f25;
}

.item_area p.close a{
    color: #FFF;
}

.item_area .repletion{
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: normal;
}

/*納入事例*/
.works_list_wrap{
    width: 750px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.7;
}

.works_list_wrap h2{
    margin: 30px auto 40px;
    text-align: center;
}

.works_list_wrap p{
    text-align: center;
    padding-bottom:10px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
}

.works_list_wrap h3{
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #848484;
    padding: 9px 0 8px 20px;
    margin-bottom: 20px;
}

.works_list_wrap h3 img{
    display: block;
    float: right;
    margin-right: 15px;
    width: 105px;
    height: 18px;
    padding-top: 6px;
}

#worksList a{
    padding-top: 4px;
    display: block;
}
.works_list_wrap #worksList ul{
    padding-bottom: 30px;
}
.works_list_wrap #worksList ul a:hover{
    color: #000;
    text-decoration: underline;
}

#worksList li{
	float: left;
	margin-right: 30px;
    line-height: 2.2;
}

#worksList .last{
	margin-bottom: 0px !important;
    margin-right: 0px;
}

#worksList .thumb{
	padding-bottom: 10px !important;
}
#worksList .first{
    margin-left: 15px;
}

#worksList p span.number{
    float: left;
    padding-left: 10px;
}
/*.works_list_wrap li small{
    font-size: 1.2rem;
}*/
.works_list_wrap .link{
    clear: both;
    padding: 30px 0;
}
.works_list_wrap .link p{
    border: 2px solid #848484;
    padding: 10px 0;
    width: 360px;
    margin: 0 auto 60px;
}
.works_list_wrap .link p a:hover{
    text-decoration: none;
}



/*404ページ*/
.not_found{
    width: 840px;
    margin: 0 auto 800px;
}
.not_found h2{
    margin: 30px auto 40px;
    text-align: center;
}
.not_found .link p{
    border: 2px solid #848484;
    padding: 10px 0;
    width: 360px;
    margin: 0 auto 60px;
}
.not_found .link p a{
    display: block;
    text-align: center;
}


#list ul#left{
	width: 46%;
	float: left;
	padding: 2%;
	display: block;
}

#list ul#left li.maker{
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	border: none;
	width: 300px;l
	margin-top: 20px;
}

#list ul#left li{
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #828282;
	padding: 5px;
	width: 250px;l
}

#list ul#left li.old{
	background-color: #A6A6A6;
}


#detal_item_area{
	position: relative;
}

#detal_item_area .messagesbox{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666666d4;
    /* color: #fff; */
    /* font-size: 3em; */
    text-align: center;
    
}

#detal_item_area .messagesbox h3{
    color: #fff;
    font-size: 4em;
    margin-top: 200px;

}

#detal_item_area .messagesbox p{
    color: #fff;
}

/* サンプル請求リスト
-------------------*/
.cart .center_wrapper{
    padding-bottom: 100px;
}
.cart .heading{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.cart .heading h2{
    margin: 30px 0;
}
.cart .heading h3{
    font-size: 1.4rem;
}
.cart .heading h3 span{
    font-size: 2.5rem;
    font-weight: bold;
    color: #cf8f25;
}
.cart .heading h3:last-of-type{
    background: #f00;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}
.cart .box{
    width: 800px;
    margin: 0 auto 50px;
}
.cart .box .ttl_area{
    position: relative;
}
.cart .box .ttl_area h4{
    background: #f0f0f0;
    margin-bottom: 15px;
}
.cart .box .ttl_area h4 span{
    display: block;
    background: #cf8f25;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.cart .box .ttl_area button{
    position: absolute;
    background-image: url(/cart/img/trash.svg);
    background-size: 18px;
    background-position: left 25px top 7px;
    background-repeat: no-repeat;
    top: 7px;
    right: 20px;
    padding: 7px 0 7px 20px;
    width: 110px;
    color: #363636;
    font-size: 14px;
    border: 2px solid #636363;
}
.cart .box .inner{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.cart .box .inner figure{
    width: 170px;
    margin-right: 20px;
}
.cart .box .inner .spec_area{
    display: flex;
    width: 610px;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
}
.cart .box .inner .spec_area dl{
    width: 290px;
    display: flex;
    border-bottom: 1px dotted #ccc;
    align-items: center;
}
.cart .box .inner .spec_area dl dt{
    width: 110px;
    padding: 10px 0;
}
.cart .box .inner .spec_area dl dd{
    width: 180px;
}
.cart .box .inner .spec_area dl dd img{
    width: 20%;
}
.cart .box .inner .spec_area dl:last-of-type{
    width: 100%;
    color: #F00;
    font-weight: bold;
}
.cart .box .inner .spec_area dl:last-of-type dd{
    font-size: 16px;
}
.cart a.contact_btn{
    position: relative;
    border: 1px solid #000;
    width: 300px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    margin:0 auto;
}
.cart a.contact_btn:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #261a03;
    border-right: 2px solid #261a03;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart p.noitem{
    text-align: center;
}

/* サンブレラ
-------------------*/
.sunbrella .sec_wrap{
    width: 800px;
    margin:0 auto;
    font-size: 1.4rem;
    line-height: 1.7;
}
.sunbrella .top_text{
    margin-bottom: 30px;
}
.sunbrella .b_text{
    font-weight: bold;
    margin: 50px auto;
}
.sunbrella .ttl_1{
    margin: 30px auto 40px;
    text-align: center;
}
.sunbrella .ttl_2{
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #848484;
    padding: 9px 0 8px 20px;
    margin: 40px auto 20px;
}
.sunbrella .ttl_2 img{
    display: block;
    float: right;
    margin-right: 15px;
    padding-top: 4px;
}
.sunbrella .ttl_3{
    margin: 0 0 20px 0;
    padding: 0 0 12px 30px;
    border-bottom: 2px dotted #ccc;
}
.sunbrella .sec_wrap.main_area{
    padding-bottom: 0px;
}
.sunbrella .sec_1 .m_box{
    padding:0 60px;
}
.sunbrella .sec_1 .m_box p{
    margin-bottom: 20px;
}
.sunbrella .sec_wrap.sec_2{
    padding-bottom: 80px;
}
.sunbrella .sec_2 .flex_box{
    display:flex;
    flex-wrap: wrap;
}
.sunbrella .sec_2 .flex_box li{
    width:50%;
    padding:20px 15px;
    box-sizing: border-box;
}
.sunbrella .sec_2 .flex_box .inner{
    border: 2px solid #000;
    padding: 20px;
    position: relative;
    min-height: 330px;
}
.sunbrella .sec_2 .flex_box .inner .numb{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.sunbrella .sec_2 .flex_box .inner h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.sunbrella .sec_2 .flex_box .inner figure{
    margin: 30px 0;
    text-align: center;
}
.sunbrella .sec_wrap.sec_3{
    padding-bottom: 120px;
}
.sunbrella .sec_3 li{
    width: 150px;
    float: left;
    margin-right: 12px;
}
.sunbrella .sec_3 li:last-child{
    margin-right: 0;
}
.sunbrella .sec_3 li p{
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 13px;
    margin: 10px 0 20px;
}

.sunbrella .sec_3 p.btn{
    float: right;
    margin-top: 10px;
    border: 2px solid #848484;
    width: 360px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 3.4;
}

.sunbrella .sec_3 p.btn a{
    display: block;
    width: 360px;
    height: 50px;
}

.sunbrella .sample_sec li{
    width: 190px;
    float: left;
    margin-right: 12px;
    text-align:center;
}
.sunbrella .sample_sec li:last-child{
    margin-right: 0;
}
.sunbrella .sample_sec li p{
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 13px;
    margin: 10px 0 20px;
}

.sunbrella .sample_sec p.btn{
    float: right;
    margin-top: 10px;
    border: 2px solid #848484;
    width: 360px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 3.4;
}

.sunbrella .sec_3 p.btn a{
    display: block;
    width: 360px;
    height: 50px;
}



.sunbrella .mincho{
font-family: 'Noto Serif Japanese', serif;
font-weight:600;
}


/* モケット 2022.04.19
-------------------*/
.moquette .sec_wrap{
    width: 800px;
    margin:0 auto;
    font-size: 1.4rem;
    line-height: 1.7;
}
.moquette .top_text{
    margin-bottom: 30px;
}
.moquette .b_text{
    font-weight: bold;
    margin: 50px auto;
}
.moquette .ttl_1{
    margin: 30px auto 40px;
    text-align: center;
}
.moquette .ttl_2{
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #848484;
    padding: 9px 0 8px 20px;
    margin: 40px auto 20px;
}
.moquette .ttl_2 img{
    display: block;
    float: right;
    margin-right: 15px;
    padding-top: 4px;
}
.moquette .ttl_3{
    margin: 0 0 20px 0;
    padding: 0 0 12px 30px;
    border-bottom: 2px dotted #ccc;
}
.moquette .sec_wrap.main_area{
    padding-bottom: 0px;
}
.moquette .sec_1 .m_box{
    padding:0 60px;
}
.moquette .sec_1 .m_box p{
    margin-bottom: 20px;
}

.moquette .feature_area,
.moquette .about_area{
    margin: 0 20px;
}

.moquette .about_area p{
    margin: 0 20px;
}

.moquette .feature_area .feature{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 20px 40px;
}
.moquette .feature_area .feature li{
    width: 48%;
    position: relative;
    border: 2px solid #000;
    margin-bottom: 20px;
}
.moquette .feature_area .feature .numb{
    width: 50px;
    height: 50px;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.moquette .feature_area .feature figure img{
    width: 90px;
    margin: 55px auto 20px;
    display: block;
}
.moquette .feature_area .feature figure figcaption{
   text-align: center;
}
.moquette .feature_area .feature h4{
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.moquette .feature_area .gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.moquette .feature_area .gallery li{
    width: 32%;
    margin-bottom: 20px;
}
.moquette .feature_area .gallery li a{}
.moquette .feature_area .gallery li a img{
    width: 100%;
}

.moquette .lineup_area{
    margin: 60px 20px;
}
.moquette .lineup_area ul{
    display: flex;
    flex-wrap: wrap;
}
.moquette .lineup_area ul li{
    width: 18.75%;
    margin-right: 1.5625%;
    margin-bottom: 10px;
}
.moquette .lineup_area ul li:nth-of-type(5n){
    margin-right:0;
}
.moquette .lineup_area ul li img{
    width: 100%;
}
.moquette .lineup_area ul li p{
    font-weight: bold;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 13px;
    margin: 10px 0 20px;
    text-align: center;
}

.moquette .maintenance_area{
    margin: 0 20px 80px;
}

.moquette .maintenance_area h4{
    padding: 10px;
    border-left: 5px solid #cf8f24;
    background: #f9f9f9;
    font-size: 16px;
    margin-bottom: 20px;
}
.moquette .maintenance_area p{
    margin: 0 10px 30px;
}
.moquette .maintenance_area ul{
    margin: 0 10px;
}
.moquette .maintenance_area ul li{
    padding-left: 1em;
    margin-bottom: 15px;
}
.moquette .maintenance_area ul li::before{
    counter-increment: number 1;  /* number カウンタの増加数をセット */
    content: counter(number) " "; /* 表示形式を指定 */
    margin-left: -1em;
}
.moquette .maintenance_area ul li span{
    display: block;
    padding-left: 1em;
    color: #9a9a9a;
    font-size: 12px;
}
.moquette .maintenance_area ul li span::before{
    content:"※";
    margin-left: -1em;
}

.m71{
  margin-bottom: 71px !important;
}
.m50{
    margin-bottom: 50px !important;
  }
  
  p.maker span{
    white-space:nowrap;
  }