@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
.img img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}
/*------------------------
物件情報コンテンツ全体
------------------------*/
.ttl-box span{
    display: inline-block;
    background: var(--green);
    color: #fff;
    line-height: 1;
}
h1.bukken{
	font-weight: 600;
    display: block;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.contents-wrapper .inner{
	padding: 65px 0 110px;
}
.bread-wrap{
    background: var(--bg-beige);
    padding: 9px 0;
}
h1.bukken{
	font-size: 30px;
	margin-bottom: 28px;
	padding-bottom: 5px;
    border-bottom: 4px solid var(--green);
}
.ttl-box span{
    font-size: 14px;
    padding: 8px 7px;
    margin-bottom: 5px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.contents-wrapper .inner{
    padding: 10.67vw 4vw 12.27vw;
}
.bread-wrap{
	background: var(--bg-beige);
	padding: 2.4vw 0;
	margin-top: 14.8vw;
}
h1.bukken{
	font-size: 5.07vw;
	padding: 2vw 0 0.6vw;
	margin-bottom: 5.3vw;
    border-bottom: 3px solid var(--green);
}
.ttl-box span{
	font-size: 3.2vw;
	padding: 2.13vw 1.87vw;
}
}
/*------------------------
写真ギャラリー
------------------------*/
/*-----------スライダー画像------------*/
#main-slider{
	margin-bottom: 10px;
}
#main-slider .slide-item img{
	object-fit: contain;
	width: 100%;
    height: 100%;
    background: #fff;
}
#thumbnail-slider .thumbnail-item img{
	object-fit:cover;
	width: 100%;
	height: 100%;
}
#thumbnail-slider .thumbnail-item.floor img{
	object-fit: contain;
}
#main-slider .slide-item{
	background: #f2f2f2;
}
.thumbnail-current div{
	position: relative;
}
.thumbnail-current div:before{
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--b-green);
}
.thumbnail-current div{
	position: relative;
}
#main-slider,#thumbnail-slider {
  display: none;
}
#main-slider.slick-initialized,#thumbnail-slider.slick-initialized {
  display: block;
}
/* PC */
@media screen and (min-width:768px) {
.gallery{
	background: var(--o-white);
	padding: 20px 0;
	margin-bottom: 40px;
    min-height: 464px;
}
.img-area{
	width: 532px;
	margin: 0 auto;
}
#main-slider .slide-item{
	width: 100%;
	height: 354px;
}
#thumbnail-slider{
	width: 100%;
	height: 60px;
}
#thumbnail-slider .thumbnail-item{
	height: 60px;
	cursor:pointer;
	padding: 0 4px;
}
#thumbnail-slider .thumbnail-item div{
	height: 60px;
}
#thumbnail-slider .thumbnail-item img{
	transition:opacity .2s linear;
	backface-visibility: hidden;
}
#thumbnail-slider .thumbnail-item img:hover{
	opacity:.7!important;
}
#thumbnail-slider .thumbnail-item.thumbnail-current img{
	border: 2px solid var(--green);
}
#thumbnail-slider .slick-list{
	margin-left: -4px;
}
.top-area .caption{
	height: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}
.slick-prev, .slick-next {
	width: 20px;
	height: 24px!important;
	cursor: pointer;
	border: none;
	outline: none;
	z-index:20;
}
#thumbnail-slider .slick-next{
	right: -12px!important;
	background-image: url(/file/img/contents/buy/detail/next.svg);
	background-size: 100% 100%;
}
#thumbnail-slider .slick-prev{
	left: -12px!important;
	background-image: url(/file/img/contents/buy/detail/next.svg);
	background-size: 100% 100%;
	transform: rotate(180deg);
	transform-origin: 50% 25%;
}
#thumbnail-slider .slick-prev:before,
#thumbnail-slider .slick-next:before{
	content:none;
}
}
/* SP */
@media screen and (max-width:767px) {
.gallery{
    min-height: 87.2vw;
}
.img-area{
	margin-bottom: 4vw;
}
#main-slider{
	margin-bottom: 2vw;
}
#main-slider .slide-item{
	height: 64vw;
}
.top-area .caption{
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 1vw;
}
#thumbnail-slider{
	display: flex;
	flex-wrap:wrap;
}
#main-slider .slide-item img{
	border: 1px solid #dddddd;
}
#thumbnail-slider .thumbnail-item{
	width:calc((100% - 30px ) / 6);
	height:9vw;
	margin-right: 6px;
	margin-bottom:6px;
}
#thumbnail-slider .thumbnail-item:nth-child(6n){
	margin-right:0;
}
#thumbnail-slider .thumbnail-item div{
	height: 100%;
}
#thumbnail-slider .slick-list{
	margin-left: -6px;
}
.thumbnail-current div:before {
	border-width:2px;
}
#thumbnail-slider .thumbnail-item.thumbnail-current img{
	border: 2px solid var(--green);
}
}

/*------------------------
table1
------------------------*/
.bukken-info th{
		font-weight: bold;
		background:var(--o-white) ;
}
.bukken-info .price td strong{
		color: var(--orange1);
}
.bukken-info .price td.Place{
		color: var(--orange1);
}
.bukken-info .price .Address a{
	background: var(--green);
    color: #fff;
    line-height: 1;
	transition: 0.3s all;
}
.bukken-info .price .Address a:hover{
	opacity: 0.8;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.bukken-info {
        margin-bottom: 30px;
    }
.bukken-info th{
		width: 120px;
}
.bukken-info th, .bukken-info td {
        padding: 9px 20px 10px;
		border-bottom: 1px solid #dadada;
    }
.bukken-info tr.price th, .bukken-info tr.price td {
        padding-top: 6px;
        padding-bottom: 6px;
    }
.bukken-info tr {
		border-top: 1px solid #dadada;
    }
.bukken-info .price td strong{
		font-size: 20px;
}
.bukken-info .price .Address a{
    padding: 3px 13px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 8px;
	transition: 0.3s all;
}
.bukken-info .price .Address a:hover{
	opacity: 0.8;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.bukken-info {
        margin-bottom: 6vw;
    }
.bukken-info th, .bukken-info td {
		padding-top: 1.6vw;
		padding-bottom: 1.6vw;
		padding-left: 1.6vw;
		font-size: 4vw;
		display: block;
    }
.bukken-info tr {
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
    }
.bukken-info .price td strong {
	font-size: 4.26vw;
}
.bukken-info .price .Address a{
	padding: 0.8vw 3.47vw;
	font-size: 3.2vw;
	border-radius: 5px;
	margin-left: 2.13vw;
}
}
/*------------------------
コメント
------------------------*/
.comment{
    background: var(--bg-orange);
	border-radius: 10px;
}
.comment h2{
	line-height: 1.4;
	font-weight: 600;
}
.comment p{
	line-height: 1.6;
	text-align: justify;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.comment{
	padding: 30px;
	margin-bottom: 50px;
}
.comment h2{
	font-size: 22px;
    margin-bottom: 8px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.comment{
	padding: 6vw 4vw;
	margin-bottom: 6vw;
}
.comment h3{
	font-size: 4.8vw;
    margin-bottom: 1.87vw;
}
.comment p {
    font-size: 3.73vw;
}
}
/*------------------------
ローンシミュレーション
------------------------*/
.loan h2{
	border-bottom: 2px solid var(--green);
	font-weight: 600;
}
.loan table th{
	background: #3C3C3C;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.loan table tr:first-child th{
	border-top: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
}
.loan table tr:last-child th{
	border-left: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
}
.loan table td{
    display: flex;
    align-items: center;
}
.loan table tr:first-child td{
	border-top: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
}
.loan table tr:last-child td{
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
}
.loan .payment{
	background: #f1f1f1;
}
.loan .payment .ex{
	display: flex;
	align-items: center;
}
.loan .payment .flex-box p:first-of-type{
	font-weight: 600;
}
/* 計算ボタン */
.loan .c-btn button{
	background: var(--green);
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.loan {
	margin-bottom: 45px;
}
.loan h2{
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 26px;
}
.loan .calculate{
	margin-right: 40px;
}
.loan table{
	margin-bottom: 12px;
}
.loan table th{
    width: 190px;
    padding: 15px;
    font-size: 18px;
}
.loan table td{
    padding: 15px;
    width: 330px;
}
.loan table td input[type="text"]{
	height: 50px;
    font-size: 18px;
}
.loan .ex input[type="text"]{
	height: 50px;
    font-size: 18px;
    color: var(--orange1);
    font-weight: bold;
}
.loan .payment{
	padding: 30px;
}
.loan .payment .flex-box:first-of-type {
    margin-bottom: 8px;
	text-align: center;
	align-items: center;
}
.loan .payment .flex-box p:first-of-type{
	font-size: 18px;
	margin-right: 10px;
}
.loan .payment p.note{
	font-size: 14px;
}
/* 計算ボタン */
.loan .c-btn button{
	width: 290px;
	padding: 15px;
	padding: 12px;
	font-size: 17px;
	transition: 0.3s all;
}
.loan .c-btn button:hover{
	opacity: 0.8;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.loan {
	margin-bottom: 40px;
}
.loan .simulation{
	flex-direction: column;
}
.loan .calculate{
	margin-bottom: 4vw;
}
.loan h2{
	font-size: 5.33vw;
	padding-bottom: 1.33vw;
	margin-bottom: 4.8vw;
}
.loan table{
	margin-bottom: 3.2vw;
}
.loan table th{
	width: 35%;
	font-size: 4.27vw;
    }
.loan table td{
	width: 100%;
    padding: 4vw;
}
.loan table td input[type="text"]{
	height: 50px;
    font-size: 18px;
}
.loan .simulation .c-btn{
	text-align: center;
}
.loan .payment{
	padding: 4vw;
}
.loan .payment > .flex-box {
    margin-bottom: 2.67vw;
	flex-direction: column;
}
.loan .payment .flex-box p:first-of-type{
	font-size: 4.27vw;
	margin-bottom: 1.33vw;
}
.loan .payment p.note{
	font-size: 3.73vw;
}
.loan .payment input[type="text"]{
    width: 70vw;
    height: 12vw;
    color: var(--orange1);
    font-weight: bold;
}
/* 計算ボタン */
.loan .c-btn button{
	width: 77.33vw;
	padding: 3.2vw;
	font-size: 4.53vw;
}
}
/*------------------------
コンタクト
------------------------*/
.contact .way-box{
	background: #f5f5f5;
	justify-content: space-between;
}
.contact .way-box{
    background: #f5f5f5;
    justify-content: space-between;
}
.contact .tel p{
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 1;
}
.contact .tel p::before{
	content: "";
	display: inline-block;
	background: url(/file/img/common/icon-tel-black.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.contact span.way {
    font-weight: 500;
    line-height: 1;
}
.contact .c-btn a {
	border-radius: 10px;
}
.contact .c-btn a {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.contact .c-btn a::before {
	content: "";
	display: inline-block;
}
.contact .line .c-btn a {
    background-color: #06c755;
}
.contact .line .c-btn a::before {
    background: url(/file/img/common/icon-line.svg) no-repeat;
    background-position: center;
    background-size: contain;
    }
.contact .building .c-btn a {
    background-color: #2f6ec5;
}
.contact .building .c-btn a::before {
	background: url(/file/img/contents/buy/detail/icon_building_w.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.contact .copy-link-btn {
    display: block;
    position: relative;
    background: none;
	text-decoration: underline;
}
.contact .copy-link-btn::before {
	content: '';
    position: absolute;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.contact{
	margin-bottom: 58px;
}
.contact h3.ttl{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #3c3c3c;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.contact .way-box{
	padding: 30px 113px;
	border-radius: 0 0 10px 10px;
    }
.contact .tel{
	padding-right: 40px;
	border-right: 1px solid #3c3c3c;
}
.contact .tel p{
	font-size: 48px;
}
.contact .tel p::before{
    width: 28px;
    height: 37px;
    margin-right: 4px;
    margin-top: 11px;
}
.contact .tel span {
	font-size: 12px;
}
.contact span.way {
	font-size: 17px;
	margin-bottom: 7px;
}
.contact .btn-wrap {
    gap: 10px;
}
.contact .btn-wrap > .flex-box{
    margin-bottom: 8px;
}
.contact .c-btn a {
	width: 250px;
	height: 56px;
	transition: 0.3s all;
}
.contact .c-btn a:hover {
	opacity: 0.8;
}
.contact .c-btn a::before {
	margin-right: 6px;
}
.contact .line {
    margin-right: 15px;
}
.contact .line .c-btn a::before {
	width: 22px;
	height: 22px;
    }
.contact .building .c-btn a::before {
	width: 18px;
	height: 20px;
}
.contact .copy-link-btn {
    transition: 0.3s all;
    margin-left: 25px;
}
.contact .copy-link-btn::before {
    background: url(/file/img/contents/buy/detail/icon_link.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: -14px;
    top: 4px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.contact{
	margin-bottom: 8vw;
}
.contact h3{
	font-weight: 600;
	margin-bottom: 2.7vw;
	font-size: 4.6vw;
	text-align: center;
}
.contact .way-box{
	padding: 6vw 4vw;
	flex-direction: column;
}
.contact .btn-box{
	margin: 0 auto;
}
.contact .btn-box:not(:last-of-type){
	margin-bottom:2.13vw;
}
.contact .tel a{
	background: #1c1c1c;
}
.contact .tel .c-btn a::before {
	background: url(/file/img/common/icon-tel-white.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 5.33vw;
	height: 5.33vw;
	margin-right: 1.6vw;
}
.contact .tel span {
	font-size: 3.2vw;
}
.contact span.way {
	font-size: 4.8vw;
	margin-bottom: 1.33vw;
}
.contact .btn-wrap {
    margin: 0 auto;
}
.contact .btn-wrap > .flex-box{
	margin-bottom: 2.13vw;
	flex-direction: column;
}
.contact .c-btn a {
	width: 74.67vw;
	height: 14.93vw;
	border-radius: 50px;
}
.contact .c-btn a::before {
	margin-right: 1.6vw;
}
.contact .line .c-btn a::before {
	width: 5.87vw;
	height: 5.87vw;
    }
.contact .building .c-btn a::before {
	width: 4.27vw;
	height: 5.07vw;
}
.contact .copy-link-btn {
        font-size: 4.27vw;
        background: var(--green);
        width: 74.67vw;
        height: 14.93vw;
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        padding-left: 11.73vw;
    }
.contact .copy-link-btn::before {
	background: url(/file/img/contents/buy/detail/icon_link_w.svg) no-repeat;
	background-size: contain;
	width: 5vw;
	height: 5vw;
	left: 12vw;
	top: 4.8vw;
}
}
/*------------------------
table2
------------------------*/
.Komoku th{
	font-weight: bold;
	background:var(--o-white) ;
}
.Komoku h2{
	border-bottom: 2px solid var(--green);
	font-weight: 600;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.Komoku h2{
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 26px;
}
.Komoku tr {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
    }
.Komoku th, .Komoku td {
	padding: 9px 20px 10px;
    }
.Komoku th {
	width: 200px;
    }
.Komoku tr.price th, .Komoku tr.price td {
	padding-top: 6px;
	padding-bottom: 6px;
    }
.Komoku table {
	margin-bottom: 30px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.Komoku h2{
	font-size: 5.33vw;
	padding-bottom: 1.33vw;
	margin-bottom: 4.8vw;
}
.Komoku tr {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
    }
.Komoku th, .Komoku td {
	padding: 1.87vw 4vw 2.67vw;
	display: block;
	font-size: 4vw;
    }
.Komoku tr td:first-of-type{
	border-bottom: 1px solid #dadada;
    }
.Komoku table {
	margin-bottom: 8vw;
}
}
/*------------------------
物件情報について
------------------------*/
.information h3{
    border-bottom: 2px solid var(--green);
    font-weight: 600;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.information{
	margin-bottom: 40px;
}
.information h3{
	font-size: 22px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.information{
	margin-bottom: 8vw;
}
.information h3{
	font-size: 5.33vw;
	padding-bottom: 1.33vw;
	margin-bottom: 2.8vw;
}
.information p{
	font-size: 4vw;
	line-height: 1.6;
	text-align: justify;
}
}
/*------------------------
この物件と似た価格の物件
------------------------*/
.recommend h2{
	border-bottom: 2px solid var(--green);
	font-weight: 600;
}
.recommend .common_bukken_list li{
	background: var(--bg-beige);
	border-radius: 10px;
}
.recommend .common_bukken_list li .text_box{
    border-radius: 0 0 10px 10px;
}
.recommend .common_bukken_list li .name{
	font-weight: 600;
}
.recommend .common_bukken_list li .img{
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
}
.recommend .common_bukken_list li .img img{
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.recommend .common_bukken_list li .img span.category{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #3c3c3c;
    border-radius: 0 5px 0 0;
}
.recommend .common_bukken_list li .price strong{
	color: var(--orange2);
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.recommend{
	margin-bottom: 48px;
}
.recommend h2{
	font-size: 22px;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.recommend .common_bukken_list ul{
	gap: 32px;
	align-items: stretch;
}
.recommend .common_bukken_list li{
	border-radius: 10px;
	transition: 0.3s all;
}
.recommend .common_bukken_list li .text_box{
	padding: 15px 15px;
}
.recommend .common_bukken_list li .img{
	width: 276px;
	height: 250px;
}
.recommend .common_bukken_list li .img img{
	transition: 0.3s all;
}
.recommend .common_bukken_list li:hover .img img{
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	width: 110%;
	height: 110%;
}
.recommend .common_bukken_list li .img span.category{
    font-size: 13px;
    padding: 5px 10px;
}
.recommend .common_bukken_list li .price strong{
	font-size: 20px;
}
.recommend .common_bukken_list .text,.recommend .common_bukken_list .floor,.recommend .common_bukken_list .floor_value,.recommend .common_bukken_list .land_value{
	font-size: 15px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.recommend{
	margin-bottom: 8vw;
}
.recommend h2{
	font-size: 5.33vw;
	padding-bottom: 1.33vw;
	margin-bottom: 3.6vw;
}
.recommend .common_bukken_list ul{
	gap: 6.4vw;
	align-items: stretch;
	overflow-x: scroll;
}
.recommend .common_bukken_list li{
	border-radius: 10px;
	flex-shrink: 0;
}
.recommend .common_bukken_list li a{
	width: 72vw;
    display: inline-block;
}
.recommend .common_bukken_list li .text_box{
	padding: 4vw;
}
.recommend .common_bukken_list li .img{
	width: 72vw;
	height: 48vw;
}
.recommend .common_bukken_list li .name{
	font-size: 4.53vw;
}
.recommend .common_bukken_list li .img span.category{
    font-size: 3.47vw;
    padding: 1.33vw 2.67vw;
}
.recommend .common_bukken_list li .price strong{
	font-size: 5.87vw;
}
.recommend .common_bukken_list .text,.recommend .common_bukken_list .floor,.recommend .common_bukken_list .floor_value,.recommend .common_bukken_list .land_value{
	font-size: 4vw;
}
}
/*------------------------
物件周辺状況
------------------------*/
.neighbor_info h2{
    border-bottom: 2px solid var(--green);
    font-weight: 600;
}
.neighbor_info .NeibourArea{
	align-items: stretch;
}
.neighbor_info .property-list__item{
	background: var(--bg-beige);
	border-radius: 10px;
    position: relative;
}
.neighbor_info .property-list__item .Image1{
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
.neighbor_info .property-list__item span.property-list_type{
    position: absolute;
    left: 0;
    top: 171px;
    color: #fff;
    background: #3c3c3c;
    border-radius: 0 5px 0 0;
    z-index: 1;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
.neighbor_info h2{
	font-size: 22px;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.neighbor_info .NeibourArea{
	gap: 32px;
}
.neighbor_info .property-list__item{
	width: 276px;
    position: relative;
}
.neighbor_info .property-list__item .Image1{
	width: 276px;
	height: 200px;
}
.neighbor_info .property-list__item span.property-list_type{
    font-size: 13px;
    padding: 5px 10px;
}
.neighbor_info .property-list__item .property-list_title{
	padding: 15px 15px 0;
}
.neighbor_info .property-list__item .property-list_distance{
	padding: 0 15px 15px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
.neighbor_info h2{
	font-size: 5.33vw;
	padding-bottom: 1.33vw;
	margin-bottom: 3.6vw;
}
.neighbor_info .NeibourArea{
	gap: 6.4vw;
	align-items: stretch;
	overflow-x: scroll;
    display: block !important;
}
.neighbor_info .property-list__item {
    margin: 0 0 20px;    
}
.neighbor_info .property-list__item .Image1{
    height: 48vw;
}
.neighbor_info .property-list__item span.property-list_type{
    font-size: 3.47vw;
    padding: 1.33vw 2.67vw;
    top: 0;
    border-radius: 10px 0 5px 0;
}
.neighbor_info .property-list__item .property-list_title{
	font-size: 4vw;
	padding: 4vw;
    padding: 15px 15px 0;
}
.neighbor_info .property-list__item .property-list_distance{
	font-size: 4vw;
	padding: 4vw;
    padding: 0 15px 15px;
}
}
/*------------------------
下部追従
------------------------*/
.bottom-contact{
	display: none!important;
}
.bottom-fixed{
	display: none; /* 初期は非表示にしておく */
	position: sticky;
	bottom: 0;
	width: 100%;
	background: rgba(39, 39, 39, 0.85);
	z-index: 100;
}
.bottom-fixed .inner{
	justify-content: space-between;
}
.bottom-fixed h2{
	font-weight: 600;
	color: #fff;
}
.bottom-fixed h2 span{
	font-size: 26px;
}
.bottom-fixed .text p{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.bottom-fixed .tel{
	align-items: center;
}
.bottom-fixed .txt{
	margin-right: 20px;
}
.bottom-fixed .tel span{
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.bottom-fixed .tel p.num{
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 40px;
}
.bottom-fixed .tel p.num::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 27px;
	background: url(/file/img/common/icon-tel-white.svg) no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 3px;
}
.bottom-fixed .c-btn a{
	color: #fff;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 10px;
}
.bottom-fixed .c-btn a::before{
	content: "";
	display: inline-block;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
/* 追従 */
	.bottom-fixed .inner{
		padding: 20px 0;
        width: 1160px;
	}
	.bottom-fixed h2{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 4px;
	}
	.bottom-fixed .contact-area{
		align-items: center;
	}
	.bottom-fixed .text p{
		color: #fff;
		font-weight: 500;
		font-size: 14px;
	}
	.bottom-fixed .tel{
		align-items: center;
		margin-right: 20px;
	}
	.bottom-fixed .txt{
		margin-right: 20px;
		line-height: 1;
	}
	.bottom-fixed .tel h3{
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 6px;
	}
	.bottom-fixed .tel span{
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	.bottom-fixed .tel p.num{
		color: #fff;
		display: flex;
		align-items: center;
		font-weight: 600;
		font-size: 30px;
		line-height: 1;
	}
	.bottom-fixed .tel p.num::before{
		content: "";
		display: inline-block;
		width: 20px;
		height: 27px;
		background: url(/file/img/common/icon-tel-white.svg) no-repeat;
		background-position: center;
		background-size: contain;
		margin-right: 3px;
	}
	.bottom-fixed .btn-wrap{
		gap:10px;
        margin-bottom: 6px;
	}
	.bottom-fixed .c-btn a{
		width: 250px;
		height: 56px;
		transition: 0.3s all;
	}
	.bottom-fixed .c-btn a::before{
		margin-right: 6px;
	}
	.bottom-fixed .line .c-btn a{
		background-color: #06c755;
	}
	.bottom-fixed .line .c-btn a::before{
		background: url(/file/img/common/icon-line.svg) no-repeat;
		background-position: center;
		background-size: contain;
		width: 22px;
		height: 22px;
	}
	.bottom-fixed .building .c-btn a{
    	background-color: #2f6ec5;
	}
	.bottom-fixed .building .c-btn a::before{
		background: url(/file/img/contents/buy/detail/icon_building_w.svg) no-repeat;
		background-position: center;
		background-size: contain;
		width: 19px;
        height: 21px;
	}
	.bottom-fixed .assessment .c-btn a{
		background-color: var(--green);
	}
	.bottom-fixed .assessment .c-btn a::before{
		background: url(/file/img/common/icon-assessment.svg) no-repeat;
		background-position: center;
		background-size: contain;
		width: 16px;
		height: 22px;
	}
	.bottom-fixed .c-btn a:hover{
		opacity: 0.8;
	}
	/* ページのリンクをコピー */
	.bottom-fixed .copy-link-btn {
		display: block;
		position: relative;
		background: none;
		text-decoration: underline;
		color: #fff;
		transition: 0.3s all;
	}
	.bottom-fixed .copy-link-btn:hover {
		opacity: 0.8;
	}
	.bottom-fixed .copy-link-btn::before {
		content: '';
		position: absolute;
	}
	.bottom-fixed .copy-link-btn {
		transition: 0.3s all;
		margin-left: 25px;
	}
	.bottom-fixed .copy-link-btn::before {
		background: url(/file/img/contents/buy/detail/icon_link_w.svg) no-repeat;
		background-size: contain;
		width: 15px;
		height: 15px;
		left: -14px;
		top: 4px;
	}
}
@media screen and (min-width:768px) and ( max-width:1200px) {
	.bottom-fixed .inner{
		padding: 24px 15px;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
/* 追従 */
	.bottom-fixed .inner{
        padding: 3% 4% 3%;
	}
	.bottom-fixed .contact-area{
		justify-content: space-between;
		margin-bottom: 1.33vw;
	}
	.bottom-fixed h2 {
		font-size: 4vw;
        line-height: 1;
        margin-bottom: 2.13vw;
        text-align: center;
	}
	.bottom-fixed .contact-area a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 1.33vw 0px 0.8vw 0;
		font-size: 2.93vw;
		color:#f5f5f5;
		width: 29.5vw;
		border-radius: 6px;
	}
	.bottom-fixed .contact-area a .image{
		width: 4.8vw;
        height: 4.8vw;
        display: block;
        margin-bottom: 0.4vw;
        font-size: 3.2vw;
	}
	.bottom-fixed .contact-area a .image img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.bottom-fixed .contact-area .tel a{
		background: #1c1c1c;
	}
	.bottom-fixed .contact-area .line a{
		background-color: #06c755;
	}
	.bottom-fixed .contact-area .building a{
		background: #2f6ec5;
	}
	.bottom-fixed .contact-area .assessment a{
		background: var(--green);
	}
	/* ページのリンクをコピー */
	.bottom-fixed .copy-link-btn {
        display: block;
        position: relative;
        background: #fff;
        width: 100%;
        border-radius: 5px;
        padding: 1.87vw 0;
        font-family: 'Noto Sans JP';
        font-weight: 500;
        font-size: 3.3vw;
        padding-left: 4vw;
		color: var(--txtcolor);
	}
	.bottom-fixed .copy-link-btn::before {
		content: '';
        position: absolute;
        background: url(/file/img/contents/buy/detail/icon_link.svg) no-repeat;
        background-size: contain;
        width: 4vw;
        height: 4vw;
        left: 24.8vw;
        top: 2.2vw;
	}
}