/* =========================================================
   クロス・フロアリフォーム専用CSS
   700px固定・完全新規作成版
========================================================= */

#cloth-floor-page,
#cloth-floor-page *{
  box-sizing:border-box !important;
}

#cloth-floor-page{
  width:700px !important;
  min-width:700px !important;
  max-width:700px !important;
  margin:0 auto !important;
  padding:6px 43px 30px !important;
  background:#ffffff !important;
  color:#222222 !important;
  font-family:
    "Yu Gothic",
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    sans-serif !important;
  font-size:13px !important;
  line-height:1.45 !important;
  overflow:hidden !important;
}

#cloth-floor-page img{
  display:block !important;
  float:none !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

#cloth-floor-page h1,
#cloth-floor-page h2,
#cloth-floor-page h3,
#cloth-floor-page p{
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
  word-break:normal !important;
}

/* メインタイトル */
#cloth-floor-page .cf-main-title{
  width:694px !important;
  margin:0 0 20px -40px !important;
  padding:5px 40px 7px !important;
  border:1px solid #bbbbbb !important;
  background:linear-gradient(to bottom,#ffffff 0%,#ffffff 48%,#eeeeee 100%) !important;
  box-shadow:0 3px 4px rgba(0,0,0,.45) !important;
  color:#555555 !important;
  font-size:27px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}

/* 上部 */
#cloth-floor-page .cf-intro{
  position:relative !important;
  width:614px !important;
  min-height:250px !important;
  margin:0 0 12px !important;
  padding:0 135px 0 0 !important;
}

#cloth-floor-page .cf-intro-title{
  margin:0 0 10px !important;
  padding:0 !important;
  color:#5b9900 !important;
  font-size:29px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
}

#cloth-floor-page .cf-intro-text{
  margin:0 0 12px !important;
  padding:0 !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

#cloth-floor-page .cf-intro-image{
  position:absolute !important;
  right:0 !important;
  top:118px !important;
  width:123px !important;
  min-width:123px !important;
  max-width:123px !important;
}

/* 赤見出し */
#cloth-floor-page .cf-red-title{
  position:relative !important;
  margin:0 0 10px !important;
  padding:0 0 0 24px !important;
  color:#111111 !important;
  font-size:23px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
}

#cloth-floor-page .cf-red-title::before{
  content:"" !important;
  position:absolute !important;
  top:2px !important;
  left:0 !important;
  width:20px !important;
  height:20px !important;
  background:#c80019 !important;
}

/* 共通3列 */
#cloth-floor-page .cf-grid-3{
  display:grid !important;
  grid-template-columns:181px 181px 181px !important;
  column-gap:36px !important;
  row-gap:18px !important;
  width:615px !important;
  align-items:start !important;
}

#cloth-floor-page .cf-card{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}

#cloth-floor-page .cf-card img{
  width:181px !important;
  min-width:181px !important;
  max-width:181px !important;
}

#cloth-floor-page .cf-item-title{
  position:relative !important;
  display:block !important;
  width:100% !important;
  margin:5px 0 3px !important;
  padding-left:13px !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
}

#cloth-floor-page .cf-item-title::before{
  content:"" !important;
  position:absolute !important;
  top:4px !important;
  left:0 !important;
  width:11px !important;
  height:11px !important;
  background:#69a800 !important;
}

#cloth-floor-page .cf-card-text{
  margin:0 !important;
  padding:0 !important;
  font-size:12px !important;
  line-height:1.38 !important;
}

/* 壁の2段目 */
#cloth-floor-page .cf-wall-bottom{
  display:grid !important;
  grid-template-columns:181px 260px !important;
  column-gap:28px !important;
  width:469px !important;
  margin-top:18px !important;
  align-items:start !important;
}

#cloth-floor-page .cf-wall-family{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  width:260px !important;
  min-height:170px !important;
  overflow:hidden !important;
}

#cloth-floor-page .cf-wall-family img{
  width:260px !important;
  max-width:260px !important;
}

/* 床2段目 */
#cloth-floor-page .cf-floor-bottom{
  display:grid !important;
  grid-template-columns:181px 181px 181px !important;
  column-gap:36px !important;
  width:615px !important;
  margin-top:18px !important;
  align-items:start !important;
}

#cloth-floor-page .cf-couple{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  width:181px !important;
  min-height:145px !important;
  overflow:hidden !important;
}

#cloth-floor-page .cf-couple img{
  width:156px !important;
  max-width:156px !important;
}

/* 点線 */
#cloth-floor-page .cf-divider{
  width:614px !important;
  height:8px !important;
  margin:18px 0 12px !important;
  background-image:radial-gradient(circle,#dfbd93 3px,transparent 3.5px) !important;
  background-size:10px 8px !important;
  background-repeat:repeat-x !important;
}
