@charset "utf-8";

.property-wrapper {
    padding: 18rem 0 16rem;
}

.property-inner {
    max-width: 145rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: auto;
}

.btn-list {
    max-width: 63rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
    margin: auto;
}

.property-btn {
    display: block;
    border: solid 0.1rem var(--gray);
    font-size: 1.1em;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
    padding: 1.8rem 1.5rem;
}

.property-btn:hover, .property-btn.is-active {
    background: var(--primary);
    color: var(--white);
}

.property-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 18rem 0 0;
}

.property-main {
    width: 70.42%;
}

.property-side {
    width: 21.12%;
}

/* ==========================================
サイドバー
========================================== */

.property-type-title, .property-search-title {
    font-size: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: var(--secondary);
    padding: 0 0 2.3rem;
    border-bottom: solid 0.1rem var(--gray);
    position: relative;
}

.property-type-title:before, .property-search-title:before {
    content: "";
    display: block;
    max-width: 3rem;
    width: 100%;
    height: 0.1rem;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: -0.1rem;
}

.property-filter-category {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 4rem 0 0;
}

.property-filter-category .link > a {
    color: var(--gray);
}

.property-filter-category .link > a:hover,.property-filter-category .active > a {
    color: var(--dark);
}

.property-search-title {
    margin: 8rem 0 0
}

.property-filter-search {
    margin: 4rem 0 0;
}

.search-input {
    flex: 1;
    border: 0;
    padding: 0.8rem 0.5rem 0.7rem;
}

.property-filter-search > form {
    display: flex;
    border-radius: 0.5rem;
    border: solid 0.1rem var(--gray);
    overflow: hidden;
}

.search-btn {
    max-width: 8rem;
    width: 100%;
    text-align: center;
    background: var(--primary);
    color: var(--white);
}

.search-btn:hover {
    opacity: 0.6;
}


/* ==========================================
一覧
========================================== */

.property-card {
    display: grid;
    grid-template-columns: 25rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.5rem;
    border: solid 0.1rem var(--gray);
    padding: 1.5rem;
}

.property-card:hover {
    opacity: 0.6;
}

.property-card:not(:first-child) {
    margin: 4rem 0 0;
}

.property-thumb {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
	aspect-ratio: 1/1;
    position: relative;
}

.property-thumb > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.property-head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.property-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.property-category {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 0.85rem 1.5rem;
    background: var(--tertiary);
}

.term__all {
    display: none;
}

.property-title {
    flex: 1;
    font-size: 1.25em;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    line-height: 1.44em;
    color: var(--secondary);
}

.property-data {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 3rem 0 0;
}

.property-label {
    max-width: 8rem;
    width: 100%;
    display: block;
    font-size: 0.9em;
    color: var(--primary);
}

.property-data > li {
    display: flex;
    align-items: center;
    gap: 5rem;
}

/* ==========================================
詳細
========================================== */

.property-content-before {
    margin: 4rem 0 0;
}

/* ===== 見出し ===== */

.property-detail-head {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0 0 2rem;
    border-bottom: solid 0.3rem var(--primary);
}

.property-detail-title {
    flex: 1;
}

/* ===== 紹介文 ===== */

.is-style-outline2 {
    background-color: var(--tertiary);
    outline: solid 0.1rem var(--secondary);
    outline-offset: -1rem;
    padding: 4rem;
    line-height: 1.95em;
    letter-spacing: 0.05em;
    margin: 4rem 0 0;
}

/* ===== テーブル（カスタムフィールド） ===== */

.property-data-table {
    width: 100%;
    border: none;
    line-height: 1.25em;
    margin: 3rem 0 0;
}

.property-data-table a {
    text-decoration: underline;
}

.property-data-table a:hover {
    text-decoration: none;
}

.property-data-table th, .property-data-table td {
    border: none;
    border-bottom: solid 1px var(--gray) !important;
}

.property-data-table th {
    width: 20%;
    font-weight: 400;
    color: var(--primary);
    padding: 3rem 1.5rem 3rem 0;
}

.property-data-table td {
    padding: 3rem 0 3rem 1.5rem;
}

/* ===== テーブル（本文） ===== */

.is-style-cm_mn > table {
    width: 100%;
    border: none;
    line-height: 1.25em;
}

.is-style-cm_mn a {
    text-decoration: underline;
}

.is-style-cm_mn a:hover {
    text-decoration: none;
}

.is-style-cm_mn > table td {
    border: none;
    border-bottom: solid 1px var(--gray) !important;
}

.is-style-cm_mn > table td:nth-child(1) {
    width: 20%;
    color: var(--primary);
    padding: 3rem 1.5rem 3rem 0;
}

.is-style-cm_mn > table td:nth-child(2) {
    padding: 3rem 0 3rem 1.5rem;
}

/* ===== マップ ===== */

.property-map {
    margin: 4rem 0 0;
}

/* ===== 特徴 ===== */

.property-feature {
    margin: 4rem 0 0;
}

.property-feature-title {
    background: var( --secondary);
    color: var( --white);
    padding: 1rem 1.5rem;
}

.property-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0 0;
}

.property-feature-list > a {
    display: block;
}

.property-feature-list > a:hover {
    opacity: 0.6;
}

/* ===== スライダー ===== */
.property-slider-main-wrap {
  position: relative;
  margin: 4rem 0 0;
}

/* メイン本体 */
.property-slider-main {
  flex: 1;
  overflow: hidden;
}

/* トラック */
.property-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

/* スライド */
.property-slide-item {
  background: var(--tertiary);
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* 比率固定 */

.property-slide-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* キャプション */

.property-slide-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1.5rem;
    color: var(--white);
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
}



/* ===== ナビ（外側） ===== */

.property-slider-btn {
  max-width: 6rem;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 100vmax;
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
  color: var(--primary);
  border: none;
  padding: 1rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.property-slider-btn:hover {
  background: var(--primary);
  color: var(--white);
}

.prev {
    left: 1.5rem;
}

.next {
    right: 1.5rem;
}

/* ===== サムネ ===== */
.property-slider-thumbs {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  margin: 2rem 0 0;
  padding: 0 0 0.5rem;
}

.thumb-item {
  background: var(--tertiary);
  width: 8rem;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  position: relative;
}

.thumb-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.thumb-item.active,.thumb-item:hover {
  opacity: 1;
}

/* ===== ボタン ===== */

.property-end-buttons {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 3rem;
    margin: 5rem 0 0;
}

.property-end-btn {
    text-align: center;
    width: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {


	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .property-wrapper {
        padding: 10rem 0;
    }
    
    .property-area {
        flex-direction: column;
        margin: 10rem 0 0;
    }
    
    .property-main {
        width: 100%;
    }
    
    .property-side {
        width: 100%;
        margin: 6rem 0 0;
    }

    /* ==========================================
	詳細
	========================================== */

	.property-content-before {
	    margin: 3rem 0 0;
	}

    .property-card:not(:first-child) {
        margin: 3rem 0 0;
    }

	/* ==========================================
	詳細
	========================================== */

	/* ===== 見出し ===== */
	
	.property-detail-head {
	    flex-direction: column;
	    gap: 1rem;
	    padding: 0 0 1.5rem;
	}

	/* ===== 紹介文 ===== */
	
	.is-style-outline2 {
	    padding: 2rem;
	    margin: 3rem 0 0;
	}

	/* ===== スライダー ===== */
	
	.property-slider-main-wrap {
	    margin: 3rem 0 0;
	}
	
	.property-slider-btn {
	    max-width: 4rem;
	    height: 4rem;
	}

	/* ===== 特徴 ===== */
	
	.property-feature {
	    margin: 4rem 0 0;
	}
	
	.property-feature-list {
	    gap: 1rem;
	    margin: 1.5rem 0 0;
	}

	/* ===== マップ ===== */
	
	.property-map {
	    margin: 3rem 0 0;
	}

	/* ===== ボタン ===== */
	
	.property-end-buttons {
	    display: flex;
	    flex-direction: column-reverse;
	    gap: 1.5rem;
	    margin: 3rem 0 0;
	}
	
	
	/* ===== テーブル（カスタムフィールド） ===== */

	.property-data-table {
	    margin: 1rem 0 0;
	}
	
	.property-data-table th,.property-data-table td {
		display: block;
		width: 100% !important;
		padding: 2rem 0 !important;
	}
	
	.property-data-table th {
		border-bottom: none !important;
		padding: 2rem 0 0 !important;
	}
	
	/* ===== テーブル（本文） ===== */
	    
	.is-style-cm_mn > table td {
		display: block;
		width: 100% !important;
		padding: 2rem 0 !important;
	}
	
	.is-style-cm_mn > table td:nth-child(1) {
		border-bottom: none !important;
		padding: 2rem 0 0 !important;
	}
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .btn-list {
        gap: 1.5rem;
    }
    
    .property-btn {
        padding: 1.2rem 1.5rem;
    }

    /* ==========================================
    一覧
    ========================================== */

    .property-card {
        grid-template-columns: 15rem 1fr;
    }
    
    .property-head {
        display: block;
    }
    
    .property-title {
        margin: 1.5rem 0 0;
    }
    
    .property-data {
        grid-column: 1/3;
        gap: 1.5rem;
        margin: 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */