@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.property-page > .container-contents {
  height: 100vh;
}
.property-page > .container-contents > .container-category {
  margin-bottom: 32px;
}
.property-page > .container-contents > .container-category > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 40px;
}
.property-page > .container-contents > .container-category .category > .link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #555555;
  padding: 8px 36px 8px 33px;
  color: #555555;
}
.property-page > .container-contents > .container-category .category > .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 7px solid #555555;
}
.property-page > .container-contents > .container-category .category .name {
  font-size: 1.2vw;
  font-weight: 500;
  margin-right: 6px;
}
.property-page > .container-contents > .container-category .category .suffix {
  font-size: 1vw;
}
.property-page > .container-contents .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.property-page > .container-contents .page-count-number {
  font-size: 24px;
  color: #1C0D82;
  font-weight: 600;
}
.property-page > .container-contents .page-count-unit {
  font-size: 1.2vw;
  color: #222222;
  font-weight: 400;
}
.property-page > .container-contents > .container-property {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}
.property-page > .container-contents > .container-property > .list-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.property-page > .container-contents > .container-property .list-property-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 10px 2.2vw;
  font-size: 1vw;
  color: #888888;
  border-bottom: 1px solid #CCCCCC;
}
.property-page > .container-contents > .container-property .header-title {
  width: 15vw;
  min-width: 15vw;
  max-width: 15vw;
}
.property-page > .container-contents > .container-property .header-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
  min-width: 352px;
}
.property-page > .container-contents > .container-property .header-line {
  min-width: 12vw;
  max-width: 12vw;
}
.property-page > .container-contents > .container-property .header-station-name {
  min-width: 10vw;
  max-width: 10vw;
}
.property-page > .container-contents > .container-property .header-walking {
  min-width: 5vw;
  max-width: 5vw;
}
.property-page > .container-contents > .container-property .header-year {
  min-width: 8vw;
  max-width: 8vw;
}
.property-page > .container-contents > .container-property .header-thumb {
  width: 5.9vw;
}
.property-page > .container-contents > .container-property .header-pdf {
  width: 39px;
  text-align: center;
}
.property-page > .container-contents > .container-property .property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 10px 2.2vw;
  border-bottom: 1px solid #CCCCCC;
}
.property-page > .container-contents > .container-property .box-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
  min-width: 352px;
}
.property-page > .container-contents > .container-property .box-construction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 8vw;
  max-width: 8vw;
}
.property-page > .container-contents > .container-property .property-title {
  font-size: 1vw;
  white-space: nowrap;
  width: 15vw;
  min-width: 15vw;
  max-width: 15vw;
  overflow: hidden;
}
.property-page > .container-contents > .container-property .property-line,
.property-page > .container-contents > .container-property .property-station,
.property-page > .container-contents > .container-property .property-walking,
.property-page > .container-contents > .container-property .property-year {
  font-size: 1vw;
  white-space: nowrap;
}
.property-page > .container-contents > .container-property .property-line {
  min-width: 12vw;
  max-width: 12vw;
}
.property-page > .container-contents > .container-property .property-walking {
  min-width: 5vw;
  max-width: 5vw;
}
.property-page > .container-contents > .container-property .property-station {
  min-width: 10vw;
  max-width: 10vw;
  overflow: hidden;
}
.property-page > .container-contents > .container-property .property-title .text,
.property-page > .container-contents > .container-property .property-line .text,
.property-page > .container-contents > .container-property .property-station .text {
  display: inline-block;
}
.property-page > .container-contents > .container-property .property-title.is-scroll .text {
  -webkit-animation: property-scroll-title 7s linear infinite;
          animation: property-scroll-title 7s linear infinite;
}
.property-page > .container-contents > .container-property .property-line.is-scroll .text {
  -webkit-animation: property-scroll-line 7s linear infinite;
          animation: property-scroll-line 7s linear infinite;
}
.property-page > .container-contents > .container-property .property-station.is-scroll .text {
  -webkit-animation: property-scroll-station 6s linear infinite;
          animation: property-scroll-station 6s linear infinite;
}
.property-page > .container-contents > .container-property .property-title.is-scroll,
.property-page > .container-contents > .container-property .property-line.is-scroll,
.property-page > .container-contents > .container-property .property-station.is-scroll {
  overflow: hidden;
}
.property-page > .container-contents > .container-property .property-title.is-scroll .text,
.property-page > .container-contents > .container-property .property-line.is-scroll .text,
.property-page > .container-contents > .container-property .property-station.is-scroll .text {
  white-space: nowrap;
}
.property-page > .container-contents > .container-property .property-thumb {
  width: 5.9vw;
  height: 56px;
}
.property-page > .container-contents > .container-property .property-thumb .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-page > .container-contents > .container-property .pdf-link {
  width: 32px;
}
.property-page > .container-contents > .container-property > .container-pagination {
  margin-top: 34px;
}
.property-page > .container-contents > .container-property > .container-pagination > .list-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.property-page > .container-contents > .container-property > .container-pagination .pagination,
.property-page > .container-contents > .container-property > .container-pagination .pagination-dots {
  font-size: 14px;
  color: #1C0D82;
}
.property-page > .container-contents > .container-property > .container-pagination .pagination.current {
  font-weight: 600;
  background: #1C0D82;
  color: #ffffff;
  padding: 0.1px 7.4px 2px;
  border-radius: 2px;
}
.property-page > .container-contents > .container-property > .container-pagination .pagination > .link {
  font-family: "Roboto", sans-serif;
  color: #1C0D82;
  padding: 12px;
}
.property-page > .container-contents > .container-property > .container-pagination .pagination-dots {
  color: #222222;
}

@media screen and (max-width: 820px) {
  .property-page > .container-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
  }
  .property-page > .container-contents .page-count-number {
    font-size: 20px;
  }
  .property-page > .container-contents .page-count-unit {
    font-size: 15px;
  }
  .property-page > .container-contents > .container-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .property-page > .container-contents > .container-property {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .property-page > .container-contents > .container-category {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .property-page > .container-contents > .container-category > .list-category {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    gap: 8px;
  }
  .property-page > .container-contents > .container-category .category {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .property-page > .container-contents > .container-category .category > .link {
    padding: 6px 19px 6px 7px;
  }
  .property-page > .container-contents > .container-category .category > .link::after {
    right: 8px;
  }
  .property-page > .container-contents > .container-category .category .name {
    font-size: 12px;
    margin-right: 0;
  }
  .property-page > .container-contents > .container-category .category .suffix {
    font-size: 11px;
  }
  .property-page > .container-contents > .container-property {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    min-height: auto;
    overflow: visible;
    padding: 0 16px 130px;
  }
  .property-page > .container-contents > .container-property .list-property-header {
    display: none;
  }
  .property-page > .container-contents > .container-property .property {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40vw 8px 33vw 8px 1fr;
    grid-template-columns: 40vw 33vw 1fr;
    -ms-grid-rows: auto 12px auto 12px auto;
        grid-template-areas: "title title title" "station station station" "construction thumb pdf";
    gap: 12px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 12px 0;
  }
  .property-page > .container-contents > .container-property .property-title {
    grid-area: title;
    width: auto;
    min-width: 0;
    max-width: none;
    font-size: 13px;
  }
  .property-page > .container-contents > .container-property .box-station {
    grid-area: station;
    min-width: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
  }
  .property-page > .container-contents > .container-property .box-construction {
    grid-area: construction;
  }
  .property-page > .container-contents > .container-property .property-thumb {
    grid-area: thumb;
    width: 72px;
  }
  .property-page > .container-contents > .container-property .property-pdf {
    grid-area: pdf;
  }
  .property-page > .container-contents > .container-property .property-line,
  .property-page > .container-contents > .container-property .property-station,
  .property-page > .container-contents > .container-property .property-walking,
  .property-page > .container-contents > .container-property .property-year {
    white-space: nowrap;
    font-size: 12px;
  }
  .property-page > .container-contents > .container-property .property-line {
    min-width: 40vw;
    max-width: 40vw;
  }
  .property-page > .container-contents > .container-property .property-station {
    min-width: 33vw;
    max-width: 33vw;
  }
  .property-page > .container-contents > .container-property .property-walking {
    min-width: 0;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .property-page > .container-contents > .container-property > .container-pagenation {
    margin-top: 16px;
  }
  .property-page > .container-contents > .container-property > .container-pagenation > .list-pagenation .pagination,
  .property-page > .container-contents > .container-property > .container-pagenation > .list-pagenation .pagination-dots {
    font-size: 14px;
    color: #1C0D82;
  }
}

@media screen and (max-width: 820px){
  .property-page > .container-contents > .container-property .property-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .property-page > .container-contents > .container-property .box-station {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .property-page > .container-contents > .container-property .box-construction {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .property-page > .container-contents > .container-property .property-thumb {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .property-page > .container-contents > .container-property .property-pdf {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
}
@-webkit-keyframes property-scroll-title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes property-scroll-title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes property-scroll-station {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes property-scroll-station {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes property-scroll-line {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes property-scroll-line {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}