@charset "UTF-8";

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/tateuri/icomoon.eot?3kayv");
  src: url("fonts/tateuri/icomoon.eot?3kayv#iefix") format("embedded-opentype"), url("fonts/tateuri/icomoon.ttf?3kayv") format("truetype"), url("fonts/tateuri/icomoon.woff?3kayv") format("woff"), url("fonts/tateuri/icomoon.svg?3kayv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

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

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 0.5em 0.625em;
  border: 1px solid #C0C1C1;
  text-align: left;
}

th {
  background: #efefef;
  vertical-align: middle;
  font-weight: 700;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 0.3125em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content,
.site-header-content,
.hero-text {
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.wpcf7-submit,
.btn {
  display: block;
  position: relative;
  width: fit-content;
  min-width: 240px;
  max-width: 100%;
  line-height: 1.7143;
  box-shadow: none;
  margin: 0 auto;
  padding: 1.286em 1em;
  border: 0;
  border-radius: 0;
  background: #505F6A;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.wpcf7-submit:focus,
.btn:focus,
.wpcf7-submit:hover,
.btn:hover {
  opacity: 0.6;
}

.bg,
.official-site-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 3rem;
  background: #f2f2f2;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin-bottom: 2.5em;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

h2:where([data-en]) {
  font-size: 1rem;
  text-align: center;
}

h2:where([data-en]) .en {
  display: block;
  margin-bottom: 0.2857143em;
  font-size: 1.4445em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 1em;
  font-size: 1rem;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

/* Common
--------------------------------*/

.btn::after {
  position: absolute;
  top: 0;
  right: 2.2223em;
  bottom: 0;
  height: 1em;
  margin: auto;
  font: 0.64386em/1 icomoon;
  content: "\e903";
}

.image {
  text-align: center;
}

.tagline {
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
}

.link {
  margin-top: 3rem;
  text-align: center;
}

.back-link {
  margin-top: 50px;
  text-align: center;
}

.en {
  display: block;
  font-family: "Akshar", sans-serif;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.none-pc {
  display: initial;
}

.none-sp {
  display: none;
}

.pc-br {
  display: none;
}

.dummy-text {
  display: none;
  font-family: "FuturaLTPro-Bold", "FuturaLTPro-Medium", sans-serif;
}

.table-block:before {
  display: block;
  color: #999;
  font-size: 0.75em;
  text-align: center;
  content: "←左右にスクロールできます→";
}

.no-js .table-block:before,
.table-block.no-scroll:before {
  content: none;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Header
--------------------------------*/

.site-header-content {
  max-width: 1312px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 0.6953125rem;
  font-weight: 700;
  position: relative;
  z-index: 999999;
}

.site-title a {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  text-decoration: none;
}

.site-title a:hover {
  opacity: 0.6;
}

.site-title svg {
  width: 11.125em;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-title path {
  fill: currentColor;
}

.site-title span {
  letter-spacing: 0.1em;
}

.site-header:has([aria-expanded=true]) .site-title {
  color: #fff;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__title {
  margin: 0;
  padding: 1em;
  border-top: 1px solid;
  color: inherit;
  font-family: "Akshar", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  text-transform: uppercase;
}

.global-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global-nav__item {
  font-weight: bold;
  text-align: center;
}

.global-nav__link {
  display: block;
  line-height: 1.6;
  padding: 0.625em;
  text-decoration: none;
}

.global-nav__contact {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.global-nav__tel {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

.global-nav__bnarea {
  display: flex;
  flex-direction: column;
}

.head-contact {
  display: block;
  padding: 6px 20px;
  background-color: #3E5D73;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
}

.head-contact span::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e902";
  margin-right: 5px;
  font-weight: normal;
}

.head-tel {
  width: 200px;
  text-decoration: none;
}

.head-tel__link {
  display: block;
  margin: 25px 0;
  padding: 4px 20px;
  font-size: 1.25em;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 50px;
}

.head-tel__link::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e901";
  margin-right: 5px;
  font-weight: normal;
}

.head-tel__open {
  display: none;
}

.bnarea-title {
  display: block;
  width: 100%;
  margin: 15px auto;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.bnarea-img {
  display: block;
  margin: 0 auto 30px;
  width: 204px;
  height: auto;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

.fixed .site {
  position: relative;
}

.menu-button {
  position: relative;
  z-index: 100002;
  background: transparent;
  color: inherit;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: #3E5D73;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[aria-expanded=true] .menu-icon__bar {
  fill: #fff;
}

[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  opacity: 0;
}

[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #3e5d73;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  transition: 0.3s;
}

.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hero {
  position: relative;
  aspect-ratio: 768/820;
  background: #50585C;
  color: #fff;
}

.head-slide {
  height: 100%;
}

.head-slide .splide__track {
  height: 100%;
}

.head-slide__item {
  position: relative;
  height: 100%;
}

.hero-text {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  font-size: 0.625em;
  text-align: center;
}

.hero-text__catch {
  margin-bottom: 1.25rem;
  font-size: 2em;
}

.hero-text__local {
  font-size: 1.3125em;
}

.hero-text__data {
  margin-bottom: 2rem;
  font-size: 0.975em;
}

.hero-single-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  height: fit-content;
  line-height: 1.5;
  margin: auto;
  padding: 0 3.125vw;
  border-bottom: solid 2px;
  font-weight: 400;
  font-size: 1.75rem;
  text-align: center;
}

.hero-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  content: "";
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 1.5em 3.125vw;
  color: #fff;
  font-weight: 700;
}

.hero-header__tagline {
  margin-bottom: 0.625em;
  padding-left: 0.2em;
  font-size: 1.25em;
  letter-spacing: 0.2em;
}

.hero-header__title {
  line-height: inherit;
  margin: 0;
  font-size: 1.3125em;
}

.hero-header__meta {
  font-size: 0.9375em;
}

.hero-header__meta span {
  font-size: 0.667em;
}

/* Footer
--------------------------------*/

.side-btn {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.side-btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  line-height: 1.6;
  padding: 0.75rem 0;
  background: #2A2A2A;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.9375rem;
}

.side-btn__item::before {
  vertical-align: top;
  margin-right: 0.3125em;
  font: 1.5rem/1 "icomoon";
  content: "\e901";
}

.side-btn__item[href*=contact] {
  background: #3E5D73;
  border-left: 1px solid;
}

.side-btn__item[href*=contact]::before {
  content: "\e902";
}

.site-footer {
  margin-top: 3rem;
  padding-bottom: 48px;
  background-color: #50585C;
  color: #fff;
}

.home .site-footer {
  margin-top: 0;
}

.organization {
  text-align: center;
}

.organization > span {
  display: block;
}

.organization__logo {
  max-width: 172px;
  height: auto;
  margin: 0 auto;
  padding: 3em 0 2.5em;
}

.organization__logo img {
  width: 100%;
}

.organization__tel {
  font-family: "Akshar", sans-serif;
  font-size: min(38px, 9.7435897436vw);
}

.organization__open {
  font-size: 0.875em;
}

.footer-btn {
  display: block;
  max-width: 288px;
  margin: 2.5em auto 1.25em;
  padding: 0.625em;
  background-color: #fff;
  color: #50585C;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 3em;
}

.footer-btn:hover {
  opacity: 0.6;
}

.footer-btn span::before {
  display: inline-block;
  margin-right: 0.9375em;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
}

.copyright {
  padding: 1.5rem 0;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.home .site-content {
  margin-bottom: 0;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Home
--------------------------------*/

.archive-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem 0;
  margin: 0 0 2em;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.archive-nav__item {
  flex: 0 0 33.3333333333%;
  padding: 0 0.25rem;
  border-bottom: solid 1px #c7c7c7;
}

.archive-nav__link {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: none;
  padding: 0.75em 0.5em;
  border: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  color: inherit;
  font-weight: 700;
  font-size: 0.875em;
  text-decoration: none;
  text-shadow: none;
}

.archive-nav__link::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  opacity: 0;
  margin: 0 auto;
  border: solid transparent;
  border-width: 0.6875em 0.6875em 0;
  border-top-color: #50585C;
  transition: opacity 0.3s;
  content: "";
}

.archive-nav__link[aria-selected=true],
.archive-nav__link.current {
  background-color: #50585C;
  color: #fff;
}

.archive-nav__link[aria-selected=true]::after,
.archive-nav__link.current::after {
  opacity: 1;
}

.house-list {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

.house-list__item {
  text-decoration: none;
}

.house-list__item:hover {
  opacity: 0.6;
}

.house-list__img {
  position: relative;
  background: #50585C;
  aspect-ratio: 3/2;
}

.house-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list__sold {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0.375em;
  background: rgba(77, 179, 189, 0.8);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.house-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25em 0.5em;
  margin: 0.9375em 0 0.5em;
}

.house-list__title {
  width: fit-content;
  margin: 0 auto;
  padding-left: 0.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.house-cat {
  display: inline-block;
  line-height: 2.334;
  padding: 0 1.5em;
  background-color: #50585C;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}

.house-local {
  font-size: 0.875em;
}

#archive {
  transition: 0.5s;
}

#archive[data-loading=true] {
  opacity: 0;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  opacity: 0;
  margin: auto;
  border: 10px solid #3E5D73;
  border-right-color: transparent;
  border-radius: 50%;
  animation: loading 1s linear infinite;
  transition: 0.3s;
}

[data-loading=true] + .loader {
  opacity: 1;
  z-index: 1000;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.tabpanel {
  display: none;
  position: relative;
  opacity: 0;
}

.no-js .tabpanel {
  display: block;
  opacity: 1;
}

.tabpanel[aria-hidden=false] {
  display: block;
  z-index: 2;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.official-site-area {
  padding-inline: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/hero@sp.jpg) no-repeat 50% 50%/cover;
  background-color: #333;
  color: #fff;
}

.official-site-area .btn {
  background: #fff;
  color: #50585C;
}

.official-message {
  margin: 7.25em 0 8.875em;
  padding: 0 6.935%;
  container-type: inline-size;
}

.official-message__logo {
  width: 22.25em;
  margin: 0 auto;
}

.official-message__text {
  width: fit-content;
  margin: 1.2em auto 1em;
  font: 500 7.1795cqi/1.786 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.35em;
}

.official-message__en {
  width: fit-content;
  max-width: 36em;
  margin: 0 auto;
  font: 3.077cqi/2 "Poppins", sans-serif;
}

/* Page
--------------------------------*/

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.875rem;
  background: #50585C;
  color: #fff;
  text-align: center;
}

.page-title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0.1em;
}

.page-title .en {
  display: block;
  line-height: 1;
  margin-bottom: 0.25rem;
  padding-left: 0.2em;
  font-size: 1.445em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.toc {
  margin-bottom: 3rem;
}

.toc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 0.875em;
}

.toc__item {
  flex: 0 0 calc((100% - 0.875em) / 2);
}

.toc__link {
  display: block;
  position: relative;
  padding-right: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #707070;
  text-decoration: none;
}

.toc__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 0.5em 0.28125em 0;
  border-top-color: #3E5D73;
  content: "";
}

.toc__link:hover,
.toc__link:focus {
  box-shadow: 0 1px #3E5D73;
  border-bottom-color: #3E5D73;
}

/* contact
--------------------------------*/

.contact-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 3em;
  padding: 1em 0.5em;
  background: #e5e5e5;
  text-align: center;
}

.contact-head__message {
  font-weight: 700;
  font-size: 1.125em;
}

.contact-head__link {
  display: flex;
  align-items: baseline;
  gap: 0.32em;
  font-family: "Akshar", sans-serif;
  font-size: 2.375em;
  text-decoration: none;
}

.contact-head__link::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e900";
}

.contact-head__note {
  font-weight: bold;
  font-size: 0.875em;
}

/* house
--------------------------------*/

.house-head-text {
  margin: 4rem 0 4.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.house-head-images img {
  width: 100%;
}

.house-head-nav {
  margin: 2rem 0 0;
}

.house-head-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9375em 0.25em;
  text-align: center;
}

.house-head-nav__item {
  flex: 0 0 calc((100% - 0.25em) / 2);
}

.house-head-nav__link {
  display: block;
  position: relative;
  line-height: 1.5;
  border-radius: 4em;
  padding: 0.75em 0 1.25em;
  background: #50585C;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375em;
  text-decoration: none;
}

.house-head-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 0.75em;
  left: 0;
  width: 0;
  margin: auto;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: currentcolor;
  transition: transform 0.3s;
  content: "";
}

.house-head-nav__link:focus,
.house-head-nav__link:hover {
  opacity: 0.8;
}

.house-head-nav__link:focus::after,
.house-head-nav__link:hover::after {
  transform: translateY(100%);
}

.house-image-list {
  margin-bottom: 3rem;
}

.house-image-list__title {
  margin: 1.5rem 0 1.25rem;
  padding: 0 0 0 0.2em;
  font-family: "Akshar", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.house-image-list__title::before {
  content: none;
}

.house-image-list__text {
  line-height: 2;
  text-align: center;
}

.photo-gallery .splide__arrows {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 50;
  width: auto;
  height: auto;
}

.photo-gallery .splide__arrow {
  position: static;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: 0;
}

.house-data {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.house-data__item {
  display: grid;
  align-items: baseline;
  grid-template-columns: 6.875em 1fr;
  gap: 1.25em;
  line-height: 1.4286;
  font-weight: 700;
}

.house-data__item > dt {
  padding: 0.5em;
  background-color: #50585C;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
}

.house-data__item > dd {
  font-size: 0.875em;
}

.house-data__item > dd:has(b) {
  align-self: center;
}

.house-data__item > dd b {
  line-height: 0.83334;
  font-size: 1.7143em;
}

.layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.layout__item {
  width: 100%;
}

.layout__item img {
  width: 100%;
  height: auto;
}

.point-list-container {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}

.point-list .splide__track {
  overflow: visible;
}

.point-list .splide__arrows {
  height: 21rem;
}

.point-list__item {
  text-align: center;
}

.point-list__image {
  aspect-ratio: 1/1;
}

.point-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surroundings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.surroundings__item {
  width: 100%;
  margin-bottom: 50px;
}

.surroundings__item:last-child {
  margin-bottom: 0;
}

.surroundings__title::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #50585C;
  font: 2.125em/1 icomoon;
}

.surroundings__title--school::before {
  content: "\e90b";
}

.surroundings__title--shopping::before {
  content: "\e90c";
}

.surroundings__title--bank::before {
  content: "\e909";
}

.surroundings__title--hospital::before {
  content: "\e90a";
}

.surroundings-table {
  font-size: 0.875em;
}

.surroundings-table th {
  width: auto;
  padding-left: 2.625em;
  font-weight: 400;
  text-indent: -2em;
}

.surroundings-table th::before {
  margin-right: 1em;
  color: #50585C;
  content: "●";
}

.surroundings-table td {
  width: 70px;
  text-align: center;
}

.overview-table {
  font-size: 0.875em;
}

.overview-table th {
  font-weight: 700;
}

.access-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.access-list__item {
  position: relative;
  padding-left: 1.5em;
}

.access-list__item::before {
  position: absolute;
  left: 0;
  color: #50585C;
  content: "●";
}

.access-map {
  margin: 2.5em auto;
  text-align: center;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* Post
--------------------------------*/

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.alignnone {
  vertical-align: baseline;
}

div.wpcf7 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
}

.contact-list__item {
  margin-bottom: 1.5em;
}

.contact-list__title {
  display: flex;
  align-items: baseline;
  gap: 0.625em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.contact-list__acceptance {
  text-align: center;
}

.contact-list__acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}

.contact-list__btn {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
  text-align: center;
}

.contact-list-child__item {
  margin-top: 1em;
}

.contact-list-child__title {
  margin-bottom: 0.25em;
}

.acceptance-list {
  list-style: none;
  margin: 4em 0;
  padding: 0;
  font-size: 0.75em;
  text-align: left;
}

.acceptance-list__item {
  position: relative;
  margin: 0.8334em 0;
  padding-left: 1.5em;
}

.acceptance-list__item::before {
  position: absolute;
  left: 0;
  color: #50585C;
  content: "■";
}

.required,
.optional {
  display: inline-block;
  line-height: 1.8334;
  vertical-align: text-bottom;
  padding: 0 0.667em;
  background: #50585C;
  color: #fff;
  font-size: 0.75em;
  white-space: nowrap;
}

.optional {
  background: #afafaf;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
  min-width: 0;
  font-size: 0.875em;
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

#your-type {
  display: flex;
  flex-direction: column;
}

.recaptcha-note {
  width: fit-content;
  margin: 2rem auto;
  color: #999;
}

.recaptcha-note > p {
  font-size: 0.75em;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 4em auto 0;
  text-align: center;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  order: 0;
  margin-right: auto;
  border: solid 1px #C7C7C7;
  font-size: 10px;
}

.nav-next > a:before {
  font-family: "icomoon";
  content: "\e907";
}

.nav-previous {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  order: 1;
  margin-left: auto;
  border: solid 1px #C7C7C7;
  font-size: 10px;
}

.nav-previous > a:after {
  font-family: "icomoon";
  content: "\e906";
}

.single-footer-btn {
  width: 200px;
  height: 50px;
  right: 0;
  left: 0;
  margin: -100px auto 0;
  text-align: center;
  position: absolute;
}

.single-footer-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: solid 1px #C7C7C7;
  font-size: 14px;
  text-decoration: none;
}

.single-footer-btn a:hover {
  background-color: rgba(80, 88, 92, 0.6);
  color: #fff;
}

.page-numbers {
  min-width: calc(3.4286em + 2px);
  line-height: 1;
  padding: 1.2143em 0.5em;
  border: 1px solid #C7C7C7;
  background: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

.page-numbers:before {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  font-family: "icomoon";
  font-size: 0.7143em;
}

.page-numbers:hover {
  background-color: rgba(62, 93, 115, 0.6);
  color: #fff;
}

.page-numbers.current {
  border-color: #50585C;
  background-color: #50585C;
  color: #fff;
}

.page-numbers.prev {
  border-color: transparent;
}

.page-numbers.prev:before {
  content: "\e907";
}

.page-numbers.next {
  border-color: transparent;
}

.page-numbers.next:before {
  content: "\e906";
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
}

.splide__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.splide__arrow--next {
  left: 100%;
  margin-left: -0.625rem;
}

.splide__arrow--prev {
  right: 100%;
  margin-right: -0.625rem;
}

.splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide__pagination {
  list-style: none;
  margin: 1.5rem 0 0 !important;
  padding: 0;
  gap: 0.75rem;
}

.splide__pagination:empty {
  display: none;
}

.splide__pagination li {
  font-size: 0.75rem;
}

.splide__pagination__page {
  width: 1em;
  height: 1em;
  vertical-align: top;
  border-radius: 50%;
  background: #bebebe;
}

.splide__pagination__page.is-active {
  background: #3E5D73;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #707070;
  position: absolute;
  z-index: 11;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "icomoon";
  color: #000;
  font-size: 9px;
}

.swiper-button-next {
  right: 0;
  bottom: 0;
  margin: auto 0 0 auto;
}

.swiper-button-next::after {
  content: "\e906";
}

.swiper-button-prev {
  right: 0;
  bottom: 0;
  margin: auto 24px 0 auto;
}

.swiper-button-prev::after {
  content: "\e907";
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.3888888889vw;
  }

  section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  th,
  td {
    padding: 1em;
  }

  .wpcf7-submit,
  .btn {
    min-width: 25.7143em;
  }

  .bg,
  .official-site-area {
    padding-block: 6rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  .tagline {
    margin-bottom: 3em;
    font-size: 1.5em;
  }

  .back-link {
    margin-top: 110px;
  }

  .none-pc {
    display: none;
  }

  .none-sp {
    display: initial;
  }

  .pc-br {
    display: block;
  }

  .table-block:before {
    content: none;
  }

  .site-header-content {
    container-type: inline-size;
    padding-block: 1.96875em;
  }

  .site-title {
    font-size: 1rem;
  }

  .global-nav-content {
    display: block;
  }

  .global-nav__title {
    display: none;
  }

  .global-nav__list {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    gap: 0.334em 0.5em;
  }

  .global-nav__item {
    grid-row: 1/3;
  }

  .global-nav__link {
    position: relative;
    padding: 0 0.5em;
    font-size: 0.9375em;
  }

  .global-nav__link:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 1px solid;
    transition: width 0.3s;
    content: "";
  }

  .global-nav__link:hover:after,
  .global-nav__link:focus:after {
    width: 100%;
  }

  .global-nav__contact {
    grid-row: 2;
    margin: 0;
  }

  .global-nav__tel {
    grid-row: 1;
    margin-left: 0.5em;
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .global-nav__bnarea {
    display: none;
  }

  .menu-button {
    display: none;
  }

  .hero {
    aspect-ratio: 1920/1080;
  }

  .hero-text {
    bottom: 5.5rem;
    font-size: 1em;
  }

  .hero-text__data span {
    font-size: 0.667em;
  }

  .hero-single-text {
    font-size: 3.4375rem;
    border-bottom-width: 0.073em;
  }

  .hero-header {
    justify-content: flex-end;
    padding-block: 3.75em;
  }

  .hero-header__tagline {
    font-size: 2em;
  }

  .side-btn {
    top: 34.7222222222vw;
    bottom: auto;
    left: auto;
    flex-direction: column;
  }

  .side-btn__item {
    flex-direction: column;
    width: 6.6667em;
    height: 6.6667em;
    margin-left: auto;
    font-size: 0.75rem;
  }

  .side-btn__item:focus,
  .side-btn__item:hover {
    width: 8.5em;
    padding-right: 1em;
  }

  .side-btn__item::before {
    display: block;
    line-height: 1.5;
    margin: 0;
    font-size: 2.25em;
  }

  .side-btn__item[href*=contact] {
    border-left: 0;
  }

  .site-footer {
    margin-top: 6rem;
    padding-bottom: 0;
  }

  .organization__logo {
    width: 16.75em;
    max-width: none;
    padding-top: 4em;
  }

  .organization__tel {
    font-size: 3.3125em;
    transition: 0.3s;
  }

  .organization__tel:focus,
  .organization__tel:hover {
    opacity: 0.6;
  }

  .organization__open {
    font-size: 1.125em;
  }

  .footer-btn {
    width: 24.25em;
    margin-top: 2.25em;
  }

  .footer-btn span::before {
    margin-right: 0.625em;
  }

  .copyright {
    padding: 1.25rem 0;
    font-size: 0.875em;
  }

  .site-content {
    margin-top: 6rem;
  }

  .archive-nav {
    flex-wrap: nowrap;
    gap: 0.75em;
    margin-bottom: 3em;
    padding: 0 0.75em;
    border-bottom: solid 1px #c7c7c7;
  }

  .archive-nav__item {
    flex: 1;
    padding: 0;
    border: 0;
  }

  .archive-nav__link {
    font-size: 1em;
  }

  .house-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem 1.5rem;
    margin: 0;
  }

  .house-list__item {
    flex: 0 0 calc((100% - 3rem) / 3);
  }

  .official-site-area {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/hero.jpg);
  }

  .official-message {
    padding: 0;
    text-align: center;
  }

  .official-message__text {
    padding-left: 0.35em;
    font-size: 2.5em;
  }

  .official-message__en {
    font-size: 1em;
  }

  .toc__item {
    flex-basis: calc((100% - 3.5em) / 5);
    text-align: center;
  }

  .contact-head {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 4em;
    padding: 0;
  }

  .contact-head__message {
    margin-right: 1.667em;
    font-size: 1.5em;
  }

  .contact-head__link {
    line-height: 1.75;
    font-size: 3.125em;
  }

  .contact-head__note {
    margin-left: 0.8em;
    font-size: 0.9375em;
  }

  .house-head-text {
    margin: 4.5rem 0 5rem;
    font-size: 2rem;
  }

  .house-head-nav {
    margin-top: 3rem;
  }

  .house-head-nav__list {
    flex-wrap: nowrap;
    gap: 1.25em;
  }

  .house-head-nav__item {
    flex: 1;
  }

  .house-head-nav__link {
    font-size: 1em;
  }

  .house-image-list {
    margin-bottom: 6rem;
  }

  .photo-gallery .splide__arrow {
    width: 4rem;
    height: 4rem;
  }

  .house-data {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.5em 0;
  }

  .house-data__item {
    grid-template-columns: 9.375em 1fr;
    gap: 1.5em;
    width: 50%;
  }

  .house-data__item > dt {
    padding: 1em;
  }

  .house-data__item > dd:has(b) {
    position: relative;
    top: 0.35em;
  }

  .house-data__item > dd b {
    line-height: 0.5556;
    font-size: 2.57143em;
  }

  .house-data__item > dd span {
    line-height: 1.111;
    font-size: 1.286em;
  }

  .layout__item {
    width: 49%;
  }

  .point-list.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    gap: 2.25rem;
  }

  .point-list.splide.is-initialized:not(.is-active) .splide__list .point-list__item {
    flex: 0 0 calc((100% - 4.5rem) / 3);
  }

  .surroundings__item {
    width: 49%;
    max-width: 517px;
    margin-bottom: 40px;
  }

  .surroundings__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .surroundings__title {
    text-align: center;
  }

  .surroundings-table th {
    width: 76%;
    padding-left: 3.86em;
    text-indent: -2.4286em;
  }

  .surroundings-table th::before {
    margin-right: 1.4286em;
  }

  .surroundings-table td {
    width: 24%;
  }

  .overview-table {
    display: block;
  }

  .overview-table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
  }

  .overview-table tr {
    display: table;
    width: 100%;
  }

  .overview-table tr:nth-child(n+2):not(:nth-child(8)) th,
  .overview-table tr:nth-child(n+2):not(:nth-child(8)) td {
    border-top: 0;
  }

  .overview-table tr:nth-child(n+8) th {
    border-left: 0;
  }

  .overview-table th {
    width: 9.286em;
  }

  .access-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
  }

  .access-map {
    width: 59.26%;
    margin-top: 4em;
  }

  .access-map iframe {
    aspect-ratio: 640/480;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .contact-list__item {
    display: grid;
    grid-template-areas: "title form";
    grid-template-columns: 14em 1fr;
    align-items: start;
    gap: 1em;
  }

  .contact-list__title {
    grid-area: title;
    margin: 0;
    padding: 0.3125em 0;
  }

  .contact-list__form {
    grid-area: form;
  }

  .contact-list__btn {
    grid-template-columns: 24px 22.5rem 24px;
    gap: 1.5em;
  }

  .navigation {
    margin-top: 8em;
  }

  .single-footer-btn {
    margin-top: -160px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 55px;
    height: 55px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }

  .swiper-button-prev {
    margin: auto 54px 0 auto;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 1152px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-content,
  .site-footer-content,
  .site-header-content,
  .hero-text {
    padding-right: 36px;
    padding-left: 36px;
  }

  .head-contact {
    width: auto;
  }

  .head-contact:hover {
    opacity: 0.6;
  }

  .head-tel {
    display: block;
    width: auto;
    line-height: 1.5em;
  }

  .head-tel:hover {
    opacity: 0.6;
  }

  .head-tel__link {
    margin: 0;
    padding: 0;
    font-family: "Akshar", sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    text-align: left;
    border: none;
    border-radius: 0;
  }

  .head-tel__link:before {
    display: none;
  }

  .head-tel__open {
    display: inline-block;
    font-size: 0.75em;
  }

  .hero-header {
    padding-inline: 36px;
  }

  .side-btn {
    top: 400px;
  }

  .official-site-area {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/hero@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .tagline .break {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .drawer {
    padding-top: 106px;
  }
}

@media print {
  body {
    min-width: 1152px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}