@charset "utf-8";

/*変数*/
:root{
	--section_pdt_pdb: 80px;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
}

@media(min-width:961px){
	.t_sponly{
	  display:none !important;
	}
  }
@media(max-width:960px){
  .t_pconly{
    display:none !important;
  }
}
@media(min-width:561px){
	.show_sp{display: none !important;}
 }
 @media(min-width:961px){
	.show_sptb{display: none !important;}
 }
 @media(max-width:560px){
	.show_tbpc{display: none !important;}
 }
 @media(max-width:960px){
	.show_pc{display: none !important;}
 }
@media(max-width:600px){
	:root{
		--section_pdt_pdb: 45px;
	}
}

img{
  max-width:100%;
  vertical-align:bottom;
}


p{
	margin:0
}

h3{
	margin:0;
}


.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.mg0{
	margin: 0 auto;
}


.margin1{
	margin:10px
}
.margin2{
	margin:20px
}
.margin3{
	margin:30px
}
.margin4{
	margin:40px
}
.margin5{
	margin:50px
}
.mgb1{
	margin-bottom:10px
}
.mgb2{
	margin-bottom:20px
}
.mgb3{
	margin-bottom:30px
}
.mgb4{
	margin-bottom:40px
}
.mgb5{
	margin-bottom:50px
}
.mgb6{
	margin-bottom:60px
}
.mgb7{
	margin-bottom:70px
}
.mgt1{
	margin-top:10px
}
.mgt2{
  margin-top:20px
}
.mgt3{
	margin-top:30px
}
.mgt4{
	margin-top:40px
}
.mgt5{
	margin-top:50px
}
.mgl1{
	margin-left:10px
}
.mgl2{
	margin-left:20px
}
.mgl3{
	margin-left:30px
}
.mgl4{
	margin-left:40px
}
.mgl5{
	margin-left:50px
}
.mgr1{
	margin-right:10px
}
.mgr2{
  margin-right:20px
}
.mgr3{
	margin-right:30px
}
.mgr4{
	margin-right:40px
}
.mgr5{
	margin-right:50px
}
.n_mgt5{
	margin-top:5%
}

.padding1{
	padding:10px
}
.padding2{
	padding:20px
}
.padding3{
	padding:30px
}
.padding4{
	padding:40px
}
.padding5{
	padding:50px
}
.pdt1{
	padding-top:10px
}
.pdt2{
  padding-top:20px
}
.pdt3{
  padding-top:30px
}
.pdt4{
  padding-top:40px
}
.pdt5{
	padding-top:50px
}
.pdt6{
	padding-top:60px
}
.pdt7{
	padding-top:70px
}
.pdt8{
	padding-top:80px
}
.pdt9{
	padding-top:90px
}
.pdt10{
	padding-top:100px
}
.pdb1{
	padding-bottom:10px
}
.pdb2{
  padding-bottom:20px
}
.pdb3{
  padding-bottom:30px
}
.pdb4{
  padding-bottom:40px
}
.pdb5{
	padding-bottom:50px
}
.pdb6{
	padding-bottom:60px
}
.pdb7{
	padding-bottom:70px
}
.pdb8{
	padding-bottom:80px
}
.pdb9{
	padding-bottom:90px
}
.pdb10{
	padding-bottom:100px
}
.pdr5{
	padding-right:30% ;
}
.flex{
	display: flex;
}
/*----------------------------------------*/

/*---汎用---*/
.t_contents section {
    margin: 0;
    padding:var(--section_pdt_pdb) 0;
    position: relative;
    z-index: 0;
}
.t_contents section.mg0{
	margin: 0 auto 50px;
}
.t_contents section.pink{
	background: var(--lightcolor1);
	/* padding: 60px 0; */
}
.t_contents section.beige{
	background: var(--lightcolor2);
	padding: 50px 0;
}
.t_contents_wrap{
	max-width: 1100px;
	width: 90%;
	margin:40px auto;
}


/*----物件数----*/
.t_kensuu_wrap{
	margin-top: calc(0px + 7vw);
}
.t_soubukkensu{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	border: 2px solid;
	position: relative;
	padding: 0 20px 20px 20px;
}
.t_soubukkensu h2{
	color: var(--basecolor);
	font-size: 460%;
	width: fit-content;
	margin: -92px auto 0;
	padding: 0 20px;
	position: relative;
	z-index: 3;
	letter-spacing: 5px;
	font-optical-sizing: auto;
	font-weight: 800;
}
.t_soubukkensu h2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	background: #f1f1f1;
	border-radius: 45px;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}
.t_soubukkensu h2::before{
	content: "";
	position: absolute;
	width: 55%;
	height: 1px;
	bottom: 15px;
	right: 16%;
	background-image : linear-gradient(to right, var(--basecolor), var(--basecolor) 4px, transparent 4px, transparent 6px);  /* 幅2の線を作る */
	background-size: 10px 10px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.t_soubukkensu p{
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin: 0 20px;
	letter-spacing: 0.1em;
}
.t_bukken{
	background: none;
	font-size: 3em;
	padding: 0;
	margin: 0;
	color: var(--basecolor);
	font-weight: 500;
}
.t_bukken p{
	font-weight: 700;
}

.t_ippan_koukai{
	text-align: center;
	padding:0 0 20px 0;
	border-bottom:1px solid ;
}
.t_raikai_wrap{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0px 0 0px 0;
	margin: 20px 0 0px 0;
}
.t_raikai_wrap div{
	flex:1;
	text-align: center;
}
.t_raikai_wrap div:nth-child(1){
	margin: 0 2em 0 0;
	position: relative;
}
.t_raikai_wrap div:nth-child(1)::after{
	content: "";
	position: absolute;
	width: 1px ;
	height: 100%;
	background: #333;
	top: 0;
    left: 100%;
    margin: 0 1em;

}
.t_bukken p span{
	position: relative;
}
.t_bukken p span::after{
	content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: var(--basecolor);
    clip-path: circle(50% at 50% 50%);
}

.t_kensuu_txt{
	margin: 25px 0;
	font-size: 20px;
}

.t_kaiin_touroku{
	max-width: 700px;
	margin: 0 auto 80px;
}
.t_kaiin_touroku a{
	position: relative;
	display: flex;
	align-items: center;
	background: var(--basecolor);
	padding: 5px 0;
	box-shadow: 7px 7px 0px #c4c1b8;
	transition: all 0.3s;
}
.t_kaiin_touroku a::after{
	content: "";
	position: absolute;
    top: 39%;
    right: 7%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
	transition: all 0.3s;
}

.t_kaiin_touroku a p{
    font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0 30px;
	transition: all 0.3s;
}
.t_kaiin_touroku span{
	font-size: 10px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 30px;
	border-radius: 100px;
	background:#c4c1b8;
	font-weight: 500;
	color: #fff;
}
.t_kaiin_touroku a:hover::after{
    right: 5%;
	border-top: 3px solid #333;
    border-right: 3px solid #333;
} 
.t_kaiin_touroku a:hover{
	background: var(--lightcolor1);
}
.t_kaiin_touroku a:hover p{
	color: #333;
}

.t_login{
	max-width: 600px;
	margin: 40px auto 0;
}
.t_login a{
	position: relative;
	display: block;
	border: 1px solid #c4c1b8;
	background: var(--lightcolor2);
	text-align: center;
	padding: 10px 0;
	transition: all 0.3s;
}
.t_login a::after{
	content: "";
	position: absolute;
    top: 39%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
	transition: all 0.3s;
}
.t_login a p{
	color: #0c0c0c;
	font-weight: 500;
	transition: all 0.3s;
}
.t_login a:hover{
	background: #c4c1b8;
}
.t_login a:hover p{
	color: var(--lightcolor2);
}
.t_login a:hover::after{
	border-top: 2px solid var(--lightcolor2);
    border-right: 2px solid var(--lightcolor2);
	right: 5%;
}

/*----物件検索----*/
.t_ttl{
	width: fit-content;
	margin: 0 auto;
}
.t_ttl h2,.t_ttl h3{
	font-size: 2.6vw;
	align-items: center;
	text-align: center;
	color: var(--basecolor);
	margin: 0 ;
	padding:0;
}
.t_ttl h3{
	font-size: 2vw;
	background:none;
}
.t_ttl h2 img{
	height: 35px;
	width: auto;
	margin: 0 10px 0 0;
}
.t_ttl p{
	text-align: center;
}
.t_search_link_taibestu a{
	background: #fff;
	padding: 35px 30px;
	font-size: 1.2em;
	border-radius: 10px;
}
.t_search_link_taibestu.flex{
	justify-content: space-evenly;
	margin: 30px auto;
}
.syo_taibetsu .flex{
	margin: 20px auto 0;
	flex-wrap: wrap;
}
.syo_taibetsu .flex a{
	background: #fff;
	padding: 5px 15px;
	margin: 10px 15px 0;

}

/* ▼タブ */
.change_tab_wrap{
	margin: 50px auto;
}

/* タブのスタイル */
.tabs {
	display: flex;
	list-style-type: none;
	padding: 0;
}

.tabs li {
	cursor: pointer;
	padding: 30px 0px;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	width: 50%;
	text-align: center;
	letter-spacing: 1.2px;
}
.tabs li:nth-child(2){
	margin: 0;
	background: var(--lightcolor2);
}

/*.tabs li.active {
	background-color: #fff;
	border-bottom: 2px solid #000;
}*/

/* コンテンツのスタイル */
.tab-content {
	display: none;
	padding: 30px 0 70px;
	border-radius: 0 5px 5px 5px;
}

.tab-content.active {
	display: block;
}
#tab1{
	background: #fff;
}
#tab2{
	background: var(--lightcolor2);
}
.tab-content_wrap{
	width: fit-content;
	margin: 0 auto;
}


/*----▼input-typeの設定----*/
input[type=text], input[type=radio], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input[type=text], input[type=radio], textarea,
input[type=email],input[type=password]{
	width: 100%;
	border-top:none;
	border-right:none;
	border-left: none;
	height: 50px;
	border:  solid 1px transparent;
	background-color: #f1f1f1;
	padding: 0.5em;
}
#password-input{
	display:inline-block;
	width:calc(100% - 40px);
	
}
#toggle-password{
	display:inline-block;
	width:40px;
	height:50px;
	margin:0;
	padding:0;
	cursor:pointer;
	color:#999;
	background:#f1f1f1;
	vertical-align:bottom;
}
#toggle-password img{
	display:inline-block;
	width:30px;
	margin-top:10px;
}
#toggle-password2 img{
	width:30px;
	margin-left:1em;
}

/*----▲input-typeの設定----*/

.radio-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -30px 0px 0;
}
.radio-wrap label {
	padding-right: 17px;
}

.radio-wrap label input[type="radio"] {
	opacity: 0;
	height: auto;
	appearance: none;
	position: absolute;
}
.radio-wrap label .radio_txt {
	display: inline-block; 
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	margin-bottom: 0.7em;
}
.radio-wrap label .radio_txt::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #333;
	background: #fff;
	content: "";
	border-radius: 50%;
}

.radio-wrap label .radio_txt::after {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--basecolor);
	content: "";
	opacity: 0;
	transition: all 0.3s;
}
.radio-wrap label input:focus + span::before {
	box-shadow: 0 0 4px var(--basecolor);
}
.radio-wrap label input:checked + span::after {
	opacity: 1;
}

/*---▼select----*/
.t_select_wrap{
	margin: 30px 0 0;
}
select {
	/* border-radius: 0px; */
	/* font-size: 15px; */
}

.select {
	display: inline-block;
	position: relative;
	border: 1px solid #333;
	vertical-align: middle;
	width: 100%;
	margin-top:5px
}

.select select {
	appearance: none;
	width: 100%;
	padding: 7px 15px;
	padding-right: 1em;
	border: none;
	outline: 0;
	color: #333;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}
.select.land_area,
.select.land_price{
	width: calc(50% - 1.2em);
}


.select::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color:  #c4c1b8 transparent transparent transparent;
	content: "";
	pointer-events: none;
}
.t_select_wrap .flex{
	align-items: center;
}
.t_kara{
	margin: 0 10px;
}

.submit_tac{
	text-align: center;
}
input[type="submit"],button[type="submit"], a.back {
    width: auto;
    height: auto;
    text-align: center;
    border: 0px solid;
    padding: 10px 40px;
    background-color: var(--basecolor);
    border: 2px solid var(--basecolor);
    color: #ffffff;
    font-size: 16px;
    margin: 5px 5px 0;
    min-width:200px;
    display:inline-block;
    cursor:pointer;
}
@media(){
	
}



/*-----▼image_map------*/

.t_imagemap_wrap{
	margin: 30px auto ;
}

.cls-1 {
	fill: #ee819c;
}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11 {
	stroke-width: 0px;
}

.cls-12 {
	fill: #fff;
	stroke: #c4c1b8;
	stroke-miterlimit: 10;
}

.cls-2 {
	fill: #ffc7ea;
}

.cls-3 {
	fill: #ddc047;
}

.cls-4 {
	fill: none;
}

.cls-5 {
	fill: #f2c4db;
}

.cls-6 {
	fill: #f1a4b7;
}

.cls-7 {
	fill: #ffcbd8;
}

.cls-8 {
	fill: #8fe5c6;
}

.cls-9 {
	fill: #e9cdd4;
}

.cls-13 {
	clip-path: url(#clippath);
}

.cls-10 {
	fill: #282e35;
}

.cls-11 {
	fill: #86a0ba;
}
.map_higashi_hiroshima_link:hover{

}
.map_higashi_hiroshima_link:hover path{
	fill:var(--basecolor)
}
.map_mihara_link:hover path{
	fill:var(--basecolor)
}
.map_onomichi_link:hover path{
	fill:var(--lightcolor1);
}
.map_hukuyama_link:hover path{
	fill:var(--lightcolor2);
}
#map_higashi_hiroshima{

}
.map_higashi_hiroshima_txt,
.map_mihara,
.map_onomichi,
.map_hukuyama{
	text-anchor:middle;
	font-size: 8px;
	font-weight:bold;
	fill:#fff;
	text-shadow:0 0 6px var(--basecolor);
}
.map_count{
	text-anchor:middle;
	font-size:7px;
	font-weight:bold;
	fill:#fff;
	text-shadow:0 0 5px var(--basecolor);
}
tspan.small{
	font-size:75%;
}
#towns{
	padding-top:130px;
	margin-top:-130px;
}
.img_map_tabs{
	justify-content: center;
	display: flex;
	list-style-type: none;
	padding: 0;
	position:relative;
}
.img_map_tabs li{
	width: 21%;
	margin: 0 10px ;
	background: var(--lightcolor1);
	position: relative;
	cursor: pointer;
	padding: 30px 0px;
	border-radius: 5px 5px 0 0;
	letter-spacing: 1.2px;
	text-align: center;

}
.img_map_tabs li.active {
	background-color: #c4c1b8;
	color: #fff;
}
.img_map_tabs li.active::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 20px solid #c4c1b8;
	border-bottom: 0;
	bottom:-20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}
.tab-content2 {
	display: none;
	padding: 30px 30px 70px;
	border-radius: 0 5px 5px 5px;

}

.tab-content2.active {
	display: block;
}
.t_area_link{
	color:#333;
	display:inline-block;
	margin: 0px 15px;
	position:relative;
	text-decoration: underline;
}
.t_area_link::before{
	content:"■";
	color:var(--basecolor)
}

/*-学校区-*/
.school_search_tabs{
	justify-content: center;
	display: flex;
	list-style-type: none;
	padding: 0;
	position:relative;
}
.school_search_tabs li{
	width: 21%;
	margin: 0 10px ;
	background: #fff;
	color: var(--basecolor);
	position: relative;
	cursor: pointer;
	padding: 10px 0px;
	border-radius: 5px ;
	letter-spacing: 1.2px;
	text-align: center;

}
.school_search_tabs li.active {
	background-color: #c4c1b8;
	color: #fff;
}
.school_search_box{
	margin: 30px auto 0;
}
.tab-content3 {
	display: none;
	padding: 30px 30px 70px;
	border-radius: 0 5px 5px 5px;
}
.tab-content3.active {
	display: block;
}
.primary_box,.junior_high_box{
	background: #fff;
	border-radius: 10px;
	margin: 20px auto 0;
	padding: 20px 30px;
}
.junior_high_box{
	margin: 40px auto 0;
}
.s_search_ttl{
	text-align: center;
	margin: -35px 0 0 0;
}
.s_search_ttl h3{
	display: block;
	background: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
	color: #333;

}
.s_search_ttl p{
	color: var(--basecolor);
}
.s_search_box_content{
	margin: 20px auto 10px;
}
.submit_tar{
	text-align: right;
}
input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


/*-----▼ 検索結果------*/
.t_search_ttl h2{
	margin: 0;
	font-size: 2.5em;
	color: var(--subcolor);
}
.t_search_ttl p{
	font-size: 22px;
}


/*--件数出すとこ--*/
.t_result_kensuu_wrap{
    margin-top: 40px;
}
.t_soubukkensu .t_result_soubukken::before{
	background: none;
}
.t_soubukkensu .t_result_soubukken{
	font-size: 4.3em;
	font-weight: 500;
	margin: -80px auto 0;
}
.t_result_bukken{
	background: none;
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: 700;
	display: block;
}
.t_kaiten_box .t_result_bukken_amount,
.t_raiten_box .t_result_bukken_amount{
	font-size: 3em;
	color: var(--basecolor);
	font-family: 'Courier New', Courier, monospace;
}
.t_kaiten_box .t_result_bukken_amount span,
.t_raiten_box .t_result_bukken_amount span{
	display: inline-block;
	color: #333;
	font-size: 20px;
	margin: 0 0 0 20px;
}
.t_result_kensuu_wrap .t_raikai_wrap{
	margin: 10px 0 0 0;
}
.t_result_kensuu_wrap .t_soubukkensu{
	padding: 0 10px 10px;
}
.t_result_member_wrap.flex{
	justify-content: space-around;
	margin: 20px auto 0;
}

.t_result_member_wrap .t_kaiin_touroku{
	max-width: none;
	width: 60%;
	margin: 0 10px;
}
.t_result_member_wrap .t_kaiin_touroku a{
	padding: 10px 0;
	box-shadow: none;
}
.t_result_member_wrap .t_kaiin_touroku a p{
	width: 92%;
	
}
.t_result_member_wrap .t_kaiin_touroku a::after{
	top: 32%;
}
.t_result_member_wrap .t_login{
	margin: 0 10px;
	max-width: none;
	width: 15%;
}

/*--ソート--*/
.t_sort.flex{
	align-items: center;
}
.t_sort .select{
	width: 200px;
	margin: 0 0 0 10px;
}
.t_sort .select{
	border: none;
}
.t_sort .select::before{
	border-color: #333 transparent transparent transparent;
}
.t_sort .select select{
	background: var(--lightcolor1);
}

.t_maincontents_wrap{
	width: 77%;
	margin: 0 3% 0 0;

}
.t_sidebar_wrap{
	width: 20%;

}
.t_sidebar{
	background: var(--lightcolor1);
	padding: 15px 20px;
	position: sticky;
    top: 110px;
}
.t_sidebar .t_ttl h2{
	font-size:2em
}
.t_sidebar .t_ttl h2 img{
	height: 25px;
}
.t_sidebar .t_kara{
	display: inline-block;
}
.t_sidebar .land_area, .t_sidebar .select.land_price{
	width: 50%;
	margin: 5px 0;
}

.t_sidebar input[type="submit"], a.back{
	min-width: 150px;
}
.t_select_wrap .pink{
	color: var(--basecolor);
	display: inline-block;
	margin: 0 5px 0 0;
}
.pagination_wrap.flex{
	justify-content: center;
	margin: 10px auto 0;
}
.pagination_wrap a{
	margin: 0 10px;
	color: #333;
	transition: all 0.3s;
}
.pagination_wrap a:hover{
	color: var(--basecolor);
}
.pagination_wrap a:hover{
    color: var(--basecolor);
}
.pagination_wrap a.imakoko{
    color:var(--basecolor);
    pointer-events:none;
}
.pagination_wrap a.no_link{
    color:#ddd;
    pointer-events:none;
}

.t_bukken_news{
	background: var(--lightcolor1);
	color: var(--basecolor);
	padding: 5px;
	margin: 10px auto 20px;
	border-radius: 10px;
}

/*--▼物件リンク（TOP）--*/
.tochi_sample{
	display:flex;
	max-width:1100px;
	margin: 20px auto;
}
.t_toplist_box{
	display:block;
	background:#fff;
	border:1px solid #ccc;
	padding:8px;
	margin:0 6px;
	border-radius: 3px;
	text-align:center;
	width:33.33%;
}
.t_toplist_img img{
	display:inline-block;
	width:100%;
}
.t_toplist_name{
	font-size:90%;
	font-weight:bold;
}
.t_toplist_price{
	font-weight:bold;
	font-size:115%;
}
.t_toplist_price small{
	font-size:65%;
}
@media(max-width:800px){
	.tochi_sample{
		flex-wrap:wrap;
		max-width:94%;
		width:fit-content;
	}
	.t_toplist_box{
		width:calc(33.3% - 12px);
		margin-bottom:6px;
		margin-top:6px;
		font-size:90%;
	}
}


/*--▼物件リンク--*/
.t_bukken_link.flex{
	align-items: center;
}
.t_bukken_img{
	width: 30%;
}
.t_bukken_txt{
	width: 68%;
	margin: 0 0 0 2%;
}
.t_bukken_txt h3{
	color: #333;
	background: none;
	padding: 0;
	margin: 0;
	border-radius: unset;
	font-weight: 400;
	font-size: 110%;
}
.t_bukken_txt .t_land_name{
	margin: 20px auto;
}
.t_bukken_txt .t_land_dl{
	color: #333;
	background: var(--lightcolor1);
	padding: 5px 10px;
	margin: 0 10px 0 0;
}
.t_land_price h3{
	color: var(--subcolor);
	font-size: 30px;
	font-weight: 700;
}
.t_land_price h3 span{
	font-size: 20px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.t_land_area{
	align-items:center;
	margin:0 0 0 20px
}
.t_land_price{
	align-items:center
}
.t_land_etc{
	margin: 0px auto 10px;
	align-items: center;
}
.t_land_school{
	align-items:center
}
.t_border{
	border: 1px dashed var(--basecolor);
	margin: 10px auto;
}


/*--▼物件詳細画面ここから--*/
.t_property_detail_box h3{
	display: block;
	color: #333;
	background: none;
	padding: 0;
	margin: 20px auto;
	border-radius: unset;
	font-size: 29px;
	font-weight:500;
}
.t_property_detail_box hr{
	margin: 1em auto;
	color: var(--basecolor);
	border: 1px solid;
}
.t_property_price{
	text-align: right;
}
.t_property_price span{
	display:inline-block;
	font-size:40px;
	margin:0 15px;
	color:var(--basecolor);
	font-weight:600;
}
.t_important_info dl{
	display:flex;
	border-bottom:1px dashed var(--basecolor);
	padding: 20px 0 20px 20px;
}
.t_important_info dl dt:before{
	content:"■";
	margin:0 10px 0 0;
	
}
.t_important_info dl dt{
	width:25%;
	margin:0 10px 0 0;
	color:var(--basecolor);
	font-weight:bold;
}
.t_important_info dl dd{
	width: 75%;
}
.t_important_info dl:last-child{
	border:none
}

.t_summary_ttl{
	color: #333;
	margin: 0 auto;
	padding: 0;
	border: none;
	display: block;
	text-align: center;
}
.t_summary_box {
	display: flex;
	flex-wrap: wrap;
}
.t_summary_box p{
	width: 49%;
	margin:0 2% 0 0;
	border-bottom:1px dotted #ccc;
	padding: 20px;
	display:flex
}
.t_summary_box p:nth-child(2n){
	margin: 0
}
.t_summary_box p:last-child{
	width:100%;
}
.t_summary_box p:last-child b{
	width:16%
}
.t_summary_box p:last-child i{
	width:84%
}
.t_summary_box p b{
	width: 35%;
	position:relative;
	color:var(--basecolor)
}
.t_summary_box p b::before{
	content:"■";
	margin:0 10px 0 0
}
.t_summary_box p i{
	font-style:normal;
	width:65%
}
.t_property_map{
	margin:60px auto 0
}
#map_canvas {
	width: 100% !important;
	height: 400px;
	margin-bottom:20px;
}
#map_canvas{
	margin:20px auto 0
}
.t_property_under_link h3{
	text-align:center;
	margin:0 auto;
	display:block;
	background:none;
	color:var(--basecolor);
	font-size: 25px;
}
.t_property_under_link h3 i{
	color:#333;
	display:inline-block;
	margin:0 10px;
	font-style:normal
}
.t_property_under_link h3 b{
	font-size:2em;
	font-weight:400
}
.t_property_under_link h3 span{
	position:relative
}
.t_property_under_link h3 span::after{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: var(--basecolor);
	clip-path: circle(50% at 50% 50%);
}

.t_property_under_link_box{
	background: #fff;
	padding:10px 10px 20px 10px;
	border-radius:10px;
	color:#333;
	max-width:900px;
	width:95%;
	margin:20px auto 0
}
.t_property_under_link_box h4{
	margin:0;
	padding:0;
	border:none;
	color:#333;
	font-size:110%
}
.t_property_under_link_box .t_raiten_box h4 span{
	color:var(--basecolor);
}
.t_property_under_link_box .t_kaiten_box h4 span{
	color:#c4c1b8;
}
.t_property_under_link_box .t_raiten_box a,
.t_property_under_link_box .t_kaiten_box a{
	color:#fff;
	display:inline-block;
	width:80%;
	font-size:130%;
	padding:7px;
	letter-spacing:2px;
	position:relative;
}
.t_property_under_link_box .t_raiten_box a{
	background:var(--basecolor);
}
.t_property_under_link_box .t_kaiten_box a{
	background:#c4c1b8;
}
.t_property_under_link_box .t_raiten_box a::before,
.t_property_under_link_box .t_kaiten_box a::before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #ffffff;
	border-right: 0;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition:all 0.3s;
}
.t_property_under_link_box .t_raiten_box a:hover::before,
.t_property_under_link_box .t_kaiten_box a:hover::before{
	right:13%
}

.t_property_under_link_box p{
	display:inline-block;
	color:#333;
	margin:0 10px 
}
.t_property_under_link_box .t_bukken{
	margin:20px auto 0px
}
.t_property_under_tel h3{
	margin:0 auto 20px;
	text-align:center;
	width:fit-content;
	display: block;
	color:#333;
	padding: 8px 45px 6px;
	border-radius:45px
}
.t_property_under_tel .flex{
	max-width:900px;
	width:95%;
	margin:0 auto;
	align-items:center
}
.t_property_under_tel_img{
	width:50%
}
.t_property_under_tel_text{
	width:48%;
	margin:0 0 0 2%;
	
}
.t_property_under_tel_text a{
	display:block;
	width:fit-content;
	font-size: 3.3em;
	font-weight:600;
	margin: 0 auto;
	color:var(--subcolor);
}
.t_property_under_tel_text a span{
	display:inline-block;
	font-size:35px;
	font-weight:400
}
.t_property_under_tel_text a img{
	height:70px;
	width:auto;
}
.t_property_under_tel_text .pink{
		color:var(--basecolor)
}
.t_property_under_tel_text p{
	width:fit-content;
	margin:20px auto;
	font-weight:500
}
.t_recommend_ttl{
	background:none;
	margin:0 auto 10px;
	padding:0;
	display:block;
	width:fit-content;
	font-size:2em;
	color:var(--basecolor);
	line-height: 0.7;
}
.t_recommend_box{
	margin:20px auto 0
}
.t_recommend_box a{
	width:32%;
	margin:0 2% 0 0;
	background:#fff;
	padding:10px;
	border-radius:10px
}
.t_recommend_box a:nth-child(3){
	margin:0
}
.t_recommend_box a h4{
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	border:none
}
.t_recommend_box a h3{
	background:none;
	margin:0 auto;
	padding:0;
	display:block;
	width:fit-content
}
.t_recommend_box a h3 span{
		color:var(--basecolor)
}
.t_recommend_box a img{
	height:200px;
	width:auto;
}

/*ローン計算*/
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

.roancalc{
	margin:40px 0 60px;
	padding: 0;
	border:2px solid var(--basecolor);
	border-radius:10px;
}
.roancalc h4{
	margin: 0;
	padding:0;
	border-bottom:none;
	font-size:120%;
	border-radius: 7px 7px 0 0;
	background:var(--lightcolor2);
	padding:10px 15px
}
.roancalc h4 span{
	display:inline-block;
	margin-right:1.2em;

}
.roancalc h4 small{
	display:inline-block;
	font-weight:normal;
	text-align:left;
	margin-top:5px
}
.roancalc .flex{
	align-items: center;
	flex-wrap:wrap;
	margin: 5px 15px 0;
}
.roancalc .flex p{
	margin:0;
	padding:10px;
	width:22%;
	/* text-align:center; */
}
.roancalc .flex p:nth-child(4){
	padding-top:1.3em;
	width:12%;
}
.roancalc div:last-child{
	margin: 0 25px 15px;
	line-height:1.3;
	text-indent:-0.8em;
	padding-left:1em;
}
.roancalc input{
	font-size:120%;
	width:5em;
	padding:5px 10px;
	margin: 5px 5px 0 0;
	text-align:right;
}
.roancalc #tsuki{
	font-size: 175%;
	color:var(--basecolor);
	font-weight:bold;
	letter-spacing:1px;
	display:inline-block;
}

@media(max-width:1150px){
	.roancalc .flex p:nth-child(-n+3){
		width:28%
	}
	.roancalc .flex p:nth-child(5){
		width:100%;
		text-align:center;
		padding-top:0;
	}
	#tsuki{
		margin:0 0.5em
	}
	br.tsuki{
		display:none;
	}
}
@media(max-width:700px){
	.roancalc .flex p:nth-child(-n+3){
		width:33%
	}
	.roancalc .flex p:nth-child(4){
		padding-top:0.5em;
		width:30%;
		text-align:center;
	}
	.roancalc .flex p:nth-child(5){
		width:70%;
		text-align:center;
	}
}
@media(max-width:580px){
	.roancalc .flex p:nth-child(-n+3){
		text-align:center
	}	
	.roancalc input{
		text-align:center;
		width:100%;
	}
	br.tsuki{
		display:inline;
	}
	.roancalc .flex p:nth-child(4){
		padding-top:0.5em;
		width:7em;
		text-align:center;
	}
	.roancalc .flex p:nth-child(5){
		width:calc(100% - 7em);
		text-align:center;
	}
}


/*--▲物件詳細画面ここまで--*/


/*--------------SP--------------■■■■■■■■■■■*/
@media(max-width:1100px){
	.t_ttl h2{
		font-size: 3.8vw;
	}

	/*--▼リスト画面--*/
	.t_sidebar .t_ttl h2{
		font-size: 1.5em;
	}


}
@media(max-width:960px){
	/*------共通---------*/
	.flex_wrap_reverse{
		flex-wrap: wrap-reverse;
	}
	.flex{
		flex-wrap: wrap;
	}

	/*----▼土地トップ画面----*/
	.t_soubukkensu p{
		margin: 0 10px 0 0;
	}
	.t_soubukkensu{
		padding: 0 15px 15px 15px;
	}
	.t_raikai_wrap div:nth-child(1){
		margin: 0 1em 0 0;
	}
	.t_raikai_wrap div:nth-child(1)::after{
		margin: 0 0.5em;
	}

	.t_search_link_taibestu a{
		padding: 20px 10px;
	}


	/*----▼リスト画面---*/
	.t_maincontents_wrap{
		width: 100%;
		margin: 0 auto;
	}
	.t_result_member_wrap .t_kaiin_touroku a p{
		text-align:center;
		font-size:15px
	}

	/*---▼土地詳細画面---*/
	.t_property_under_tel_text a{
		font-size:2.4em
	}

}

@media(max-width:768px){
	/*----▼土地トップ画面----*/
	.t_raikai_wrap div{
		width: 100%;
		flex: none;
	}
	.t_raikai_wrap div:nth-child(1)::after{
		display: none;
	}
	.t_raikai_wrap div:nth-child(1){
		border-bottom: 1px solid #333;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	.t_soubukkensu h2,
	.t_soubukkensu .t_result_soubukken{
		font-size: calc( 12vw - 12px );
	}
	.t_result_kensuu_wrap .t_raikai_wrap{
	}
	.t_ttl h2{
		font-size: 2.2em;
	}
	.t_ttl h3{
		font-size: 1.5em;
	}
	.t_search_link_taibestu a{
		margin: 10px 0;
	}
	.img_map_tabs{
		justify-content: space-between;
	}
	.img_map_tabs li{
		padding: 10px 0;
		margin: 0 10px 0 0;
	}
	.img_map_tabs li:last-child{
		margin: 0;
	}

	/*---▼リスト画面--*/
	.t_search_ttl h2{
		font-size:2em
	}
	.t_search_ttl p{
		font-size: 18px;
	}
	.t_bukken_img{
		width:100%;
		text-align: center;
	}
	.t_bukken_txt{
		width:100%
	}
	.t_bukken_txt .t_land_name{
		margin:10px auto
	}
	.t_bukken_txt h3{
		font-size:100%
	}
	.t_land_price h3{
		font-size:30px
	}
	.t_land_area{
		margin:0
	}
	.t_land_price{
		margin:0 10px 0px 0
	}
	.t_result_member_wrap .t_kaiin_touroku{
		width:80%
	}
	.t_result_member_wrap .t_login{
		width:40%;
		margin:20px auto 0
	}
	.t_result_bukken{
		display:inline-block
	}

	/*----▼詳細画面▼----*/
	.t_important_info dl dt{
		letter-spacing: normal;
	}
	.t_summary_box p{
		width:100%;
		padding: 10px;
	}
	.t_summary_box p:last-child{
		flex-wrap:wrap
	}
	.t_summary_box p:last-child b,
	.t_summary_box p:last-child i{
		width:100%
	}
		.t_summary_box p:last-child b{
			margin:0px 0 10px 
		}
	.t_summary_box p b::before{
		margin: 0 5px 0 0;
	}
	.t_property_under_tel_img{
		width:100%
	}
	.t_property_under_tel_text{
		width:100%;
		margin:20px auto 0
	}
	.t_property_detail_box h3{
		font-size:25px
	}
	.t_property_under_link h3{
		padding:0;
		text-align: left;
	}
	.t_property_under_link_box .t_bukken{
		text-align:center
	}
	.t_property_under_link h3 i{
		display:block;
		width:fit-content;
		transform:rotate(90deg);
	}
	.t_recommend_box.flex{
		overflow-x: scroll;
		flex-wrap:nowrap
	}
	.t_recommend_box.flex::-webkit-scrollbar {
	  height: 14px; /* スクロールバーの高さ */
	}
	.t_recommend_box.flex::-webkit-scrollbar-thumb {
	  background: var(--basecolor); /* ツマミの色 */
	  border-radius: 7px; /* ツマミ両端の丸み */
	}
	.t_recommend_box.flex::-webkit-scrollbar-track {
	  background: var(--lightcolor1); /* トラックの色 */
	  border-radius: 7px; /* トラック両端の丸み */
	}
	.t_recommend_box a{
		flex-shrink: 0;
		display:block;
		width:50%
	}
	

}
@media(max-width:650px){
	.t_kaiin_touroku a p{
		text-align: center;
		width: 70%;
		margin: 0;
	}
	.tab-content{
		padding: 30px 20px 50px;
	}
	.tab-content2{
		padding: 30px 0px 0px;
	}
	.tab-content3{
		padding: 30px 0 0;
	}
	.primary_box, .junior_high_box{
		padding: 20px;
	}

}

@media(max-width:560px){
	.t_soubukkensu{
		padding: 0px 15px 15px;
		width: 95%;
	}
	.t_soubukkensu h2 p:nth-child(1){
		display: block;
	}
	.t_soubukkensu h2,
	.t_soubukkensu .t_result_soubukken{
		line-height: 1;
		margin: -60px auto 0;
		padding: 0 35px;
		text-align: center;
	}
	.t_soubukkensu h2::after{
		padding: 0px 20px 40px;
		bottom: -15px;
	}
	.t_soubukkensu h2::before{
		bottom: 0;
		right: 20%;
		width: 68%;
	}
	.t_ippan_koukai{
		margin: 20px 0 0 0;
		padding: 0 0 10px 0;
	}
	.t_bukken{
		font-size:2em
	}

	.t_raikai_wrap{
		margin: 10px 0 0 0;
	}
	.t_raikai_wrap div:nth-child(1){
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	.t_soubukkensu p{
		margin: 0 10px;
		font-size:15px
	}
	.t_bukken p span::after{
		width:5px;
		height:5px
	}
	.t_soubukkensu h2 p{
		margin: 5px 0px;
	}
	.t_kaiin_touroku span{
		width: 63px;
		margin: 0 0 0 10px;
	}
	.t_kensuu_txt{
		font-size: 15px;
	}
	.t_kaiin_touroku a p{
		text-align: center;
		font-size: 15px;
	}
	.t_area_link{
		margin: ;
	}
	.img_map_tabs li{
		font-size:14px
	}
	.school_search_tabs{
		flex-wrap:wrap
	}
	.school_search_tabs li{
		margin:0 10px 0 0
	}
	.school_search_tabs li:last-child{
		margin:10px 0;
		width:35%
	}
	.map_higashi_hiroshima_txt, .map_mihara, .map_onomichi, .map_hukuyama{
		font-size:13px
	}
	.map_count{
		font-size:12px;
		transform:translate(0px,5px);
	}

	/*---▼リスト画面--*/
	.t_result_kensuu_wrap .t_raikai_wrap{
		margin: 10px 0 0px 0;
	}

	/*---▼詳細画面----*/
	.t_property_detail_box h3{
		font-size:20px
	}
	.t_property_under_link h3 span::after{
		top:-2px
	}
	.t_property_under_link_box .t_bukken{
		font-size:20px;
	}
	.t_property_under_link_box h4{
		font-size:100%
	}
	.t_property_under_link_box .t_raiten_box a, .t_property_under_link_box .t_kaiten_box a{
		font-size:110%
	}
	.t_property_under_link_box .t_raiten_box a::before, .t_property_under_link_box .t_kaiten_box a::before{
		right:7%
	}
	.t_property_under_tel h3{
		font-size:110%
	}
	.t_recommend_box a{
		width:80%
	}

}

/* 会員ログインフォーム */
.resist_box{
	margin: 40px auto 0;
}
.resist_box .touroku_ttl{
	margin:30px auto 0
}
.resist_box .tac h3{
	width: fit-content;
	margin: 0 auto 20px;
	color: #666;
	font-size: 130%;
	background-color: #eee;
	display: inline-block;
	padding: 8px 25px 6px;
	border-radius: 5px;
}
.login_form,.resist_box{
	background:#fff;
	padding: 0px 0px 0px;
	/* margin-top:30px; */
	text-align:center;
	border-radius:10px
}
.login_form input[type=text],
.login_form input[type=password]{
	max-width:400px;
}
.login_form p{
	font-size:110%;
	margin:10px 0;
}
.resist_box input[type="submit"], a.back{
	background:#252727;
	
}

.resist_box h3:first-child{
	margin-top:0.5em;
}

/* 予約時間選択の上 */
.t_summary_yyk{
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-items:center;
}
.t_summary_yyk p{
	padding:0 20px;
	font-size:150%;
}
.map_pop{
	display:block;
	max-width:200px;
	max-height:200px;
}
.map_pop img{
	max-width:180px
}