@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

@media (max-width: 1050px) {
  body {
    min-width: 280px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body,
  span {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
      'MS PGothic', sans-serif;
  }
}

/* buttonタグの初期styleをリセット */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.only_sp {
  display: none;
}
.opa:hover {
  opacity: 0.7;
}

/*------------------------------
#contents
------------------------------*/
@media (max-width: 1050px) {
  .contents {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1050px) {
  .filterText {
    font-size: 20px;
    margin-top: 40px;
  }
}

/*------------------------------
.filterMenu
------------------------------*/
.filterArea {
  width: 1000px;
  margin: 0 auto 80px;
}

@media (max-width: 1050px) {
  .filterArea {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
    order: 2;
  }
}

.filterMenu,
.filterMenu　dt,
.filterMenu dd {
  box-sizing: border-box;
}
.filterMenu {
  font-size: 15px;
  /* background-color: #F8F8F8; */
  margin: 30px 0;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #eee;
}

@media (max-width: 1050px) {
  .filterMenu {
    margin: 20px 0;
    border: 1px solid #eee;
  }
}

.filterMenu dt,
.filterMenu dd {
  padding: 20px 15px;
}

@media (max-width: 1050px) {
  .filterMenu dt {
    padding: 13px 20px;
    row-gap: 20px;
  }

  .filterMenu dd {
    padding: 20px;
    row-gap: 20px;
  }
}

.filterMenu dt {
  width: 13%;
  float: left;
  clear: left;
  background-color: #f8f8f8;
  font-weight: bold;
}

@media (max-width: 1050px) {
  .filterMenu dt {
    width: 100%;
  }
}

.filterMenu dd {
  float: left;
  width: 87%;
  display: flex;
  align-items: center;
}

@media (max-width: 1050px) {
  .filterMenu dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.filterMenu .kindList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.filterMenu .investKindList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.filterMenu .kindList label {
  margin-bottom: 0;
}

.filterMenu dt:first-child {
  border-top: 1px solid #f8f8f8;
}
.filterMenu dd {
  border-top: 1px solid #f3f3f3;
}
.filterMenu dt {
  border-top: 1px solid #fff;
}
.filterMenu dt:nth-child(11) {
  border-bottom: 1px solid #f8f8f8;
}
.filterMenu dd:last-child {
  border-bottom: 1px solid #f3f3f3;
}
.filterMenu input {
  font-size: 15px;
}
.filterMenu #member + label {
  width: auto;
  margin-right: 20px;
  font-weight: bold;
}
.filterMenu #contracted + label {
  width: auto;
}
.filterMenu .memberMenu {
  font-size: 14px;
}
.filterMenu .memberMenu a {
  color: #333;
}
.filterMenu input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
}

.filterMenu input[type='checkbox'] + label {
  width: fit-content;
  background-image: url(../img/ico_check_01.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background-position: left center;
}

@media (max-width: 1050px) {
  .filterMenu input[type='checkbox'] + label {
    padding-left: 35px;
    margin-bottom: 0;
  }

  .tokyoAreaList input[type='checkbox'] + label {
    width: 80px;
  }
}

.filterMenu input[type='checkbox'] + .application-label {
  width: auto;
  margin-left: 30px;
  margin-bottom: 0;
}

@media (max-width: 1050px) {
  .filterMenu input[type='checkbox'] + .application-label {
    margin-left: 0;
  }
}

/* .filterMenu input[type='checkbox'] + label.k_check {
  margin: 10px 0;
} */
.filterMenu input[type='checkbox']:checked + label {
  background-image: url(../img/ico_check_02.png);
}
.filterMenu dt.clearnone {
  clear: none;
}
.filterMenu .separate dt {
  width: 11%;
  padding: 31px 15px;
}
.filterMenu dt:nth-child(9) {
  border-top: 1px solid #f3f3f3;
}
.filterMenu .verCenter {
  /* line-height: 46px; */
}

@media (max-width: 1050px) {
  .filterMenu .verCenter {
    line-height: initial;
  }
}

.filterMenu dd.separate {
  width: 37%;
}

@media (max-width: 1050px) {
  .filterMenu dd.separate {
    width: 100%;
    column-gap: 5px;
    align-items: center;
  }
}

.obsessionList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 20px;
}

.filterMenu dd.obsessionList {
  column-gap: 20px;
}

.filterMenu select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  background: url(/common/img/ico_arrow_bottom_01.png) right 10px center no-repeat;
  background-size: 7px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  width: 150px;
  height: 46px;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .filterMenu select {
    width: 45%;
  }
}

.filterMenu #freeword {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#area {
  float: left;
  width: 87%;
  padding: 20px 15px;
  border-top: 1px solid #f3f3f3;
}

@media (max-width: 1050px) {
  #area {
    width: 100%;
    padding: 20px;
  }
}

#area ul {
  overflow: hidden;
}

@media (max-width: 1050px) {
  #area ul {
    overflow: hidden;
    height: auto;
    width: 100%;
  }
}
#area li {
  overflow: hidden;
  white-space: nowrap;
}

#area li#tokyoList {
  display: block;
  overflow: hidden;
}
#area dd {
  width: 100%;
  padding: 0 0 0 45px;
  border: 0;
}

@media (max-width: 1050px) {
  #area dd {
    height: auto;
    padding: 0 0 0 20px;
  }
}

.tokyoAreaList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media (max-width: 600px) {
  .tokyoAreaList {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }
}

.tokyoAreaList li:has(input#area_22_en) {
  order: -1;
  grid-column: 1 / -1;
}

.tokyoAreaList label {
  margin-bottom: 0;
}

.tokyoAreaList input[type='checkbox'] + label {
  width: 100%;
  white-space: normal;
}

@media (max-width: 1050px) {
  .ignoreList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.areaList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px;
}

.submitArea {
  text-align: center;
}
.submitArea button {
  width: 80%;
  min-height: 70px;
  background-color: #c5002e;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 40px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .submitArea button {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-inline-start: 16px;
    padding-inline-end: 32px;
  }
}

@media (max-width: 400px) {
  .submitArea button {
    font-size: 18px;
  }
}

.submitArea .noSearch {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 780px) {
  .submitArea .noSearch {
    opacity: 1;
    pointer-events: initial;
  }
}

.submitArea button .number {
  font-size: 32px;
  position: absolute;
  right: 135px;
  top: 0;
  bottom: 0;
  line-height: 70px;
}
.submitArea button .ken {
  font-size: 20px;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  line-height: 76px;
}
.submitArea button:hover {
  opacity: 0.7;
}
.submitArea button::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/*** 特殊CSS ***/
.filterMenu #invest_type_6 + label,
.filterMenu #sale_type_1 + label,
.filterMenu #sale_type_2 + label,
.filterMenu #sale_type_3 + label,
.filterMenu #sale_type_4 + label,
.filterMenu #sale_type_5 + label,
.filterMenu #rent_type_1 + label,
.filterMenu #rent_type_2 + label,
.filterMenu #rent_type_3 + label,
.filterMenu #rent_type_4 + label,
.filterMenu #rent_type_5 + label,
.filterMenu #member + label,
.filterMenu #contracted + label {
  margin-bottom: 0px;
}

@media (max-width: 1050px) {
  .memberLabel {
    display: block;
  }
}

/*------------------------------
.propListArea
------------------------------*/
.propListArea {
  background-color: #f8f8f8;
  padding-bottom: 45px;
  padding-inline: 20px;
  box-sizing: border-box;
}

@media (max-width: 1050px) {
  .propListArea {
    order: 1;
    padding-inline: 0;
    padding-bottom: 10px;
  }
}

.propList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}

@media (max-width: 1050px) {
  .propList {
    width: 100%;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 20px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .propList {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

.propItem {
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1050px) {
  .propItem {
    padding: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .propItem {
    padding: 10px 10px 20px;
  }
}

.propItemContents {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .propItemContents {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .propItemContents {
    gap: 10px;
  }
}

.itemTitle {
  width: 600px;
  padding: 1px 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: start;
  min-height: 115px;
  margin-bottom: 10px;
  margin-bottom: 0;
  flex-direction: column-reverse;
  align-items: flex-start;
  flex-direction: column-reverse;
  order: 1;
  justify-content: flex-end;
}

@media (max-width: 1050px) {
  .itemTitle {
    width: auto;
    margin-bottom: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-direction: column-reverse;
    min-height: initial;
  }
}
@media (max-width: 750px) {
  .itemTitle {
    grid-row: 1;
    grid-column: 1 / span 2;
  }
}

.itemCategory {
  margin-top: 3px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1050px) {
  .itemCategory {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px;
  }
}

.itemTitleDetail {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  padding-right: 15px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: sub;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .itemTitleDetail {
    width: 100%;
    max-width: none;
    padding: 0;
    display: block;
  }
}
@media (max-width: 750px) {
  .itemTitleDetail {
    text-overflow: initial;
    white-space: initial;
  }
}

.new,
.full,
.member,
.movie,
.sold {
  margin-right: 3px;
}

.new {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
  background-color: #c5002e;
  padding: 3px 15px;
  line-height: initial;
}

@media (max-width: 1050px) {
  .new {
    background-color: #c5002e;
    color: #fff;
    padding: 3px 10px;
    line-height: initial;
  }
}

.full {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #c5002e;
  vertical-align: top;
}
.member {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #0b6e22;
  vertical-align: top;
}
.movie {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #cc0244;
  border: 1px solid #c5003e;
  vertical-align: top;
}
.sold {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #f45e5c;
  vertical-align: top;
}
.price {
  width: 350px;
  font-size: 36px;
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo,
    sans-serif;
  color: #cc0244;
  text-align: right;
  position: absolute;
  top: 16px;
  right: 25px;
}

@media (max-width: 1050px) {
  .price {
    width: auto;
    position: initial;
    text-align: left;
    margin-bottom: 15px;
    order: 1;
  }
}
@media (max-width: 750px) {
  .price {
    font-size: 26px;
    margin-bottom: 0;
    grid-row: 2;
    grid-column: 2;
    line-height: 1;
    word-break: break-word;
  }
  .unit02,
  .zei {
    font-size: 18px;
  }
  .zei {
    white-space: nowrap;
  }
}

.comment {
  background-color: #fbedf2;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

@media (max-width: 1050px) {
  .comment {
    order: 3;
    background-color: #fbedf2;
    padding: 20px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .comment p span {
    font-size: 15px !important;
  }
}
@media (max-width: 750px) {
  .comment {
    margin: 0 0 10px;
    grid-row: 4;
    grid-column: 1 / span 2;
  }
}

.unit01 {
  padding: 0 5px 5px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #333;
  vertical-align: bottom;
  display: none;
}
.unit02 {
  font-size: 24px;
}

@media (max-width: 1050px) {
  .priceGroup {
    margin-top: 5px;
    display: flex;
    column-gap: 55px;
  }
}
@media (min-width: 750px) and (max-width: 950px) {
  .priceGroup {
    margin-top: 10px;
    flex-direction: column;
    line-height: 1.2;
  }
}

@media (max-width: 400px) {
  .priceGroup {
    margin-top: 5px;
    flex-direction: column;
    line-height: 1.2;
  }
}

.tanka {
  font-size: 20px;
  vertical-align: middle;
  word-break: break-word;
}
.unitText {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #333;
}
.smallUnit {
  font-size: 14px;
}

@media (max-width: 1050px) {
  .smallUnit {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .tanka {
    font-size: 16px;
  }
  .smallUnit,
  .unitText {
    font-size: 13px;
  }
}

@media (max-width: 1050px) {
  .detailBox {
    order: 2;
  }
}
@media (max-width: 750px) {
  .detailBox {
    grid-row: 3;
    grid-column: 1;
  }
}

.photoBox {
  float: left;
  position: relative;
}
.photoBox.photoBox--member {
  width: 416px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9feef;
}
.photoBox.photoBox--member .photoImg {
  width: auto;
  height: auto;
}

@media (max-width: 1050px) {
  .photoBox {
    float: initial;
  }
  .photoBox.photoBox--member {
    width: 100%;
    height: 245px;
  }
}
@media (max-width: 750px) {
  .photoBox.photoBox--member {
    height: 27.77vw;
    padding: 4.166vw;
    box-sizing: border-box;
  }
  .photoBox.photoBox--member .photoImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}

.contracted {
  position: relative;
}
.contracted::before {
  content: '';
  background: url(../img/ico_seiyaku.png) center / 302px 182px rgba(255, 255, 255, 0.7) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.application {
  position: relative;
}

.application::before {
  content: '申込あり';
  width: auto;
  height: auto;
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: 15px;
  background-color: #fca644;
  z-index: 10;
  padding: 3px 10px;
  vertical-align: middle;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

@media (max-width: 1050px) {
  .application::before {
    font-size: 16px;
  }
}

.photoBox img {
  width: 416px;
  height: 320px;
  object-fit: contain;
}

@media (max-width: 1050px) {
  .photoBox img {
    width: 100%;
    height: 245px;
  }
}
@media (max-width: 750px) {
  .photoBox img {
    object-position: 50% 0;
    height: 320px;
  }
}
@media (max-width: 500px) {
  .photoBox img {
    height: auto;
  }
}

.infoBox {
  width: 490px;
  float: right;
  font-size: 15px;
}

@media (max-width: 1050px) {
  .infoBox {
    display: none;
  }
}

.infoBox dl {
  height: 320px;
  margin: 0 0 10px;
  overflow: hidden;
}
.infoBox dt,
.infoBox dd {
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoBox dt {
  width: 150px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  float: left;
  clear: left;
}
.infoBox dd {
  width: 340px;
  padding-left: 30px;
  border-bottom: 1px solid #f3f3f3;
  float: left;
}

.infoBox dt.rimawari {
  height: 55px;
  white-space: normal;
  line-height: 1.5;
}

.infoBox dd.rimawari {
  height: 55px;
}

.infoBox dt.rimawari,
.infoBox dd.rimawari {
  color: #cc0244;
}
.infoBox dd.rimawari {
  font-size: 20px;
}
.infoBox dd.rimawari .unit02 {
  font-size: 15px;
}
/*** 特殊CSS ***/
.investList .infoBox dt:nth-child(13),
.investList .infoBox dd:last-child,
.saleList .infoBox dt:nth-child(11),
.saleList .infoBox dd:last-child,
.rentList .infoBox dt:nth-child(15),
.rentList .infoBox dd:last-child {
  border-bottom: none;
}
/*----- 200318 後付 -----*/
.saleList .infoBox dt.border {
  border-bottom: 1px solid #ccc;
}
.saleList .infoBox dt.noborder {
  border-bottom: none;
}
/*----- ここまで -----*/
.rentList .infoBox dt.separate02 {
  width: 95px;
  clear: none;
}
.rentList .infoBox dd.separate01 {
  width: 195px;
  padding-left: 20px;
}
.rentList .infoBox dd.separate02 {
  width: 125px;
  padding-left: 20px;
}
.rentList .infoBox dt {
  width: 125px;
}
.rentList .infoBox dd {
  width: 365px;
  padding-left: 20px;
}
.rentList .infoBox dd:last-child {
  border-bottom: none;
  line-height: 30px;
  margin-top: 10px;
  height: auto;
}

.page {
  clear: both;
  width: 1000px;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media (max-width: 1050px) {
  .page {
    width: auto;
  }
}

.page .page-numbers {
  width: 50px;
  height: 50px;
  margin: 10px 3px;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 50px;
}
.page .page-numbers:hover,
.page .current,
.page .next:hover {
  color: #fff;
  background-color: #c50032;
  border: none;
}
.page .dots {
  width: auto;
  height: auto;
  border: none;
  vertical-align: -21px;
  background: none;
}
.page .dots:hover {
  color: #333;
  background: none;
}
.page .next {
  width: 560px;
  height: 60px;
  font-size: 0px;
  color: #333;
  line-height: 60px;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  left: 22%;
}

@media (max-width: 1050px) {
  .page .next {
    width: 90%;
    left: 5%;
  }
}

.page .next:before {
  content: '次のページへ';
  font-size: 19px;
  line-height: 60px;
  text-decoration: none;
}
.page .next:after {
  content: '';
  display: inline-block;
  border: 2px solid;
  border-color: #ccc #ccc transparent transparent;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 22px;
  right: 18px;
}
.page .prev {
  display: none;
}

.listInfoWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 16px;
}
.listInfo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 3px 30px;
  overflow: hidden;
  font-size: 15px;
}

@media (max-width: 1050px) {
  .listInfo {
    padding: 30px 20px 15px;
    width: auto;
  }
}

.narrow span {
  font-weight: bold;
}

@media (max-width: 1050px) {
  .narrow span {
    font-weight: 400;
  }
}

.narrow .unit02 {
  font-weight: normal;
}
.count {
  float: left;
}
.count span {
  font-size: 22px;
}
.searchLink {
  float: right;
  text-decoration: underline;
  font-size: 15px;
  line-height: 35px;
}
.notFonund {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.linkBtnHead {
  display: none;
}

.linkBtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1050px) {
  .linkBtn {
    display: none;
  }

  .linkBtnHead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    order: 4;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .linkBtnHead {
    grid-row: 5;
    grid-column: 1 / span 2;
  }
}

.detailBtn,
.formBtn,
.memberBtn {
  width: 100%;
  max-width: 238px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .detailBtn,
  .formBtn,
  .memberBtn {
    line-height: initial;
    padding-right: 20px;
    padding-left: 10px;
    line-height: 1.2;
  }
}

@media (max-width: 300px) {
  .detailBtn {
    font-size: 13px;
  }
}

.detailBtn:before,
.formBtn:before,
.memberBtn:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-width: 0;
  border-left-width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

@media (max-width: 1050px) {
  .detailBtn:before,
  .formBtn:before {
    right: 9px;
  }

  .memberBtn:before {
    right: 16px;
  }
}

.detailBtn {
  color: #c30033;
  border: 2px solid #c30033;
}
.detailBtn:before {
  border-color: transparent transparent transparent #c30033;
}

.formBtn {
  margin-left: 15px;
  text-indent: 15px;
  color: #fff;
  background: #c30033;
}

@media (max-width: 1050px) {
  .formBtn {
    text-indent: initial;
    margin-left: 10px;
  }
}

.formBtn:before {
  border-color: transparent transparent transparent #fff;
}
.formBtn:after {
  content: '';
  width: 20px;
  height: 15px;
  background: url(../img/ico_form_btn.png) center / 20px 15px no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto 0;
}

@media (max-width: 1050px) {
  .formBtn:after {
    display: none;
  }
}

.memberBtn {
  border: 2px solid #006e1b;
  color: #006e1b;
}
.memberBtn:before {
  border-color: transparent transparent transparent #006e1b;
}

/* hover制御 */
.propList li > a:hover {
  opacity: 0.7;
}
.propList li > a:hover img {
  opacity: 1;
}
.propList li > a.linkHover:hover {
  opacity: 1;
}
.propList li button.linkHover:hover {
  opacity: 0.7;
}

.paginationLinkPrev,
.paginationLinkNext {
  width: 76px;
}