@charset "shift_jis";
/* CSS Document */

/*タイトル*/
#code_irisfes_title h3{
  font-size: 27px;
  background: #ff5a00;
  color: #fff;
  text-align: center;
  padding: 2px 0 6px 0;
  margin: 0 auto 7px auto;
  max-width: 750px;
  font-weight: normal;
	}
#code_irisfes .pc_none{display:none;}

#code_irisfes *{

    font-family:"Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#code_irisfes {
    width:750px;
    margin:0 auto;
    overflow-x: hidden !important;
	}


	
#code_irisfes a{
	color:#000;
	text-decoration:none;
}


#code_irisfes .list{
     width: 850px;
 }
 

#code_irisfes table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 750px;
  table-layout: fixed;
  color: #000;
  border-bottom: 1px solid #f2f3f3;
}

#code_irisfes table tr {

  padding:0;
  /*border-bottom: 2px solid #fff;*/
}

#code_irisfes thead{
  border-bottom: 2px solid #fff;
}
#code_irisfes thead tr th{
  background-color: #fcf4a3;
  height: 50px;
}

/* 
#code_irisfes table tr:nth-child(even),
#code_irisfes table tbody > th:nth-child(even) {
  background-color: #fff;
}

#code_irisfes table tr:nth-child(odd),
#code_irisfes table tbody > th:nth-child(odd) {
  background-color: #f2f3f3;
} */

#code_irisfes table p{
  margin-bottom: 0;
}

#code_irisfes table th,
#code_irisfes table td {
  padding: 10px;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
#code_irisfes table th{
  font-size: 25px;
  text-align: center;
  background-color: #ffd277;
  border-bottom: 2px solid #fff;
  position: relative;
}
#code_irisfes table tbody th span{
  width: 100%;  
  position: absolute;  
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#code_irisfes table tbody th span:nth-child(1){
  top: 0%;
}
#code_irisfes table tbody th span:nth-child(2){
  font-size: 18px;
  bottom: 0;
}

#code_irisfes .txt{
   text-align: center;
   font-size: 13px;
}

#code_irisfes .huzoku{
   vertical-align: top;
   text-align: left;
   font-size: 13px;
}

#code_irisfes .non{
  background:#fff
}


#code_irisfes .non{
  background:#fff
}

#code_irisfes .txt a{
   background:#ef5b4c;
   display:block;
   padding: 7px 0;
   color:#fff;
}

#code_irisfes .txt a::after{
    content: ' >';
}

#code_irisfes .txt a:hover{
   background:#f37b34;

}

/*20220721_add*/
#code_irisfes_title{
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
}
#code_irisfes_title h1{
  border: 1px solid;
  margin: 0;
  padding: 5px 0 10px;
  font-size: 30px;
  color: #000;
}
#code_irisfes_title h2{
  font-size: 30px;
  font-weight: normal;
  margin: 5px auto;
  color: #000;
}
#code_irisfes_title h2 span{
  font-weight: bold;
  color: #f25d0f;
}
#code_irisfes_title h2 > span{
  font-size: 35px;
}

#code_irisfes thead tr th:nth-child(1){
  position: relative;
  background: linear-gradient(200deg,#fcf4a3 0%,#fcf4a3 50%,#ffd277 50%,#ffd277 100%);
}
#code_irisfes thead tr th:nth-child(1) p{
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  font-weight: normal;
}
#code_irisfes thead tr th:nth-child(1) p.haba{
  top: 5px;
  right: 7px;
}
#code_irisfes thead tr th:nth-child(1) p.take{
  bottom: 20px;
  left: 5px;
}
#code_irisfes thead tr th:nth-child(1) p.unit{
  font-size: 15px;
  bottom: 2px;
}
#code_irisfes table td{
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
#code_irisfes td.price span.spesicalprice,
#code_irisfes td.price li.intax{
  display: none;
}
#code_irisfes td.price li.price{
  color: #eb0d0a;
}



/******PC******/
@media screen and (min-width:600px){

#code_irisfes table tr td br.smp{
  display: none;
}
#code_irisfes_title .pc_none{
  display: none;
 }

/*20220721_add*/
#code_irisfes thead tr th{
  font-size: 27px;
  border-right: 2px solid #fff;
}
#code_irisfes thead tr th p > span{
  font-size: 23px;
  margin-left: 3px;
}


}

/******SMP******/
@media screen and (max-width: 600px) {

/*220721_add*/
#code_irisfes_title{
  width: 98%;
}
#code_irisfes_title h1{
  border: 1px solid;
  margin: 0;
  padding: 5px 0 10px;
  font-size: 4.5vw;
  color: #000;
}
#code_irisfes_title h2{
  font-size: 4vw;
  text-align: center;
}
#code_irisfes_title h2 > span {
  font-size: 5vw;
}
#code_irisfes table tbody th span:nth-child(2) {
  font-size: 3.5vw;
  bottom: 2vw;
}
#code_irisfes table th{
  font-size: 4vw;
  padding: 0;
}
#code_irisfes thead tr th:nth-child(1) p{
  font-size: 4vw;
}
#code_irisfes thead tr th:nth-child(1) p.unit{
  font-size: 3vw;
}
#code_irisfes thead tr th:nth-child(1){
  background: linear-gradient(205deg,#fcf4a3 0%,#fcf4a3 50%,#ffd277 50%,#ffd277 100%);
}
#code_irisfes td.price li.price{
  font-size: 6vw;
}
#code_irisfes table tbody th span:nth-child(1) {
  top: 2vw;
}
/*scroll_bar*/
#code_irisfes ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
  }
   
#code_irisfes ::-webkit-scrollbar-thumb {
	background: #874d19;
	border-radius: 5px;
  }
  
  #code_irisfes ::-webkit-scrollbar-track {
	background: #c3ab65;
	border-radius: 5px;
  }

/*タイトル*/
#code_irisfes_title h3{
    font-size:4vw;
    background: #ff5a00;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    margin: 0;
	}


#code_irisfes {
    width:98%;
    margin:0 auto;
    overflow-x: auto !important;
    padding: 0;
	}


	
#code_irisfes .list{
     width: 122%;
 }
 
#code_irisfes table {
  width: 100%;
  position: relative;

}
/*6商品表示の場合 追加：220512*/
#code_irisfes table.col_6 {
  width: 850px;
  position: relative;

}
 
/*矢印*/

#code_irisfes table::before,
#code_irisfes table::after {
    position: absolute;
    /* content: ""; */
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3a3936;
    border-right: 1px solid #3a3936;
    top: 35vw;
    z-index: 5;
}

#code_irisfes table::before {
    transform: rotate(-135deg);
    left: 1.6vw;
}

#code_irisfes table::after {
    transform: rotate(45deg);
    right: 1.6vw;
}

#code_irisfes table tr .smp_l{
  text-align: left !important;
}


#code_irisfes table tr td br.pc{
  display: none;
}

}
  
 
/*=================================
20220527エアコン
=================================*/

@media(max-width:750px){
	.eakonhikaku table th{
	   /*width: 31vw;*/
	   width: 25vw;
    }
   

}
.eakonhikaku img.plug{
  	    width: 30%;
   	}



    