@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* dialog */
/* ============================================ */
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

/* 共通--------------------------------------------------------------- */
/* _estate.scss -------------------------------------------------- */
.estateitem-block {
  position: relative;
  padding: 72px 0;
}
.estateitem-block.house {
  background-color: #F7F9F5;
}
.estateitem-block.land {
  background-color: #F9FAF6;
}
.estateitem-title {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  font-family: "Yu Mincho", serif;
}
.estateitem-title span {
  font-size: 60px;
  font-weight: bold;
  margin: 0 8px;
}
.estateitem-number {
  color: #828282;
  margin: 0;
}
.estateitem-list {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 56px;
  width: 1200px;
}
.estateitem-list a :hover {
  text-decoration: none;
}
.estateitem-list li {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.estateitem-list-block {
  padding: 24px;
  position: relative;
}
.estateitem-list-title {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 16px;
}
.estateitem-link {
  color: #000;
}
.estateitem-link:hover {
  text-decoration: none;
}
.estateitem-photo figure {
  margin: 0;
}
.estateitem-photo figure img {
  aspect-ratio: 6/4;
  width: 100%;
  height: auto;
}
.estateitem-detail p {
  margin-bottom: 8px;
}
.estateitem-price {
  font-size: 12px;
  text-align: right;
  margin: 0 0 8px 0;
}
.estateitem-price span {
  font-size: 28px;
  font-weight: bold;
}
.estateitem-plan {
  font-size: 24px;
  font-weight: bold;
}
.estateitem-plan-ico {
  margin: 0;
}
.estateitem-plan-ico svg {
  width: 32px;
  height: 32px;
  fill: #9BA7B8;
}
.estateitem-propaty {
  display: flex;
  align-items: end;
  gap: 8px;
}
.estateitem-propaty p {
  margin: 0;
}
.estateitem-propaty svg {
  width: 40px;
  height: 40px;
  margin: 0;
  fill: #9BA7B8;
}
.estateitem-data {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 !important;
  line-height: 1.5;
}
.estateitem-data span {
  font-size: 12px;
  font-weight: 500;
  color: #202020;
}
.estateitem-detail-link {
  display: inline-block;
  font-size: 16px;
  color: black;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  margin-top: 0;
  left: 40%;
}
.estateitem-detail-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #28A656;
  width: calc(100% + 50px);
}
.estateitem-detail-link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -50px;
  height: 20px;
  border-top: 1px solid #28A656;
  border-left: 1px solid #28A656;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.estateitem-icon {
  display: flex;
  gap: 24px;
  position: absolute;
}
.estateitem-icon-img {
  margin: 0;
}

.estateitem-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.estateitem-modal.show {
  display: flex;
}
.estateitem-modal-content {
  background: white;
  padding: 56px;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.estateitem-modal-close {
  position: absolute;
  top: 0;
  right: 15px;
  background: none;
  border: none;
  font-size: 42px;
  cursor: pointer;
  display: block;
  padding: 0;
}
.estateitem-modal-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.estateitem-modal-main-photo {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.estateitem-modal-main-photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 3px #393b3f;
  border-right: solid 3px #393b3f;
  transform: rotate(225deg);
  margin: -15px 0 0 -10px;
  left: 5%;
  cursor: pointer;
}
.estateitem-modal-main-photo::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 3px #393b3f;
  border-right: solid 3px #393b3f;
  transform: rotate(45deg);
  margin: -15px 0 0 -10px;
  right: 5%;
  cursor: pointer;
}
.estateitem-modal-image {
  width: 600px;
  height: 480px;
  object-fit: cover;
}
.estateitem-modal-visual {
  margin-bottom: 32px;
}
.estateitem-modal-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.estateitem-modal-gallery {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  overflow-x: auto;
  margin-bottom: 20px;
}
.estateitem-modal-thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.estateitem-modal-thumbnail:hover {
  border-color: #4CAF50;
}
.estateitem-modal-details {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  align-items: center;
}
.estateitem-modal-details p {
  margin: 5px 0;
}
.estateitem-modal-note {
  display: block;
  color: #202020;
  font-size: 16px;
}
.estateitem-modal-propaty {
  display: flex;
  gap: 28px;
  align-items: baseline;
}
.estateitem-modal-plan {
  font-size: 40px;
  font-weight: bold;
}
.estateitem-modal-details span {
  font-weight: bold;
  margin-left: 12px;
  font-size: 20px;
}
.estateitem-modal-floorplan {
  text-align: center;
  margin-bottom: 20px;
}
.estateitem-modal-floorplan-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.estateitem-modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.estateitem-modal-button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.estateitem-modal-contact {
  gap: 40px;
  display: flex;
  align-items: baseline;
  text-align: center;
}
.estateitem-modal-contact .actionBtn01 {
  background-color: #8D1515;
  font-size: 24px;
  padding: 20px;
  border: 1px solid #8D1515;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  min-width: 240px;
  display: inline-block;
}
.estateitem-modal-contact .actionBtn01 svg {
  fill: #fff;
  top: -9px;
}
.estateitem-modal-contact .actionBtn01:hover {
  color: #8D1515;
  border: 1px solid #8D1515;
  background-color: #fff;
  text-decoration: none;
}
.estateitem-modal-contact .actionBtn01:hover svg {
  fill: #8D1515;
}
.estateitem-modal-contact-block {
  display: flex;
  align-items: center;
  background-color: #F9FAF6;
  margin: 42px -56px -56px;
  padding: 32px;
  justify-content: center;
  position: relative;
  gap: 6px;
}
.estateitem-modal-gift {
  display: inline-flex;
  align-items: center;
  background-color: #DBA95B;
  color: #fff;
  font-weight: bold;
  padding: 10px 24px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  z-index: 2;
}
.estateitem-modal-gift::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 15px;
  height: 100%;
  background-color: #F9FAF6;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.estateitem-modal-gift::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #DBA95B;
}
.estateitem-modal-gift .gift-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: #fff;
}
.estateitem-modal-gift span {
  display: inline-block;
  white-space: nowrap;
}
.estateitem .theta-list li {
  padding: 0;
}

.estateland-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 56px;
  margin: auto;
}
.estateland-list li {
  background-color: #fff;
  border: 1px solid #A8BBB0;
  border-radius: 8px;
  padding: 24px;
}
.estateland-summary {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.estateland-number {
  color: #828282;
}
.estateland-price span {
  font-size: 28px;
  font-weight: bold;
}
.estateland-deta .estateland-area {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.estateland-deta .estateland-area span {
  font-size: 20px;
  font-weight: bold;
}
.estateland-note {
  font-size: 14px;
  color: #8B8B8B;
  margin: 0;
  justify-content: end;
  display: flex;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _estate.scss -------------------------------------------------- */
  .estateitem-block {
    padding: 72px 720px;
    position: relative;
    margin: 0 -720px;
  }
  .estateitem-list li {
    border-radius: 8px;
  }
  .estateitem-info {
    display: flex;
    gap: 24px;
  }
  .estateitem-icon {
    top: 0;
    right: 24px;
  }
  .estateitem-icon-img {
    margin: 0;
  }
  .estateitem-photo figure {
    width: 300px;
    height: auto;
  }
  .estateland-list {
    grid-template-columns: repeat(2, 1fr);
    width: 1200px;
  }
  .estateland-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .estateitem-modal-content .detail-item {
    width: 100%;
  }
  .estateitem-modal-content .detail-item .block {
    width: 100%;
  }
  .estateitem-modal-content .detail-item-thumb {
    width: 100%;
  }
  .estateitem-modal-content .swiper-container .swiper-wrapper .swiper-slide p {
    margin-top: 36px;
  }
  .theta-block .theta-Btn {
    width: 400px;
  }
  .theta-block .theta-list {
    align-items: baseline;
    gap: 32px;
  }
}
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _estate.scss -------------------------------------------------- */
  .estateitem-block {
    padding: 32px 8px;
    margin: 0 -8px;
    width: auto;
  }
  .estateitem-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    width: 100%;
    padding: 0;
  }
  .estateitem-list-block {
    padding: 24px 12px;
  }
  .estateitem-list-title {
    margin: 16px 0;
  }
  .estateitem-info {
    display: block;
  }
  .estateitem-title {
    font-size: 24px;
  }
  .estateitem-title span {
    font-size: 48px;
    margin: 0px 6px;
  }
  .estateitem-detail-link {
    left: 70%;
  }
  .estateitem-detail-link::before {
    width: calc(100% + 20px);
  }
  .estateitem-detail-link::after {
    right: -20px;
  }
  .estateitem-plan-block {
    position: relative;
  }
  .estateitem-icon {
    top: 0;
    right: 3%;
  }
  .estateitem-propaty {
    align-items: flex-end;
    margin: 16px 0;
  }
  .estateitem-info img {
    width: 100%;
    height: auto;
  }
  .estateitem-data span {
    font-size: 16px;
  }
  .estateitem-price {
    margin: 0;
  }
  .estateitem-modal-content {
    width: 90%;
    max-height: 80%;
    padding: 24px 12px;
    margin-top: 70px;
    overflow-x: hidden;
    position: relative;
  }
  .estateitem-modal-content .detail-item .block {
    margin: 0;
  }
  .estateitem-modal-content .detail-item .block figure {
    margin: auto;
  }
  .estateitem-modal-content .detail-item .block p {
    margin: 8px auto 0;
    width: 300px;
  }
  .estateitem-modal-content button, .estateitem-modal-content [type=button], .estateitem-modal-content [type=reset], .estateitem-modal-content [type=submit] {
    -webkit-appearance: none;
  }
  .estateitem-modal-content .swiper-pagination-fraction {
    left: 45%;
  }
  .estateitem-modal-main-photo::after {
    display: none;
  }
  .estateitem-modal-plan {
    font-size: 32px;
  }
  .estateitem-modal-image {
    width: 100%;
    height: auto;
  }
  .estateitem-modal-title {
    font-size: 18px;
    width: 70%;
    height: auto;
    margin: 0 auto 16px;
  }
  .estateitem-modal-details {
    display: block;
  }
  .estateitem-modal-propaty {
    display: block;
  }
  .estateitem-modal-contact .actionBtn01 {
    width: 80%;
    font-size: 18px;
    margin: auto;
  }
  .estateitem-modal-contact-block {
    padding: 16px 0;
    position: relative;
    margin: 42px -24px -24px;
    left: 12px;
    width: calc(100% + 24px);
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .estateitem-modal-contact-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 15px;
    height: 100%;
    background-color: #F9FAF6;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .estateitem-modal-gift {
    top: 1px;
    left: 0%;
    position: relative;
  }
  .estateitem-modal-gift::after {
    top: 90%;
    right: 50%;
    left: 50%;
    transform: rotate(90deg);
  }
  .estateitem-modal-gift .sp-ribon::before {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #F9FAF6;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    right: -1px;
    transform: rotate(180deg);
  }
  .estateitem-modal-gallery {
    justify-content: space-around;
    padding: 0;
  }
  .estateitem-modal-contact {
    display: block;
    width: 100%;
    height: auto;
  }
  .estateland-list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0;
  }
  .estateland-list li {
    padding: 24px 12px;
  }
  .estateland-detail {
    display: block;
  }
  .estateland-area {
    margin-bottom: 8px;
  }
  .estateland-note {
    text-align: start;
    justify-content: end;
  }
}

/*# sourceMappingURL=/assets/web/extras/special/common/estate_common-0c6fb5bd.css.map */
