@charset "utf-8";
/* CSS Document */

/* -------------------- PC・SP共通スタイル ------------------- */
div.Ttl {
  background: url(../img/bg_sales_01.png) no-repeat center / cover;
}
#pankuzu .listLink {
  color: #0059b2;
}

/* -------------------- PC用スタイル ------------------- */
@media screen and (min-width: 751px) {
  /* salesDetail */
  .salesDetail .propTitle {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    box-sizing: border-box;
    color: #1f3260;
    margin-bottom: 40px;
  }
  /* slideImgArea */
  .slideImgArea {
    position: relative;
    width: 800px;
    height: 640px;
    margin: 0 auto 20px;
  }
  .slideImgArea #slider .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
    outline: none;
  }
  .slideImgArea img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* slick arrow */
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
  }
  .slick-prev {
    left: -100px;
  }
  .slick-next {
    right: -100px;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.5;
  }
  /* thumbImgArea */
  .thumbImgArea {
    margin: 30px 0;
  }
  .thumbImgArea .slick-track {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  /* thumbnail-item */
  .thumbnail-item {
    width: 150px !important;
    padding: 0 5px;
  }
  .thumbnail-item:last-child {
    padding-right: 0;
  }
  .thumbnail-item a {
    position: relative;
    display: block;
    opacity: 0.5;
  }
  .thumbnail-item a img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .thumbnail-item.slick-current a,
  .thumbnail-item a:hover {
    opacity: 1;
  }
  .thumbnail-item a {
    opacity: 0.5;
  }
  .thumbnail-item a:hover {
    opacity: 1;
  }
  .thumbnail-item.slick-current a:hover:before,
  .thumbnail-item a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #1f3260;
  }
  /* infoArea */
  .infoArea {
    background-color: #eeeeee;
    padding: 40px 0;
    margin: 0 auto;
  }
  .infoArea .infoTbl {
    width: 1040px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #1f325f;
  }
  .infoArea .infoTbl li {
    padding: 5px;
    border: 1px solid #1f3260;
    box-sizing: border-box;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .infoArea .infoTbl li p {
    display: inline-block;
  }
  .infoArea .infoTbl .infoTit {
    min-width: 80px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
  }
  .infoArea .infoTbl .infoTit::after {
    display: inline-block;
    width: 30px;
    height: 23px;
    content: '';
    border-top: 1px solid #1f3260;
    transform: rotateZ(-60deg);
    transform-origin: right center;
    margin-right: 0px;
    margin-left: -10px;
    position: absolute;
    right: -13px;
    top: -5px;
  }
  .infoArea .infoTbl .infoDetail {
    width: 900px;
    margin-left: 15px;
  }
  /* pagingArea */
  .pagingArea .pagingList {
    position: relative;
    width: 1040px;
    margin: 60px auto;
    height: 80px;
  }
  .pagingArea .pagingList li {
  }
  .pagingArea .pagingList .prevLink {
    width: 270px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    border: 1px solid #26406e;
    border-radius: 5px;
  }
  .pagingArea .pagingList .topLink {
    padding: 10px 0;
  }
  .pagingArea .pagingList .topLink a {
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 16px 0;
    border: 1px solid #26406e;
    border-radius: 5px;
    font-size: 16px;
  }
  .pagingArea .pagingList .topLink a,
  .pagingArea .pagingList .prevLink p,
  .pagingArea .pagingList .nextLink p {
    color: #26406e;
    font-weight: bold;
  }
  .pagingArea .pagingList .nextLink {
    width: 270px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #26406e;
    border-radius: 5px;
  }
  .pagingArea .pagingList .prevLink,
  .pagingArea .pagingList .nextLink {
  }
  .pagingArea .pagingList .prevLink a,
  .pagingArea .pagingList .nextLink a {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .pagingArea .pagingList a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .pagingArea .pagingList .prevLink a:hover img,
  .pagingArea .pagingList .nextLink a:hover img {
    opacity: 1;
  }
  .inLink {
    overflow: hidden;
    position: relative;
  }
  .pagingArea .pagingList .prevLink p,
  .pagingArea .pagingList .nextLink p {
    display: inline-block;
    font-size: 14px;
  }
  .pagingArea .pagingList img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .pagingArea .pagingList .prevLink img {
    float: left;
    margin-left: 50px;
  }
  .pagingArea .pagingList .prevLink p {
    float: left;
    padding: 28px 15px;
  }
  .pagingArea .pagingList .prevLink a::before {
    content: '';
    box-sizing: border-box;
    border: 6px solid transparent;
    border-right: 8px solid #26406e;
    position: absolute;
    top: 45%;
    left: 15px;
  }
  .pagingArea .pagingList .nextLink img {
    float: left;
    margin-right: 50px;
  }
  .pagingArea .pagingList .nextLink p {
    float: left;
    padding: 28px 15px;
  }
  .pagingArea .pagingList .nextLink a::before {
    content: '';
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 8px solid #26406e;
    position: absolute;
    top: 45%;
    right: 15px;
  }
  /* otherWrap */
  .otherWrap {
    margin-bottom: 60px;
  }
  .otherWrap .subTtl {
    margin-bottom: 50px;
  }
  .otherWrap h3 {
    font-size: 35px;
    font-weight: bold;
  }
  .otherWrap h3 span {
    font-size: 16px;
    display: block;
    border-top: 1px solid #1f3260;
    text-align: center;
    padding-top: 5px;
    margin-top: 5px;
    font-weight: normal;
    margin: 0 50px;
  }
  /* otherList */
  .otherList {
    /* display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
  }
  .otherList .item {
    margin-bottom: 0;
    float: left;
    width: 25%;
    height: 450px;
  }
  .otherList .item a {
    display: block;
  }
  .otherList .item:not(:nth-child(4n + 1)) a {
    margin-left: 20px;
  }
  .otherList .item a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .otherList .item a .itemDetail {
    position: relative;
  }
  .otherList .item a .itemDetail figure {
    overflow: hidden;
    border-top: 1px solid #ddddd5;
    border-left: 1px solid #ddddd5;
    border-right: 1px solid #ddddd5;
  }
  .otherList .item a figure img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transition: all 0.75s ease;
    -moz-transform: scale(1);
    -moz-transition: all 0.75s ease;
    -ms-transform: scale(1);
    -ms-transition: all 0.75s ease;
    -o-transform: scale(1);
    -o-transition: all 0.75s ease;
    transform: scale(1);
    transition: all 0.75s ease;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .otherList .item a:hover figure img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .otherList .item a .itemDetail .itemTit {
    text-align: center;
    color: #264370;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #ddddd5;
    border-left: 1px solid #ddddd5;
    border-right: 1px solid #ddddd5;
  }

  /* IEのみ */
  @media all and (-ms-high-contrast: none) {
    .infoArea .infoTbl .infoTit,
    .infoArea .infoTbl .infoDetail {
      padding-top: 3px;
    }
    .infoArea .infoTbl .infoTit::after {
      top: -3px;
    }
  }

  /* category */
  .salesDetail .propTitle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .categoryWrapper {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 16px;
  }
  .category {
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 25px;
    padding: 6px 13px;
    font-size: 20px;
    color: #1f325f;
    border: 1px solid #26406e;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .otherCategoryWrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .itemDetailCategory {
    font-size: 13px;
    font-weight: bold;
    padding: 2px 13px;
    color: #26406e;
    border: 1px solid #26406e;
    background: #fff;
    z-index: 10;
  }
  .itemDetailCategory:not(:first-child) {
    margin-left: 5px;
  }
}

/* -------------------- SP用スタイル ------------------- */
@media screen and (max-width: 750px) {
  /* salesDetail */
  .salesDetail .propTitle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    box-sizing: border-box;
    color: #1f3260;
    margin: 0 20px 10px;
    line-height: 1.4;
  }
  /* slideImgArea */
  .slideImgArea {
    position: relative;
    margin: 0 20px 20px;
  }
  .slideImgArea #slider .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
  }
  .slideImgArea img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* slick arrow */
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  /* thumbImgArea */
  .thumbImgArea {
    margin: 0 0 20px;
  }
  .thumbImgArea .slick-track {
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    justify-content: center;
  }
  /* thumbnail-item */
  .thumbnail-item {
    width: 70px !important;
  }
  .thumbnail-item a {
    opacity: 0.5;
  }
  .thumbnail-item.slick-current a {
    opacity: 1;
  }
  .thumbnail-item a img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  /* infoArea */
  .infoArea {
    background-color: #eeeeee;
    padding: 20px;
    margin: 0 auto 30px;
  }
  .infoArea .infoTbl {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #1f325f;
  }
  .infoArea .infoTbl li {
    display: flex;
    align-items: center;
    padding: 9px 10px 9px 15px;
    border: 1px solid #1f3260;
    box-sizing: border-box;
    line-height: 20px;
  }
  .infoArea .infoTbl li + li {
    margin-top: 10px;
  }
  .infoArea .infoTbl li p {
    display: inline-block;
  }
  .infoArea .infoTbl .infoTit {
    min-width: 55px;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    font-size: 13px;
  }
  .infoArea .infoTbl .infoTit::after {
    display: inline-block;
    width: 24px;
    height: 20px;
    content: '';
    border-top: 1px solid #1f3260;
    transform: rotateZ(-60deg);
    transform-origin: right center;
    margin-right: 0px;
    margin-left: -10px;
    position: absolute;
    right: -10px;
    top: -6px;
  }
  .infoArea .infoTbl .infoDetail {
    margin-left: 10px;
    font-size: 16px;
  }
  /* pagingArea */
  .pagingArea .pagingList {
    display: grid;
    justify-content: space-between;
    justify-items: center;
    gap: 20px 10px;
    margin: 0 20px 30px;
  }
  .pagingArea .pagingList .prevLink,
  .pagingArea .pagingList .nextLink {
    width: 155px;
    box-sizing: border-box;
    text-align: right;
    border: 1px solid #26406e;
    border-radius: 3px;
  }
  .pagingArea .pagingList .prevLink {
    grid-row: 1;
    grid-column: 1;
  }
  .pagingArea .pagingList .nextLink {
    grid-row: 1;
    grid-column: 2;
  }
  .pagingArea .pagingList .prevLink a,
  .pagingArea .pagingList .nextLink a {
    display: block;
    position: relative;
    color: #26406e;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
  }
  .pagingArea .pagingList .prevLink a::before,
  .pagingArea .pagingList .nextLink a::before {
    content: '';
    box-sizing: border-box;
    border: 6px solid transparent;
    position: absolute;
    top: 45%;
  }
  .pagingArea .pagingList .prevLink a::before {
    border-right: 10px solid #26406e;
    left: 2px;
  }
  .pagingArea .pagingList .nextLink a::before {
    border-left: 10px solid #26406e;
    right: 2px;
  }
  .pagingArea .pagingList .inLink {
    display: flex;
    align-items: center;
    gap: 0 10px;
    overflow: hidden;
    position: relative;
    height: 78px;
  }
  .pagingArea .pagingList .prevLink .inLink {
    padding-left: 25px;
  }
  .pagingArea .pagingList .nextLink .inLink {
    justify-content: flex-end;
    padding-right: 25px;
  }
  .pagingArea .pagingList img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .pagingArea .pagingList .topLink {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  .pagingArea .pagingList .topLink a {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 10px 0;
    border: 1px solid #26406e;
    border-radius: 3px;
    color: #26406e;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
  }

  /* otherWrap */
  .otherWrap {
    margin-bottom: 60px;
  }
  .otherWrap .subTtl {
    letter-spacing: 0;
  }
  .otherWrap .subTtl h3 {
    font-weight: bold;
    font-size: 28px;
  }
  .otherWrap .subTtl h3 span {
    display: block;
    border-top: 1px solid #1f3260;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 10px 0;
    margin: 5px -10px 0;
  }

  /* ===================================
  .salesList 売買物件取引実績
  =================================== */
  .otherList {
    margin: 0 20px 40px;
  }
  .otherList .item {
    margin-bottom: 20px;
  }
  .otherList .item a {
    display: block;
  }
  .otherList .item a .itemDetail {
    position: relative;
  }
  .otherList .item a .itemDetail figure {
    overflow: hidden;
  }
  .otherList .item a figure img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .otherList .item a .itemDetail .itemTit {
    text-align: center;
    color: #264370;
    font-size: 16px;
    padding: 15px 10px;
    border-bottom: 1px solid #ddddd5;
    border-left: 1px solid #ddddd5;
    border-right: 1px solid #ddddd5;
    line-height: 1.6;
  }
  /* category */
  .categoryWrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px auto 10px;
    text-align: center;
  }
  .category {
    display: inline-block;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: bold;
    color: #1f325f;
    border: 1px solid #26406e;
  }
  /* otherCategoryWrapper */
  .otherCategoryWrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    gap: 10px;
  }
  .itemDetailCategory {
    display: inline-block;
    padding: 6px 13px;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    color: #1f325f;
    border: 1px solid #26406e;
  }
}
