@charset "UTF-8";
.privacy .c-title1 {
  margin-bottom: 40px;
}
.privacy_txt {
  margin: 70px 0;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #c7c7c7;
  text-align: left;
}
.info_content {
  max-width: 100%;
  padding: 0 4%;
}
@media only screen and (max-width: 767px) {
  .privacy_txt {
    font-size: 13px;
  }
}

/* floormap */
.body_floor {
  margin-top: 20px;
  background-color: #fff;
  color: #000;
}

.body_floor:nth-child(2) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .body_floor {
    flex-direction: column;
  }
}

.wrap_img_floor {
  align-self: center;
  background-color: #fff;
}

.item_floor {
  margin-bottom: 10px;
}

.wrap_txt_floor {
  padding: 20px 2% 12px;
}

/* txt */
.title_floor {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: .05em;
}
.txt_floor {
  align-self: center;
  line-height: 1.5;
  letter-spacing: .05em;
}

.txt_floor .num {
  padding-right: 10px;
  font-size: 18px;
  color: #A27E39;
}

.txt_floor .txt {
  font-size: 18px;
}

.txt_floor_en {
  align-self: center;
  margin-left: 22px;
  font-size: 15px;
  line-height: 1.1;
  opacity: .6;
}

@media only screen and (max-width: 480px) {
  .title_floor {
    font-size: 16px;
  }

  .txt_floor .num,
  .txt_floor .txt {
    font-size: 14px;
  }

  .txt_floor_en {
    font-size: 11px;
  }
}
