@charset "utf-8";
/* CSS Document */

.type01{
	padding: 10px;
    background: #c7ffd6;
    width: 25%;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    border: 2px dashed #6dec94;
}

.type02{
	padding: 10px;
    background: #ffeec7;
    width: 25%;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    border: 2px dashed #ec906d;
}

.itemsOuter{
	padding:10px;
	background: burlywood;
	background:url(../../rangefood%20-%20/images/bg_itemsouter.gif);
}

body.options #items{
	width:100%;
	display:table;
	border-collapse: collapse;

	
}


body.options #items .rowwrap{
	width:100%;
	display: table-row;
}

    


body.options #items .rowwrap .item{
	display:table-cell;
	width:50%;
	border:1px solid #574332;
	vertical-align: top;
	background:#fff;
}

body.options #items .rowwrap .item p.num{
	float:left;
	width:20.0574%;
	color:#fff;
	font-size:30px;
	font-family: "Times New Roman", Times, "serif";
	font-style:italic;
	font-weight:bold;
	padding-top: 5px;
  padding-left: 22px;
	margin-top: 10px;
	background:url(../../rangefood%20-%20/images/bg_num.png) no-repeat;
}



body.options #items .rowwrap .item p.product{
	float:right;
	width:77.3639%;
	padding:10px;
}

body.options #items .rowwrap .item p.product img{
	border:3px solid #b0d2f1;	
	box-shadow:2px 2px 6px 0px #ccc;
}

	

body.options #items .rowwrap .item table{
	clear:both;
	border-collapse: collapse;
	width:100%;
	background:#fff;
	font-size: 13px;
}



body.options #items .rowwrap .item table td{
	text-align:left;
	width:100%;
	padding: 3px 10px 3px 5px;
	border:1px dotted #ccc;
	vertical-align:middle;
}


body.options #items .rowwrap .item table th{
	width: 29%;
  font-size: 11px;
  -moz-text-align-last: justify;
  text-align-last: justify;
	padding:3px 10px;
	border:1px dotted #ccc;
	vertical-align:middle;
}


body.options #items .rowwrap .item table td.price{
	text-align:right;
  border: 0;
}



body.options #items .rowwrap .item table tr.gasspecPrice th{
	color: #009900;
}



body.options #items .rowwrap .item table .price{
	float:right;
}

body.options #items .rowwrap .item table tr.gasspecPrice .price{
  color: #FF634F;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, 2px 1px 0 #fff;
}



}




.seinou{
	padding: 10px;
    background: #a21717;
    border-radius: 4px;
    margin: 30px auto;
    width: 300px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.seinou:hover{
	background: #DF5D5D;
	text-decoration: none;
}

.guarantee10 {
    width: 55%;
    font-weight: bold;
    color: #eb0000;
    text-align: center;
    float: none;
    font-size: 1.5em;
}
.fukagata {
    width: 24%;
    padding: 2px 8px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: right;
    background: #cc0079;
    color: #fff;
}
/*****リンナイ****/
.dishwasherItems{
	font-size:0;
	margin-bottom:10px;
    display: flex;
}
.dishwasherItems .yen{
    font-size: .64em;
}
.dishwasherItems.last{
	margin-bottom:0;
}

.dishwasherItems .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 100%;
    font-size: 12px;
    margin: 1%;
    border: 2px solid #e3e1e1;
    padding: 12px;
    background: #f7f7f7;
}

.dishwasherItems .item:nth-child(2n){
	margin-right:0;
}

.dishwasherItems .item .pic img:first-child{
	float:left;
	width:100%;
}

.dishwasherItems .item .pic img:last-child{
	float:right;
	width:100%;
}


.dishwasherItems .item .detail{
	margin-top:5px;
    width: 100%;
}

.dishwasherItems .detail{
    font-size: 1.2em;
}

.dishwasherItems .item .detail table{
	width:100%;
	float:left;
	text-align:left;
}

.dishwasherItems .item .detail table tr.gasspecPrice{
	color:#009900;
}


.dishwasherItems .item .detail table td{
	padding:5px;
}

.dishwasherItems .item .detail table td.price{
	text-align:right;
}


/*.dishwasherItems .item .detail table td.power span {
    max-width: 100%;
    /* text-align: center; */
  /*  display: block;
    /* border-radius: 4px; */
  /*  padding: 6px;
   /* color: #4f4d47;
    background: #f1f1f1;
    /* border: 1px solid; */
  /*  font-size: .9em;
}*/
.dishwasherItems .item .detail .icon{
	width:25%;
	float:right;
	padding-top:5px;
}

.dishwasherItems .item .detail .icon img{
	display:block;
	width:100%;
}

.dishwasherItems .item .detail .totalPrice{
	clear:both;
	text-align:right;
  padding: 10px 5px 0 5px;
	border: 1px solid #ccc;
  border-bottom: 2px solid #CCC;
  background-color: #fff;
}

.dishwasherItems .item .detail .totalPrice img{
	float:left;
}

.dishwasherItems .item .detail .totalPrice .price{
	display:inline-block;
  color: #EB0000;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, 2px 1px 0 #fff;
    position: relative;
    top: 8px;
}

.dishwasherItems .item .product_items ul {
    max-width: 100%;
    text-align: left;
    display: block;
    color: #4f4d47;
    font-size: 1.15em;
    margin-top: 2%;
}

.dishwasherItems .item .product_items li {
    list-style: disc;
    margin-left: 8%;
    line-height: 20px;
}


.dishwasher_reco{
    display: flex;
    flex-wrap: wrap;
}
.reco_box01 {
    width: 32.33333%;
    border: 2px solid #ddd;
    margin: .5%;
}
.mainimg{
    width: 100%;
    padding: 0% 6%;
}
.reco_box01 h3{
    text-align: center;
    font-size: 1.3em;
    margin: 3% 6%;
}
.specification{
    margin-bottom: 5%;
}
.specification p {
    line-height: 1.8em;
    margin: 0 3%;
}
.reco_box01 {
    position: relative;
    display: flex;
    flex-direction: column;
}
.reco_box01 img{
    margin-top: 3%;
}
.komi_text {
    font-size: 1.2em;
    border: 2px solid #f1c001;
    margin: 0 5%;
    margin-top: auto;
}
.komi_text p {
    text-align: center;
    font-weight: bold;
    color: #fff900;
    background: #cc1e00;
}
.komi_text_btn p{
    margin: 6%;
    background: #0065cc;
    color: #fff;
    padding: 4%;
    border-radius: 6px;
    text-align: center;
    font-size: 1.2em;
    border: 2px solid #0065cc;
}
.komi_text_btn p:hover{
    background: #fff;
    color: #0065cc;
}
.komi_text_btn a{
    text-decoration: none;
}

/*******メーカーシリーズ一覧******/
.series_box{
    border: 8px solid #dfdfdf;
    display: inline-block;
}
.bnreria01{
    float: left;
    width: 70%;
}
.bnreria02{
    width: 30%;
    float: right;
}
.bnreria01 h4{
    font-size: 1.35em;
    padding: 0% 3% 3% 3%;
    border-bottom: 2px dashed #aaa;
}
.bnreria01 p {
    padding: 2% 4%;
    font-size: 1.15em;
}
.bnreria01 img{
    padding: 0;
}
.bnreria02 img {
    padding: 5% 5% 0;
}
.price_box{
    font-weight: bold;
    clear: both;
    color: #eb0000;
    width: 60%;
    margin: 8px 0px 4px 40px;
    float: left;
}
.price_box p{
    font-size: 1.2em;
}
.price_box span{
    font-size: 1.4em;
}
.series_price {
    font-size: 1.6em !important;
    margin: 0 0 0 10px;
    float: right;
}
.price_box .yen{
    font-size: .9em;
}
.p_btn p{
    float: right;
    width: 30%;
    background: #eb0000;
    border-radius: 35px;
    color: #fff;
    position: relative;
    margin: 1.5% 1%;
    padding: 2.5%;
    text-align: center;
    font-size: 1.2em;
    border: 2px solid;
    font-weight: bold;
}
.p_btn p:hover{
    background: #fff;
    color: #eb0000;
}

.price_box2 {
    clear: both;
    display: flex;
    width: 100%;
    border-top: 2px solid #ddd;
}
.price_box2 div{
    float: left;
}
.price_box2 .waku_01{
    width: 29%;
    text-align: center;
}
.price_box2 .waku_01 p{
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 22%;
    font-size: 1em;
}
.price_box2 .waku_02 {
    width: 25%;
    text-align: center;
    color: #0065cc;
}
.price_box2 .waku_02 p{
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 22%;
    font-size: 1em;
}

.price_box2 .waku_03 {
    width: 26%;
    text-align: center;
}
.price_box2 .waku_03 p {
    color: #eb0000;
    font-weight: bold;
    padding: 2%;
    text-align: center;
    position: relative;
    top: 30%;
    font-size: 1.6em;
}
.price_box2 .waku_03 span{
    font-size: .65em;
}
.price_box2 .waku_04{
    width: 20%;
    text-align: center;
    background: #0065cc;
    margin: 2% 1%;
    border-radius: 4px;
}
.price_box2 .waku_04 p {
    text-align: center;
    padding: 8% 5%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #0065cc;
    border-radius: 4px;
}
.price_box2 .waku_04:hover{
    background: #fff;
}
.price_box2 .waku_04 a:hover{
    text-decoration: none;
}
.price_box2 .waku_04 p:hover{
    color: #0065cc;
    background: #fff;
}


/******商品一覧*******/
.okatte{
    width: 100%;
    text-align: center;
}
.gisshiri{
    width: 100%;
    text-align: center;
}
.table_box01 table{
    width: 100%;
}
.table_box01 td {
    padding: 1%;
    text-align: center;
    background: #edf7ee;
    border: 4px solid #fff;
    font-size: .95em;
}
.table_box01 li {
    list-style: inside;
    list-style-position: outside;
    margin-left: 13px;
}
.advantage{
    width: 19%;
    text-align: left !important;
}
.advantage img{
    vertical-align: middle;
}
.anchor01 {
    font-weight: bold;
    background: #ddd !important;
    font-size: 1.2em !important;
    width: 70px !important;
}
.anchor02{
    font-weight: bold;
    background: #a8e3ff !important;
    font-size: 1.1em !important;
}
.anchor03{
    font-weight: bold;
    background: #c3e5c7 !important;
    font-size: 1.1em !important;
}
.bg_fr{
    background: #edf7f7 !important;
}
.fo18{
    font-size: 1.8em !important;
}
.a_flex {

}
.a_flex ul{
    min-height: 200px;
}
.tableware {
    margin-top: auto;
    text-align: center !important;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 15%;
    font-size: 1.1em;
    min-height: 200px;
}
.tableware p {
    text-align: center !important;
    font-size: 1.8em;
    font-weight: bold;
}
.tableware .ten{
    font-size: .7em;
}
.tableware .kago{
    background: #dfdfdf;
    padding: 2%;
    display: block;
    margin-top: 7%;
    font-size: .8em;
}
section .item .productLink {
	width:100%;
	float:left;
}

section .item .productLink .btn {
    width: 100%;
    margin: 4% auto 0;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    background: #34aa34;
    transition: all,0.3s;
    padding: .5%;
    border: 2px solid #208d14;
    font-size: 14px;
}

section .item .productLink .btn:hover {
	background: #207720;
}

section .item .productLink .btn a {
	display: block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}


/****商品ラインナップ*****/
.dishwasherItems .item .detail table td.power ul {
    max-width: 100%;
    text-align: left;
    display: block;
    padding: 6px;
    color: #4f4d47;
    font-size: .9em;
    border: 2px solid #ddd;
}
.dishwasherItems .item .detail table td.power li {
    list-style: disc;
    margin-left: 10%;
    line-height: 20px;
}

/******バナー*********/
.diswasher_bnr{
    display: flex;
    flex-wrap: wrap;
    padding: 2%;
    border-top: 2px dashed #ddd;
    padding-top: 3%;
}
.diswasher_bnr a {
    width: 49%;
    margin: .5%;
}
.diswasher_bnr img {
    border: 4px solid #ddd;
}
.diswasher_bnr img:hover{
    opacity: 0.6;
    filter: brightness(110%);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*タブレット*/
@media screen and (max-width : 767px){
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

body.options #items .rowwrap .item{
	width:100%;
	display:block;
	margin-bottom: 20px;
}
	
body.options #items .rowwrap .item.last{

}
	
	
body.options #items .rowwrap .item p.num{
	font-size: 18px;
  background: tomato;
  text-align: center;
	box-shadow: 2px 5px 6px 1px #ccc;
}
	
	
body.options #items .rowwrap .item table th{
	width: 30%;
}

/*選ばれる3大要素*/

.sandaiyouso .col3_pic li{
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}

.sandaiyouso .col3_pic li p{
	height:auto;
}

.type01{
    width: 100%;
	margin: 10px 0;
}

.type02{
    width: 100%;
	margin: 10px 0;
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.dishwasherItems{
    display: inline-block;
}
.dishwasherItems .item .detail{
	font-size: 15px;
}
.dishwasherItems .item {
    box-shadow: none;
    margin: 0 0 5% 0;
    padding: 1.5%;
    border: 0;
    width: 100%;
}
    
/*****商品ラインナップ******/
.dishwasherItems .item {
    box-shadow: none;
    margin: 0 0 5% 0;
    padding: 1.5%;
    border: 0;
    width: 50%;
}

.dishwasherItems{
    display: flex;
    flex-wrap: wrap;
}
.dishwasherItems .item .detail{
	font-size: 15px;
}
.dishwasherItems .item .detail table {
    width: 100%;
    font-size: .9em;
}
.dishwasherItems .item .detail table td {
    padding: 2% 0;
    text-align: center;
}    
.dishwasherItems .item .detail table tr {
    font-size: .9em;
}    
.dishwasherItems .item .detail table td.price{
	text-align: right;
}
.dishwasherItems .item .detail .icon img {
    width: 50%;
    float: left;
}
.dishwasherItems .item {
    box-shadow: none;
    margin: 0 0 5% 0;
    padding: 1.5%;
    border: 0;
    width: 50%;
}
.dishwasherItems .item .detail .icon {
    width: 100%;
    padding-top: 0;
}
.dishwasherItems .item .pic img {
    float: left;
    width: 100%;
}

.dishwasherItems .item .detail .totalPrice .price {
    top: 0;
}
.marugoto_pac{
    float: none;
    margin: 0;
}
.tokucho_box ul {
    display: block;
}
.tokucho_box img {
    width: 100%;
}
.tokucho_box p {
    padding: 10px;
    font-size: 15px !important;
    line-height: 24px;
}
.tokucho_box li {
    width: 100%;
    font-size: 1em;
    line-height: 1.8em;
    float: left;
    margin: 4px 0;
    padding: 10px;
    margin: 10px auto;
}
.tokucho_box h4 {
    text-align: center;
    font-size: 16px;
    background: #04852c;
    color: #fff;
    padding: 6px;
    margin-bottom: 6px;
}
    
.guarantee10 {
    width: 100%;
    padding-bottom: 0;
}
    
    
/*****商品ラインナップ******/
    
    
.seinou{
	width: 90%;
}
.type01{
    width: 100%;
	margin: 10px 0;
}

.type02{
    width: 100%;
	margin: 10px 0;
}
    
.table_box01 table{
    width:710px;
}
.reco_box01 {
    width: 49%;
}
.komi_text p {
    font-size: .8em;
}
.specification p {
    font-size: .9em;
}
    
/*******メーカーシリーズ一覧******/
.bnreria01{
    width: 100%;
} 
.bnreria02 {
    width: 60%;
    float: none;
    margin: 0 auto;
}
.price_box {
    width: 100%;
    margin: 2% auto;
    float: left;
}
.price_box p {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
}
.series_price {
    font-size: 1.6em !important;
    margin: 0;
    float: none;
    width: 100%;
    clear: both;
}
.p_btn p{
    float: none;
    width: 75%;
    clear: both;
    margin: 5% auto;
}

.price_box2 {
    clear: both;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.price_box2 div{
    float: left;
}
.price_box2 .waku_01{
    width: 100%;
}
.price_box2 .waku_01 p {
    font-weight: bold;
    text-align: left;
    position: relative;
    top: 22%;
    font-size: 1.4em;
    margin-left: 6%;
}
.price_box2 .waku_02 {
    width: 100%;
    color: #0065cc;
    margin: 2% 6%;
}
.price_box2 .waku_02 p{
    font-weight: bold;
    text-align: left;
    position: relative;
    top: 22%;
    font-size: 1.15em;
}

.price_box2 .waku_03 {
    width: 100%;
    text-align: center;
}
.price_box2 .waku_03 p {
    color: #eb0000;
    font-weight: bold;
    padding: 0;
    /* text-align: center; */
    position: relative;
    top: 0%;
    font-size: 2.2em;
    float: right;
}
.price_box2 .waku_03 span{
    font-size: .65em;
}
.price_box2 .waku_04{
    width: 100%;
    text-align: center;
    background: none;
    margin: 0;
    border-radius: 4px;
}
.price_box2 .waku_04 p {
    float: none;
    width: 80%;
    background: #0065cc;
    border-radius: 35px;
    color: #fff;
    padding: 3.5%;
    text-align: center;
    font-size: 1.2em;
    border: 2px solid;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 4%;
    clear: both;
    margin-top: -1%;
}
.diswasher_bnr {
    padding-top: 8%;
}
.diswasher_bnr a {
    width: 100%;
}
	
	
.dishwasherItems .item .product_items li {
    margin-left: 10%;
    font-size: .8em;
}
	
	
.dishwasherItems .item{ display:flex; flex-direction:column; }
	
.thumbnail-wrapper{ order:0; }
	
.guarantee10{ order:1; }
.okatte{ order:2; }
.gisshiri{ order:2; }
.shokkikago{ order:2; }
.joge2dan{ order:2; }
	
.content{ order:3; }
	
.product_items{ order:4; }
	
.detail{ order:5; }

	
	
.guarantee10 {
    width: 100%;
    font-size: 1.4em;
    padding: 0;
    margin: 0 0 3% 0;
}
.guarantee10 img {
    padding: 0 5% !important;
}
	
	
}



