@charset "UTF-8";

/* 共通 */
.section-sub-title {
  margin-top: 6rem;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  padding-block: .3em;
}

.skip-navi__list svg {
  height: 1lh;
}

.size-image__wrap {
  inline-size: 37.5%;
}

/* 基本仕様リンクボタン */
.basic-anchor-wrap .list-skip-anchor>li>a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1em;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .5em 1em;
  background-color: #535353;
  color: #fff;
}

/* 基本仕様：帯のタイトル(型番) */

.aircon-spec-title-area {
  display: flex;
  align-items: center;
  column-gap: 3.5rem;
  row-gap: 1rem;
}

.aircon-spec-title-right,
.aircon-spec-title-left {
  display: flex;
  align-items: center;
}

.aircon-spec-title-right span,
.aircon-spec-title-left span {
  font-size: 1.4rem;
}

.aircon-spec-title-right {
  padding-right: 3.5rem;
  border-right: 1px solid #707070;
}

.aircon-spec-title-right em {
  font-size: 4rem;
  padding-right: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.aircon-spec-title-left em {
  font-size: 2.8rem;
  padding-right: 2rem;
  flex-shrink: 0;
}

/* 基本仕様テーブル */
.aircon-spec-container {
  padding-top: 9rem;
}

.aircon-spec-box {
  margin-top: 2rem;
}

.aircon-spec-box h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.aircon-spec-box .base-spec__table {
  margin-top: 0;
}

.aircon-spec-box .base-spec__table th {
  width: 37%;
  vertical-align: top;
}

.icon-emark {
  width: 2.3rem;
}

.icon-plug {
  width: 1.8rem;
}

/* 冷暖房表 */
.aircon-rei-danbo-box {
  margin-top: 2rem;
}

table.table-rei-danbo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-align: center;
}

table.table-rei-danbo thead {
  background: #F5F5F5;
}

table.table-rei-danbo thead th {
  width: 5em;
  font-weight: 400;
}

table.table-rei-danbo th,
table.table-rei-danbo td {
  padding: .8em;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.teion-danou {
  text-align: right;
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 500;
}

/* 寸法 */

.size-img-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}

.shitsugai {
  margin-top: 3rem;
  justify-content: flex-start;
  column-gap: 7.5%;
}

.size-sub-shitsugai {
  width: calc(95% / 3);
}

.size-img-container figure {
  position: relative;
  height: 100%;
  padding-bottom: 90%;
}

.size-img-container figure img {
  position: absolute;
  bottom: 0;
}

.size-sub-item .section-sub-title+img {
  margin-top: 4rem;
}

.size-text {
  font-size: 1.2rem;
  margin-top: 1em;
}

.aircon-caption-box {
  margin-top: 5rem;
}

/* リモコン */
.size-image__wrap {
  margin: var(--margin-small) 0 0 0;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {
  .basic-anchor-wrap .list-skip-anchor>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
  }

}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

  /* 共通 */
  .section-sub-title {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  .size-image__wrap {
    inline-size: 100%;
  }

  /* ページ内リンクボタン */
  .skip-navi__list {
    column-gap: 2rem;
    row-gap: 1.5rem;
}
  .skip-anchor-wrap {
    margin-top: 2rem;
  }

  .list-skip-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .list-skip-anchor>li>a {
    display: flex;
    column-gap: 1em;
    align-items: center;
    inline-size: fit-content;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .list-skip-anchor svg {
    inline-size: 1em;
    height: 1lh;
  }

  /* 基本仕様リンクボタン */
  .basic-anchor-wrap .list-skip-anchor>li>a {
    grid-template-columns: 1fr auto;
    column-gap: .5em;
    padding: 0.2em .7em;
  }

  /* 寸法 */

  .size-sub-item .section-sub-title+img {
    margin-top: 2rem;
  }

  .size-sub-shitsugai {
    width: calc(95% / 2);
  }

  .size-sub-shitsugai p {
    font-size: 1.4rem;
}

  .aircon-caption-box {
    margin-top: 2rem;
  }

  /* 基本仕様タイトル */
  .aircon-spec-title-area {
    row-gap: 0rem;
    flex-direction: column;
  }

  .aircon-spec-title-right,
  .aircon-spec-title-left {
    width: 100%;
  }

  .aircon-spec-title-right {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid #707070;
  }

  .aircon-spec-title-right em {
    font-size: 3rem;
  }

  .aircon-spec-title-right span {
    font-size: 1.4rem;
  }

  .aircon-spec-title-left em {
    font-size: 2rem;
  }

  .aircon-spec-title-left {
    padding-top: 1rem;
  }

  .aircon-spec-title-left span {
    font-size: 1.2rem;
  }


  /* 基本仕様テーブル  */

  .aircon-spec-container {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .aircon-spec-box .base-spec__table th {
    width: 42%;
    background-color: var(--white-gray);
    border-right: none;
  }

  .aircon-spec-box .base-spec__table th,
  .aircon-spec-box .base-spec__table td {
    display: table-cell;
  }


  /* 冷暖房表 */

  .table-rei-danbo {
    font-size: 1.4rem;
  }

  .rei-danbo-small-text {
    display: block;
    font-size: 1.2rem;
  }

  table.table-rei-danbo th,
  table.table-rei-danbo td {
    padding: .2em;
    font-size: 1.4rem;
  }

  .table-rei-danbo thead th:first-of-type {
    width: 3em;
  }
}

/* ====================================
	PC&タブレット
===================================== */

@media screen and (width >=768px) {

  /* ページ内リンクボタン */
  .skip-anchor-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
    margin-top: 3rem;
  }

  .list-skip-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .list-skip-anchor>li>a {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1em;
    border: 1px solid #000;
    border-radius: 5px;
    padding: .5em 1em;
    align-items: center;
    inline-size: fit-content;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .list-skip-anchor svg {
    inline-size: 1em;
    height: 1lh;
  }
}