@charset "UTF-8";
.campanginAmazon {
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 769px) {
  .campanginAmazon {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .campanginAmazon {
    padding-top: 0vw;
    padding-bottom: 7.5vw;
    margin-bottom: 7.5vw;
  }
}
.secBunjoSearch .campanginAmazon {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .secBunjoSearch .campanginAmazon {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoSearch .campanginAmazon {
    margin-top: -7.5vw;
  }
}

.secShift {
  position: relative;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .secShift {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .secShift {
    height: 100vh;
    height: 100lvh;
  }
}
.secShift_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #000;
}
.secShift_bg1::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 28%, rgba(18, 21, 22, 0) 100%);
  position: absolute;
  z-index: 1;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .secShift_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 0%, rgba(18, 21, 22, 0) 100%);
  }
}
.secShift_bg1 img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (max-width: 768px) {
  .secShift_bg1 img {
    opacity: 0.6;
  }
}
.secShift_in {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.secShift_cnt1 ._txt1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.16em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .secShift_cnt1 ._txt1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .secShift_cnt1 ._txt1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .secShift_cnt1 ._img1 {
    width: 335px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .secShift_cnt1 ._img1 {
    width: 62.5vw;
    margin-top: 6.25vw;
  }
}
.secShift_cnt1 ._txt2 {
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .secShift_cnt1 ._txt2 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .secShift_cnt1 ._txt2 {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .secShift_cnt1 .co-btnStyle1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .secShift_cnt1 .co-btnStyle1 {
    margin-top: 10vw;
  }
}

.secBunjoFilter {
  padding-bottom: 0;
}
.secBunjoFilter_nav {
  margin-top: 60px;
}

.secBunjoSearch {
  padding-bottom: 0;
}

.secBunjoList {
  position: relative;
}
.secBunjoList_in {
  position: relative;
}
.secBunjoList_info {
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info {
    margin-bottom: 7.5vw;
    justify-content: space-between;
  }
}
.secBunjoList_info ._advanced {
  cursor: pointer;
  color: initial;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._advanced {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced {
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._advanced:hover {
    text-decoration: underline;
  }
}
.secBunjoList_info ._advanced p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced p {
    letter-spacing: normal;
  }
}
.secBunjoList_info ._advanced p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1.svg) no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced p::before {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1.25vw;
  }
}
.secBunjoList_info ._advanced ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._advanced ul {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced ul {
    flex-wrap: wrap;
    margin-left: 3.75vw;
  }
}
.secBunjoList_info ._advanced ul li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced ul li {
    letter-spacing: normal;
  }
}
.secBunjoList_info ._advanced ul li::after {
  content: "、";
}
.secBunjoList_info ._advanced ul li:nth-child(n+4) {
  display: none;
}
.secBunjoList_info ._advanced ul li:nth-of-type(3)::after {
  content: "…";
}
.secBunjoList_info ._advanced ul li:nth-last-child(1)::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._advanced + ._count {
    flex-basis: auto;
  }
}
.secBunjoList_info ._count {
  display: flex;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._count {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._count {
    white-space: nowrap;
    margin-left: 5vw;
    align-self: flex-end;
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
.secBunjoList_info ._count span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._count span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._count span {
    font-size: 5.5vw;
    font-size: 5vw;
  }
}
.secBunjoList_info ._count span::after {
  content: "件";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .secBunjoList_info ._count span::after {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_info ._count span::after {
    font-size: 3.25vw;
  }
}
.secBunjoList_info ._count span:nth-of-type(2)::before {
  content: "／";
}
@media screen and (min-width: 769px) {
  .secBunjoList_filter {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_filter {
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoList_cnt1 * + .co-titleStyle11 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_cnt1 * + .co-titleStyle11 {
    margin-top: 20vw;
  }
}
.secBunjoList_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secBunjoList_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoList_btn {
    margin-top: 15vw;
  }
}

.secBunjoDetail {
  border-bottom: 1px solid #DDDACC;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.secBunjoDetail:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_in {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secBunjoDetail_in {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .secBunjoDetail_title {
    width: 26%;
    min-width: 26%;
  }
}
@media screen and (min-width: 1101px) {
  .secBunjoDetail_cnt1 {
    flex-grow: 1;
    width: 74%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secBunjoDetail_cnt1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt2 {
    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_title + .secBunjoDetail_cnt2, .secBunjoDetail_cnt1 + .secBunjoDetail_cnt2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_title + .secBunjoDetail_cnt2, .secBunjoDetail_cnt1 + .secBunjoDetail_cnt2 {
    margin-top: 5vw;
  }
}
.secBunjoDetail_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_btn {
    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_btn {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail .co-titleStyle5 {
    margin-bottom: 0;
  }
}
.secBunjoDetail.-gallery {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.secBunjoDetail_cnt1 p + p, .secBunjoDetail_cnt2 p + p {
  margin-top: 1em;
}
.secBunjoDetail_cnt1 ._price ul, .secBunjoDetail_cnt2 ._price ul {
  display: flex;
  align-items: baseline;
}
.secBunjoDetail_cnt1 ._price ul li, .secBunjoDetail_cnt2 ._price ul li {
  display: flex;
  align-items: baseline;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._price ul li, .secBunjoDetail_cnt2 ._price ul li {
    font-size: 9vw;
  }
}
.secBunjoDetail_cnt1 ._price ul li span, .secBunjoDetail_cnt2 ._price ul li span {
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  margin-left: 0.4em;
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._price ul li span, .secBunjoDetail_cnt2 ._price ul li span {
    font-size: 3.25vw;
  }
}
.secBunjoDetail_cnt1 ._price ul li + li::before, .secBunjoDetail_cnt2 ._price ul li + li::before {
  content: "-";
  margin: 0 0.5em;
}
.secBunjoDetail_cnt1 ._information, .secBunjoDetail_cnt2 ._information {
  border-top: 1px solid #E5E5DC;
  border-left: 1px solid #E5E5DC;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information, .secBunjoDetail_cnt2 ._information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._information, .secBunjoDetail_cnt2 ._information {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secBunjoDetail_cnt1 ._information, .secBunjoDetail_cnt2 ._information {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information + ._information, .secBunjoDetail_cnt2 ._information + ._information {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._information + ._information, .secBunjoDetail_cnt2 ._information + ._information {
    margin-top: 7.5vw;
  }
}
.secBunjoDetail_cnt1 ._information > dl, .secBunjoDetail_cnt2 ._information > dl {
  display: flex;
  border-bottom: 1px solid #E5E5DC;
  border-right: 1px solid #E5E5DC;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information > dl, .secBunjoDetail_cnt2 ._information > dl {
    flex-basis: 50%;
  }
}
.secBunjoDetail_cnt1 ._information > dl dt, .secBunjoDetail_cnt2 ._information > dl dt {
  color: #847344;
  background: #eaeae1;
  border-right: 1px solid #E5E5DC;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information > dl dt, .secBunjoDetail_cnt2 ._information > dl dt {
    width: 180px;
    min-width: 180px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._information > dl dt, .secBunjoDetail_cnt2 ._information > dl dt {
    width: 27.5vw;
    min-width: 27.5vw;
    padding: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information > dl dd, .secBunjoDetail_cnt2 ._information > dl dd {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._information > dl dd, .secBunjoDetail_cnt2 ._information > dl dd {
    flex-grow: 1;
    padding: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._information.-col1 > dl, .secBunjoDetail_cnt2 ._information.-col1 > dl {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._environment, .secBunjoDetail_cnt2 ._environment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._environment > dl, .secBunjoDetail_cnt2 ._environment > dl {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._environment > dl + dl, .secBunjoDetail_cnt2 ._environment > dl + dl {
    margin-top: 5vw;
  }
}
.secBunjoDetail_cnt1 ._environment > dl dt, .secBunjoDetail_cnt2 ._environment > dl dt {
  color: #847344;
}
.secBunjoDetail_cnt1 ._lastUpdate, .secBunjoDetail_cnt2 ._lastUpdate {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._lastUpdate ul, .secBunjoDetail_cnt2 ._lastUpdate ul {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._lastUpdate ul li + li, .secBunjoDetail_cnt2 ._lastUpdate ul li + li {
    margin-left: 1em;
  }
}
.secBunjoDetail_cnt1 ._galleryMain .swiper-slide ._img, .secBunjoDetail_cnt2 ._galleryMain .swiper-slide ._img {
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._galleryMain .swiper-slide ._img, .secBunjoDetail_cnt2 ._galleryMain .swiper-slide ._img {
    border-radius: 1.25vw;
  }
}
.secBunjoDetail_cnt1 ._galleryMain .swiper-slide ._img img, .secBunjoDetail_cnt2 ._galleryMain .swiper-slide ._img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: 10000px;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._galleryThumb, .secBunjoDetail_cnt2 ._galleryThumb {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._galleryThumb, .secBunjoDetail_cnt2 ._galleryThumb {
    margin-top: 2.5vw;
  }
}
.secBunjoDetail_cnt1 ._galleryThumb ul, .secBunjoDetail_cnt2 ._galleryThumb ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._galleryThumb ul, .secBunjoDetail_cnt2 ._galleryThumb ul {
    gap: 2.5vw;
  }
}
.secBunjoDetail_cnt1 ._galleryThumb ul li, .secBunjoDetail_cnt2 ._galleryThumb ul li {
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
}
.secBunjoDetail_cnt1 ._galleryThumb ul li ._img, .secBunjoDetail_cnt2 ._galleryThumb ul li ._img {
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._galleryThumb ul li ._img, .secBunjoDetail_cnt2 ._galleryThumb ul li ._img {
    border-radius: 1.25vw;
  }
}
.secBunjoDetail_cnt1 ._galleryThumb ul li ._img img, .secBunjoDetail_cnt2 ._galleryThumb ul li ._img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: 10000px;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._galleryThumb ul li:hover, .secBunjoDetail_cnt2 ._galleryThumb ul li:hover {
    opacity: 1;
  }
}
.secBunjoDetail_cnt1 ._galleryThumb ul li.is-active, .secBunjoDetail_cnt2 ._galleryThumb ul li.is-active {
  opacity: 1;
}
.secBunjoDetail_cnt1 ._btnList > ul, .secBunjoDetail_cnt2 ._btnList > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .secBunjoDetail_cnt1 ._map, .secBunjoDetail_cnt2 ._map {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .secBunjoDetail_cnt1 ._map, .secBunjoDetail_cnt2 ._map {
    height: 75vw;
  }
}/*# sourceMappingURL=housing_bunjo.css.map */