@charset "utf-8";
.head_info h1 {
  position: relative;
}
.head_info h1::before {
  content: '設備・仕様（水回り）｜川崎市宮前区の新築分譲マンション「パレステージ宮崎台Ⅲ」公式HP。東急田園都市線「宮崎台」駅徒歩6分。';
  display: inline-block;
  font-size: 12px;
}

/* subhead  */
.sub_head {
  background: url(../img/quality/subhead.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

#kitchen_b,
#bathroom_b,
#powder_b,
#rest_b,
#amenity_b,
#ecology_b,
#multimedia_b,
#afterservice_b {
  padding-top: 100px;
  margin-top: -100px;
}
/* ===============================
   page tab
================================ */

.page_tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.tab_btn {
  width: 240px;
  height: auto;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-bottom: none;
  transition: 0.3s;
}

.tab_btn + .tab_btn {
  margin-left: -1px; /* 枠線重なり */
}

.tab_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}

.tab_btn:hover {
  background: #fff;
}

.tab_btn.is_active {
  background: #fff;
  position: relative;
  top: 1px;
}

.tab_btn.is_active a {
  font-weight: 600;
}
.bottom_tab {
  border-top: 1px solid #ccc;
  border-bottom: none;
  padding-bottom: 80px;
}
.bottom_tab .tab_btn {
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.bottom_tab .tab_btn.is_active {
  border-top: none;
  top: -1px;
}

@media (max-width: 1024px) {
  .page_tab {
    flex-direction: column;
    border-bottom: none;
    padding: 0 20px;
  }

  .tab_btn {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .bottom_tab {
    border-top: none;
  }
  .bottom_tab .tab_btn {
    border-top: 1px solid #ccc;
  }
  .tab_btn a {
    line-height: 1em;
  }

  .tab_btn + .tab_btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .tab_btn.is_active {
    top: 0;
  }
  .bottom_tab .tab_btn.is_active {
    border-top: 1px solid #ccc;
    top: 0px;
  }
}
/*  */
.tab_btn02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.tab_btn02_inner {
  width: 24%;
  border: solid 1px #363636;
  margin: 5px 0;
  height: 60px;
  color: #363636;
  transition: 0.3s;
}
.tab_btn02_inner.active {
  background: #c18d8e;
  color: #fff;
  border: solid 1px #c18d8e;
}
.tab_btn02_inner:hover {
  background: #c18d8e;
  color: #fff;
  border: solid 1px #c18d8e;
}
.tab_btn02_inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab_btn {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .tab_btn_item {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin: 5px auto;
  }
  .tab_btn02_inner {
    width: 49%;
  }
}
/*tab_btn*/

/* sectionのタイトル */
.sec_ttl.en {
  font-family: 'trajan-pro-3', serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  background: linear-gradient(to right, #b9b697 0%, #5c583e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: left;
  border-bottom: 5px solid;
  border-image: linear-gradient(to left, #ffff 0%, #5c583e 100%);
  border-image-slice: 1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
}
/**/
.column {
  width: 100%;
  align-items: center;
  background: #ffffff;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  border: solid 1px #8b8787;
}

.qua_flex02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  gap: 30px 20px;
}
.qua_flex03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 2列固定 */
  gap: 30px 20px;
}
.qua_flex04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列固定 */
  gap: 30px 20px;
}
@media (max-width: 1024px) {
  .qua_flex03 {
    grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  }
  .qua_flex04 {
    grid-template-columns: repeat(2, 1fr); /* 4列固定 */
  }
  .sp_full {
    grid-column: 1 / -1;
  }
}

/**/
.type_name {
  font-size: 15px;
  color: #fff;
  background-color: #c18d8e;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.5em 1em;
  line-height: 1em;
  height: 32px;
}
.type_name.tranceparent {
  background-color: transparent;
  color: transparent;
}

.qua_item_name {
  font-size: 16px;
  margin: 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}
.qua_item_lead {
  font-size: 14px;
}
.qua_item_lead small {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1024px) {
  .qua_item_name {
    font-size: 14px;
  }
  .qua_item_lead {
    font-size: 13px;
  }
.qua_item_lead small {
  font-size: 10px;
}
}

/**/
.a1f_box {
  margin: 20px auto 0;
}

.ih_box {
  grid-column: span 2; /* 4列中2列使う＝50% */
}
.ih_box .qua_item_img {
  width: 80%;
  margin: 0 auto;
}
.ih_txt {
  color: #fff;
  background-color: #857864;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .ih_box_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  /* 大きいボックス */
  .ih_box {
    grid-column: span 4;
  }
.ih_box .qua_item_img {
  width: 100%;
}

  /* 下の2つを同じ幅に */
  .ih_box + .qua_item,
  .ih_box + .qua_item + .qua_item {
    grid-column: span 2;
  }
}

/**/
/* bathroom */
.e1m_box_wrap{
  grid-column: span 2;
}
.e1m_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 中を2分割 */
  gap: 20px;
}
@media (max-width: 1024px) {
  .bath_box .qua_item:nth-child(1){
    order: 1;
  }
  .bath_box .qua_item:nth-child(2){
      order: 2;
  }
  .bath_box .qua_item:nth-child(3){
    order: 3;
  }
  .bath_box .qua_item:nth-child(4){
    order: 4;
  }
  .bath_box .qua_item:nth-child(5){
    order: 5;
  }
  .bath_box .qua_item:nth-child(6){
    order: 6;
  }
  .bath_box .a1d_box{
    order: 7;
  }
  .bath_box .e1m_box_wrap{
    order: 8;
  }
.e1m_box{
  grid-template-columns: repeat(1, 1fr); /* ← 中を2分割 */
  gap: 20px;
}
}
/**/
.poder_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  gap: 20px 10px; /* 縦20 横10 */
}
.powder_item + .powder_item {
  margin-top: 10px;
}
.powder_name {
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .powder {
    grid-template-columns: repeat(1, 1fr); /* 2列固定 */
  }
  .powder_name {
    font-size: 12px;
  }
}

/****************************************************************

設備 quality02.html

****************************************************************/
.quality03 {
}
#amenity .qua_item {
  display: grid;
  grid-template-rows:
    auto /* name */
    1fr /* lead */
    auto /* img */
    auto; /* note */
}

#amenity .qua_item_name {
  grid-row: 1;
}

#amenity .qua_item_name + .qua_item_lead {
  grid-row: 2;
}

#amenity .qua_item_img {
  grid-row: 3;
}

#amenity .qua_item_img + .qua_item_lead {
  grid-row: 4;
}
.quality03 .qua_item_lead + .qua_item_img,
.quality03 .qua_item_img + .qua_item_lead {
  margin-top: 10px;
}

#amenity .qua_item.column_3_name {
  display: block;
}
/* #amenity .column_3_name .qua_item_name {
  min-height: 4em;
} */
@media (max-width: 1024px) {
  #amenity .qua_flex03 {
    grid-template-columns: repeat(1, 1fr);
  }
  #amenity .qua_flex03 .qua_item + .qua_item {
    margin-top: 20px;
  }
}
.mm_box {
  grid-column: span 2;
}
.logo02 {
  display: block;
  max-width: 50%;
  margin: 10px auto;
}
.mm_box .qua_item_img {
  max-width: 60%;
  margin: 0 auto;
}
.logo03 {
  max-width: 70%;
  margin: 20px auto 0px;
}
@media (max-width: 1024px) {
  #multimedia .qua_flex04 {
    grid-template-columns: 1fr;
  }
  #multimedia .mm_box {
    grid-column: span 1;
  }
  .logo02 {
    max-width: 70%;
  }
  .mm_box .qua_item_img {
    max-width: 80%;
  }
}

@media (max-width: 1024px) {
  #afterService .qua_flex02 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/****************************************************************

安全・構造 quality03.html

****************************************************************/
.quality03 {
}
{

}

.handsfree .qua_item{
  display: grid;
  grid-template-rows:
    auto /* name */
    1fr /* lead ← ここが揃う */
    auto; /* img */
}
.handsfree .qua_item .qua_item_name {
  grid-row: 1;
}

.handsfree .qua_item .qua_item_name + .qua_item_lead {
  grid-row: 2;
}

.handsfree .qua_item .qua_item_img {
  grid-row: 3;
}


.handsfree .qua_item_name,.raccess .qua_item_name {
  background-color: #455d95;
    color: #fff;
    padding-left: 1em;
    line-height: 1em;
    border-bottom: none;
    padding: 10px 0 10px 1em;
}

.autolock {
}
.pabbit_box {
  grid-column: span 2;
}
.pabbit_inner {
  display: flex;
}
.logo_pabbit {
  margin: 0 auto 10px;
  width: 50%;
  display: block;
}
.pabbit_merit {
  text-align: center;
  color: #3c8087;
  font-weight: 600;
  font-size: 14px;
}
.pabbit_txt {
  color: #fff;
  background-color: #3c8087;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .raccess .qua_flex02 {
    grid-template-columns: repeat(1, 1fr); /* 2列固定 */
  }
  .raccess .qua_flex02 .qua_item_img {
    width: 50%;
    margin: 0 auto 20px;
  }
}

.door_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.door_img {
  width: 26%;
  position: relative;
}
.door_list {
  width: 70%;
}
.door_item {
  display: flex;
  justify-content: space-between;
}
.door_item_img {
  max-width: 200px;
  width: 30%;
  order: 2;
  position: relative;
}
.door_item_text {
  width: 67%;
}
.door_item_text .qua_item_name {
  justify-content: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.door_list .door_item:not(:last-child) {
  margin-bottom: 4%;
}
.door_item_num {
  font-size: 15px;
  width: 25px;
  height: 25px;
  background: #b4a241;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.cylinder_box {
}
.cylinder_box .qua_item {
  display: grid;
  grid-template-rows:
    auto /* name */
    1fr /* lead ← ここが揃う */
    auto; /* img */
}
.cylinder_box .qua_item_name {
  grid-row: 1;
}

.cylinder_box .qua_item_name + .qua_item_lead {
  grid-row: 2;
}

.cylinder_box .qua_item_img {
  grid-row: 3;
}

.cylinder_box .qua_item_img + .qua_item_lead {
  grid-row: 4;
}

.security09 {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .door_flex {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .door_img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .door_list {
    width: 100%;
  }
  .door_item {
    flex-direction: column;
  }

  .door_item_text {
    width: 100%;
    margin: 0 auto 10px;
  }
  .door_item_img {
    max-width: 100%;
    width: 60%;
    margin: 0 auto;
  }

  .door + .qua_flex03 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wall_box {
  grid-column: span 2;
}
.wall_img {
  display: flex;
  margin: 10px auto;
}
.img11 {
  display: flex;
}
@media (max-width: 1024px) {
  #structure .qua_flex03 {
    grid-template-columns: 1fr;
  }
  
.wall_img {
  flex-direction: column;
  gap: 20px 0;
}
  .wall_box {
    grid-column: span 1;
  }
}
