@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#c_metal{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	color:#222;
}
#c_metal .pc_none{
    display: none !important;
}
#c_metal img{
    width: 100%;
    height: auto;
}
#c_metal a{
    display: block;
    position: relative;
}  
#c_metal a:hover{
    opacity: 0.9;
    color:#222 !important;
} 
#c_metal h2,#c_metal h3,#c_metal h4,#c_metal h5,#c_metal h6,#c_metal ul,#c_metal ol,#c_metal dl,#c_metal li,#c_metal dt,#c_metal dd,#c_metal p,#c_metal div,#c_metal span,#c_metal img,#c_metal a,#c_metal table,#c_metal tr,#c_metal th,#c_metal td{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#c_metal .inner{
    max-width: 900px;
    margin: 0 auto ;
    background: #fff;
}
#c_metal section{
    margin-bottom: 5%;
}
#c_metal section#point{
    margin-bottom: 3%;
}
#c_metal .bg{
    background: #f4f4f4;
    padding:2% 3% 3% 3%;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#c_metal h3{
   font-size: 25px;
   border: 1px solid;
   color: #222;
   background: #fff;
   padding: 16px 0;
   position: relative;
}
#c_metal h4{
   background: #222;
   color: #fff;
   font-size: 22px;
   padding:7px 0 10px 0;
   position: relative;
}
#c_metal h4::before{
   position: absolute;
   content: "";
   background: #222;
   height: calc(tan(44deg) * 17px / 2);
   width: 17px;
   clip-path: polygon(100% 0, 50% 100%, 0 0%);
   bottom: -14%;
   left: 49%;
}
#c_metal h5{
   font-size: 23px;
   color: #222;
   line-height: 1.3em;
   margin:13px 0;
}
#c_metal h5 span{
   display: block;
   font-size: 16px;
}
#c_metal .title-txt{
   font-size: 17px;
   margin:15px 0;
   line-height: 1.3em;
}
/*-----------------------------------------------*/
/*メタルラックを探す*/
/*-----------------------------------------------*/

#c_metal .search__navi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 3%;
}

#c_metal .search__navi li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    text-align: center;
    height: 100%;
    background: #222;
    color: #fff;
    font-size: 19px;
    border-radius: 3px;
    position: relative;
    transition: 0.3s all;
}
#c_metal .search__navi-name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 1.2em;
    padding: 18px 0
}
#c_metal .search__navi li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 13px;
    bottom:12px;
    transition: 0.3s all;
}
/*hover*/
#c_metal .search__navi li a:hover{
    color:#fff !important;
    background: #223f64;
    transform: translateY(2px);
}
#c_metal .search__navi li a:hover::after {
    bottom: 8px;
}
/*===========================
絞り込み検索
=============================*/

#c_metal .search {
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    margin-top: 1%;
}
#c_metal .search span{
    font-size: 100% !important;
}
#c_metal .search img {
    margin: 0;
    width: calc(100% / 3);
}
#c_metal .search * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#c_metal .search a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#c_metal .search a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#c_metal .search .search-input {
    margin-bottom: 10px;
    position: relative;
}
#c_metal .search .search-input .spinner {
    width: 32px;
    height: 32px;
    margin: 10px auto;
    border: 4px #b3b3b3 solid;
    border-top: 4px #0088cc solid;
    border-radius: 50%;
    animation: sp-anime 1.0s infinite linear;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}
#c_metal .search .search-input .spinner.hide {
    display: none;
}
@keyframes sp-anime {
    100% {
    transform: rotate(360deg);
	}
}
#c_metal .search .search-input .search-ti{
	margin-bottom: 2vw;
}
#c_metal .search .search-input .search-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#c_metal .search .search-input .search-title p {
    font-size: 19px;
    width: calc(100% / 3);
    text-align:center;
    border-bottom: 1px solid #222;
    padding-bottom: 3px;
}
#c_metal .search .search-input .search-title p + p {
    margin-left: 10px;
}
#c_metal .search .search-input .btns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}
#c_metal .search .search-input .btns > div + div {
    margin-left: 10px;
}
#c_metal .search .search-input .btns > div {
    width: calc(100% / 3);
}
#c_metal .search .search-input .btns > div label input {
    display: none;
}
#c_metal .search .search-input .btns > div label span {
    background: #fff;
    color: #222;
    border: 1px solid #555;    
    margin-top: 7px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size:15px !important;
    letter-spacing: 0;
    cursor: pointer;
    padding: 8px!important;
    transition: 0.3s all;
}
#c_metal .search .search-input .btns > div label input:checked + span {
    color: #fff;
    background: #80a6ab;
    box-shadow: none;
    border: 1px solid #80a6ab;
}
#c_metal .search .search-input .btns > div label input:disabled + span {
    color: #b3b3b3;
    background: #dedede;
    border: 1px solid #dedede;   
    box-shadow: none;
    pointer-events: none;
    user-select: none;
}
#c_metal .search .search-input input[type="button"] {
    background-color: #80a6ab;
    border: none;
    color: #fff;
    width: 100%;
    margin: 10px 0;
    padding: 13px 0;
    border-radius: 5px;
    box-shadow: 0 4px 0 #4f878d;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s all;
}

#c_metal .search .search-input input[type="button"]:disabled {
    color: #b3b3b3;
    background: #dedede;
    box-shadow: 0 4px 0 #fff;
    opacity: 1;
    cursor: unset;
}
#c_metal .search .search-result {
    text-align: center;
    background: #f1f5f5;
    border-radius: 10px;
    padding:10px 0;
    position: relative;
}
#c_metal .search-result-title{
    font-size: 18px;
    font-weight: 600;
}
#c_metal .search .search-result p{
    line-height: 1.3em;
    font-size: 15px;
}
#c_metal .search .search-result::before{
    position: absolute;
    content: "";
    background: #f1f5f5;
    height: calc(tan(44deg) * 30px / 2);
    width: 20px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -14px;
    left: 49%;
}
/*hover*/
#c_metal .search .search-input .btns > div label span:hover {
    background: #ecf4f5;
}
#c_metal .search .search-input input[type="button"]:hover {
    opacity: .8;
}

/*-----------------------------------------------*/
/*こだわりに合わせてラックを選ぶ*/
/*-----------------------------------------------*/
/*中身*/
#c_metal .scene__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
#c_metal .scene__list >li{
   background: #fff; 
   padding:1% 2% 2% 2%;
   margin: 1% 0;
   position: relative;
}
#c_metal .scene__list >li:last-child{
   margin-bottom:0;
}
#c_metal .scene__title{
   font-size: 23px;
   font-weight: 600;
   margin:5px 0 15px 0;
   display: flex;
   align-content: center;
   align-items: center;
   justify-content: center;
}
#c_metal .scene__title .small{
   font-size: 15px;
   font-weight: normal;
   margin-left: 10px;
   color: #b3b3b3;
   line-height: 1em;
}
#c_metal .scene__box{
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   gap: 11px;
   text-align: center;
   margin-bottom: 10px;
   transition: 0.3s all;
}
#c_metal .scene__img{
   width: 52%;
}
#c_metal .scene__spec{
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 8px;
   text-align: center;
   height: 100%;
   text-align: left;
   width: 58%;
}
#c_metal .scene__spec dt{
   background: #f5f5f5;
   padding: 3px 0 3px 10px;
   font-size: 15px;
   width: 98%;
}
#c_metal .scene__spec dd{
   font-size: 15px;
   line-height: 1.3em;
   padding-left: 10px;
}
#c_metal .scene__price-box{
   position: absolute;
   bottom: 5%;
   right: 2%;
   width: 50%;
}
#c_metal .scene__price-box a{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding:0;
}
#c_metal .scene__price{
   width: 45%;
}
#c_metal .scene__btn{
    background: #80a6ab;
    color: #fff;
    padding:5px 0;
    width: 57%;
    border-radius: 5px;
    font-size:15px;
    position: relative;
    transition: 0.3s all;
}
#c_metal .scene__btn::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right:1px;
    bottom: 6px;
    transition: 0.3s all;
}
/*hover*/
#c_metal a:hover .scene__btn{
    background: #223f64;
}
#c_metal a:hover .scene__btn::after {
    right: -2px;
}
/*-----------------------------------------------*/
/*タブ切り替え*/
/*-----------------------------------------------*/
#c_metal .tab-wrap {
   background-color: #e8eef2;
}
#c_metal .tab-wrap >ul {
   display: flex;
   background: #fff;
   border-bottom: 3px solid #222;
}
#c_metal .tab-btn {
  width:50%;
  padding: 10px 0 12px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  background: #c7c7c7;
  color: #fff;
  transition: 0.3s all;
  height:25px;
  margin-top:10px;
  margin-left: 2px;
  border-radius: 4px 4px 0 0;
}
#c_metal .tab-btn:first-child{
    margin-left:0;
}
#c_metal .tab-btn.show {
  background: #222;
  color: #fff;
  height:33px;
  margin-top:2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_metal .tab-contents {
  display: none;
}
#c_metal .tab-contents.show {
  display: block;
  padding: 20px;
}
/*hover*/
#c_metal .tab-btn:hover{
  background: #222;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#c_metal .scene__price,
#c_metal li.price{
	color:#c74848 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:28px;
	padding:0;
}
/*打消し*/
#c_metal li.motoprice,
#c_metal span.spesicalprice,
#c_metal li.intax {
	display: none;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#c_metal ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#c_metal ul[class^="cate-link_"] > li > a{
	font-size: 18px;
    display: block;
    padding: 11px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius:5px;
    background: #80a6ab;
    line-height: 1.2em;
    transition: all 0.3s;
}
#c_metal .cate-link_1 > li {/*1カラム*/
	 width: 100%;
}
#c_metal .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#c_metal .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#c_metal ul[class^="cate-link_"] > li a::after{
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 0;
    bottom:0;
    top:0;
    transition: 0.3s all;
}
/*hover*/
#c_metal ul[class^="cate-link_"] > li > a:hover{
    color: #fff !important;
    background: #223f64;
}
#c_metal ul[class^="cate-link_"] > li a:hover::after{
    right: -5px;
}
