@charset "utf-8";
/*----------------------------------------------------------------------------------------

	taktシステム用css

----------------------------------------------------------------------------------------*/

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
@media (max-width: 768px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
a:has(h2):hover{
    opacity: 0.8;
}

/* ------------- 物件検索 ------------------ */

/* 地図から探す */
.tabcontent {
    background-size: auto;
    width: 680px;
	height: 439px;
    position: relative;
}
.maptab .tablinks {
    font-family: "ryo-gothic-plusn", sans-serif;
}
strong[class$="-kensu"]{
	display: none;
}
.panel.shinchiku .area-pop .sinchiku-kensu, .panel.chukok .area-pop .chukok-kensu, .panel.chukom .area-pop .chukom-kensu, .panel.tochi .area-pop .tochi-kensu {
    display: inline;
}
.bgtransparent{
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0 10px;
    margin: 0;
}
.bgtransparent dt {
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
}
.mapbtnrow {
	margin: 0;
}
.mapbtnrow a {
    padding: 6px 0;
    width: 120px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background: #fff;
    color: #009138;
    margin: 0 5px 0 0;
}
.bgtransparent span{
	display: flex;
    margin-right: 5px;
}
.mapbtnrow.active > a {
    background: #009138;
    color: #fff;
}
.mappin{
    margin: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.mappin h3 {
    padding: 6px 0;
    border-radius: 4px 4px 0 0;
    background: #444;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.mappin li{
    list-style: none;
}
.mappin ul{
    display: flex;
    justify-content: center;
}
.mappin ul li {
    font-size: 13px;
    text-align: center;
    width: 50%;
    padding: 1px 0 6px;
}
.mappin ul li:last-of-type{
    border-radius: 0 0 4px 0;
    background: #FAF4E2;
}
.mappin ul li strong{
    font-size: 24px;
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 700;
}
.mappin ul li:first-of-type strong{
    color: #009138;
}
.mappin ul li:last-of-type strong{
    color: #F08300;
}
ol.area-pop{
    padding: 0;
    margin: 0;
}
.mappin.chiba-pop {
    border-radius: 4px;
    position: absolute;
    top: 92px;
    right: 40px;
}
.mappin.ichihara-pop {
    position: absolute;
    top: 223px;
    right: 420px;
}
.bgtransparent2.mrgnbot {
    margin: 259px 0 2px;
}

/* 地名から探す 学区から探す */
.tabcontent:has(h4){
    padding: 0;
}
.tabcontent > span{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box;
    display: block;
}
.tabcontent h4{
    background-color: #FFF;
	border: 1px solid #DDD;
	line-height: 52px;
	text-align: center;
	color: #4b3321;
    font-size: 15px;
}
.tabcontent:has(h4) ul{
	margin-top: 10px;
}
.tabcontent:has(h4) li{
    float: left;
	width: 49.5%;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 4px;
	overflow: hidden;
	background-color: #FFF;
	padding: 2px;
}
.tabcontent:has(h4) li:not(:nth-of-type(2n)) {
	margin-right: 1%;
}
.tabcontent:has(h4) ul li a {
	color: #FFF;
	line-height: 36px;
	display: block;
	background: linear-gradient(#5d4838 50%,#4b3321 50%,#4b3321);
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	border: 2px solid #4b3321;
	border-radius: 2px;
	font-size: 16px;
}
.tabcontent:has(h4) ul li a:hover{
    opacity: 0.8;
}
.tabcontent:has(h4) .bgtransparent2{
    margin-top: 312px;
}
.bgtransparent2 > p{
    font-weight: 700;
}


/* ------------- 特選物件 ------------------ */

.tksn.pc{
	display: block;
    margin: 20px auto;
    width: 95%;
    max-height: 500px;
	overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    box-sizing: border-box;
}
.tksn.pc > .tksn_box > table{
	table-layout: fixed;
	width: 666px;
}
.tksn.pc > .tksn_box > table > tbody > tr > td{
	max-width: 220px !important;
}
.tksn.pc > .tksn_box > table > tbody > tr > td > table{
	table-layout: fixed;
}
.tksn.pc img[src="//c21.to/realestate/gp/des52_mosaic.jpg"]{
	width: 220px;
}
.tksn::-webkit-scrollbar{
	width: 8px;
	border-radius: 100px;
}
.tksn::-webkit-scrollbar-thumb { 
	background-color: #009138;
	outline: 1px solid #009138;
	border-radius: 100px; height: 50px;
}
.scrollablediv .scrolldiv{
	overflow-x: hidden;
}
.signindiv > input {
    width: auto;
}
@media (max-width: 768px) {
    .tksn.sp{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tksn.sp .tksn_box{
        padding: 5px 4px;
    }
    #tenpo-tksnsp .tksn_box > table > tbody > tr > td {
        min-width: 230px;
        vertical-align: top;
    }
    #new-tksnsp .tksn_box > table > tbody > tr > td {
        min-width: 220px;
        vertical-align: top;
    }
    #new-tksnsp .tksn_box > table > tbody > tr > td > table{
        margin: 0 !important;
    }
}


/* ------------- template ------------------ */
.template {
    display: inline;
    float: right;
    width: 722px;
}
#kensu_total{
    font-family: "Barlow Semi Condensed", serif !important;
}
.sidelinksunderline {
    width: 205px;
}
.sidelinksunderline>div{
    line-height: 1.3;
}
.sidelinksunderline > div > a {
    font-size: 11px;
    padding-right: 2px;
}
.sidelinksunderline > div > a::before{
    content: "|";
    margin-right: 5px;
}
.template ol#pankuzu {
    padding-left: 0;
}
.template h2.taktmypageh2{
    height: 30px;
}
.template #taktmypagetop p{
    right: 70px;
    font-size: 15px;
}
.template .taktmypagetext {
    margin-right: 0;
    font-size: 15px;
}
.template #taktmypagetop{
    margin-bottom: 30px;
}
body:has(#taktmypagetop){
    background-color: #fff;
}
body:has(#taktmypage) main .wrapper{
    width: 970px;
}
body:has(.template) footer{
    margin-top: 60px;
}
body:has(.template) footer .wrapper .ftrflxbx{
    text-align: left;
}
@media (max-width: 768px) {
    body:has(.template) footer .wrapper{
        text-align: left;
    }
    .template #taktmypage{
        max-width: 100%;
        overflow: hidden;
    }
    .template #taktmypagetop{
        height: auto;
        background: none;
    }
    .template .taktmypagetext {
        margin-left: 0;
        font-size: 14px;
    }
    body:has(.template) img[src="https://c21.to/realestate/img/mypage/title1.jpg"], body:has(.template) img[src="https://c21.to/realestate/img/mypage/title2.jpg"], body:has(.template) img[src="https://c21.to/realestate/img/mypage/title3.jpg"], body:has(.template) img[src="https://c21.to/realestate/img/mypage/title4.jpg"]{
        width: 150%;
        max-width: fit-content;
        margin: 10px 0 5px -10px;
    }
    body:has(.template) #taktmypagetop p {
        text-align: left;
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        font-size: 14px;
        margin: 10px 0;
        /* padding-top: 150px; */
    }
    body:has(.template) #taktmypagetop .kaiin_touroku {
        position: relative;
        top: 0;
        right: 0;
        margin: auto;
    }
    body:has(#taktmypagetop) main{
        margin-top: 0;
    }
    body:has(#taktmypagetop) .template ol#pankuzu{
        font-size: 12px;
        margin-top: 0;
    }
}
.template img{
    max-width: 100%;
}
.template .tkt_seo_wrapper .tkt_midashiA {
    font-size: 10px;
}
.template .tkt_seo_wrapper .jouken.a :where(.areaList, .lineList) li{
    background-color: #f9f9f9 !important;
}
@media (max-width: 768px) {
    body:has(.template) .top-bar>.wrapper {
        padding: 0;
    }
    body:has(.template) h1{
        font-size: 11px;
        padding: 0 10px;
        letter-spacing: 1.2px;
        position: relative;
        z-index: 1001;
        background: #fff;
        text-align: left;
    }
    body:has(.tktSpStyle) h1{
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    body:has(.tktSpStyle) main{
        margin-top: -10px;
    }
    body:has(.template) .sp-bottombtn{
        z-index: 2;
    }
    body:has(.tkt_seo_wrapper) main .wrapper{
        flex-direction: column;
    }
    body:has(.tkt_seo_wrapper) main .wrapper .maincontent.maincontent-search{
        max-width: 100%;
    }
    .template .tkt_seo_wrapper .tkt_midashiA {
        font-size: 16px;
    }
    body:has(.tkt_seo_wrapper) .maincontent>div {
        background-color: #fff;
    }
}
.maincontent>div.tkt_seo_ichiran{
    background-color: #f9f9f9;
}
body:has(.template) .topbarbtn {
    position: relative;
    z-index: 1001;
}
body:has(.tktSpStyle) .maincontent>div {
    width: 100%;
    margin: 0px auto;
}
body:has(.template) .tktSpStyle #taktsmt_wrap {
    padding: 0;
    background-color: #fff;
}
body:has(.template) .tktSpStyle #st_index #taktsmt_wrap {
    padding: 0 5px;
}
body:has(.template) .tktSpStyle #taktsmt_wrap #SMP_LIST_TITLE{
    padding-left: 15px;
}
body:has(.template) div#taktFormBody table.jouken th:not(:root) {
    width: 16%;
    background-color: #f9f9f9;
}
.tktSpStyle .tk-nobd {
    border: none !important;
    font-size: 12px;
}
.tktSpStyle .smtSubmitBtn {
    padding: 0 10px;
}
body:has(.template) .tktSpStyle nav table,body:has(.template) .tktSpStyle .taktsmt_btn1 {
    background-color: #fff;
}
body:has(.template) #taktpglogin,body:has(.template) .tktSpStyle .taktsmt_pagei{
    background-color: #FFF;
}
body:has(.template) div#taktFormBody,body:has(.template) div#taktFormBody .submitBox{
    background: #f9f9f9;
}
body:has(.template) div#taktFormBody #contentArea h2 {
    background: #f9f9f9;
    border-bottom: 1px dotted #009138;
}
body:has(.template) .tktSpStyle div.CollapsibleBox div.CollapsibleBoxBody ul {
    z-index: 3;
}
body:has(.template) .tktSpStyle div.CollapsibleBox div.CollapsibleBoxBody .kodawari_box2 ul, body:has(.template) .tktSpStyle div.CollapsibleBox div.CollapsibleBoxBody .jokenbox ul  {
    z-index: 1;
}