@charset "UTF-8";
/************************************
base
************************************/
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.6;
  letter-spacing: 0.05em;
	color: #131213;
	/* background: #F1F8FF; */
	word-wrap: break-word;
	overflow-wrap: break-word
}
* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all  0.3s;
	color:#131213;
}
p{
	line-height: 1.7;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.mobile {
	display: none;
}
.desktop {
	display: block;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
/************************************
header
************************************/
header {
	position: fixed;
	top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
	width: 95%;
	background: #fff;
	box-shadow: 2px 2px 16px 0px #A5B8C952;
	border-radius: 8px;
	padding: 20px;
	z-index: 100;
}

.logo_item{
	justify-content: flex-start;
}

.logo{
	width: 200px;
}

.logo:hover{
	opacity: 0.7;
}

.logo_item .site_catch{
	font-size: 12px;
	margin-left: 20px;
}

.nav li{
	margin-left: 25px;
}

.nav li:first-child{
	margin-left: 0;
}

.nav li a{
	font-weight: 800;
}

.nav li a:hover{
	color: #19BDB2;
}

.nav .contact_btn a{
	display: block;
	position: relative;
	width: 230px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #19BDB2;
	color: #19BDB2;
	border-radius: 23px;
	text-align: center;
	font-size: 12px;
}

.nav .contact_btn a:hover{
	background: #19BDB2;
	color: #fff;
}

.nav .contact_btn a svg{
	vertical-align: middle;
	margin-right: 5px;
}

.nav .contact_btn.line_btn{
	margin-left: 15px;
}

.nav .contact_btn.line_btn a{
	color: #fff;
	background: #19BDB2;
}

.nav .contact_btn.line_btn a:hover{
	color: #19BDB2;
	background: #fff;
}

.nav .contact_btn.web_btn:hover svg path{
	stroke: #fff;
}

.nav .contact_btn.line_btn a:hover svg path{
	fill: #19BDB2;
}

.nav .contact_btn a .contact_btn_sub_text{
	display: block;
	width: 150px;
	height: 25px;
	line-height: 20px;
	font-size: 12px;
	border: 2px solid #fff;
	color: #fff;
	background: #19BDB2;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.nav .contact_btn.line_btn a .contact_btn_sub_text{
	background: #fff;
	color: #19BDB2;
	border: 2px solid #19BDB2;
}

.nav .btn_more{
	display: none;
}
/************************************
main
************************************/
main {
	width: 100%;
}

#content{

}

#top .top_content{
	width: 95%;
	margin: 0 auto;
	padding: 120px 0 0;
	text-align: center;
}

#top .top_content h1{
	font-size: 20px;
	margin-bottom: 20px;
}

.btn_more{
	width: 250px;
  margin: 40px auto 0;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #C4D1DC;
  padding: 10px 10px;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.arrow {
  width: 24px;
  height: 24px;
  background: #19BDB2;
  background-image: url(../img/icon/icon_arrow_w.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: transform 0.2s ease-in-out;
}
/************************************
下層ページ共通
************************************/
#page,
#single{
	padding-top: 160px;
	width: 85%;
	margin: 0 auto;
}

#page .headline{
	text-align: center;
	margin-bottom: 35px;
}

#page .headline h1,
#page .headline h2{
	font-size: 40px;
}

#page .headline h1 .eng,
#page .headline h2 .eng{
	color: #19BDB2;
	font-size: 18px;
	font-weight: 600;
	display: block;
}
/************************************
property 物件詳細
************************************/
#single_prpperty .head_line .property_type{
	color: #fff;
	background: #19BDB2;
	border-radius: 6px;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: 500;
}

#single_prpperty .head_line h1{
	font-size: 30px;
	margin: 15px 0;
}

.property_img_slider{
  text-align: center;
	margin-bottom: 40px;
}

.property_gallery_main{
  width: 100%;
  margin: 0 auto;
}

.property_gallery_main button{
	background: none;
	border: none;
	position: absolute;
	z-index: 10;
}

.property_gallery_main .slick-prev{
	top: 55%;
  left: 16%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
}

.property_gallery_main .slick-next{
	top: 55%;
  right: 16%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
}

.property_gallery_main .gallery_item{
  position: relative;
  margin: 0 10px;
}

.property_gallery_main .gallery_item img{
  width: 100%;
	height: 450px;
  max-height: 600px;
  object-fit: contain;
  border-radius: 6px;
}

.property_gallery_nav{
	width: 68%;
	margin: 20px auto 0;
}

.property_gallery_nav .gallery_thumb{
  width: 100px;
  cursor: pointer;
  padding: 2px;
}

.property_gallery_nav .gallery_thumb img{
  width: 100%;
	height: 100px;
	object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
}

.property_gallery_nav .active img {
  border-color: #19BDB2;
}

#single_prpperty section{
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 25px;
	border: 2px solid #19BDB2;
}

#single #single_prpperty section:last-child{
	padding-bottom: 40px;
}

#single_prpperty section h2{
	font-size: 24px;
	margin-bottom: 15px;
}

#single_prpperty .property_about,
#single_prpperty .property_price_detail{
	width: 48%;
}

#single_prpperty section dl div{
	border-top: 1px solid rgba(165, 184, 201, 0.4);
	padding: 15px 0;
	align-items: flex-start;
}

#single_prpperty section dl div:last-child{
	border-bottom: 1px solid rgba(165, 184, 201, 0.4);
}

#single_prpperty section dl dt{
	font-weight: 500;
	width: 20%;
	position: relative;
}

#single_prpperty section dl dt::after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(165, 184, 201, 0.4);
}

#single_prpperty section dl dd{
	width: 75%;
}

#single_prpperty .property_about .property_about_cta{
	margin-top: 50px;
}

#single_prpperty .property_about .property_about_cta h3{
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}

#single_prpperty .property_about .property_about_cta .cta_item{
	width: 49%;
}

#single_prpperty .property_about .property_about_cta .cta_item a{
	display: block;
  background: #fff;
	border: 1px solid #19BDB2;
  box-shadow: 3px 2px 0px 0px #19BDB2;
  border-radius: 8px;
  height: 100%;
  padding: 20px 0;
}

#single_prpperty .property_about .property_about_cta .cta_item img{
	width: 25px;
	display: block;
	margin: 0 auto 15px;
}

#single_prpperty .property_about .property_about_cta .cta_item .nav_text {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#single_prpperty .property_about .property_about_cta .cta_item:last-child .nav_text{
	font-size: 16px;
}

#single_prpperty .property_about .property_about_cta .cta_item  .nav_text .nav_sub_text{
	font-size: 10px;
	font-weight: normal;
}

#single_prpperty .property_price_detail dl div{
	padding-left: 20px;
}

#single_prpperty .property_price_detail dl div:first-child{
	padding-left: 0;
	font-weight: 700;
}

#single_prpperty .property_price_detail dl div:last-child{
	padding-left: 0;
}

#single_prpperty .property_price_detail dl dt{
	width: 50%;
}

#single_prpperty .property_price_detail dl div:first-child dt{
	font-weight: 700;
}

#single_prpperty .property_price_detail dl div:first-child dt::after,
#single_prpperty .property_price_detail dl div:last-child dt::after{
	right: -10px;
}

#single_prpperty .property_price_detail dl div:last-child dt,
#single_prpperty .property_price_detail dl div:nth-last-child(2) dt{
	font-weight: 700;
}

#single_prpperty .property_price_detail dl dd{
	width: 45%;
	text-align: right;
}

#single_prpperty .property_price_detail dl div:last-child dd,
#single_prpperty .property_price_detail dl div:nth-last-child(2) dd{
	font-weight: 700;
}

#single_prpperty .property_price_detail .loan_calculator{
	margin-top: 30px;
	border: 2px solid #19BDB2;
	border-radius: 6px;
	padding: 20px;
}

#single_prpperty .property_price_detail .loan_calculator .repayment_amount{
	border-bottom: 1px solid rgba(165, 184, 201, 0.4);
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 16px;
}

#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item{
	align-items: flex-end;
}

#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item label{
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item .loan_calculator_item_box{
	width: 31%;
}

#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item input,
#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item select,
#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item button{
	width: 100%;
	height: 30px;
	padding: 5px;
}

#single_prpperty .property_price_detail .loan_calculator .loan_calculator_item button{
	width: 31%;
  background: #19BDB2;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  border: 1px solid #19BDB2;
}


#single_prpperty .property_price_detail .loan_calculator .remarks_text{
	font-size: 10px;
	margin-top: 15px;
}

#single_prpperty .property_detail .property_detail_item .property_details{
	flex-wrap: wrap;
	align-items: flex-start;
}

#single_prpperty .property_detail .property_detail_item .property_details div{
	width: 49%;
}

#single_prpperty .property_detail .property_detail_item .property_details div:nth-last-child(2){
	border-bottom: 1px solid rgba(165, 184, 201, 0.4);
}

#single_prpperty .property_around .g_map_item{
	margin-bottom: 30px;
}

#single_prpperty .property_around .g_map_item h3{
	/* font-weight: normal; */
	margin-top: 15px;
}

#single_prpperty .property_around .around_items{
	flex-wrap: wrap;
	align-items: stretch;
}

#single_prpperty .property_around .around_items .around_item{
	width: 49%;
	border: 1px solid #A5B8C9;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

#single_prpperty .property_around .around_items .around_item:nth-of-type(1),
#single_prpperty .property_around .around_items .around_item:nth-of-type(2){
	margin-top: 0;
}

#single_prpperty .property_around .around_items .around_item h3{
	font-size: 16px;
}

#single_prpperty .property_around .around_items .around_item h3 img{
	width: 20px;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}

#single_prpperty .property_around .around_items .around_item li{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

#single_prpperty .property_around .around_items .around_item li h4{
	font-weight: normal;
}

#single_prpperty .property_around .around_items .around_item li p{
	font-weight: 700;
}

#single_prpperty .cta{
	background: rgba(25, 189, 178, 0.54);
	margin: 80px 0;
}

#single_prpperty .property_related{
	background: transparent;
	padding: 0;
}

#single_prpperty.chintai .property_about{
	width: 100%;
}

#single_prpperty.chintai .property_monthly_cost{
	width: 48%;
}

#single_prpperty.chintai .property_price_detail dl div:first-child{
	font-weight: normal;
}

#single_prpperty.chintai .property_price_detail dl div{
	padding-left: 0;
}

#single_prpperty.chintai .property_price_detail dl div:first-child dt{
	font-weight: normal;
}

#single_prpperty.chintai .property_price_detail dl div:nth-last-child(2) dt{
	font-weight: normal;
}

#single_prpperty.chintai .property_price_detail dl div:nth-last-child(2) dd{
	font-weight: normal;
}

#single_prpperty.chintai .property_price_detail dl div:first-child dt::after,
#single_prpperty.chintai .property_price_detail dl div:last-child dt::after{
	right: 0;
}

#single_prpperty .monthly_cost_price_detail_section_wrap{
	align-items: flex-start;
}

#single_prpperty.chintai .property_monthly_cost dl dd{
	text-align: right;
}

.tab_nav_container{
	/* margin-bottom: 20px; */
	position: fixed;
	left: 0;
	bottom: 10px;
	background: #fff;
	width: 100%;
	z-index: 100;
}

.tab_nav_container .tab_nav{
	flex-wrap: wrap;
	justify-content: flex-start;
}

.tab_nav_container li{
	cursor: pointer;
	border: 1px solid #19BDB2;
	border-radius: 4px;
	text-align: center;
	padding: 15px 0;
	/* margin: 0 0 10px 10px; */
	font-weight: 600;
	width: 25%;
}

.tab_nav_container li.active,
.tab_nav_container li:hover{
	background: #19BDB2;
	color: #fff;
}

.tab_nav_container li svg{
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.tab_nav_container li.active svg path{
	stroke: #fff;
}

#single_prpperty .customer_name{
	font-size: 20px;
	margin-bottom: 30px;
}

#single_prpperty .customer_name p{
	font-size: 14px;
	margin-top: 5px;
}

#single_prpperty .hazardmap iframe{
	width: 100%;
	height: 600px;
}

#single_prpperty .tab_content {
  display: none;
}

#single_prpperty .tab_content.active {
  display: block;
}

#single_prpperty .property_point .property_point_detail,
#single_prpperty .property_point .property_point_features,{
	width: 48%;
}

#single_prpperty section .intro_txt{
	margin-bottom: 20px;
	font-weight: 500;
}

#single_prpperty section strong{
	display: block;
	margin-top: 10px;
}

#single_prpperty section ul{
	list-style: disc;
	line-height: 1.8;
	padding-left: 15px;
}

#single_prpperty section ul li{
	margin-top: 10px;
}

#single_prpperty .property_point .property_point_detail,
#single_prpperty .property_point .property_point_features{
	width: 48%;
}

#single_prpperty .property_subsidy a{
	color: #3772CE;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-color: #3772CE;
  text-decoration-thickness: 7%;
  text-underline-offset: 23%;
  text-underline-position: from-font;
}

#single_prpperty .btn_back{
	text-align: center;
	cursor: pointer;
}

#single_prpperty .btn_back .btn_back_text{
	color: #19BDB2;
	text-decoration: underline;
}

.preview_btn_content{
	width: 100%;
	text-align: center;
	background: #fff;
	/* position: fixed;
	left: 0;
	bottom: 0; */
	/* border-top: 1px solid #19BDB2; */
	/* padding: 20px 0; */
	margin-top: 20px;
}

.preview_btn_content .preview_btn{
	width: 200px;
	height: 40px;
	line-height: 35px;
	color: #fff;
  background: #19BDB2;
	border: 2px solid #19BDB2;
	display: block;
	border-radius: 23px;
  text-align: center;
	font-weight: 800;
	margin: 20px auto 0;
}

.preview_btn_content .preview_btn:hover{
	background: #fff;
	color: #19BDB2;
}

.preview_btn_content h2{
	font-size: 20px;
}

.preview_btn_content p{
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 2;
}

.preview_btn_content p span{
	font-weight: 900;
	text-decoration: underline;
}
/************************************
フォーム関連
************************************/




/************************************
contact お問い合わせ
************************************/


/************************************
プライバシーポリシー
************************************/
#privacypolicy section{
	background: #fff;
	border-radius: 8px;
}

#privacypolicy h2{
	margin: 30px 0 5px;
}

#privacypolicy ul{
	list-style: disc;
	padding-left: 20px;
}

#privacypolicy li{
	margin-top: 5px;
}
/************************************
404
************************************/
#not_found{
	padding-top: 180px;
}

#not_found h1{
	font-size: 16px;
	text-align: center;
}
/************************************
footer
************************************/
footer{
	width: 100%;
	font-size: 12px;
	border-top: 1px solid rgba(196, 209, 220, 1);
	padding: 20px 0;
	margin-top: 80px;
}

.footer_item{
	width: 85%;
	margin: 0 auto;
}

.footer_item img:hover{
	opacity: 0.7;
}

.footer_item_nav a{
	margin-right: 15px;
}

.footer_item_nav a:nth-of-type(3){
	margin-right: 0;
}

.footer_item_nav a:hover{
	font-weight: 500;
}

.copyright{
	text-align: center;
	margin-left: 20px;
}
/************************************
画面幅 1400px以下
************************************/
@media screen and (max-width:1400px){






}
/************************************
画面幅 1300px以下
************************************/
@media screen and (max-width:1300px){

	.logo{
		width: 150px;
	}

	.logo_item .site_catch{
		font-size: 10px;
		margin-left: 10px;
	}

	.nav li{
		margin-left: 15px;
	}

	.nav .contact_btn a{
		width: 200px;
		height: 40px;
		line-height: 40px;
	}





}
/************************************
画面幅 1200px以下
************************************/
@media screen and (max-width:1200px){



}
/************************************
画面幅 1024px以下
************************************/
@media screen and (max-width:1024px){

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	header{
		width: 98%;
		z-index: 9997;
		padding: 20px;
	}

	.logo{
		width: 200px;
	}

	.logo_item .site_catch{
		font-size: 10px;
	}

	.nav_trigger {
		position: fixed;
		width: 40px;
		height: 40px;
		top: 20px;
		right: 15px;
		z-index: 9999;
		cursor: pointer;
	}
	.nav_trigger span{
		position: absolute;
		right: 10px;
		width: 20px;
		height: 2px;
		border-radius: 1px;
		transition: all .4s;
		background: #000;
	}
	.nav_trigger span:nth-of-type(1) {
		top: 12px;
	}
	.nav_trigger span:nth-of-type(2) {
		top: 18px;
	}
	.nav_trigger span:nth-of-type(3) {
		top: 24px;
	}
	.nav_trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	.nav_trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.nav_trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}

	nav.nav {
		width: 100%;
		padding: 40px 0;
		position: absolute;
		top: 70px;
		right: -110%;
		transition: all .4s;
		background-color: #fff;
		z-index: 9998;
		border-radius: 0 0 8px 8px;
	}

	nav.nav.open {
		right: 0;
	}

	nav.nav ul{
		text-align: center;
		display: block;
	}

	.nav li{
		margin: 35px 0 0;
	}

	.nav li:first-child{
		margin-top: 0;
	}

	.nav li a{
		font-size: 16px;
	}

	.nav .contact_btn a{
		width: 230px;
		margin: 0 auto;
		font-size: 14px;
		height: 50px;
    line-height: 50px;
	}

	.nav .contact_btn.line_btn{
		margin-left: 0;
	}

	.nav .btn_more.mobile{
		display: flex;
	}

	#single_prpperty .property_about,
	#single_prpperty .property_price_detail{
		width: 100%;
	}

	#single_prpperty .property_about .property_about_cta .cta_items{
		display: block;
    width: 85%;
    margin: 0 auto;
	}

	#single_prpperty .property_about .property_about_cta .cta_item{
		width: 100%;
		margin-top: 20px;
	}

	#single_prpperty .property_detail .property_detail_item .property_details{
		display: block;
	}

	#single_prpperty .property_detail .property_detail_item .property_details div{
		width: 100%;
	}

	#single_prpperty .property_detail .property_detail_item .property_details div:nth-last-child(2){
		border-bottom: none;
	}

	#single_prpperty .property_around .around_items{
		display: block;
	}

	#single_prpperty .property_around .around_items .around_item{
		width: 100%;
	}

	#single_prpperty .property_around .around_items .around_item:nth-of-type(1),
	#single_prpperty .property_around .around_items .around_item:nth-of-type(2){
		margin-top: 20px;
	}

	.single_prpperty_flex_item{
		display: block;
	}

	#single_prpperty .property_point .property_point_detail,
	#single_prpperty .property_point .property_point_features{
		width: 100%;
	}

	.single_prpperty_flex_item .property_point_features,
	.single_prpperty_flex_item .property_price_detail{
		margin-top: 30px;
	}

	#single_prpperty.chintai .property_monthly_cost{
		width: 100%;
	}





}
/************************************
画面幅 768px以下
************************************/
@media screen and (max-width:768px){

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.logo{
		width: 120px;
	}

	.logo_item .site_catch{
		font-size: 8px;
		margin-left: 10px;
	}

	.nav_trigger{
		top: 15px;
	}

	nav.nav{
		top: 65px;
	}

	.nav .contact_btn a{
		width: 250px;
	}

	.inner{
		width: 95%;
	}

	#page,
	#single{
		width: 95%;
		padding-top: 120px;
	}

	#page .headline{
		margin-bottom: 30px;
	}

	#page .headline h1,
	#page .headline h2{
		font-size: 24px;
	}

	#page .headline h1 .eng,
	#page .headline h2 .eng{
		font-size: 12px;
	}

	.footer_item{
		width: 90%;
		display: block;
	}

	.footer_item img{
		width: 50%;
	}

	.footer_item_nav{
		margin-top: 15px;
	}

	.property_gallery_main .gallery_item img{
		height: 200px;
	}

	.property_gallery_nav{
		width: 100%;
	}

	.property_gallery_nav .slick-track{
		width: 100% !important;
		transform: none !important;
	}

	.property_gallery_nav .slick-list{
		transform: none !important;
		padding: 0 !important;
	}

	.property_gallery_main .slick-prev{
		left: 20%;
	}

	.property_gallery_main .slick-next{
		right: 20%;
	}

	.property_gallery_nav .gallery_thumb{
		width: 25% !important;
	}

	.property_gallery_nav .gallery_thumb img{
		height: 60px;
	}

	#single_prpperty section h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	#single_prpperty section{
		padding: 20px;
	}

	#single_prpperty section dl dt{
		width: 25%;
		font-size: 12px;
	}

	#single_prpperty section dl dd{
		width: 70%;
		font-size: 12px;
	}

	#single_prpperty section dl dt::after{
		display: none;
	}

	#single_prpperty .property_around .g_map_item{
		margin-bottom: 15px;
	}

	#single_prpperty .property_around .g_map_item #map{
		height: 250px !important;
	}

	#single_prpperty .property_around .around_items .around_item{
		padding: 15px;
	}

	#single_prpperty .property_around .around_items .around_item h3{
		font-size: 12px;
	}

	#single_prpperty .property_around .around_items .around_item h3 img{
		width: 15px;
	}

	#single_prpperty .property_around .around_items .around_item li{
		font-size: 10px;
	}

	#single_prpperty .property_around .around_items .around_item li h4{
		width: 80%;
	}

	#single_prpperty .property_around .around_items .around_item li p{
		width: 15%;
		text-align: right;
	}

	#single_prpperty .cta{
		padding: 40px 30px;
	}

	.tab_nav_container li{
		/* width: 31%;
		margin: 0 0 7px 7px; */
	}





}

/************************************
画面幅 480px以下
************************************/
@media screen and (max-width:480px){

	.footer_item_nav{
		display: block;
	}

	.footer_item_nav a{
		font-size: 10px;
	}

	.copyright{
		margin: 10px 0 0;
		font-size: 10px;
	}

	.tab_nav_container li{
		/* width: 47%; */
		font-size: 8px;
		padding: 10px 0;
	}

	.tab_nav_container li svg{
		width: 12px;
	}

	#single_prpperty .head_line h1{
		font-size: 20px;
	}

	.preview_btn_content{
		padding: 15px 0;
	}

	.preview_btn_content p{
		font-size: 12px;
		text-align: left;
	}




}

@media screen and (max-width:321px){

	.tab_nav_container li{
		/* margin: 0 0 5px 5px; */
	}

}
