@charset "utf-8";
/* CSS Document */
#cont_01 {
  /*	margin-top: 40px;*/
  overflow: hidden; /* かしこいビルトインコンロの選び方のフロート解除。 */
  zoom: 1;
}
p.p_01 {
  margin-top: 15px;
  margin-bottom: 20px;
}
p.img_center, p.text_center {
  text-align: center;
}
span.p_bold {
  font-weight: bold;
}
p.font_small {
  font-size: 70%;
}
div.cont_inner_img {
  margin-top: 20px;
  overflow: hidden; /* h3のフロート解除。コンロ画像上の外余白が効かなくなってしまうため。 */
  zoom: 1;
}
div.cont_inner_img h3 {
  float: left;
}
img.sub_conro_tel {
  margin: 0 0 60px;
}
#cont_02 {
  margin-top: 70px;
}
section {
  overflow: hidden;
}
/* ///////////////////////コンロ一覧ページ　　/////////////////////////////////////////////// */
section.conro_g {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conro_g .conro {
  width: 400px;
  margin-bottom: 20px;
  overflow: hidden;
}

.conro_g .conro h3 {
  width: 100%;
  margin-bottom: 5px;
}
.conro_g .conro p {
  background: #eee;
  padding: 15px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.conro_g .conro .seinou ,
.conro_g .conro .seinou * {
  box-sizing: border-box;
}
.conro_g .conro .seinou {
  display: flex;
  flex-wrap: wrap;
}
.conro_g .conro .seinou li {
  width: calc(100% / 3);
  border: solid 1px;
  border-width: 0 1px 1px 0;
  font-size: 10px;
  line-height: 1.1;
  min-height: 30px;
  padding: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.conro_g .conro .seinou li:nth-of-type(3n) {border-right: 0}
.conro_g .conro .seinou li.pi  { background: #e18a90; }
.conro_g .conro .seinou li.red { background: #ea856e; }
.conro_g .conro .seinou li.or  { background: #f89c4a; }
.conro_g .conro .seinou li.ye  { background: #cebf3f; }
.conro_g .conro .seinou li.lgr { background: #9ac146; }
.conro_g .conro .seinou li.gr  { background: #71ad69; }
.conro_g .conro .seinou li.bl  { background: #61a7aa; }


.conro_g .conro td {
  width: 132px;
  height: 25px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.conro_g .conro td.mini, table.smart td.mini {
  font-size: 9px;
}
.conro_g .conro td.pi, table.smart td.pi {
  background: #e18a90;
}
.conro_g .conro td.red, table.smart td.red {
  background: #ea856e;
}
.conro_g .conro td.or, table.smart td.or {
  background: #f89c4a;
}
.conro_g .conro td.ye, table.smart td.ye {
  background: #cebf3f;
}
.conro_g .conro td.lgr, table.smart td.lgr {
  background: #9ac146;
}
.conro_g .conro td.gr, table.smart td.gr {
  background: #71ad69;
}
 .conro_g .conro td.bl, table.smart td.bl {
  background: #61a7aa;
}
/* siセンサーコンロの機能説明コンテンツ */
div.kashikoi_inner dl,
.conro_g .conro dl {
  margin: 15px;
  font-size: 87.5%; /* 14px */
}
div.kashikoi_inner dt {
  color: #639f2e;
}
div.kashikoi_inner dd {
  margin-bottom: 15px;
}
/* コンロ値段 */
.conro_g .conro table.price {
  width: 100%;
  text-align: left;
}
.conro_g .conro table.price td {
  font-size: 13px;
  color: #333;
}
.conro_g .conro table.price td.cm60 {
  background: url(../images/60cm.png) no-repeat left;
  padding-left: 50px;
  text-align: left;
  overflow-wrap: anywhere;
}
.conro_g .conro table.price td.cm75 {
  background: url(../images/75cm.png) no-repeat left;
  padding-left: 50px;
  text-align: left;
  overflow-wrap: anywhere;
}
.conro_g .conro table.price td.red {
  color: #ed1d24;
  background: #fff;
  white-space: nowrap;
}
.conro_g .conro table.price td.red strong {
  color: #ed1d24;
  background: #fff;
  font-size: 28px;
  font-weight: bold;
}
.conro_g .conro table.price td + td {
  text-align: left;
  width: 155px;
}
/* ///////////////////////コンロの選び方ページ/////////////////////////////////////////////// */
/*#cont_01_kashikoi{
	padding: 20px 0 0 20px;
}*/
img#kashikoi { /* かしこいビルトインコンロの選び方のフロート。 */
  float: left;
}
div.back_bw {
  background-color: #ede4db;
}
div.back_bw p {
  margin: 15px;
  clear: both;
}
#cont_01_kashikoi h2, h2 img#kashikoi {
  margin: 15px;
}
div.kashikoi_inner { /* コンロ選びの白バック記事。 */
  background-color: #fff;
  margin: 20px auto;
  width: 760px;
  padding-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
div.kashikoi_inner h3 {
  margin: 15px;
  color: #3b0b07;
  font-weight: bold;
  font-size: 180%;
}
div.kashikoi_inner h3:first-letter { /* 見出し３の赤い番号。 */
  font-size: 165%;
  color: #BC0003;
  line-height: 1;
}
/*p.f_left{
	float: left;
}*/
h4.select_h4 { /* 緑の見出し４。 */
  background-color: #639f2e;
  color: #fff;
  padding: 5px 0 5px 10px;
  margin: 30px 15px 0 15px;
}
h4#h4_plate {
  clear: both;
}
div.select_float {
  width: 355px;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  overflow: hidden;
}
div.select_float p img {
  text-align: center;
}
div.p_grn {
  background-color: #ecf5da;
  float: left;
}
div.p_grn p {
  margin: 15px;
  padding: 0;
}
/*h4#h4_plate_color{
	clear:both;
	margin-top: 30px;
}*/
p.p_plate_color {
  margin-top: 10px;
}
p.img_gril {
  float: left;
}
div.gril_honbun {
  width: 435px;
  float: left;
}
h4.select_h4 {
  clear: both;
}
div.gril_set {
  margin-top: 15px;
  overflow: hidden;
}
div.gril {
  margin-top: 20px;
}
h5 {
  color: #53A842;
  margin: 15px 0 0 20px;
  font-weight: bold;
}
/* ///////////////////////対応エリアページ/////////////////////////////////////////////// */
div.sub_wht_inner {
  background-color: #fff;
}
h2.area_h2 {
  font-size: 185%;
  font-weight: bold;
}
span.area_red { /* 対応エリアページの赤文字 */
  font-weight: bold;
  color: #FF0004;
}
h3.area_h3 {
  font-size: 110% !important;
  border-left: solid 5px #ff0004;
  padding-left: 5px !important;
}
h3.area_h3_02 {
  font-size: 110% !important;
  border-left: solid 5px #ff0004;
  padding-left: 5px !important;
  clear: both;
}
ul.area_list_01 {
  clear: both;
  font-size: 80%;
}
ul.area_list_01 li {
  float: left;
}
ul.area_list_02, ul.area_list_03 {
  clear: both;
  font-size: 80%;
  margin-top: 60px;
}
ul.area_list_02 li, ul.area_list_03 li {
  float: left;
}
.area_h2_2 {
  margin-top: 20px;
}
#area_p_red {
  margin: 15px 0 10px 20px;
  color: #ff0004;
}
/* ///////////////////////サイトマップページ/////////////////////////////////////////////// */
#ul_sitemap {
  font-size: 80%;
  margin-left: 40px;
  line-height: 2.5;
}
#ul_sitemap li {
  list-style-type: disc;
}
#ul_sitemap li a:hover {
  border-bottom: solid 1px;
}
#p_logo_sls {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* 640px以下
------------------------------------------------------------*/
@media only screen and (max-width:640px) {
  #cont_01_kashikoi {
    magin: 15px;
  }
  p.p_01, p.p_02, p.font_small {
    width: 100%;
    padding: 0px 10px 20px 10px;
    box-sizing: border-box;
  }
  div.cont_inner_img h3 {
    float: none;
  }
  div.kashikoi_inner {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin: 0;
  }
  div.kashikoi_inner h3 {
    padding: 15px 0;
    box-sizing: border-box;
    margin: 0;
    /*	width: 90%;
		margin: 3% auto;*/
    font-size: 120%;
  }
  div.kashikoi_inner p {
    margin: 15px 0;
  }
  div.kashikoi_inner dl {
    margin: 15px 0;
  }
  /*#cont_01 h3{
	width: 100%;
}*/
  div.gril, div.gril2 {
    margin-top: 5%;
  }
  p.img_gril {
    width: 90%;
  }
  div.gril_honbun {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  p.img_gril {
    margin-bottom: 2%;
  }
  div.select_float {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    /*	width: 90%;
	float: none;
	margin: 5% auto;*/
  }
  #select_float_r {
    /*	margin-top: 35%;*/
  }
  h4.select_h4 {
    margin: 5px 0 15px 0;
    padding: 5px;
    /*	margin-top: 5%;*/
  }
  div.p_grn {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  div.p_grn p {
    margin: 0;
  }
  /* コンロ一覧 */
  .conro_g .conro {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .conro_g .conro p {
    padding: 8px;
    font-size: 13px;
  }
  .conro_g .conro table {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .conro_g .conro table td {
    font-size: 9px;
  }
  #smart_conro .conro_g .conro {
    margin-bottom: 0px;
  }
  /* コンロ一覧　値段 */
  .conro_g .conro table.price {
    width: 100%;
    box-sizing: border-box;
  }
  .conro_g .conro table.price td {
    font-size: 12px;
  }
  .conro_g .conro table.price td.cm60 {
    background: url(../images/60cm_sm.png) no-repeat left;
    padding-left: 33px;
  }
  .conro_g .conro table.price td.cm75 {
    background: url(../images/75cm_sm.png) no-repeat left;
    padding-left: 33px;
  }
  div.back_bw {
    padding: 10px;
    box-sizing: border-box;
  }
  div.back_bw h2 img#kashikoi {
    width: 100%;
    padding: 15px 8px;
    box-sizing: border-box;
    margin: 0;
  }
}