@charset "UTF-8";

*::before,*::after {
  box-sizing: border-box;
}

textarea,
html,body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #fff;
  color: #2F2E2E;
  font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
}

body.fixed {
	overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul,ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline:none;
  transition:all 0.3s ease;
}

.box-wrap {	position: relative;}
.txt-price { font-family: 'Roboto', sans-serif; font-weight: bold;letter-spacing: 0;}
.txt-tit { font-family: 'Shippori Mincho B1', serif;}
.txt-base { font-family: 'M PLUS 1p', sans-serif;}
.tit-en { font-family: 'Cinzel', serif; line-height: 100%;}


/**********************************************
FONT調整
***********************************************/

.hum-txt-link a,
.hum-list li a {
    display: inline-block;
}

.btn-search-realestate span,
#area-property .label-next,
.list-property .label-next,
#area-property .label-sold,
.list-property .label-sold,
.hum-bnr a,
.hum-txt-link a,
.hum-list li a,
.box-set-about .tit,
.list-property p.txt-detail,
.list-property .txt-comment p,
.list-property .tag-area,
.maps-popup .tag-area,
.list-property .box-txt .tit,
.maps-popup .tit,
.btn .arrow {
    transform: rotate(0.03deg);
    font-weight: 400;
}

/***********************************************/


main { position: relative; }

.box {
	padding: 0 30px;
	position: relative;	
}


.btn {
	font-size: 12px;
	color: #FFF;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	transition:all 0.2s ease;
	position: relative;
    font-weight: 500;
}

.btn-sh {
    height: 30px;
    line-height: 28px;
    color: #FFF !important;
}

.btn-sh.btn-k.is-act::after  {
    background: #000;
}

.btn::after,
.btn::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition:all 0.2s ease;
	border: solid #FFF;
	opacity: 0;
	z-index: 2;
}

.btn::after {
	height: 40px;
	width: 0;
	border-width: 1px 0 1px 1px; 
	z-index: 1;
}

.btn-sh::after {
    height: 30px;
}

.btn.is-act::after { animation: btn-aft 1s ease .3s forwards; }

@keyframes btn-aft {
  0% {
    width: 0;
	opacity: 0;
  }
  100% {
    width: 100%;
	opacity: 1;
  }
}

.btn::before {
	height: 0;
	width: 100%;
	border-width: 0 1px 0 0; 
}

.btn.is-act::before { animation: btn-bef .3s ease 1s forwards; }

@keyframes btn-bef {
  0% {
    height: 0;
	opacity: 0;
  }
  100% {
    height: 100%;
	opacity: 1;
  }
}


.btn-k { color: #2F2E2E; }

.btn-k::before,.btn-k::after { border-color: #2F2E2E; }

.btn:hover::after { border-bottom: 3px solid #FFF }
.btn-k:hover::after { border-bottom: 3px solid #2F2E2E }

.btn .arrow {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-right: 16px;
}

.btn.act .arrow { opacity: 0; }

.btn.is-act .arrow { animation: btn-arw .5s ease .7s forwards; }

@keyframes btn-arw {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.btn .arrow::after {
	content: "";
	position: absolute;
	top:15px;
	right: -15px;
	display: block;
	width: 8px;
	height: 8px;
	border-top:2px solid #FFF;
	border-right: 2px solid #FFF;
	transform:rotate(45deg); 
}

.btn-sh .arrow::after {
    top:10px;
    border-top:2px solid #FFF !important;
	border-right: 2px solid #FFF !important;
}

.btn-k .arrow::after {
	border-top:2px solid #2F2E2E;
	border-right: 2px solid #2F2E2E;
}

.btn .arrow-p2 {
	margin-right: 47px;
}

.btn .arrow-p2::after {
	border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
	top: 31px;
	right: -45px;
	height: 9px;
	width: 9px;
	transition:all 0.2s ease;
}

.btn .arrow-p2::before {
	content: "";
	position: absolute;
	right: -45px;
	top:35px;
	display: block;
	width: 30px;
	border-top: 1px solid #FFF;
	transition:all 0.2s ease;
}

.btn-k .arrow-p2::after {
	border-top: 1px solid #2F2E2E;
    border-right: 1px solid #2F2E2E;
}

.btn-k .arrow-p2::before {
	border-top: 1px solid #2F2E2E;
}

.btn:hover .arrow-p2::after {
	right: -50px;
}

.btn:hover .arrow-p2::before {
	width: 35px;
	right: -50px;
}

.btn-gold {
	width: 100%;
    max-width: 380px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
	color: #FFF;
	cursor: pointer;
	transition:all 0.3s ease;
    font-weight: 400;
    font-size: 15px;
    font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
}

.btn-gold-inline {
    display: inline-block;
}

.btn-gold::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    transition:all 0.3s ease;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 0;
    top: 0;
}

.btn-gold:hover::after {
	background: rgba(255,255,255,.2);
}

.btn-gold .arrow {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-right: 16px;
}

.btn-gold .arrow::after {
	content: "";
	position: absolute;
	top:15px;
	right: -15px;
	display: block;
	width: 8px;
	height: 8px;
	border-top:2px solid #FFF;
	border-right: 2px solid #FFF;
	transform:rotate(45deg); 
}


.btn-bk {
	width: 100%;
    max-width: 380px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	cursor: pointer;
	transition:all 0.3s ease;
    font-weight: 400;
    font-size: 15px;
    font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
}

.btn-bk::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    transition:all 0.3s ease;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 0;
    top: 0;
}

.btn-bk:hover::after {
	background: rgba(255,255,255,.2);
}

.btn-bk .arrow {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-right: 16px;
}

.btn-bk .arrow::after {
	content: "";
	position: absolute;
	top:15px;
	right: -15px;
	display: block;
	width: 8px;
	height: 8px;
	border-top:2px solid #FFF;
	border-right: 2px solid #FFF;
	transform:rotate(45deg); 
}




/* set animation
---------------------------------------------------------- */
.act.act-fadeup00,
.act.act-fadeup03 {
	opacity: 0;
	transform: translateY(30px);
}

.is-act.act-fadeup00 { animation: fadeup 1s ease .0s forwards; }
.is-act.act-fadeup03 { animation: fadeup 1s ease .3s forwards; }

@keyframes fadeup {
  0% { 
  	opacity: 0;
	transform: translateY(30px);
  	}
  100% { 
  	opacity: 1;
	transform: translateY(0);
	}
}

.act.act-fade { opacity: 0; }
.is-act.act-fade { animation: fadent 1s ease .0s forwards; }

@keyframes fadent {
  0% { 
  	opacity: 0;
  	}
  100% { 
  	opacity: 1;
	}
}

/* set about
---------------------------------------------------------- */

.box-set-about {
	background: #242323 url("../img/common/bg_stripe03.gif") center;
	padding:35px 0;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #242323;
}

.box-set-about .box-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.box-set-about .bnr-list {
	width: 100%;
	text-align: center;
    font-size: 0;
}

.box-set-about .bnr-list li {
	display: inline-block;
	position: relative;
	width: 30%;
	margin-left: 2%;
	overflow: hidden;
}

.box-set-about .bnr-list li:first-child {
	margin-left: 0;
}

.box-set-about .bnr-list img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
    height: 110px;
}

.box-set-about .bnr-list a {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #FFF;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
}

.box-set-about .bnr-list a::after {
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	background: rgba(0,0,0,0);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition:all 0.3s ease;
	z-index: 1;
}

.box-set-about .bnr-list a:hover::after {
	width: 102%;
	height: 102%;
	background: rgba(0,0,0,.5);
}

.box-set-about .bnr-inner {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
} 

.box-set-about a .bnr-inner {
	opacity: 0;
	transition:all 0.3s ease;
}

.box-set-about a:hover .bnr-inner {
	opacity: 1;
}

.box-set-about .tit {
	font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
}

.box-set-about .btn-type {
	font-size: 12px;
	display: block;
	width: 80%;
	max-width: 190px;
	border: 1px solid #FFF;
	margin: 0 auto;
    font-weight: 500;
    height: 30px;
	line-height: 28px;
    position: relative;
}

.box-set-about .btn-type .arw {
    position: relative;
    padding-right: 15px;
}

.box-set-about .btn-type .arw::after {
    content: "";
	position: absolute;
	top:6px;
	right: 0px;
	display: block;
	width: 6px;
	height: 6px;
	border-top:2px solid #FFF;
	border-right: 2px solid #FFF;
	transform:rotate(45deg);
}

/* hr bar
---------------------------------------------------------- */

hr.line-no {
	border: none;
    padding: 0;
    margin: 0 0 15px;
    height: 1px;
    width: 100%;
    background: #A0A09F;
    
}

hr.act {
	position: absolute;
	left: 50%;
	bottom: 100px;
	display: block;
	height: 0;
	width: 1px;
	background: #FFF;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: none;
}

.hr-k.act { background: #000; }

hr.is-act { animation: line-act .7s ease .3s forwards; }

@keyframes line-act {
  0% {
    height: 0px;
	opacity: 0;
	bottom: 100px;
  }
  100% {
    height: 100px;
	opacity: 1;
	bottom: 0;
  }
}

/* list-property
---------------------------------------------------------- */

.list-property {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 75px 30px;
	max-width: 980px;
	margin: 0 auto 80px;
}

.list-property .list-box {
	position: relative;
}

.list-property .box-img-bottom,
.list-property .box-img {
	position: relative;
	width: 100%;
    height: auto;
	/*aspect-ratio: 58.4 / 41.5;*/
    /*aspect-ratio: 3 / 2;*/
}

.list-property .box-img-bottom img,
.list-property .box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.list-property .box-img-bottom::before,
.list-property .box-img::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: #FFF;
	transition:all 0.3s ease;
	opacity: 0;
}

.list-property a:hover .box-img-bottom::before,
.list-property a:hover .box-img::before {
	opacity: .2;
}

.list-property .box-img .label-new {
	position: absolute;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #FFF;
	display: block;
	background: #DD0808;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	top:-15px;
	left: -15px;
}

.list-property .box-txt {
	position: relative;
	padding-top: 10px;
}

.list-property .box-txt .tit,
.maps-popup .tit {
	text-align: center;
	font-size: 13px;/*15*/
	font-weight: 400;
	margin-bottom: 8px;
}

.list-property .tag-area,
.maps-popup .tag-area {
	line-height: 100%;
	background: #7F7F7F;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px 0;
    font-weight: 400;
}

#area-property .tag-group,
.list-property .tag-group,
.maps-popup .tag-group {
	margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 5px;
    width: calc(100% + 5px);
}

#area-property .tag-group li,
.list-property .tag-group li,
.maps-popup .tag-group li {
	/*display: inline-block;*/
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 100%;
	background: #ebebeb;/*#89847F*/
	color: #4d4d4d;/*#FFF*/
	text-align: center;
	font-size: 11px;
	padding: 7px 0;
	margin-bottom: 5px;
    letter-spacing: 0;
    width: calc(25% - 5px);
    font-weight: 400;
}

#area-property .tag-group li {
    width: calc(20% - 5px);
}

.list-property .tag-group .second-living,
.list-property .tag-group .ota,
.list-property .tag-group .maebasi,
.list-property .tag-group .takasaki,
.maps-popup .tag-group .second-living,
.maps-popup .tag-group .ota,
.maps-popup .tag-group .maebasi,
.maps-popup .tag-group .takasaki { display: none}
/*
#area-property .tag-group .tag-smart-utility,
.list-property .tag-group .smart-utility,
.maps-popup .tag-group .smart-utility { 
    width: calc(50% - 5px);
}*/

/*
#area-property .tag-group .tag-two-stories,
#area-property .tag-group .tag-three-stories,
#area-property .tag-group .tag-half-flat,
#area-property .tag-group .tag-hiraya,
#area-property .tag-group .tag-urban-type,
.list-property .tag-group .two-stories,
.maps-popup .tag-group .two-stories,
.list-property .tag-group .three-stories,
.maps-popup .tag-group .three-stories,
.list-property .tag-group .half-flat,
.maps-popup .tag-group .half-flat,
.list-property .tag-group .flat,
.maps-popup .tag-group .flat,
.list-property .tag-group .urban-type,
.maps-popup .tag-group .urban-type { 
    background: #40435B;
}*/

#area-property .tag-group .tag-hiraya,
.list-property .tag-group .flat,
.maps-popup .tag-group .flat,
#area-property .tag-group .tag-half-flat,
.list-property .tag-group .half-flat,
.maps-popup .tag-group .half-flat { 
    background: #626c79;
    color: #FFF;
}

#area-property .tag-group .tag-completed,
.list-property .tag-group .completed,
.maps-popup .tag-group .completed { 
    background: #a46a51;
    color: #FFF;
}


#area-property .tag-group .tag-premium,
.list-property .tag-group .premium,
.maps-popup .tag-group .premium { 
    background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
    color: #FFF;
}
/*
#area-property .tag-group .tag-courtyard,
#area-property .tag-group .tag-garage,
#area-property .tag-group .tag-stairwell,
.list-property .tag-group .stairwell,
.maps-popup .tag-group .stairwell,
.list-property .tag-group .courtyard,
.maps-popup .tag-group .courtyard,
.list-property .tag-group .garage,
.maps-popup .tag-group .garage {
    background: #6A7B46;
}

#area-property .tag-group .tag-inner-drying,
#area-property .tag-group .tag-smart-utility,
#area-property .tag-group .tag-enriched-plumbing,
.list-property .tag-group .inner-drying,
.maps-popup .tag-group .inner-drying,
.list-property .tag-group .smart-utility,
.maps-popup .tag-group .smart-utility,
.list-property .tag-group .enriched-plumbing,
.maps-popup .tag-group .enriched-plumbing {
    background: #6597B2;
}

#area-property .tag-group .tag-zeh,
.list-property .tag-group .zeh,
.maps-popup .tag-group .zeh,
#area-property .tag-group .tag-shoes-in,
.list-property .tag-group .shoes-in,
.maps-popup .tag-group .shoes-in,
#area-property .tag-group .tag-storage,
.list-property .tag-group .storage,
.maps-popup .tag-group .storage {
    background: #CDAE73;
}

#area-property .tag-group .tag-parking-2,
.list-property .tag-group .parking-2,
.maps-popup .tag-group .parking-2,
#area-property .tag-group .tag-parking-over3,
.list-property .tag-group .parking-over3,
.maps-popup .tag-group .parking-over3 {
    background: #605D5D;
}

#area-property .tag-group .tag-less3500,
.list-property .tag-group .less3500,
.maps-popup .tag-group .less3500 {
    background: #423389;
}
*/

.list-property .txt-comment {
	font-size: 12px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #A0A09F;
	text-align: left;
    letter-spacing: 0.05em;
}

.list-property .txt-detail {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
    letter-spacing: 0.05em;
}


.list-property .txt-detail .tag-school {
    position: relative;
}
.list-property .txt-detail .tag-school::after {
    content: "・";
}
.list-property .txt-detail .tag-school:last-of-type::after {
    content: "";
}

.list-property .txt-detail .tit-price01 b,
.list-property .txt-detail .tit-price02 b { 
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}


.list-property .txt-detail .tit-price01,
.list-property .txt-detail .tit-price02,
.list-property .txt-detail .tit-price03,
.list-property .txt-detail .tags-school,
.list-property .txt-detail .tit-station {
    display: block;
    position: relative;
    margin-left: 70px;
}

.list-property .txt-detail .tit-price01,
.list-property .txt-detail .tit-price02,
.list-property .txt-detail .tit-price03,
.list-property .txt-detail .tit-station {
    margin-bottom: 5px;
}

.list-property .txt-detail .tit-price01::before,
.list-property .txt-detail .tit-price02::before,
.list-property .txt-detail .tit-price03::before,
.list-property .txt-detail .tags-school::before,
.list-property .txt-detail .tit-station::before {
    content: "";
    position: absolute;
    left: -70px;
    display: block;
    width: 60px;
    border-right: 1px solid #A0A09F;
}

.list-property .txt-detail .tit-price03::before,
.list-property .txt-detail .tit-price01::before {
    content: "販売価格";
}

.list-property .txt-detail .tit-price02::before {
    content: "価格更新";
    color: #993300;
}

.list-property .txt-detail .tit-station::before {
    content: "最寄り駅";
}

.list-property .txt-detail .tags-school::before {
    content: "学校区";
    letter-spacing: 7px;
}

.list-property .box-btn {
	position: relative;
	margin-bottom: 10px;
}

.list-property .box-btn .btn {
	height: 40px;
	line-height: 38px;
	font-size: 15px;
	/*background: #908368;*/
    background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
	border: 1px solid #908368;
	color: #FFF;
    transition: none;
}

.list-property .box-btn .btn::before,
.list-property .box-btn .btn::after {
	display: none;
}

.list-property .box-btn .btn::before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transition:all 0.3s ease;
    opacity: 0;
    border: 0;
}

.list-property a.link-item:hover .box-btn .btn::before {
    opacity: .2;
}


.list-property .box-btn .btn .arrow::after {
	top:15px;
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.list-property a.link-item:hover .box-btn .btn {
	border: 1px solid #FFF;
	color: #FFF;
	background: #000;
}

.list-property a.link-item:hover .box-btn .btn-k {
	border: 1px solid #A5987D;
	/*background: #A5987D;*/
    background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
}


.list-property a.link-item:hover .box-btn .btn .arrow::after {
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.list-property .txt-price {
	font-size: 24px;
	color: #DD0808;
	text-align: left;
	margin-bottom: 5px;
}

.list-property .txt-price-text {
	font-size: 13px;
	color: #DD0808;
	text-align: left;
	margin-bottom: 10px;
    font-weight: 600;
}

.list-property .txt-price span {
	font-size: 12px;
	margin-left: 5px;
	font-weight: 300;
}

.list-property .tag-s {
	text-align: left;
}

.list-property .tag-s span {
	display: inline-block;
	font-size: 10px;
	color: #A0A09F;
	padding: 5px 8px 6px;
	margin-bottom: 5px;
	border: 1px solid #A0A09F;
	line-height: 100%;
	margin-right: 5px;
}

.list-property .tag-s span.tag-panorama {
	color: #FFF;
	border: 1px solid #3D9BE9;
	background: #3D9BE9;
}

.list-property .tag-s span.tag-campaign {
	color: #FFF;
	border: 1px solid #DD0808;
	background: #DD0808;
}

#area-property .label-next,
.list-property .label-next,
#area-property .label-sold,
.list-property .label-sold {
	position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(142, 40, 29, 0.8);
    z-index: 3;
}

#area-property .label-next,
.list-property .label-next {
    background-color: rgba(0, 0, 0, 0.7);
}

.link-item-next,
.link-item-sold {
	pointer-events: none;	
}

.link-item-next .box-img::before,
.link-item-sold .box-img::before {
	opacity: .2;
}

.link-item-next .box-txt,
.link-item-sold .box-txt {
	opacity: .5;
}



/* list-property-bottom btn
---------------------------------------------------------- */

.btn-b,
.list-property-bottom .btn {
	height: 70px;
	font-size: 16px;
	display: block;
	line-height: 68px;
	font-weight: 400;
}

.list-property-bottom .btn {
	max-width: 600px;
}

.btn-b::before,.btn-b::after,
.list-property-bottom .btn::before,
.list-property-bottom .btn::after {
	height: 70px;
}

.btn-b .arrow::after {
	top:30px;
}


/* area-property
---------------------------------------------------------- */

#area-property .box-head img {
	max-width: 100%;
    width: auto;
	max-height: 600px;
	/*object-fit: cover;
	object-position: 50% 50%;
	position: fixed;
	top:98px;*/
}

#area-property .box-head {
	/*padding-top: 700px;*/
}

#area-property .box-head .box-wrap {
    text-align: center;
}

#area-property .box-head .box {
	padding: 0;
	text-align: center;
	background: #FAFAFA;
}

#area-property .box-head .inner {
	padding: 40px 30px 35px;
    max-width: 980px;
    margin: 0 auto;
}

#area-property .box-head .box-3d {
	padding: 0px 30px 35px;
}

#area-property .box-head .box-3d iframe {
	border: 0;
	/*aspect-ratio: 7 / 5;
	max-width: 600px;*/
    aspect-ratio: 752 / 546;
    max-width: 752px;
	width: 100%;
}

#area-property .box-head .box-3d p {
	text-align: left;
	font-size: 18px;
	width: 600px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px 0 0 70px;
	font-weight: 400;
	position: relative;
}

#area-property .box-head .box-3d p::after {
	position: absolute;
	content: "";
	top:4px;
	left: 0;
	background: url("../img/common/360.webp") center no-repeat;
	background-size: 54px auto;
	display: block;
	width: 56px;
	height: 30px;
}

#area-property .box-head h1 {
	font-size: 22px;/*32px*/
	color: #FFF;
	padding: 15px 30px;
	background: #605E5E url("../img/realestate/bg_dot.gif") center;
}

#area-property .box-head h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

#area-property .box-head .tag-s {
	text-align: center;
}

#area-property .box-head .tag-s span {
	display: inline-block;
	font-size: 12px;
	color: #A0A09F;
	padding: 10px 10px 9px;
	margin-bottom: 5px;
	border: 1px solid #A0A09F;
	line-height: 100%;
	margin-right: 5px;
}

#area-property .box-head .tag-s span.tag-panorama {
	color: #FFF;
	border: 1px solid #3D9BE9;
	background: #3D9BE9;
}

#area-property .box-head .tag-s span.tag-campaign {
	color: #FFF;
	border: 1px solid #DD0808;
	background: #DD0808;
}
#area-property .box-body {
	background: #FFF;
	position: relative;
	text-align: center;
	padding: 60px 30px 0;
}

#area-property .list-item {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 40px;
}

#detail-property .box-single-panorama a {
	position: relative;
	display: flex;
	text-align: left;
	gap: 25px;
}
#area-property .list-item a {
	position: relative;
	display: grid;
	text-align: left;
	gap: 0 25px;
    grid-template-columns: 210px 1fr;
    grid-template-rows: auto 1fr;
}

#area-property .box-txt-01 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
    
#area-property .box-txt-02 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}


#area-property .box-img {
	width: 210px;
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}

#area-property .box-img .img-inner img,
#area-property .box-img .img {
	width: 210px;
	height: 160px;
	object-fit: cover;
	object-position: 50% 50%;
}

#area-property .img-inner {
	position: relative;
	display: block;
	width: 210px;
	height: 160px;
	margin-bottom: 10px;
}

#area-property .img-inner::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: #FFF;
	transition:all 0.3s ease;
	opacity: 0;
	z-index: 10;
}

#area-property a:hover .img-inner::before {
	opacity: .2;
}

#area-property .box-txt {
	position: relative;
	/*width: calc(100% - 235px);*/
	/*border-bottom: 1px solid #000;*/
}
#area-property .box-txt-02 {
	border-bottom: 1px solid #000;
}

#area-property .txt-price .txt-base,
#area-property h3,
#area-property .txt,
#area-property dt,
#area-property dd,
#detail-property .box-photo h2,
#detail-property .box-realsize-mid h2 {
	font-weight: 400;
}

#area-property h3 {
	font-size: 20px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #A0A09F;*/
}

#area-property .txt {
	font-size: 17px;
	margin-bottom: 0;
    font-weight: 500 !important;
}

#area-property .txt-sub {
	font-size: 15px;
	margin-bottom: 10px;
}

#area-property .txt-price-text-dd {
	font-size: 15px;
	margin-bottom: 15px;
    font-weight: 600;
    color: #DD0808;
}

#area-property dl {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	position: relative;
	/*border-top: 1px solid #A0A09F;*/
	padding-top: 5px;
}

#area-property dt {
	background: #EBEBEB;
	padding: 5px 10px;
	width: 160px;
}

#area-property dd {
	padding: 5px 10px;
	width: calc(100% - 200px);
}

#area-property dd:nth-of-type(1) {
	padding: 0 10px;
}

#area-property .txt-price {
	font-size: 20px;
	color: #DD0808;
}

#area-property .txt-price .txt-base {
	font-size: 13px;
	margin-left: 5px;
}

#area-property .list-item .btn {
	/*background: #908368;*/
    background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
	border: 1px solid #908368;
	box-sizing: border-box;
	width: 100%;
	color: #FFF;
	font-size: 15px;
}

#area-property .list-item a:hover .btn {
	border: 1px solid #A5987D;
	/*background: #A5987D;*/
    background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
}

#area-property .list-item a:hover .btn .arrow::after {
	/*border-top-color: #2F2F2E;
	border-right-color: #2F2F2E;*/
}
#area-property .link-item-next .btn,
#area-property .link-item-sold .btn {
	opacity: .5;
}

#detail-property .box-single-panorama {
    text-align: center;
}

#detail-property .box-single-panorama a.link-3ds,
#area-property .list-item a.link-3ds {
	background: #E0E0E0;
	height: 160px;
	width: calc(100% - 235px);
	margin-left: 235px;
	margin-top: 30px;
	padding: 10px;
	gap:10px;
}

#detail-property .box-single-panorama a.link-3ds {
	width: 100%;
    max-width: 980px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

#detail-property .box-single-panorama a.link-3ds:hover,
#area-property .list-item a.link-3ds:hover {
	opacity: .6;
}

#detail-property .box-single-panorama a.link-3ds .img,
#area-property .list-item a.link-3ds .img {
	width: 30%;
	min-width: 30%;
	height: 140px;
	object-fit: cover;
	object-position: 50% 50%;
	
}

#detail-property .box-single-panorama a.link-3ds .panorama-txt,
#area-property .list-item a.link-3ds .panorama-txt {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

#detail-property .box-single-panorama a.link-3ds .panorama-txt::after,
#area-property .list-item a.link-3ds .panorama-txt::after {
	position: absolute;
	content: "";
	top:15px;
	left: calc(50% - 67px);
	background: url("../img/common/360.webp") center no-repeat;
	background-size: 133px auto;
	display: block;
	width: 133px;
	height: 74px;
}

#detail-property .box-single-panorama a.link-3ds .panorama-txts,
#area-property .list-item a.link-3ds .panorama-txts {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

#area-property .list-area-bottom {
    padding: 40px 30px 0;
}

#detail-property .box-bnr-realestate,
#area-property .box-bnr-realestate {
    text-align: center;
    padding: 20px 20px 0;
}

#detail-property .box-bnr-realestate {
    padding: 0 20px 60px;
}

.box-bnr-realestate .bnr-campaign-realestate {
    width: 360px;
    margin: 0 auto;
    transition:all 0.3s ease;
    display: block;
}

.box-bnr-realestate .bnr-campaign-realestate:hover {
    opacity: .8;
}

/* modelhouse
---------------------------------------------------------- */

.box-modelhouse-bottom {
	background: #000;
}

.box-modelhouse-bottom .box-wrap {
	background: #000 url("../img/home/bg_modelhouse01.webp") center no-repeat;
	background-size: cover;
	padding: 80px 15px;
	text-align: center;
	z-index: 10;
}

.box-modelhouse-bottom .box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding:20px;
	text-align: center;
	background: rgba(0,0,0,.7);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
}

.box-modelhouse-bottom .box img {
	width: 50%;
	height: 280px;
	object-fit: cover;
	object-position: 50% 50%;
}

.box-modelhouse-bottom .box-inner {
	width: 50%;
}

.box-modelhouse-bottom .box-inner .tit-en {
	font-size: 20px;
	color: #E3D68A;
	margin-bottom: 10px;
}

.box-modelhouse-bottom .box-inner .tit {
	font-size: 22px;
	color: #FFF;
	margin-bottom: 20px;
}

.box-modelhouse-bottom .box-inner .btn {
	width: 320px;
}

/* 分譲物件を探すボタン
---------------------------------------------------------- */

.box-search-realestate {
    text-align: center;
    padding: 60px 0;
    background: #FFF;
    position: relative;
}

#detail-property .box-search-realestate {
    padding-top: 0;
}

.btn-search-realestate {
	width: 100%;
    max-width: 680px;
	height: 90px;
	line-height: 88px;
	display: inline-block;
	text-align: center;
	background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
	/*border: 1px solid #908368;*/
	color: #FFF;
	cursor: pointer;
	transition:all 0.3s ease;
    font-weight: 400;
    font-size: 20px;
    font-family: 'M PLUS 1p', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.btn-search-realestate span {
    display: block;
    width: 100%;
    height: 90px;
    transition:all 0.3s ease;
    background: rgba(255,255,255,0);
    position: relative;
    text-indent: -30px;
}

.btn-search-realestate-other span {
    text-indent: -40px;
}

.btn-search-realestate:hover span {
	background: rgba(255,255,255,.2);
}

.btn-search-realestate::before,
.btn-search-realestate::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    border: 2px solid #FFF;
}

.btn-search-realestate::after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: calc(50% - 160px);
}

.btn-search-realestate::before {
    bottom: -1px;
    width: 2px;
    height: 24px;
    background: #FFF;
    transform: rotate(-24deg);
    right: calc(50% - 150px);
    border: 1px solid #FFF;
}

.btn-search-realestate-other::after {
    right: calc(50% - 165px);
}

.btn-search-realestate-other::before {
    right: calc(50% - 155px);
}


.grecaptcha-badge {
    z-index: 99999;
}


/* sp
---------------------------------------------------------- */

@media (max-width: 1000px) {
	/*.list-property .tag-group li { font-size: 10px; white-space: nowrap}*/
	/*.list-property .box-btn .btn { display: none}*/
}

@media (max-width: 900px) {
	#area-property h3 { 
		padding: 0;
		border-bottom: none;
	}
    #detail-property .box-single-panorama a.link-3ds .panorama-txt::after,
	#area-property .list-item a.link-3ds .panorama-txt::after {
		left: calc(50% - 50px);
		background-size: 100px auto;
		width: 100px;
	}
    #detail-property .box-single-panorama a.link-3ds .panorama-txts,
	#area-property .list-item a.link-3ds .panorama-txts {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.pc { display: none !important; }
  	
	.box { padding: 0 20px;	}
	
	.btn .arrow-p2::after {
		top: 16px;
		height: 7px;
		width: 7px;
	}
	.btn .arrow-p2::before {
		top:19px;
	}
    
    .btn-gold {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    
    .list-property-bottom .btn .arrow-p2::after {
		top:32px;
	}
    .list-property-bottom .btn .arrow-p2::before {
		top:35px;
	}
	.btn-b .arrow::after {
		top:15px;
	}
	.box-set-about {
		background-size: 4px;
		padding: 20px 20px;
	}
	.box-set-about .bnr-list li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.box-set-about .bnr-list li:last-child {
		margin-bottom: 0;
	}
	.box-set-about .bnr-list a::after {
		width: 102%;
		height: 102%;
		background: rgba(0,0,0,0.5);
	}
	.box-set-about a .bnr-inner {
		opacity: 1;
	}
	
	hr.act {
		bottom: 80px;
	}

	hr.is-act { animation: line-act .7s ease .3s forwards; }

	@keyframes line-act {
	  0% {
		height: 0px;
		opacity: 0;
		bottom: 80px;
	  }
	  100% {
		height: 80px;
		opacity: 1;
		bottom: 0;
	  }
	}
		
	.list-property {
		grid-template-columns: 1fr;
		gap: 30px 10px;
		margin: 0 auto 30px;
		padding: 0;
	}
	.list-property .box-txt {
		padding: 12px 20px 0;
	}
	.list-property .box-txt .tit {
		font-size: 18px;/*20*/
		margin-bottom: 12px;
	}
	.list-property .txt-price span {
		font-size: 16px;
	}
	.list-property .tag-group li,
	.list-property .txt-detail,
	.list-property .txt-comment {
		font-size: 14px;
	}
	.list-property .txt-price{
		font-size: 28px;
	}
    .list-property .txt-price-text {
        font-size: 16px;
        margin-bottom: 15px;
    }
	.list-property .tag-s span {
		font-size: 12px;
	}
    
    .list-property .txt-detail .tit-price01 b,
    .list-property .txt-detail .tit-price02 b { 
        font-size: 18px;
    }
    
    .list-property .txt-detail .tit-price01,
    .list-property .txt-detail .tit-price02,
    .list-property .txt-detail .tit-price03,
    .list-property .txt-detail .tags-school,
    .list-property .txt-detail .tit-station {
        margin-left: 80px;
    }

    .list-property .txt-detail .tit-price01,
    .list-property .txt-detail .tit-price02,
    .list-property .txt-detail .tit-price03,
    .list-property .txt-detail .tit-station {
        margin-bottom: 5px;
    }

    .list-property .txt-detail .tit-price01::before,
    .list-property .txt-detail .tit-price02::before,
    .list-property .txt-detail .tit-price03::before,
    .list-property .txt-detail .tags-school::before,
    .list-property .txt-detail .tit-station::before {
        left: -80px;
        width: 70px;
    }
    
    .list-property .txt-detail .tags-school::before {
        letter-spacing: 8px;
    }
    
	.list-property .box-btn {
		margin-bottom: 15px;
	}
	.list-property .box-btn .btn { 
		display: block;
		font-size: 17px;
		height: 50px;
		line-height: 48px;
	}
    .list-property .box-btn .btn::before {
        display: none;
    }
	.list-property .box-btn .btn .arrow::after {
		top:20px;
	}
	.list-property .tag-group li,
	.list-property .tag-area {
		padding: 8px 0;
	}
	.list-property .tag-group li {
		font-size: 12px;
	}
	.list-property .tag-area,
	.list-property .tag-group {
		/*width: 100%;*/
		position: relative;
		font-size: 15px;
	}
	.btn-b {
		height: 40px;
		font-size: 12px;
		line-height: 38px;
		max-width: 100%;
	}
	.list-property-bottom .btn {
		max-width: 100%;
	}
	.btn-b::before,.btn-b::after {
		height: 40px;
	}
	
	#area-property .box-head {
		/*padding-top: 220px;*/
	}
	#area-property .box-head img {
		/*height: 220px;*/
		top:52px;
	}
	#area-property .box-head h1 {
		font-size: 18px;
		padding:10px 20px;
		background-size: 3px;
	}
	#area-property .box-head .inner {
		padding: 30px 20px 25px;
	}
	#area-property .box-head .box-3d {
		padding: 0px 0px 25px;
	}
	#area-property .box-head .box-3d p {
		width: 90%;
		font-size: 17px;
	}
	#area-property .box-head h2 {
		font-size: 14px;
	}
	#area-property .box-body {
		padding: 30px 0 0;
	}
	#area-property .box-img {
		/*width: 150px;*/
        width: 100%;
        grid-row: 1 / 2;
        grid-column: 1 / 2;
	}
    
    #area-property .box-img .img-inner img {
        width: 100%;
        height: 100%;
    }
    
	#area-property .box-img .img,
	#area-property .img-inner {
		/*width: 150px;
		height: 150px;*/
        width: 100%;
        height: auto;
        aspect-ratio: 21 / 16;
        margin-bottom: 0;
	}
	#area-property .box-txt {
		/*width: calc(100% - 160px);*/
        width: 100%;
		border-bottom: none;
	}
	
    #area-property .box-txt-01 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    
    #area-property .box-txt-02 {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    
	/*#area-property .list-item {
		padding-bottom: 20px;
	}*/
    
	#area-property .list-item .btn {
		line-height: 38px;
		height: 40px;
		text-align: center;
		/*padding: 7px 5px 0 7px;*/
		letter-spacing: 0;
	}
	#area-property .list-item .btn .arrow {
		/*margin-right: 12px;*/
	}
	#area-property .list-item .btn .arrow::after {
		top:auto;
		bottom: 15px;
		/*right: -11px;*/
	}
	#area-property .list-item a {
		padding: 0 15px;
		gap:15px;
		/*padding-bottom: 20px;*/
        display: grid;
        grid-template-columns: 60% 1fr;
	}
	/*#area-property .list-item a::after {
		content: "";
		display: block;
		width: calc(100% - 195px);
		height: 1px;
		border-bottom: 1px solid #000;
		position: absolute;
		bottom: 0;
		right: 15px;
	}*/
    #detail-property .box-single-panorama a.link-3ds,
	#area-property .list-item a.link-3ds {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		height: 80px;
	}
    #detail-property .box-single-panorama a.link-3ds {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px;
	}
    #detail-property .box-single-panorama a.link-3ds::after,
	#area-property .list-item a.link-3ds::after {
		border-bottom: none;
	}
    #detail-property .box-single-panorama a.link-3ds .img,
	#area-property .list-item a.link-3ds .img {
		height: 60px;
		width: 110px;
		min-width: 110px;
	}
    #detail-property .box-single-panorama a.link-3ds .panorama-txt::after,
	#area-property .list-item a.link-3ds .panorama-txt::after {
		left: calc(50% - 37px);
		background-size: 74px auto;
		width: 74px;
		height: 42px;
		top:0px;
	}
    #detail-property .box-single-panorama a.link-3ds .panorama-txts,
	#area-property .list-item a.link-3ds .panorama-txts {
		bottom: -2px;
	}
	#area-property h3 {
		padding: 0;
		font-size: 15px;
	}
    
    #area-property .box-txt-01 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    
    #area-property .box-txt-02 {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    
    #area-property .tag-group {
        display: block;
        width: 100%;
    }
	#area-property .tag-group li {
		font-size: 11px;
        /*width: calc(25% - 5px);*/
        width: 100%;
	}
	#area-property .txt {
		font-size: 14px;
        margin-bottom: 0;
	}
    #area-property .txt-sub {
        font-size: 12px;
    }
    
    #area-property .txt-price-text-dd {
        font-size: 12px;
    }
	#area-property dl {
		font-size: 12px;
		/*align-items:flex-end;*/
		align-items: center;
		line-height: 100%;
		margin-bottom: 20px;
	}	
	#area-property dt {
		width: 100px;
		padding: 5px 0 0;
		background: none;
		vertical-align: bottom;
	}
	#area-property dt span {
		font-size: 10px;
	}
	#area-property dd {
		width: calc(100% - 110px);
		padding: 5px 0 0;
		letter-spacing: 0;
	}
	#area-property dd:nth-of-type(1) {
		padding: 5px 0 0;
	}
	
	#area-property .txt-price {
		font-size: 18px;
	}
	#area-property .txt-price .txt-base {
		font-size: 12px;
		margin-left: 2px;
	}
	#area-property .list-area-bottom {
		/*padding: 40px 20px 30px;*/
        padding: 30px 20px 0px;
	}
	#area-property .box-head .tag-s span {
		font-size: 11px;
		padding: 6px;
	}
	
	#area-property .box-head .box-3d iframe {
		max-width: 100%;
		/*aspect-ratio: 7 / 6;*/
	}
	.box-modelhouse-bottom .box-wrap {
		padding: 30px 20px;
	}
	.box-modelhouse-bottom .box {
		padding: 30px 20px;
	}
	
	.box-modelhouse-bottom .box-inner {
		width: 100%;
	}
	.box-modelhouse-bottom .box-inner .tit-en {
		font-size: 13px;
	}
	.box-modelhouse-bottom .box-inner .tit {
		font-size: 16px;
	}
	.box-modelhouse-bottom .box-inner .btn {
		width: 140px;
	}
	.list-property a.link-item:hover .box-btn .btn-k,
	#area-property .list-item a:hover .btn {
        border: 1px solid #A5987D;
        background: linear-gradient(45deg, #C0A266 0%, #C8AE79 45%, #D0BC8A 70%, #C8AE79 85%, #C0A266 90% 100%);
	}
    
    #detail-property .box-bnr-realestate,
    #area-property .box-bnr-realestate {
        padding: 10px 20px 0;
    }

    #detail-property .box-bnr-realestate {
        padding: 0 20px 30px;
    }

    .box-bnr-realestate .bnr-campaign-realestate {
        width: 100%;
    }
    
    .box-bnr-realestate .bnr-campaign-realestate:hover {
        opacity: 1;
    }
    
    /* 分譲物件を探すボタン
    ---------------------------------------------------------- */

    .box-search-realestate {
        padding: 30px 20px;
    }

    .btn-search-realestate {
        font-size: 16px;
        width: 100%;
        height: 60px;
        transition:none;
        line-height: 60px;
    }

    .btn-search-realestate span {
        height: 60px;
        transition:none;
    }
    
    .btn-search-realestate:hover span {
        background: rgba(255,255,255,0);
    }

    .btn-search-realestate::after {
        right: calc(50% - 90px);
        bottom: 12px;
        width: 34px;
        height: 34px;
    }

    .btn-search-realestate::before {
        right: calc(50% - 83px);
        height: 14px;
        bottom: 1px;
    }   
    
    .btn-search-realestate-other span {
        text-indent: -45px;
    }
    
    .btn-search-realestate-other::after {
        right: calc(50% - 105px);
    }

    .btn-search-realestate-other::before {
        right: calc(50% - 98px);
    }
    
    .grecaptcha-badge {
       display: none;
    }
}


@media (max-width: 480px) {
	#detail-property .box-single-panorama a.link-3ds .img:nth-of-type(2),
    #area-property .list-item a.link-3ds .img:nth-of-type(2) {
		display: none;
	}
    /*#area-property .tag-group li {
        width: calc(50% - 5px);
    }*/
}

@media (min-width: 768px) {
  .sp { display: none !important; }
}

