@charset "UTF-8";
figcaption {
  display: block !important;
  margin-top: 0.75rem;
  margin-bottom: 0;
  color: inherit;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
  opacity: var(--ark-opacity--thin);
}

[class*=arkhe-svg-]:not([width]) {
  width: 1em;
  height: 1em;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

b,
strong {
  font-weight: bold;
}

main {
  display: block;
}

ruby > rt {
  font-size: 50%;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

video {
  outline: none;
}

svg:not([fill]) {
  fill: currentcolor;
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

/* Form */
button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

/* Show the overflow in IE. */
button,
input { /* Show the overflow in Edge. */
  overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.  */
button,
select { /* Remove the inheritance of text transform in Firefox. */
  text-transform: none;
}

/* button */
button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: button;
}

[role=button] {
  cursor: pointer;
}

/* normalize 通り */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* normalize 通り */
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

input,
textarea,
select,
button {
  padding: 0.25em 0.5em;
  color: #333;
  border: 1px solid var(--ark-color--border);
  border-radius: 0;
}

[type=color] {
  padding: 0;
}

[type=range] {
  vertical-align: middle;
}

/*
 * Accessibility
 */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
:root {
  --ark-mt: 2rem;
  --ark-mt--s: 1rem;
  --ark-mt--h: 2.5em;
  --ark-font_family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
  --ark-font_size: min(16px, 4vw);
  --ark-line_height: 1.8;
  --ark-letter_spacing: 0.025em;
  --ark-padding--container: min(48px, 4vw);
  --ark-color--border: rgba(200, 200, 200, 0.5);
  --ark-color--border--table: #ededed;
  --ark-color--gray--hover: rgba(150, 150, 150, 0.05);
  --ark-opacity--thin: 0.75;
  --ark-header_height: 0px;
  --ark-header_height--fixed: 0px;
  --ark-adminbar_height: 0px;
  --ark-scrollbar_width: 0px;
  --ark-100vh: 100vh;
  --ark-fz--xs: 0.75em;
  --ark-fz--s: 0.9em;
  --ark-fz--n: 1rem;
  --ark-fz--m: 1.1em;
  --ark-fz--l: 1.25em;
  --ark-fz--xl: 1.5em;
  --ark-fz--xxl: 2em;
  --ark-fz--huge: 3em;
  --ark-submenu_btn_size: 1.75rem;
}

html {
  font-size: var(--ark-font_size);
  letter-spacing: var(--ark-letter_spacing);
}

body {
  --ark-offset--y: calc(
    var(--ark-adminbar_height) + var(--ark-header_height--fixed)
  );
  --ark-height--full: calc(var(--ark-100vh, 100vh) - var(--ark-offset--y));
}

body.admin-bar {
  --ark-adminbar_height: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --ark-adminbar_height: var(--wp-admin--admin-bar--height, 46px);
  }
}

@supports (height: 100svh) {
  .l-main__body > .c-postContent > :first-child {
    --ark-100vh: 100svh; /* stylelint-disable-line */
  }
}

.l-header[data-overlay="1"] + .l-content .l-main__body > .c-postContent > :first-child {
  --ark-height--full: calc(
    var(--ark-100vh, 100vh) - var(--ark-adminbar_height)
  );
}

.l-header:not([data-overlay]) + .l-content .l-main__body > .c-postContent > :first-child {
  --ark-height--full: calc(
    var(--ark-100vh, 100vh) - var(--ark-adminbar_height) -
      var(--ark-header_height)
  );
}

body {
  /* stylelint-disable-line */
  --ark-color_main: var(--ark-color--main);
  --ark-color_accent: #00ad96;
  --ark-color_text: var(--ark-color--text);
  --ark-color_link: var(--ark-color--link);
  --ark-color_bg: var(--ark-color--bg);
  --ark-color_gray: var(--ark-color--gray);
  --ark-hover_gray: var(--ark-color--gray--hover);
  --ark-color_border: var(--ark-color--border);
  --ark-pad--container: var(--ark-padding--container);
  --ark-container_width: var(--ark-width--container);
  --ark-article_width: var(--ark-width--article);
  --ark-slim_width: var(--ark-width--article--slim);
}

body {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ark-color--text);
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--ark-font_family);
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--ark-color--bg);
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--ark-color--link);
}

/**
 * フロントはそのまま、エディターでは .editor-styles-wrapper でラップされる
 */
/* ---------- 見出し ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  --ark-mt: var(--ark-mt--h);
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.375rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* ---------- 引用 ---------- */
blockquote {
  padding: 0.25em 1em;
  background: none;
  border-left: solid 2px var(--ark-color--border);
  quotes: none;
}
blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
  opacity: 0.75;
}

/* ---------- テーブル ---------- */
table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  border: none;
  border-top: solid 1px var(--ark-color--border--table);
  border-right: solid 1px var(--ark-color--border--table);
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  opacity: var(--ark-opacity--thin);
}

th,
td {
  padding: var(--ark-padding--cell, 0.5em 0.75em) !important;
  vertical-align: top;
  word-break: break-all;
  border-bottom: solid 1px var(--ark-color--border--table);
  border-left: solid 1px var(--ark-color--border--table);
}

:where(thead) td,
:where(thead) th {
  color: #fff;
  background-color: var(--ark-color--main);
}

:where(tbody) th {
  font-weight: bold;
  background-color: var(--ark-color--gray);
}

/* ---------- pre ---------- */
pre,
code {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

pre {
  padding: 1rem;
  overflow-x: auto;
  background-color: var(--ark-color--gray);
}
pre code {
  font-size: 0.9rem;
  font-family: Menlo, Consolas, monaco, monospace;
}

/* ---------- 横線 ---------- */
hr:not(.wp-block-separator) {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

/* ---------- インライン装飾 ---------- */
kbd,
:not(pre) > code {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0.2em 0.5em;
  color: #3f3f3f;
  font-size: 0.9em;
  font-family: Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: inherit;
  background: #edf0f3;
  border-radius: 3px;
}

kbd {
  background-color: #fbfbfb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
}

small {
  font-size: 0.75em;
  opacity: var(--ark-opacity--thin);
}

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

/* ---------- リスト ---------- */
ul,
ol {
  margin: 0;
  padding: var(--ark-list-padding, 0 0 0 1.5em);
}
ul.has-background,
ol.has-background {
  padding: var(--ark-list-padding--has_bg, 1em 1em 1em 2.25em);
}

/* ---------- その他 ---------- */
iframe {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@font-face {
  font-family: "MarckScript";
  src: url("/wp-content/uploads/MarckScript-Regular.ttf") format("truetype");
}
#toc_container {
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border: 0;
  border-top: 5px solid var(--ark-color_main);
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}
#toc_container .toc_title {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--ark-color_main);
  font-weight: 600;
  font-size: 1.2em;
}
#toc_container .toc_title::before {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--ark-color_main) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/1em;
  content: "";
}
#toc_container ul {
  list-style-type: decimal;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
}
#toc_container ul ul {
  margin-top: 5px;
}
#toc_container ul ul li {
  font-weight: 500;
  font-size: 0.9em;
}
#toc_container ul li {
  padding: 5px 0;
  font-weight: 600;
}
#toc_container ul a {
  color: #555;
  text-decoration: none;
}
#toc_container > ul {
  margin-top: 15px;
}

.p-entry__foot {
  background: #fff;
  padding: 3rem;
  border-radius: 40px;
}
.p-entry__foot .c-postTerms__link {
  background: inherit;
  color: var(--ark-color--link);
  text-decoration: underline;
}
.p-entry__foot .c-pnNav__link {
  border: 1px solid var(--ark-color_main);
  border-radius: 10px;
  color: var(--ark-color_main);
}
.p-entry__foot .c-pnNav__link:hover {
  background-color: var(--ark-color_main);
  opacity: 1;
  color: white;
}

article.p-entry h2:not(.ark-block-heading__main),
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-post-content h2:not(.ark-block-heading__main) {
  padding: 0.4em 0.5em; /*上下 左右の余白*/
  color: var(--ark-color_text); /*文字色*/
  border-left: solid 10px var(--ark-color_main); /*左線*/
  background: #fff;
  border-radius: 10px;
}
article.p-entry h3:not(.ark-block-heading__main),
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-post-content h3:not(.ark-block-heading__main) {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: var(--ark-color_text); /*文字色*/
  border-bottom: solid 2px var(--ark-color_main); /*左線*/
}
article.p-entry h4:not(.ark-block-heading__main),
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-post-content h4:not(.ark-block-heading__main) {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: var(--ark-color_text); /*文字色*/
  border-left: solid 3px var(--ark-color_main); /*左線*/
}
article.p-entry h5:not(.ark-block-heading__main),
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-post-content h5:not(.ark-block-heading__main) {
  padding: 0.25em 0.7em; /*上下 左右の余白*/
  color: var(--ark-color_text); /*文字色*/
  position: relative;
}
article.p-entry h5:not(.ark-block-heading__main)::before,
.edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-post-content h5:not(.ark-block-heading__main)::before {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--ark-color_main);
  left: -3px;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto 0;
}

.c-pnNav {
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: nowrap !important;
}

.l-header .l-header__body {
  padding-left: 2rem;
}
@media (min-width: 1000px) {
  .l-header .l-header__body {
    grid-template-columns: var(--ark-drawerW) 0 auto calc(25% - var(--ark-searchW)) var(--ark-searchW);
  }
  .l-header .l-header__body .l-header__center {
    padding: 1.25rem 0;
    display: flex;
  }
}
@media not all and (min-width: 1000px) {
  .l-header .l-header__body {
    grid-template-columns: var(--ark-drawerW) 5% auto 8% var(--ark-drawerW);
  }
}
.l-header .kk-header-description {
  text-align: left;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
.l-header .kk-header-description::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 9999;
  background-color: #b5b5b5;
}
@media not all and (min-width: 1000px) {
  .l-header .kk-header-description {
    display: none;
  }
}
@media not all and (min-width: 1000px) {
  .l-header .l-header__drawerBtn {
    transform: translateX(-15px);
  }
}

.kk-header-cta-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 1.25rem;
  margin-left: 1rem;
  background-color: var(--ark-color_main);
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: opacity ease-out 0.2s;
}
.kk-header-cta-button:hover {
  opacity: 0.5;
}
.kk-header-cta-button .main_text {
  display: block;
}

.l-headerUnder {
  border-top: 1px solid #efefef;
}

.kk-drawer-cta-button {
  display: block;
  width: 100%;
  margin-top: 20px !important;
  padding: 20px 0px !important;
  text-align: center;
  background-color: var(--ark-color_main);
  color: white;
  text-decoration: none;
  border-radius: 9999px;
  font-weight: bold;
}

.l-footer {
  background-color: #f9f9f9;
  padding-top: 4.5vw;
}
.l-footer .ark-block-section__svg {
  height: 4.5vw;
  top: -1px;
}
.l-footer .ark-block-section__svg {
  fill: var(--ark-color--bg, #fff);
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.l-footer .kk-footer-description {
  flex: 1;
}
.l-footer .l-footer__nav {
  padding: 1rem 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.l-footer .l-footer__nav .menu-item a {
  font-weight: bold;
  padding: 0 24px;
}
@media not all and (min-width: 1000px) {
  .l-footer .l-footer__nav {
    flex-direction: column;
  }
  .l-footer .l-footer__nav .menu-item a {
    padding: 16px;
  }
}

@media not all and (min-width: 1000px) {
  .arkp-scMV05 .ark-block-section__body {
    align-items: flex-start;
  }
  .arkp-scMV05 .kk-mainvisual-catchcopy {
    margin-top: 30px;
  }
  .arkp-scMV05 .kk-mainvisual-catchcopy .ark-block-heading__main {
    font-size: 24px !important;
    line-height: 200% !important;
  }
}

@media not all and (min-width: 1000px) {
  .kk-cta-buttons {
    flex-direction: column;
  }
}

.kk-top-cta-button .ark-block-button__link {
  padding: 2rem 0;
}
.kk-top-cta-button .ark-block-button__icon {
  position: absolute;
  right: 2rem;
  font-size: 25px;
}

.kk-toppage-title .ark-block-heading__main {
  font-weight: normal;
}
.kk-toppage-title .ark-block-heading__sub {
  font-size: 2rem;
  color: var(--ark-color_accent);
  font-family: "MarckScript";
}
.kk-toppage-title .ark-block-heading__line::before {
  background: none;
  border-radius: unset;
  border-bottom: 4px dotted #b5b5b5;
  width: 100px;
}

.kk-western-style-container .ark-block-columns__inner {
  justify-content: center;
}

.kk-contact-guide-box {
  padding: 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
}

.kk-contact-number-txt {
  font-size: 50px;
}
@media not all and (min-width: 1000px) {
  .kk-contact-number-txt {
    font-size: 32px;
  }
}

.kk-toppage-contact-button .ark-block-button__link {
  border-radius: 11px;
  font-size: 1.5rem;
  padding: 2rem 2rem 2rem 4.8125rem;
  position: relative;
}
.kk-toppage-contact-button .ark-block-button__link::after {
  content: "";
  background: url(/wp-content/uploads/2023/12/709d47699d475f9954a40fa640f103a5.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 37px;
  height: 55px;
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  color: white !important;
}
@media not all and (min-width: 1000px) {
  .kk-toppage-contact-button .ark-block-button__link {
    font-size: 1.2rem;
  }
}

.kk-shop-info-box .ark-block-dl__dt {
  width: 30%;
  flex: none;
}
.kk-shop-info-box .ark-block-dl__dd {
  flex: 1;
}

.contact-content .contact-content-inner dt p {
  position: relative;
}
.contact-content .contact-content-inner dt p label {
  font-weight: bold;
}
.contact-content .contact-content-inner dt p .color-red,
.contact-content .contact-content-inner dt p .color-gray {
  position: absolute;
  right: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
}
.contact-content .contact-content-inner dt p .color-red {
  background: var(--ark-color_main);
}
.contact-content .contact-content-inner dt p .color-gray {
  background: #b5b5b5;
}
@media not all and (min-width: 1000px) {
  .contact-content .contact-content-inner dt p {
    padding: 10px 0;
  }
  .contact-content .contact-content-inner dt p .color-red,
  .contact-content .contact-content-inner dt p .color-gray {
    right: 0;
  }
}
.contact-content .contact-content-inner .wpcf7-list-item input {
  width: -moz-fit-content;
  width: fit-content;
}

.properties-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.properties-list li {
  position: relative;
  width: calc(33.33% - 2rem);
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(37, 37, 37, 0.05);
}
.properties-list li a {
  color: inherit !important;
  text-decoration: none;
}
.properties-list li .property-full-info {
  position: absolute;
  display: flex;
  right: 16px;
  top: 16px;
  align-items: center;
  padding: 5px 18px;
  min-height: 47px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid var(--ark-color_accent);
  color: var(--ark-color_accent);
  border-radius: 16px;
}
.properties-list li .property-full-info.full {
  border-color: var(--ark-color_main);
  color: var(--ark-color_main);
}
.properties-list li .property-content {
  padding: 1.875rem;
}
.properties-list li .property-abstruct {
  font-size: 1.25rem;
  font-weight: bold;
}
.properties-list li .property-thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties-list li .property-meta {
  padding-top: 10px;
}
.properties-list li .property-price,
.properties-list li .property-station,
.properties-list li .property-university {
  display: flex;
  align-items: center;
  padding: 5px 0;
  line-height: 30px;
}
.properties-list li .property-price i,
.properties-list li .property-station i,
.properties-list li .property-university i {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 24px;
  margin-right: 1rem;
  color: var(--ark-color_accent);
}
.properties-list li .property-price .__priceTxt,
.properties-list li .property-station .__priceTxt,
.properties-list li .property-university .__priceTxt {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--ark-color_main);
}
.properties-list li .property-price .__yenTxt,
.properties-list li .property-station .__yenTxt,
.properties-list li .property-university .__yenTxt {
  font-weight: bold;
}
.properties-list li .property-price .__otherFeeTxt,
.properties-list li .property-station .__otherFeeTxt,
.properties-list li .property-university .__otherFeeTxt {
  font-size: 14px;
  padding-left: 5px;
}
.properties-list.normal .property-content h3 {
  font-size: 1.5rem;
}
.properties-list.normal .property-abstruct {
  font-size: 1rem;
  font-weight: bold;
}
.properties-list.large li {
  width: calc(50% - 2rem);
}
@media not all and (min-width: 1000px) {
  .properties-list li {
    width: calc(50% - 2rem);
  }
  .properties-list li .__priceWrapper {
    display: flex;
    flex-direction: column;
  }
}
@media not all and (min-width: 600px) {
  .properties-list {
    padding: 0;
  }
  .properties-list li {
    width: 100% !important;
  }
  .properties-list li .__priceWrapper {
    display: flex;
    flex-direction: row;
  }
}
.properties-list.list {
  flex-direction: column;
}
.properties-list.list li {
  width: 100% !important;
}
.properties-list.list li .property-content {
  padding: 1rem !important;
}
.properties-list.list li .property-content h3 {
  font-size: 1.3rem;
}
.properties-list.list li .__priceWrapper {
  display: flex;
  flex-direction: row;
}
.properties-list.large li .property-content h3 {
  font-size: 1.5rem;
}
.properties-list.large li .property-abstruct {
  font-size: 1rem;
  font-weight: bold;
}

.property-price,
.property-station,
.property-university {
  display: flex;
  align-items: center;
  padding: 5px 0;
  line-height: 30px;
}
.property-price .__label,
.property-station .__label,
.property-university .__label {
  display: inline-block;
  width: 120px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 5px;
  color: var(--ark-color_accent);
}
.property-price .__priceTxt,
.property-station .__priceTxt,
.property-university .__priceTxt {
  font-size: 2rem;
  font-weight: bold;
  color: var(--ark-color_main);
}
.property-price .__yenTxt,
.property-station .__yenTxt,
.property-university .__yenTxt {
  font-weight: bold;
}
.property-price .__otherFeeTxt,
.property-station .__otherFeeTxt,
.property-university .__otherFeeTxt {
  font-size: 1rem;
  padding-left: 5px;
}

.p-entry__thumb {
  margin: 0;
}

.kk-property-point {
  margin: 1rem 0;
}

.p-entry__foot {
  padding: 0;
}

.kk-contact-container .ark-block-section__body {
  padding: 0 !important;
}
.kk-contact-container .ark-block-section__body .kk-contact-number-txt {
  font-size: 42px;
}
.kk-contact-container .ark-block-section__body .kk-toppage-contact-button {
  width: 100%;
}
.kk-contact-container .ark-block-section__body .kk-toppage-contact-button .ark-block-button__text {
  font-size: 20px !important;
}

.p-entry__head {
  position: relative;
}
.p-entry__head .kk-header-contact-area {
  top: 0;
  right: 0;
  position: absolute;
  --arkb-gap--y: 12px;
}
@media not all and (min-width: 1000px) {
  .p-entry__head .kk-header-contact-area {
    display: none;
  }
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner {
  flex-direction: column;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner > div {
  width: 100%;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .ark-block-button__link {
  width: 100%;
  font-size: 1rem;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .ark-block-button__link::after {
  width: 30px;
  height: 44px;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .ark-block-icon {
  --arkb-icon-size: 32px !important;
  --arkb-icon-color: var(--ark-color_accent) !important;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .kk-contact-number-txt {
  font-size: 1.4rem;
  color: var(--ark-color_accent) !important;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .kk-container-flex-center {
  justify-content: center;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .kk-tel-area-container {
  gap: 10px;
}
.p-entry__head .kk-header-contact-area .ark-block-columns__inner .kk-tel-area-detail {
  font-size: 14px;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  animation-name: fadeInAnime;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 100ms;
}

#main_content {
  animation-name: fadeInAnime;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 400ms;
}

.contact-content {
  width: 100%;
  margin: 0 auto;
}

.contact-content input,
textarea {
  padding: 16px 25px;
  border: solid 1px #ccc;
  width: 100%;
}

.contact-content textarea:focus,
input:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.contact-content-inner {
  display: flex;
  align-items: center;
}

.contact-content-inner dt {
  width: 220px;
}

.contact-content-inner dd {
  flex-grow: 1;
}

.contact-content dl:not(:first-child) {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

.contact-content dl {
  padding-bottom: 20px;
}

[type=submit] {
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 100px;
  background: var(--ark-color_main);
  box-shadow: 0px 2px 4px 0px rgba(37, 37, 37, 0.05);
  border: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  transition: opacity 0.3s ease-out;
}
[type=submit]:hover {
  opacity: 0.7;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  color: #c00;
  background-color: #fee4e4;
  padding: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fee4e4;
}

.color-red {
  color: red;
}

@media not all and (min-width: 600px) {
  .contact-content-inner {
    flex-direction: column;
  }
  .contact-content-inner dt {
    flex-grow: 1;
    width: 100%;
    padding: 0;
  }
  .contact-content-inner.kk-select dd {
    width: 100%;
  }
  .contact-content-inner.kk-select dd select {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */