@charset "utf-8";
.wrapper {
	width: 1200px;
	margin: 50px auto 0;
}
body.page_template *:not([class^="fa-"]) {
    font-family: 'Noto Sans JP', sans-serif;
}
/* メインビジュアル */
header.pgtitle.pgtitle-visual.list-header-banner {
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
header.pgtitle.pgtitle-visual.list-header-banner .pgtitle_img{
    z-index: -1;
}
header.pgtitle.pgtitle-visual.list-header-banner .pgtitle_img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.list-header-banner-inner {
    width: 1200px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.list-header-banner-inner .list-header-text {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-gothic) !important;
    line-height: 1.8;
    margin-top: 24px;
}
.list-header-banner-inner .inner-left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-width: 500px;
}
.list-header-mypage {
    margin-top: 40px;
}

.list-header-banner-inner .inner-right {
    display: flex;
    align-items: flex-end;
}
.list-header-banner-inner .title-kensu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),
		linear-gradient(rgba(46,98,86,0.65), rgba(46,98,86,0.65));
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    width: 320px;
    height: 320px;
    padding: 0 40px;
    margin-right: 100px;
}

.list-header-banner-inner .title-kensu .sou-kensu .kensu-text {
    font-size: 24px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}
.list-header-banner-inner .title-kensu .sou-kensu .count {
    font-weight: 700;
    font-size: 62px;
    font-family: var(--font-en) !important;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-right: 0.05em;
}
.list-header-banner-inner .update-time {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    width: 240px;
    padding-bottom: 25px;
    margin-top: 6px;
    opacity: 0.8;
}
.list-header-banner-inner .title-kensu .count span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-gothic) !important;
    line-height: 1.4;
    white-space: nowrap;
    margin-top: 4px;
}
.list-header-banner-inner .title-kensu .kensu {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    width: 100%;
    justify-content: space-between;
}
.list-header-banner-inner .title-kensu .kensu-text {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-gothic) !important;
}
.list-header-banner-inner .title-kensu .kensu .count {
    display: inline-block;
    font-size: 40px;
    font-family: var(--font-en) !important;
    line-height: 1;
    min-width: 4ch;
    text-align: right;
    margin-right: 4px;
    font-weight: 700;
}
.list-header-banner-inner .title-kensu .count span {
    margin-left: 5px;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-gothic) !important;
    line-height: 1.4;
    white-space: nowrap;
    margin-top: 4px;
}


/* 標準 */
.list-wrapper {
    margin-top: 40px;
}
.list_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 30px;
    background: #fff;
    font-size: 1.4rem;
    color: #555;
}

.list_imgbox {
    flex: 0 0 25.9%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.list_image img { 
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 4 / 3;
    border: 1px solid #ddd;
}
.list_small_image{ 
    display: flex;
    justify-content: left;
    gap: 13px;
    flex-wrap: wrap;
    height: auto;
}
.list_small_image::after {
    content: "";
    display: block;
    width: 48px;
    height: 0;
}
.list_small_image p img {
    width: 48px;
    height: 36px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.list_image.noimage img{
    object-fit:cover;
}
.list_table {
    flex: 0 0 71.7%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
}  
.bukken_name { 
    grid-area: 1 / 1 / 2 /3;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.list_box.new .bukken_name::after{
    content: "NEW";
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #bc1206;
    line-height: 1;
    padding: 2px 7px 3px;
}
.bukken_yachin_check { 
    grid-area: 1 / 3 / 4 / 4; 
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: baseline;
}
.bukken_yachin_check .yachin {
    color: #908772;
    font-size: 2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.bukken_yachin_check input {
    width: 22px;
    height: 22px;
    border-radius: 2px;
}
.img-checkbox {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
  }
.img-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: white;
  border: 1px solid #666;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: none; 
  box-sizing: border-box;
}
.img-checkbox .custom-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bukken/check_on.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block; 
  opacity: 0;     
  z-index: 3;
  pointer-events: none;
  transition: none; 
}
.img-checkbox input[type="checkbox"]:checked + .custom-check {
  opacity: 1;  
}
label.img-checkbox::after {
  content: "";
  background: url(../images/bukken/check.png);
  display: block;
  width: 22px;
  height: 7px;
  margin-top: -4px;
}
  
.bukken_shozai { 
    grid-area: 2 / 1 / 3 / 3;
    padding-bottom: 5px;
}
.bukken_moyori { 
    grid-area: 3 / 1 / 4 / 3;
    padding-bottom: 12px;
}
.bukken_moyori span {
    color: #908772;
    font-weight: 500;
}
.bukken_detail { 
    grid-area: 4 / 1 / 5 / 4;
    display: flex;
    justify-content: space-between; 
    position: relative;
    padding: 13px 0;
}
.bukken_detail::before,
.bukken_detail::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
}
.bukken_detail::before {
    top: 0;
}
.bukken_detail::after {
    bottom: 0;
}

.bukken_detail dl{
    border-left: 1px dashed #b8b8b8;
    padding-left: 13px;
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
}
.bukken_detail dl:last-child{
    border-right: 1px dashed #b8b8b8;
    padding-right: 10px;
}
.bukken_detail dl:first-child dd{
    font-size: 1.5rem;
}
.bukken_detail dd {
    color: #908772;
}
.list_table .bukken_name span {
    font-size: 1.8rem;
    font-weight: 700;
    vertical-align: top;
    line-height: 1.2;
    color: #000;
}
.bukken_bikou{ 
    grid-area: 5 / 1 / 6 / 4; 
    position: relative;
    padding: 15px 0;
}
.bukken_bikou::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    bottom: 0;
}
.bukken_list_btn { 
    grid-area: 6 / 1 / 7 / 4; 
    display: flex;
    justify-content: end;
    padding-top: 19px;
    gap:20px;    
}
.bukken_list_btn p.list_syosai a {
    display: block;
    background: #2e6256;
    color: #fff;
    width: 150px;
    line-height: 30px;
    text-align: center;
}
.bukken_list_btn p.list_toi a {
    display: block;
    background: #a28d5b;
    color: #fff;
    width: 150px;
    line-height: 30px;
    text-align: center;
}

/* 会員限定物件仕様 */
.list_image.gentei {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.list_image.gentei img {
    filter: blur(6.4px);
    width: 100%; 
    height: auto;
    display: block;
}
.list_image.gentei::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bukken/hikoukai.png') no-repeat center center;
    background-size: contain; 
    pointer-events: none; 
}
.register_btn.gentei {
    margin-top: 10px;
    position: relative;
}
.register_btn.gentei::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url('../images/bukken/triangle.png') no-repeat center center;
    background-size: contain;
    left:50%;
    transform: translateX(-50%);
    top: -15px;
}
.register_btn.gentei a::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/bukken/register-icon.png') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 13px;
}
.register_btn.gentei a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #2e6256;
    border: 1px solid #2e6256;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #fff;       /* 内側の枠 */
    outline: 1px solid #2e6256;      /* 外側の枠風 */
}
.list_box .bukken_list_btn .mypage-annai {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.list_box .bukken_list_btn .mypage-annai a {
    display: block;
    text-align: center;
    background: #beaf87;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 700;
    font-size: 1.4rem;
    border: 3px solid #fff;
    outline: 1px solid #beaf87;
}
/* 選択物件のお問い合わせ・お気に入りボタン */
ul.setsumei_btns90 {
    text-align: right;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
ul.setsumei_btns90 li {
    display: inline;
    list-style-type: none;
    font-size: 1.6rem;
}
ul.setsumei_btns90 li a {
    display: block;
    width: 270px;
    line-height: 48px;
    background: #2e6256;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
ul.setsumei_btns90 li a:hover{
    opacity: 0.8;
}
ul.setsumei_btns90 li.setsumei_btn_toi a::before{
    content: "";
    width:14px;
    height: 10px;
    display:inline-block;
    background: url('../images/bukken/envelope.png') no-repeat center center;
    background-size: contain;
    margin-right: 5px;
}
ul.setsumei_btns90 li.setsumei_btn_favourite a::before{
    content: "";
    width:16px;
    height: 15px;
    display:inline-block;
    background: url('../images/bukken/star.png') no-repeat center center;
    background-size: contain;
    margin-right: 8px;
}

/* ページネーション */
#pagei{
    text-align: center;
    line-height: 3;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: flex;
    column-gap: 6px;
    justify-content: center;
    align-items: center;
}
.kensu_text90 + #pagei {
    margin-top: 20px;
}
#pagei + .kensu_text90 {
    display: flex;
    justify-content: right;
    padding-right: 3.5%;
  }
p.kensu_text90 {
    color: #666666;
    font-size: 1.4rem;
    display: inline-block;
}
.page_template div#pagei a:hover {
    text-decoration: underline;
}
.page_template div#pagei a {
    color: #2e6256;
    text-decoration: none;
    font-family: 'Outfit';
}

.page_template #pagei .fig{
    color: #2e6256;
    font-weight: 700;
    font-size: 1.4rem;
    width: 46px;
    line-height: 46px;
    padding: 0px ! IMPORTANT;
    border: none;
    border-radius: 50%;
    background: #f2efe7;
    transition: all 0.2s;
}
.page_template #pagei .fig:hover{
    color: #2e6256;
    opacity: 0.8;
    text-decoration: none;
    border: none;
    background-color: #f2efe7;
}
.page_template #pagei .now{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #2e6256;
    border-radius: 50%;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    border: none;
    padding: 0;
}
span.dezagen11 {
    font-family: 'Outfit';
}


/* マイページ */
div#for_mypg {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 90px 30px 10px;
    margin-top: 50px;
    color: #666;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}
div#for_mypg::after {
    content: "";
    width: 161px;
    height: 39px;
    display: inline-block;
    /* background: url(../images/bukken/mpg-title.png) no-repeat center center; */
    background-color: #414042;
	-webkit-mask: url(../images/bukken/mpg-title.png) no-repeat center / contain;
	mask: url(../images/bukken/mpg-title.png) no-repeat center / contain;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 30px;
}
div#for_mypg div#mypg1{
    font-weight: 700;
    font-size: 2rem;
    width: 100%;
    text-align: left;
    margin-bottom: 10px ;
}
div#for_mypg div.mypg2,
div#for_mypg div.mypg3 {
    font-weight: 300;
    font-size: 1.4rem;
    color: #666;
    text-align: left;
    margin: 0 ;
}
form[name="go_mypg"] {
    margin-top: 20px;
    flex-basis: 100%;
}

/* マイページ登録　非公開物件一覧 */
.page_template #data_summary{
    width: 100%!important;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
}
table#data_summary td:first-child{
    border-top: 1px #C0C0C0 solid;
}
.page_template table#data_summary td {
    font-size: 1.3rem;
    color: #666;
    padding: 10px 43px;
    border-bottom: 1px #C0C0C0 solid;
}
table#data_summary tr.data_summary_title td {
    font-size: 1.4rem;
    font-weight: 700;
}
table#data_summary div.ekimei {
    font-weight: 300 ;
    font-size: 1.4rem;
}
span.r_kakaku-wrap {
    font-size: 1.4rem;
    font-weight: 300;
}
table#data_summary  span.r_kakaku {
    font-size: 1.4rem;
    color: #666 !important;
}
TABLE#data_summary td.color2,
TABLE#data_summary td.color1 {
    font-size: 1.4rem;
    position: relative;
}
table#data_summary td::before{
    content: "";
    width: 11px;
    height: 16px;
    background: url(../images/bukken/lock-color.png);
    background-size: contain;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.page_template div#count_over {
    font-size: 1.4rem;
    color: #666 ;
    font-weight: 300 ;
    text-align: left;
    margin: 20px 0;
}



