/* =================================
	新築住宅販売情報
================================= */

.text-700 {
	font-weight: 700
}

.text-large {
	font-size: 18px;
	line-height: 36px;
	font-weight: 500
}

@media (max-width:767px) {
	.text-large {
		font-size: 16px;
		line-height: 28px
	}
}

.bg-color-1 {
    background-color: #13ae67;
}

.text-color-4 {
    color: #fff;
}

.desc {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.btn-middle {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    padding: 30px 20px 25px;
    background-color: #F17524 !important;
    max-width: 380px;
	border-radius:20px;
}

.footer__btn-subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}

.btn-middle .footer__btn-large {
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0 0 10px;
}

.footer__btn-large {
    margin-top: 9px;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.x-container {
	display: block;
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}


.x-sale__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:767px) {
	.x-sale__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.x-sale__row .btn {
	margin-left: 0;
	margin-right: 0
}

.x-sale__row-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

@media (max-width:767px) {
	.x-sale__row-left {
		width: 100%
	}
}

.x-sale__row-left .section-title+* {
	margin-top: 20px
}

.x-sale__row-left .btn {
	margin-top: 33px
}


@media (max-width:767px) {
	.x-sale__row-left .btn {
		margin-right: auto;
		margin-left: auto
	}
}

.x-sale__row-left .h4 {
	padding-top: 10px
}

@media (max-width:767px) {
	.x-sale__row-left .h4 {
		font-size: 16px;
		line-height: 28px
	}
}

.x-sale__row-left+* {
	margin-left: 40px
}

@media (max-width:1023px) {
	.x-sale__row-left+* {
		margin-left: 30px
	}
}

@media (max-width:767px) {
	.x-sale__row-left+* {
		margin-left: 0
	}
}

.x-sale__row-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 340px;
	width: 100%
}

@media (max-width:1023px) {
	.x-sale__row-right {
		max-width: 300px
	}
}

@media (max-width:767px) {
	.x-sale__row-right {
		max-width: 780px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px
	}
}

.x-sale__row-right .btn:not(:first-child) {
	margin-top: 10px
}

.x-sale__definition {
	margin-top: 20px
}

.x-sale__definition dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.x-sale__definition dl:not(:first-child) {
	margin-top: 10px
}

.x-sale__definition dl dd,
.x-sale__definition dl dt {
	font-weight: 700
}

.x-sale__definition dl dd.text-large,
.x-sale__definition dl dt.text-large {
	font-size: 26px;
	line-height: 30px
}

@media (max-width:767px) {

	.x-sale__definition dl dd.text-large,
	.x-sale__definition dl dt.text-large {
		font-size: 24px;
		line-height: 28px
	}
}

.x-sale__definition dl dt {
	color: #13ae67;
	font-size: 20px;
	line-height: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.67 19.01'%3E%3Cpath d='M.93 19L0 18.45l5.4-8.94L0 .56.93 0l5.74 9.51z' fill='%2313ae67'/%3E%3C/svg%3E");
	background-position: 100% 50%;
	background-size: 12px 18px;
	background-repeat: no-repeat;
	padding-right: 30px
}

@media (max-width:767px) {
	.x-sale__definition dl dt {
		font-size: 18px;
		line-height: 24px;
		padding-right: 20px;
		background-size: 10px 16px
	}
}

.x-sale__definition dl dt+* {
	padding-left: 20px
}

@media (max-width:767px) {
	.x-sale__definition dl dt+* {
		padding-left: 10px
	}
}

.x-sale__definition dl dd {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:767px) {
	.x-sale__definition dl dd {
		font-size: 16px;
		line-height: 22px
	}
}

.x-sale__tabs {
	margin-top: 50px
}

@media (max-width:767px) {
	.x-sale__tabs {
		margin-top: 30px
	}
}

.x-sale__tabs-btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #fbf6e9;
	padding: 4px 20px;
	border-radius: 25px
}

.x-sale__tabs-btn-list li {
	position: relative;
	display: block;
	padding-right: 48px
}

@media (max-width:767px) {
	.x-sale__tabs-btn-list li {
		padding-right: 26px
	}
}

.x-sale__tabs-btn-list li:not(:last-child):after {
	content: "/";
	right: 22px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #13ae67;
	font-weight: 700
}

@media (max-width:767px) {
	.x-sale__tabs-btn-list li:not(:last-child):after {
		right: 9px
	}
}

.x-sale__tabs-btn-list li a {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #13ae67
}

.x-sale__tabs-btn-list li a.active {
	text-decoration: underline
}

@media (max-width:767px) {
	.x-sale__tabs-btn-list li a {
		font-size: 14px;
		line-height: 24px
	}
}

:root.hover .x-sale__tabs-btn-list li a:hover {
	text-decoration: underline
}

.x-sale__tab-content {
	margin-top: 30px;
	display:none;
}

.x-sale__tab-content.show-content{
	display:block;
}

@media (max-width:767px) {
	.x-sale__tab-content {
		margin-top: 20px
	}
}

.x-sale__tab-content h4+* {
	margin-top: 22px
}

.x-sale__card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 22px
}

.x-sale__card-list li {
	width: 33.33333%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 60px
}

@media (max-width:1023px) {
	.x-sale__card-list li {
		width: 50%
	}
}

@media (max-width:767px) {
	.x-sale__card-list li {
		width: 100%;
		margin-bottom: 30px
	}
}

.x-sale__card-list li picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 70.58824%;
	position: relative;
	overflow: hidden
}

.x-sale__card-list li picture iframe,
.x-sale__card-list li picture img,
.x-sale__card-list li picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__card-list li picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__card-list li picture+* {
	margin-top: 16px
}

.x-sale__card-list li .content-title+*,
.x-sale__card-list li h3+* {
	margin-top: 6px
}

.x-sale__property-list {
	margin-top: 15px
}

.x-sale__property-list li {
	position: relative;
	padding-left: 12px
}

.x-sale__property-list li:not(:first-child) {
	margin-top: 6px
}

.x-sale__property-list li:before {
	content: "";
	left: 0;
	top: 4px;
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #000
}

.x-sale__property-list+* {
	margin-top: 15px
}

.x-sale__media {
	width: 100%
}

.x-sale__media+* {
	margin-top: 10px
}

.x-sale__media-inner {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 72.63158%;
	position: relative;
	overflow: hidden
}

.x-sale__media-inner iframe,
.x-sale__media-inner img,
.x-sale__media-inner video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__media-inner iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__plan:not(:first-child) {
	margin-top: 62px
}

@media (max-width:767px) {
	.x-sale__plan:not(:first-child) {
		margin-top: 42px
	}
}

.x-sale__plan .map {
	margin-top: 37px
}

.x-sale__plan h4:not(:first-child) {
	margin-top: 50px
}

@media (max-width:767px) {
	.x-sale__plan h4:not(:first-child) {
		margin-top: 20px
	}
}

.x-sale__plan h4+.x-sale__plan-img {
	margin-top: 30px
}

.x-sale__plan-img {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.x-sale__plan-img.img--small {
	max-width: 486px
}

.x-sale__plan-img.img--small picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 82.30453%;
	position: relative;
	overflow: hidden
}

.x-sale__plan-img.img--small picture iframe,
.x-sale__plan-img.img--small picture img,
.x-sale__plan-img.img--small picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__plan-img.img--small picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__plan-img.img--horizontal {
	max-width: 750px
}

.x-sale__plan-img.img--horizontal picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 53.33333%;
	position: relative;
	overflow: hidden
}

.x-sale__plan-img.img--horizontal picture iframe,
.x-sale__plan-img.img--horizontal picture img,
.x-sale__plan-img.img--horizontal picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__plan-img.img--horizontal picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__plan-img picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 72.5%;
	position: relative;
	overflow: hidden
}

.x-sale__plan-img picture iframe,
.x-sale__plan-img picture img,
.x-sale__plan-img picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__plan-img picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__plan-img p {
	margin-top: 25px
}

.x-sale__recommended {
	background-color: #fbf6e9;
	margin-top: 85px;
	padding-top: 50px;
	padding-bottom: 50px
}

.x-sale__recommended .container {
	max-width: 1240px
}

.x-sale__recommended .section-title {
	display: block;
	text-align: left;
	color: #666
}

@media (max-width:1023px) {
	.x-sale__recommended .section-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center
	}
}

.x-sale__recommended .section-title__inner:before {
	-webkit-filter: brightness(2);
	filter: brightness(2)
}

.x-sale__recommended-inner {
	padding-left: 70px;
	padding-right: 70px
}

@media (max-width:1439px) {
	.x-sale__recommended-inner {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media (max-width:1023px) {
	.x-sale__recommended-inner {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px
	}
}

.x-sale__recommended-inner p {
	margin-top: 25px
}

.x-sale__recommended-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -17px;
	margin-right: -17px
}

@media (max-width:1439px) {
	.x-sale__recommended-list {
		margin-left: -12px;
		margin-right: -12px
	}
}

.x-sale__recommended-list-item {
	width: 33.33333%;
	padding-left: 17px;
	padding-right: 17px;
	margin-bottom: 34px
}

@media (max-width:1439px) {
	.x-sale__recommended-list-item {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media (max-width:1023px) {
	.x-sale__recommended-list-item {
		width: 50%
	}
}

@media (max-width:767px) {
	.x-sale__recommended-list-item {
		width: 100%
	}
}

.x-sale__recommended-list-item p {
	margin-top: 6px
}

.x-sale__recommended-list-item .text-small {
	line-height: 26px
}

.x-sale__recommended-list-link {
	display: block;
	color: inherit
}

.x-sale__recommended-list-item-img {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff
}

.x-sale__recommended-list-item-img picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 53.25444%;
	position: relative;
	overflow: hidden
}

.x-sale__recommended-list-item-img picture iframe,
.x-sale__recommended-list-item-img picture img,
.x-sale__recommended-list-item-img picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.x-sale__recommended-list-item-img picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.x-sale__recommended-list-item-img+* {
	margin-top: 6px
}

.x-sale__description {
	margin-top: 40px
}

/* ギャラリー */

.gallery {
	margin-top: 25px
}

.gallery__top {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

.gallery__top .swiper {
	padding: 0
}

.gallery__top .swiper .swiper-button-prev {
	background-color: #858976;
	width: 44px;
	height: 80px;
	padding: 25px 12px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.gallery__top .swiper .swiper-button-next {
	background-color: #858976;
	width: 44px;
	height: 80px;
	padding: 25px 12px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 50px;
	font-weight: 900;
}

@media (max-width:767px) {

	.gallery__top .swiper .swiper-button-next,
	.gallery__top .swiper .swiper-button-prev {
		width: 34px;
		height: 60px;
		padding: 19px 9px
	}
}

.gallery__top .swiper .swiper-button-prev {
	left: 0
}

.gallery__top .swiper .swiper-button-next {
	right: 0
}

.gallery__top-slide-img {
	border: 1px solid #000;
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:1023px) {
	.gallery__top-slide-img {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:767px) {
	.gallery__top-slide-img {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.gallery__top-slide-img picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	position: relative;
	overflow: hidden
}

.gallery__top-slide-img picture iframe,
.gallery__top-slide-img picture img,
.gallery__top-slide-img picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.gallery__top-slide-img picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.gallery__top-slide-img+* {
	margin-top: 15px
}

.gallery__top-desc {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 10px
}

.gallery__thumb {
	margin-top: 20px
}

.gallery__thumb .swiper {
	padding-bottom: 0
}

.gallery__thumb .swiper .swiper-button-next,
.gallery__thumb .swiper .swiper-button-prev {
	padding: 5px
}

@media (max-width:767px) {

	.gallery__thumb .swiper .swiper-button-next,
	.gallery__thumb .swiper .swiper-button-prev {
		padding: 4px
	}
}

.gallery__thumb .swiper .swiper-button-next {
	right: 10px
}

.gallery__thumb .swiper .swiper-button-prev {
	left: 10px
}

.gallery__thumb-slide-img picture {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 65.04065%;
	position: relative;
	overflow: hidden;
	border: 1px solid #000
}

.gallery__thumb-slide-img picture iframe,
.gallery__thumb-slide-img picture img,
.gallery__thumb-slide-img picture video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.gallery__thumb-slide-img picture iframe {
	-o-object-fit: initial;
	object-fit: fill;
	-o-object-position: initial;
	object-position: initial
}

.gallery+* {
	margin-top: 40px
}

.table {
	margin-top: 50px
}

.table .btn {
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0
}

@media (max-width:767px) {
	.table .btn {
		font-size: 12px;
		padding: 6px 10px;
		background-position: calc(100% - 8px) 50%;
		background-size: 6px 14px
	}
}

.table .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.table .tr:not(:first-child) .td,
.table .tr:not(:first-child) .th {
	border-top: none
}

@media (max-width:1023px) {

	.table .tr:first-child .w50:nth-child(2) .td,
	.table .tr:first-child .w50:nth-child(2) .th {
		border-top: none
	}
}

.table .td,
.table .th {
	padding: 12px 18px;
	font-size: 14px;
	line-height: 25px;
	word-break: break-word
}

@media (max-width:767px) {

	.table .td,
	.table .th {
		font-size: 11px;
		line-height: 20px;
		padding: 10px 8px
	}
}

.table .th {
	background-color: #f2f2f2;
	color: #13ae67;
	font-weight: 700;
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #13ae67;
	border-right: none
}

@media (max-width:767px) {
	.table .th {
		width: 123px
	}
}

.table .th+.td {
	border-left: none
}

.table .td {
	width: calc(100% - 170px);
	border: 1px solid #13ae67;
	font-weight: 500
}

@media (max-width:767px) {
	.table .td {
		width: calc(100% - 123px)
	}
}

.table .w50 {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1023px) {
	.table .w50 {
		width: 100%
	}
}

@media (min-width:1024px) {
	.table .w50+.w50>* {
		border-left: none
	}
}

.table.table--50 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.table.table--50 .tr {
	width: 50%
}

@media (max-width:1023px) {
	.table.table--50 .tr {
		width: 100%
	}
}

.table.table--50 .tr:nth-child(2) {
	border-top: 1px solid #13ae67
}

@media (max-width:1023px) {
	.table.table--50 .tr:nth-child(2) {
		border-top: 0
	}
}

.table.table--50 .tr:nth-child(2n) .th {
	border-left: none
}

@media (max-width:1023px) {
	.table.table--50 .tr:nth-child(2n) .th {
		border-left: 1px solid #13ae67
	}
}

.chip-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 20px
}

.chip {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 20px;
	margin-right: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700
}

@media (max-width:767px) {
	.chip {
		font-size: 12px;
		line-height: 18px;
		padding-left: 18px;
		padding-right: 18px
	}
}

.chip.chip--small {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px
}

/* 追加分css */
.property_map_btn{
	position:relative;
	display:block;
	width:100%;
	max-width:300px;
	padding:6px 50px 6px 25px;
	border:2px solid #13ae67;
	border-radius:999px;
	color:#13ae67;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	transition:.3s;
}

.property_map_btn:hover{
	background:#13ae67;
	color:#fff;
}

.property_map_btn_arrow{
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	font-size:1.2rem;
	line-height:1;
}

.property_contact{
	display:block;
	padding:10px;
	width: 400px;
	border-radius:20px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height: 1.6em;
}
@media (max-width:767px) {
	.property_contact{
		width: 320px;
	}
}

.property_contact_tel{
	background:#8f9079;
}

.property_contact_mail{
	background:#F17524;
}

