.sr-detail .g-ttl-4 {
  color: #000;
}
.sr-detail .sr-ttl--1 {
  color: #333;
}
.sr-detail .sr-ttl--1 span {
  display: block;
}
.sr-detail .sr-ttl--1 em {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
}
.sr-detail .sr-ttl--kinds {
  font-size: 18px;
  color: #09c;
  font-weight: bold;
  padding-left: 30px;
}
.sr-detail .sr-ttl--kinds.--home {
  position: relative;
}
.sr-detail .sr-ttl--kinds.--home::before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/showroom/assets/images/detail/icon_home svg") no-repeat;
  background-size: cover;
}
.sr-detail .sr-ttl--kinds.--business {
  position: relative;
}
.sr-detail .sr-ttl--kinds.--business::before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/showroom/assets/images/detail/icon_business svg") no-repeat;
  background-size: cover;
}
.sr-detail .detail-kv {
  background-color: #e5f7fd;
  width: calc(100% + 30px);
  height: 330px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.sr-detail .detail-kv__box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.sr-detail .detail-kv__box .detail-ttl {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}
.sr-detail .detail-kv__box .detail-ttl.--ttl2 {
  top: 70px;
}
.sr-detail .detail-kv__box .detail-ttl .sub {
  font-size: clamp(16px, 2.5vw, 20px);
  display: inline-block;
  background-color: #19a3d1;
  color: #fff;
  padding: 2px 15px 0;
}
.sr-detail .detail-kv__box .detail-ttl__inner {
  background-color: #fff;
  min-width: 410px;
  max-width: 460px;
  padding: 20px 20px 15px;
}
@media only screen and (max-width: 768px) {
  .sr-detail .detail-kv__box .detail-ttl__inner {
    background: none;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.sr-detail .detail-kv__box .detail-image {
  position: absolute;
  width: 580px;
  height: 290px;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .sr-detail .detail-kv {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: none;
    padding: 0;
  }
  .sr-detail .detail-kv__box {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sr-detail .detail-kv__box .detail-ttl {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sr-detail .detail-kv__box .detail-image {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.sr-detail .sr-acces-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sr-detail .sr-acces-list dt {
  font-weight: bold;
  width: 26%;
  display: block;
}
.sr-detail .sr-acces-list dd {
  width: 74%;
  display: block;
}
.sr-detail .sr-product-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.sr-detail .sr-product-list tr td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sr-detail .sr-product-list tr:first-of-type {
    border-top: 1px solid #ccc;
  }
  .sr-detail .sr-product-list tr td {
    width: 100%;
    display: block;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
  }
  .sr-detail .sr-product-list tr td.--box-none {
    display: none;
  }
}
.sr-detail .sr-product-dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .sr-detail .sr-product-dl {
    grid-template-columns: 1fr;
  }
}
.sr-detail .sr-product-dl dt {
  grid-column: 1/3;
  width: 100%;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sr-detail .sr-product-dl dt {
    grid-column: auto;
    font-size: 14px;
  }
}
.sr-detail .sr-product-dl dd {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 15px 10px;
}
.sr-detail .sr-product-dl dd:nth-child(2), .sr-detail .sr-product-dl dd:nth-child(3) {
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .sr-detail .sr-product-dl dd:nth-child(3) {
    border-top: 0;
  }
}
.sr-detail .sr-product-dl dd:nth-child(odd) {
  border-left: 0;
}
@media (max-width: 768px) {
  .sr-detail .sr-product-dl dd:nth-child(odd) {
    border-left: 1px solid #ccc;
  }
}
.sr-detail .sr-product-dl dd span.experience, .sr-detail .sr-product-dl dd span.air_operation, .sr-detail .sr-product-dl dd span.actual_operation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  width: 100%;
  padding: 3px 8px 1px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
}
.sr-detail .sr-product-dl dd span.experience {
  background-color: #B52C20;
}
.sr-detail .sr-product-dl dd span.air_operation {
  background-color: #2063B5;
}
.sr-detail .sr-product-dl dd span.actual_operation {
  background-color: #CE9700;
}
.sr-detail #maincntbox {
  background-color: #000;
  overflow: hidden;
  margin: 0 -15px;
  padding-bottom: 50px;
}
.sr-detail #g-section-lg_bn #maincntbox {
  color: #fff;
  line-height: 2em;
}
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2b > .g-grid_el:first-child,
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2c > .g-grid_el {
  width: 55%;
}
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2b > .g-grid_el,
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2c > .g-grid_el:first-child {
  width: 45%;
}
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2ctob > .g-grid_el:first-child {
  float: right !important;
}
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2ctob > .g-grid_el {
  float: left !important;
}
@media only screen and (max-width: 480px) {
  .sr-detail #g-section-lg_bn #maincntbox .g-grid-2b > .g-grid_el:first-child,
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2c > .g-grid_el {
    width: 100%;
  }
  .sr-detail #g-section-lg_bn #maincntbox .g-grid-2b > .g-grid_el,
.sr-detail #g-section-lg_bn #maincntbox .g-grid-2c > .g-grid_el:first-child {
    width: 100%;
  }
}
.sr-detail .sh_photo-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin: 0 -15px 50px -15px;
}
.sr-detail .sh_photo {
  position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}
.sr-detail .sh_photo-top {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.sr-detail .sh_photo ul {
  position: relative;
  overflow: hidden;
  margin: 0;
  zoom: 1;
}
.sr-detail .sh_photo ul li {
  display: block;
}
.sr-detail .label-taikan, .sr-detail .label-actual {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 3px 5px;
  margin-right: 1em;
  line-height: 1.4em;
}
.sr-detail .label-actual {
  color: #FF4F01;
  background: #fff;
  border: 1px solid #FF4F01;
  font-weight: bold;
}
.sr-detail .floar_num_1 {
  background: url(/showroom/assets/images/detail/nagoya/floar_icn_1.png) no-repeat;
  padding-left: 32px;
  line-height: 28px;
}
.sr-detail .floar_num_2 {
  background: url(/showroom/assets/images/detail/nagoya/floar_icn_2.png) no-repeat;
  padding-left: 32px;
  line-height: 28px;
}
.sr-detail .floar_num_3 {
  background: url(/showroom/assets/images/detail/nagoya/floar_icn_3.png) no-repeat;
  padding-left: 32px;
  line-height: 28px;
}
.sr-detail .floar_text_gray {
  text-align: center;
  background: #dbdbdb;
  padding: 2px 0;
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 30px;
}
/*# sourceMappingURL=detail_202607.css.map */