@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Break Point */
.cf7msm-ro {
  display: inline-block;
  padding-top: 15px;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
body {
  font-weight: 500;
  color: #001111;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
}

body main {
  overflow: hidden;
  background-color: #fff;
}

a {
  color: #001111;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

.site-header {
  width: 100%;
  height: 126px;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .header__inner {
  display: flex;
  justify-content: space-between;
}
.site-header .header__inner .header__brand {
  display: flex;
  align-items: center;
}
.site-header .header__inner .header__brand .site-logo img {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .site-logo img {
    height: 52px;
    width: auto;
  }
}
.site-header .header__inner .header__brand .header__brand-text img {
  height: auto;
  width: 279px;
}
@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    width: 207px;
    height: auto;
  }
}
.site-header .header__inner .flex_space {
  display: flex;
}
.site-header .header__inner .flex_space .header__right .header__tel .header__tel-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-icon {
  width: 19px;
  margin-right: 4px;
  margin-top: 7px;
}
.site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-number {
  font-size: 26px;
  color: #91002c;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-right: 19px;
}
.site-header .header__inner .flex_space .header__right .header__tel .header__hours {
  font-size: 14px;
}
.site-header .header__inner .flex_space .header__contact-btn {
  width: 108px;
  height: 83px;
  border-radius: 13px;
  background: #91002c;
  margin-left: 30px;
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 90px;
  }
}
.site-header .header__inner .flex_space .header__contact-btn a .header__contact-icon img {
  width: 42px;
  height: auto;
}
.site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
  font-size: 14px;
  color: #f4eee8;
  font-weight: 700;
}
@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 12px;
  }
}
.site-header.active {
  position: fixed;
  transform: translateY(-100%);
  animation: slideDown 0.5s ease forwards;
  background-color: rgba(255, 255, 255, 0.94);
}
@media screen and (max-width: 1022px) and (min-width: 481px) {
  .site-header.active {
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .site-header.active {
    max-width: 480px;
    margin: 0 auto;
  }
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}

#footer {
  background-color: #681938;
  color: #fff;
  margin-top: -1px;
}
#footer .footerInfo .words {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#footer .footerInfo .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#footer .footerLink li a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1022px) {
  body {
    font-size: 13px;
    background-color: #681938;
  }
  body main,
  body #footer,
  body #latestinfo {
    max-width: 480px;
    margin: 0 auto;
  }
  body main,
  body #footer {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  }
  .commonInner {
    padding: 0 15px;
  }
  #footer {
    padding: 65px 20px 50px;
  }
  #footer .footerInfo .words {
    font-size: 11px;
    margin-top: 10px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footerLink li {
    width: calc(50% - 10px);
  }
  #footer .footerLink li.icon {
    text-align: right;
    width: 100%;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 16px;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
}
@media print, screen and (min-width: 1024px) {
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.w1082 {
    max-width: 1082px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
}
.property-grid .property-card {
  background-color: #fff;
}
.property-grid .property-card.rent {
  position: relative;
}
.property-grid .property-card.sale {
  position: relative;
}
.property-grid .property-card .property-card__link .property-card__body {
  padding: 10px 25px 8px 25px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price {
  line-height: 1.5;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main {
  color: #91002c;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main .price-big {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei {
  color: #444444;
  font-size: 14px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin,
.property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
  padding: 1px 4px;
  border-radius: 4px;
  margin-right: 6px;
  color: #fff;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin {
  background-color: #0a75bf;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
  background-color: #bb5700;
  margin-left: 16px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__spec {
  color: #5d5b59;
  font-size: 16px;
  margin-top: 10px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
  content: "";
  display: inline-block;
  background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
  width: 11px;
  height: 12px;
  margin-right: 6px;
}
.property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
  content: "";
  display: inline-block;
  background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
  width: 11px;
  height: 15px;
  margin-right: 6px;
}
.property-grid .property-card .property-card__link .property-card__footer {
  text-align: right;
}
.property-grid .property-card .property-card__link .property-card__footer .property-card__detail-icon img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 3px;
}

.contactBox .entitle {
  background-color: #c0a181;
  color: #91002c;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.contactBox .contactSecBox > li {
  background-color: #f4eee8;
  position: relative;
}
.contactBox .contactSecBox > li h4 {
  font-weight: 700;
  text-align: center;
}
.contactBox .contactSecBox > li h4 span {
  color: #91002c;
}
.contactBox .contactSecBox > li .mailtext {
  text-align: center;
}
.contactBox .contactSecBox > li .mailtext a {
  color: #91002c;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contactBox .contactSecBox > li .text {
  font-weight: 500;
}
.contactBox .contactSecBox > li .line {
  text-align: center;
}
.contactBox .contactSecBox > li .teltext {
  text-align: center;
}
.contactBox .contactSecBox > li .teltext a {
  color: #91002c;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1023px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 85px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 8px 15px 6px 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 20px 20px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 18px;
    text-align: center;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    border-radius: 5px;
    padding: 20px 15px 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li + li {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 57px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 30px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 18px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 15px;
    font-size: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .line {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 23px;
  }
}
@media print, screen and (min-width: 1024px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 120px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 32px;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/home/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext,
  #latestinfo .commonInner .contactBox .contactSecBox > li .line,
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 22px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 37px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 24px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 26px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-weight: 400;
    padding-top: 64px;
  }
  .forPC {
    display: none !important;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  article,
  aside,
  footer,
  header,
  nav,
  section,
  figcaption,
  figure,
  main {
    display: block;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
  }
  button,
  input,
  select,
  textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] {
    touch-action: manipulation;
  }
  /* Break Point */
  /* Color */
  body {
    font-weight: 500;
    color: #001111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  body main {
    overflow: hidden;
    background-color: #fff;
  }
  a {
    color: #001111;
    text-decoration: none;
  }
  ul,
  ol {
    list-style-type: none;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  * {
    box-sizing: border-box;
  }
  sup,
  sub {
    font-size: 0.6em;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  .site-header {
    width: 100%;
    height: 126px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    top: 0;
    margin: 0 auto;
  }
  .site-header .header__inner {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    margin: 0 auto;
    align-items: center;
    height: 100%;
    padding: 10px;
    background: #f4eee8;
    border-bottom: solid 1px #eadfd4;
  }
  .site-header .header__inner .header__brand {
    display: flex;
    align-items: center;
  }
  .site-header .header__inner .header__brand .site-logo img {
    height: 64px;
    width: auto;
    width: 40px;
    height: 36px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .site-logo img {
    height: 52px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    height: auto;
    width: 279px;
    height: auto;
    width: 160px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    width: 207px;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .header__inner .flex_space {
    display: flex;
  }
  .site-header .header__inner .flex_space #menuBtn {
    display: block;
    width: 30px;
    height: 36px;
    position: relative;
    flex: none;
    z-index: 999;
  }
  .site-header .header__inner .flex_space #menuBtn > span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #91002c;
    position: absolute;
    transition: 0.2s opacity, 0.2s transform;
  }
  .site-header .header__inner .flex_space #menuBtn > span:nth-child(1) {
    top: 0px;
    left: 0px;
  }
  .site-header .header__inner .flex_space #menuBtn > span:nth-child(2) {
    top: 8px;
    left: 0px;
    margin: auto;
  }
  .site-header .header__inner .flex_space #menuBtn > span:nth-child(3) {
    top: 16px;
    left: 0px;
  }
  .site-header .header__inner .flex_space #menuBtn > span.spmenu {
    background: none;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 9px;
    color: #91002c;
    font-weight: 600;
    line-height: 1;
  }
  .site-header .header__inner .flex_space #menuBtn.isOpen span:nth-child(1) {
    width: 24px;
    top: 0;
    bottom: 19px;
    left: 2px;
    margin: auto;
    transform: rotate(45deg);
  }
  .site-header .header__inner .flex_space #menuBtn.isOpen span:nth-child(2) {
    opacity: 0;
  }
  .site-header .header__inner .flex_space #menuBtn.isOpen span:nth-child(3) {
    width: 24px;
    top: 0;
    bottom: 19px;
    right: 3px;
    margin: auto;
    transform: rotate(-45deg);
  }
  .site-header .header__inner .flex_space .header__right .gnav {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #f4eee8;
    z-index: 98;
    transform: translateX(100%);
    transition: 0.5s;
    width: 80%;
    max-width: 380px;
  }
  .site-header .header__inner .flex_space .header__right .gnav.isOpen {
    transform: translateX(0);
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list {
    padding: 65px 30px 30px;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list .gnav__item + .gnav__item {
    margin-top: 25px;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list .gnav__item .gnav__link {
    color: #001111;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    font-size: 18px;
  }
  .site-header .header__inner .flex_space .header__right .gnav .contactBtn {
    display: flex;
    align-items: center;
    background-color: #91002c;
    width: 100%;
    font-weight: 700;
    position: relative;
    color: #fff;
    height: 64px;
    font-size: 18px;
    padding: 0 30px;
    font-family: "Poppins", sans-serif;
  }
  .site-header .header__inner .flex_space .header__right .gnav .contactBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_bottom.webp) no-repeat center/cover;
    width: 14px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    transform: rotate(-90deg);
  }
  .site-header .header__inner .flex_space .header__right .header__tel {
    display: none;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: center;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-icon {
    width: 19px;
    margin-right: 4px;
    margin-top: 7px;
    width: 22px;
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-number {
    font-size: 26px;
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-right: 19px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__hours {
    font-size: 14px;
  }
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 108px;
    height: 83px;
    border-radius: 13px;
    background: #91002c;
    margin-left: 30px;
    text-align: center;
    padding-top: 16px;
    display: none;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-icon img {
    width: 42px;
    height: auto;
    width: 30px;
    height: auto;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 14px;
    color: #f4eee8;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: rgba(255, 255, 255, 0.94);
  }
}
@media screen and (max-width: 1023px) and (max-width: 1022px) and (min-width: 481px) {
  .site-header.active {
    background-color: transparent;
  }
}
@media screen and (max-width: 1023px) and (max-width: 480px) {
  .site-header.active {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #footer {
    background-color: #681938;
    color: #fff;
    margin-top: -1px;
  }
  #footer .footerInfo .words {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerInfo .copyright {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerLink li a {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1022px) {
  body {
    font-size: 13px;
    background-color: #681938;
  }
  body main,
  body #footer,
  body #latestinfo {
    max-width: 480px;
    margin: 0 auto;
  }
  body main,
  body #footer {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  }
  .commonInner {
    padding: 0 15px;
  }
  #footer {
    padding: 65px 20px 50px;
  }
  #footer .footerInfo .words {
    font-size: 11px;
    margin-top: 10px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footerLink li {
    width: calc(50% - 10px);
  }
  #footer .footerLink li.icon {
    text-align: right;
    width: 100%;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 16px;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.w1082 {
    max-width: 1082px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
}
@media screen and (max-width: 1023px) {
  .property-grid.property-grid--3col {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 6px;
  }
  .property-grid .property-card {
    background-color: #fff;
    width: calc(50% - 3px);
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px rgb(233, 222, 211);
    padding: 4px;
  }
  .property-grid .property-card.rent:before {
    content: "RENT";
    color: #0a90ba;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 6px 0 5px;
    background-color: #fff;
    width: 42px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .property-grid .property-card.sale:before {
    content: "SALE";
    color: #91002c;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 6px 0 5px;
    background-color: #fff;
    width: 42px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .property-grid .property-card .property-card__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .property-grid .property-card .property-card__link .property-card__thumb img {
    border-radius: 10px;
    aspect-ratio: 137/83;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .property-grid .property-card .property-card__link .property-card__body {
    padding: 10px 25px 8px 25px;
    padding: 6px 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__tags {
    display: flex;
    gap: 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__tags .property-card__tag {
    color: #fff;
    font-size: 10px;
    background: #513b24;
    padding: 2px 6px;
    border-radius: 3px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price {
    line-height: 1.5;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main {
    color: #91002c;
    font-size: 12px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main .price-big {
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-sub {
    font-size: 12px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei {
    color: #444444;
    font-size: 14px;
    font-size: 12px;
    margin-top: 10px;
    display: flex;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin,
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    padding: 1px 4px;
    border-radius: 4px;
    margin-right: 6px;
    color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-right: 3px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin {
    background-color: #0a75bf;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    background-color: #bb5700;
    margin-left: 16px;
    margin-left: 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec {
    color: #5d5b59;
    font-size: 16px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 11px;
    height: 12px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01 {
    position: relative;
    padding-left: 16px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
    width: 11px;
    height: 12px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 11px;
    height: 15px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02 {
    position: relative;
    padding-left: 16px;
    margin-top: 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
    width: 11px;
    height: 15px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .property-grid .property-card .property-card__link .property-card__footer {
    text-align: right;
    margin-top: 10px;
    font-size: 10px;
    margin-top: auto;
    padding-right: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
  .property-grid .property-card .property-card__link .property-card__footer .property-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-top: 0px;
    transform: translateY(-1px);
  }
  .contactBox .entitle {
    background-color: #c0a181;
    color: #91002c;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li {
    background-color: #f4eee8;
    position: relative;
  }
  .contactBox .contactSecBox > li h4 {
    font-weight: 700;
    text-align: center;
  }
  .contactBox .contactSecBox > li h4 span {
    color: #91002c;
  }
  .contactBox .contactSecBox > li .mailtext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .mailtext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li .text {
    font-weight: 500;
  }
  .contactBox .contactSecBox > li .line {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 85px;
    background-color: #fff;
    padding-top: 0px;
    background-image: url(../images/home/footer_bg_sp.webp);
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 8px 15px 6px 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 20px 20px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 18px;
    text-align: center;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    border-radius: 5px;
    padding: 20px 15px 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li + li {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 57px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 30px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 18px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 15px;
    font-size: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .line {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 23px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 120px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 32px;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/home/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext,
  #latestinfo .commonInner .contactBox .contactSecBox > li .line,
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 22px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 37px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 24px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 26px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1023px) {
  body {
    font-weight: 400;
    padding-top: 126px;
  }
  .forSP {
    display: none !important;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  article,
  aside,
  footer,
  header,
  nav,
  section,
  figcaption,
  figure,
  main {
    display: block;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
  }
  button,
  input,
  select,
  textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] {
    touch-action: manipulation;
  }
  /* Break Point */
  /* Color */
  body {
    font-weight: 500;
    color: #001111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  body main {
    overflow: hidden;
    background-color: #fff;
  }
  a {
    color: #001111;
    text-decoration: none;
  }
  ul,
  ol {
    list-style-type: none;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  * {
    box-sizing: border-box;
  }
  sup,
  sub {
    font-size: 0.6em;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  .site-header {
    width: 100%;
    height: 126px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 26px;
    background: #f4eee8;
  }
  .site-header .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .site-header .header__inner .header__brand {
    display: flex;
    align-items: center;
  }
  .site-header .header__inner .header__brand .site-logo img {
    height: 64px;
    width: auto;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .site-logo img {
    height: 52px;
    width: auto;
  }
}
@media print, screen and (min-width: 1023px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    height: auto;
    width: 279px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    width: 207px;
    height: auto;
  }
}
@media print, screen and (min-width: 1023px) {
  .site-header .header__inner .flex_space {
    display: flex;
  }
  .site-header .header__inner .flex_space #menuBtn {
    display: none !important;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list {
    display: flex;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list .gnav__item {
    font-size: 16px;
    font-weight: 700;
    margin-left: 35px;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list .gnav__item .gnav__link:hover {
    color: #91002c;
  }
  .site-header .header__inner .flex_space .header__right .gnav .gnav__list .gnav__item .gnav__link:hover::after {
    content: "";
    display: block;
    background: #91002c;
    width: 100%;
    height: 2px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-icon {
    width: 19px;
    margin-right: 4px;
    margin-top: 7px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-number {
    font-size: 26px;
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-right: 19px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__hours {
    font-size: 14px;
  }
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 108px;
    height: 83px;
    border-radius: 13px;
    background: #91002c;
    margin-left: 30px;
    text-align: center;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 90px;
  }
}
@media print, screen and (min-width: 1023px) {
  .site-header .header__inner .flex_space .header__contact-btn:hover {
    opacity: 0.5;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-icon img {
    width: 42px;
    height: auto;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 14px;
    color: #f4eee8;
    font-weight: 700;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1023px) {
  .site-header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: rgba(255, 255, 255, 0.94);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1022px) and (min-width: 481px) {
  .site-header.active {
    background-color: transparent;
  }
}
@media screen and (min-width: 1023px) and (max-width: 480px) {
  .site-header.active {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1023px) {
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #footer {
    background-color: #681938;
    color: #fff;
    margin-top: -1px;
  }
  #footer .footerInfo .words {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerInfo .copyright {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerLink li a {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1022px) {
  body {
    font-size: 13px;
    background-color: #681938;
  }
  body main,
  body #footer,
  body #latestinfo {
    max-width: 480px;
    margin: 0 auto;
  }
  body main,
  body #footer {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  }
  .commonInner {
    padding: 0 15px;
  }
  #footer {
    padding: 65px 20px 50px;
  }
  #footer .footerInfo .words {
    font-size: 11px;
    margin-top: 10px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footerLink li {
    width: calc(50% - 10px);
  }
  #footer .footerLink li.icon {
    text-align: right;
    width: 100%;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 16px;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
}
@media print, screen and (min-width: 1023px) and (min-width: 1024px) {
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.w1082 {
    max-width: 1082px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
}
@media print, screen and (min-width: 1023px) {
  .property-grid.property-grid--3col {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 21px;
    margin-top: 40px;
  }
  .property-grid .property-card {
    background-color: #fff;
    width: calc(33.3333333333% - 14px);
    border-radius: 16px;
    box-shadow: 9px 9px 0px 0px rgb(233, 222, 211);
  }
  .property-grid .property-card:hover {
    transform: translate(9px, 9px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  .property-grid .property-card.rent:before {
    content: "RENT";
    color: #0a90ba;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 16px 0 10px;
    background-color: #fff;
    width: 70px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .property-grid .property-card.sale:before {
    content: "SALE";
    color: #91002c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 16px 0 10px;
    background-color: #fff;
    width: 70px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .property-grid .property-card .property-card__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  .property-grid .property-card .property-card__link .property-card__thumb img {
    margin-top: 6px;
    margin-inline: 6px;
    width: 97%;
    border-radius: 10px;
    aspect-ratio: 137/83;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 6px 5px;
  }
  .property-grid .property-card .property-card__link .property-card__body {
    padding: 10px 25px 8px 25px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__tags {
    display: flex;
    margin-right: 1px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__tags .property-card__tag {
    color: #fff;
    font-size: 13px;
    background: #513b24;
    padding: 2px 14px;
    border-radius: 5px;
    margin-right: 4px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price {
    line-height: 1.5;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main {
    color: #91002c;
    font-size: 17px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main .price-big {
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-sub {
    font-size: 17px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei {
    color: #444444;
    font-size: 14px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin,
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    padding: 1px 4px;
    border-radius: 4px;
    margin-right: 6px;
    color: #fff;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin {
    background-color: #0a75bf;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    background-color: #bb5700;
    margin-left: 16px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec {
    color: #5d5b59;
    font-size: 16px;
    margin-top: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 11px;
    height: 12px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 11px;
    height: 15px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__footer {
    text-align: right;
    font-size: 14px;
    margin-top: auto;
    padding-right: 25px;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
  }
  .property-grid .property-card .property-card__link .property-card__footer .property-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .contactBox .entitle {
    background-color: #c0a181;
    color: #91002c;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li {
    background-color: #f4eee8;
    position: relative;
  }
  .contactBox .contactSecBox > li h4 {
    font-weight: 700;
    text-align: center;
  }
  .contactBox .contactSecBox > li h4 span {
    color: #91002c;
  }
  .contactBox .contactSecBox > li .mailtext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .mailtext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li .text {
    font-weight: 500;
  }
  .contactBox .contactSecBox > li .line {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 85px;
    background-color: #fff;
    padding-top: 65px;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 8px 15px 6px 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 20px 20px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 18px;
    text-align: center;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    border-radius: 5px;
    padding: 20px 15px 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li + li {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 57px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 30px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 18px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 15px;
    font-size: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .line {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 23px;
  }
}
@media print, screen and (min-width: 1023px) and (min-width: 1024px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 120px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 32px;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/home/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext,
  #latestinfo .commonInner .contactBox .contactSecBox > li .line,
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 22px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 37px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 24px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 26px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  body {
    font-weight: 400;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  article,
  aside,
  footer,
  header,
  nav,
  section,
  figcaption,
  figure,
  main {
    display: block;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
  }
  button,
  input,
  select,
  textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] {
    touch-action: manipulation;
  }
  /* Break Point */
  /* Color */
  body {
    font-weight: 500;
    color: #001111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  body main {
    overflow: hidden;
    background-color: #fff;
  }
  a {
    color: #001111;
    text-decoration: none;
  }
  ul,
  ol {
    list-style-type: none;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  * {
    box-sizing: border-box;
  }
  sup,
  sub {
    font-size: 0.6em;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  .site-header {
    width: 100%;
    height: 126px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-header .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .site-header .header__inner .header__brand {
    display: flex;
    align-items: center;
  }
  .site-header .header__inner .header__brand .site-logo img {
    height: 64px;
    width: auto;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .site-logo img {
    height: 52px;
    width: auto;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    height: auto;
    width: 279px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .header__brand .header__brand-text img {
    width: 207px;
    height: auto;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .site-header .header__inner .flex_space {
    display: flex;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-icon {
    width: 19px;
    margin-right: 4px;
    margin-top: 7px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-number {
    font-size: 26px;
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-right: 19px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__hours {
    font-size: 14px;
  }
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 108px;
    height: 83px;
    border-radius: 13px;
    background: #91002c;
    margin-left: 30px;
    text-align: center;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 90px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-icon img {
    width: 42px;
    height: auto;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 14px;
    color: #f4eee8;
    font-weight: 700;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1500px) and (min-width: 1024px) {
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .site-header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: rgba(255, 255, 255, 0.94);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1022px) and (min-width: 481px) {
  .site-header.active {
    background-color: transparent;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 480px) {
  .site-header.active {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #footer {
    background-color: #681938;
    color: #fff;
    margin-top: -1px;
  }
  #footer .footerInfo .words {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerInfo .copyright {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerLink li a {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1022px) {
  body {
    font-size: 13px;
    background-color: #681938;
  }
  body main,
  body #footer,
  body #latestinfo {
    max-width: 480px;
    margin: 0 auto;
  }
  body main,
  body #footer {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  }
  .commonInner {
    padding: 0 15px;
  }
  #footer {
    padding: 65px 20px 50px;
  }
  #footer .footerInfo .words {
    font-size: 11px;
    margin-top: 10px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footerLink li {
    width: calc(50% - 10px);
  }
  #footer .footerLink li.icon {
    text-align: right;
    width: 100%;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 16px;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (min-width: 1024px) {
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.w1082 {
    max-width: 1082px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .property-grid .property-card {
    background-color: #fff;
  }
  .property-grid .property-card .property-card__link .property-card__body {
    padding: 10px 25px 8px 25px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price {
    line-height: 1.5;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main {
    color: #91002c;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main .price-big {
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei {
    color: #444444;
    font-size: 14px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin,
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    padding: 1px 4px;
    border-radius: 4px;
    margin-right: 6px;
    color: #fff;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin {
    background-color: #0a75bf;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    background-color: #bb5700;
    margin-left: 16px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec {
    color: #5d5b59;
    font-size: 16px;
    margin-top: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 11px;
    height: 12px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 11px;
    height: 15px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__footer {
    text-align: right;
  }
  .property-grid .property-card .property-card__link .property-card__footer .property-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .contactBox .entitle {
    background-color: #c0a181;
    color: #91002c;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li {
    background-color: #f4eee8;
    position: relative;
  }
  .contactBox .contactSecBox > li h4 {
    font-weight: 700;
    text-align: center;
  }
  .contactBox .contactSecBox > li h4 span {
    color: #91002c;
  }
  .contactBox .contactSecBox > li .mailtext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .mailtext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li .text {
    font-weight: 500;
  }
  .contactBox .contactSecBox > li .line {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1023px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 85px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 8px 15px 6px 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 20px 20px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 18px;
    text-align: center;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    border-radius: 5px;
    padding: 20px 15px 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li + li {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 57px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 30px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 18px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 15px;
    font-size: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .line {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    margin-top: 15px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: block;
    margin-bottom: 3px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 23px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (min-width: 1024px) {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 120px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 32px;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/home/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext,
  #latestinfo .commonInner .contactBox .contactSecBox > li .line,
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 22px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 37px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 24px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 26px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
}
@media print {
  body {
    font-weight: 400;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  article,
  aside,
  footer,
  header,
  nav,
  section,
  figcaption,
  figure,
  main {
    display: block;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
  }
  button,
  input,
  select,
  textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  a,
  area,
  button,
  input,
  label,
  select,
  summary,
  textarea,
  [tabindex] {
    touch-action: manipulation;
  }
  /* Break Point */
  /* Color */
  body {
    font-weight: 500;
    color: #001111;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  body main {
    overflow: hidden;
    background-color: #fff;
  }
  a {
    color: #001111;
    text-decoration: none;
  }
  ul,
  ol {
    list-style-type: none;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  * {
    box-sizing: border-box;
  }
  sup,
  sub {
    font-size: 0.6em;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  .site-header {
    width: 100%;
    height: 126px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-header .header__inner {
    display: flex;
    justify-content: space-between;
  }
  .site-header .header__inner .header__brand {
    display: flex;
    align-items: center;
  }
  .site-header .header__inner .header__brand .site-logo img {
    height: 64px;
    width: auto;
  }
  .site-header .header__inner .header__brand .header__brand-text img {
    height: auto;
    width: 279px;
  }
  .site-header .header__inner .flex_space {
    display: flex;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-icon {
    width: 19px;
    margin-right: 4px;
    margin-top: 7px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__tel-row .header__tel-number {
    font-size: 26px;
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-right: 19px;
  }
  .site-header .header__inner .flex_space .header__right .header__tel .header__hours {
    font-size: 14px;
  }
  .site-header .header__inner .flex_space .header__contact-btn {
    width: 108px;
    height: 83px;
    border-radius: 13px;
    background: #91002c;
    margin-left: 30px;
    text-align: center;
    padding-top: 16px;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-icon img {
    width: 42px;
    height: auto;
  }
  .site-header .header__inner .flex_space .header__contact-btn a .header__contact-text {
    font-size: 14px;
    color: #f4eee8;
    font-weight: 700;
  }
  .site-header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: rgba(255, 255, 255, 0.94);
  }
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #footer {
    background-color: #681938;
    color: #fff;
    margin-top: -1px;
  }
  #footer .footerInfo .words {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerInfo .copyright {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #footer .footerLink li a {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media print {
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.w1082 {
    max-width: 1082px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
  .property-grid .property-card {
    background-color: #fff;
  }
  .property-grid .property-card .property-card__link .property-card__body {
    padding: 10px 25px 8px 25px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price {
    line-height: 1.5;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main {
    color: #91002c;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .property-card__price-main .price-big {
    font-size: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei {
    color: #444444;
    font-size: 14px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin,
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    padding: 1px 4px;
    border-radius: 4px;
    margin-right: 6px;
    color: #fff;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .sikikin {
    background-color: #0a75bf;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__price .sikirei .reikin {
    background-color: #bb5700;
    margin-left: 16px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec {
    color: #5d5b59;
    font-size: 16px;
    margin-top: 10px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_01::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 11px;
    height: 12px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__body .property-card__spec .property-card__spec-item_02::before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 11px;
    height: 15px;
    margin-right: 6px;
  }
  .property-grid .property-card .property-card__link .property-card__footer {
    text-align: right;
  }
  .property-grid .property-card .property-card__link .property-card__footer .property-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .contactBox .entitle {
    background-color: #c0a181;
    color: #91002c;
    line-height: 1;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li {
    background-color: #f4eee8;
    position: relative;
  }
  .contactBox .contactSecBox > li h4 {
    font-weight: 700;
    text-align: center;
  }
  .contactBox .contactSecBox > li h4 span {
    color: #91002c;
  }
  .contactBox .contactSecBox > li .mailtext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .mailtext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .contactBox .contactSecBox > li .text {
    font-weight: 500;
  }
  .contactBox .contactSecBox > li .line {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext {
    text-align: center;
  }
  .contactBox .contactSecBox > li .teltext a {
    color: #91002c;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
}
@media print {
  #latestinfo {
    background-image: url(../images/home/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 120px;
    background-color: #fff;
  }
  #latestinfo .commonInner .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .commonInner .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .commonInner .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .commonInner .contactBox H3 {
    font-size: 32px;
  }
  #latestinfo .commonInner .contactBox .text {
    margin-top: 20px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li:before {
    content: "";
    display: inline-block;
    background: url(../images/home/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext,
  #latestinfo .commonInner .contactBox .contactSecBox > li .line,
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 {
    font-size: 22px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li h4 span {
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext .icon img {
    width: 37px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .mailtext a {
    font-size: 24px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li {
    padding-left: 17px;
    position: relative;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .contactMailList li:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 12px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn {
    display: block;
    background: #91002c;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px;
    margin-inline: auto;
    position: relative;
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
    margin-top: 15px;
    line-height: 1.2;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext {
    flex-direction: column;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon {
    display: inline-block;
    margin-bottom: 10px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext .icon img {
    width: 26px;
  }
  #latestinfo .commonInner .contactBox .contactSecBox > li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
}
/*# sourceMappingURL=map/common.css.map */
