@charset "UTF-8";
/* 下層必須調整 */
.gheader_top_box h1::before {
  content: "案内図 | ";
  font-size: 10px;
  line-height: 1;
  margin: 4px 0 0;
  letter-spacing: 0;
}

.sub_head {
  background: url(../img/map/sub_head.svg) no-repeat;
  background-position: 50% 85%;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
}
.sub_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub_head .sub_head_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.sub_head .sub_head_txt .sub_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  max-width: none;
  padding: 0;
  margin: 0 auto;
}
.sub_head .sub_head_txt p {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.out-wrapper {
  background-color: #fff;
  padding: 0;
}
.out-wrapper .duo-inner {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
.out-wrapper .duo-inner .out-title {
  font-size: 20px;
  letter-spacing: 0.095em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  border-left: 4px solid #242223;
  padding-left: 5px;
}
.out-wrapper .duo-inner .info {
  padding: 20px;
  margin: 20px auto;
  text-align: center;
  background-color: #ff0000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.out-wrapper .duo-inner .info p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}
.out-wrapper .duo-inner .info p:nth-child(1) {
  font-size: 24px;
}
.out-wrapper .duo-inner .info p:nth-child(2) {
  margin-top: 10px;
  font-size: 16px;
}
.out-wrapper .duo-inner .map_img {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.out-wrapper .duo-inner .modelroom {
  background-color: #212121;
  padding: 20px;
}
.out-wrapper .duo-inner .modelroom h3 {
  padding: 0 0 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
.out-wrapper .duo-inner .modelroom p {
  padding: 10px 0 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.out-wrapper .duo-inner .g-map {
  border: 2px solid #000;
  font-size: 20px;
  letter-spacing: 0.095em;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 30px auto 60px;
}
.out-wrapper .duo-inner .g-map a {
  padding: 20px 5px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.out-wrapper .duo-inner .g-map a:hover {
  color: #fff;
  background: #221815;
}
.out-wrapper .duo-inner .print-btn {
  width: 240px;
  margin: 0 auto;
  background-color: #212121;
  text-align: center;
  margin-bottom: 135px;
}
.out-wrapper .duo-inner .print-btn a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.095em;
  font-weight: bold;
  margin-left: 30px;
  padding: 15px 5px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.out-wrapper .duo-inner .print-btn a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background-image: url(../img/map/print_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print {
  header, footer {
    display: none !important;
  }
  .btm_header_btn {
    display: none;
  }
  #common_header,
  #common_footer {
    display: none;
  }
  .sub_head {
    margin-top: 0;
    display: none;
  }
  .print-btn {
    display: none;
  }
  .g-map {
    display: none;
  }
  .pan {
    display: none;
  }
  .duo-inner:first-child {
    display: none;
  }
  .out-wrapper .duo-inner .map_img {
    width: 90%;
    margin: 30px auto 0;
  }
  .modelroom h3,
  .modelroom p {
    color: #000 !important;
  }
  .property {
    page-break-before: always;
  }
  .property h2 {
    margin-top: 40px;
  }
}/*# sourceMappingURL=map.css.map */