<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select { /*text-transform:none*/ }

button, input, select, textarea { /*background-color:transparent;border-style:none;color:inherit*/ }

select { /*-moz-appearance:none;-webkit-appearance:none*/ }

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "jp";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "jp";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "en";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "jp", sans-serif;
  font-size: 1.6rem;
  color: #000;
  min-width: 1366px;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    min-width: 375px;
    width: 100%;
  }
}

html, body {
  width: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
a:hover {
  opacity: 0.5;
}

input[type=date],
input[type=datetime],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select {
  padding-right: 25px;
  background-image: url(../images/icon-chevdown.svg);
  background-position: center right 5px;
  background-size: 10px;
  background-repeat: no-repeat;
}

.mod-sitelogo img {
  display: block;
  height: 107px;
  width: auto;
  transition: height 0.3s ease;
}
@media screen and (max-width: 500px) {
  .mod-sitelogo img {
    height: 60px;
  }
}
.mod-sitelogo.scr img {
  height: 80px;
}
@media screen and (max-width: 500px) {
  .mod-sitelogo.scr img {
    height: 60px;
  }
}
.mod-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .mod-nav {
    display: none;
  }
}
.mod-nav_item {
  position: relative;
  padding: 0 20px;
}
.mod-nav_item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-nav_item a, .mod-nav_item span {
  display: block;
  color: #000;
  font-size: 1.6rem;
  cursor: pointer;
}
.mod-nav_child {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #FFF;
  padding: 10px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.mod-nav_child a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
.mod-nav_child a:hover {
  border-bottom: 1px solid #000;
}
.hasChild:hover .mod-nav_child {
  opacity: 1;
  pointer-events: all;
}
.mod-hero {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media screen and (max-width: 500px) {
  .mod-hero {
    height: calc(100vh - 200px);
  }
}
.mod-heroSlider {
  width: 100%;
  height: 100%;
}
.mod-heroSlider_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-heroThumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  gap: 20px;
}
.mod-thumbSlider {
  width: 138px;
  height: 138px;
}
@media screen and (max-width: 500px) {
  .mod-thumbSlider {
    width: 90px;
    height: 90px;
  }
}
.mod-thumbSlider_slide {
  width: 100%;
  height: 100%;
}
.mod-thumbSlider_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-heroCopy img {
  display: block;
  width: 286px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .mod-heroCopy img {
    width: auto;
    height: 164px;
  }
}
.mod-heroCopy ._l {
  font-family: "en", "jp", sans-serif;
  font-size: 7.9rem;
  font-weight: bold;
  line-height: 0.6em;
}
@media screen and (max-width: 500px) {
  .mod-heroCopy ._l {
    font-size: 4.7rem;
  }
}
.mod-heroCopy ._s {
  font-family: "en", "jp", sans-serif;
  font-weight: 300;
  font-size: 7.9rem;
}
@media screen and (max-width: 500px) {
  .mod-heroCopy ._s {
    font-size: 4.7rem;
  }
}
.mod-heroCopy ._txt {
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .mod-heroCopy ._txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.mod-heroInfo {
  width: 220px;
  border-top: 1px solid #000;
}
.mod-heroInfo_upper {
  padding: 12px 0;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 20px;
}
.mod-heroInfo_top {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.mod-heroInfo_tel {
  font-size: 2.4rem;
  font-family: "en", "jp", sans-serif;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.mod-heroInfo_time {
  font-size: 1.2rem;
}
.mod-heroInfo_bottom {
  font-size: 1.6rem;
}
.mod-container {
  margin: 0 auto;
}
.mod-container.form {
  width: 600px;
}
@media screen and (max-width: 500px) {
  .mod-container.form {
    width: 90%;
  }
}
.mod-container.thin {
  width: 770px;
}
@media screen and (max-width: 500px) {
  .mod-container.thin {
    width: 90%;
  }
}
.mod-container.small {
  width: 970px;
}
@media screen and (max-width: 500px) {
  .mod-container.small {
    width: 90%;
  }
}
.mod-container.mid {
  width: 1200px;
}
@media screen and (max-width: 500px) {
  .mod-container.mid {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .mod-container {
    width: 90%;
  }
}
.mod-newsList {
  list-style: none;
}
.mod-newsList_item {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 500px) {
  .mod-newsList_item {
    border-bottom: none;
  }
}
.mod-newsList a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #000;
  padding: 12px 0;
}
@media screen and (max-width: 500px) {
  .mod-newsList a {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
}
.mod-newsList ._dates {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .mod-newsList ._dates {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
  }
}
.mod-newsList_date {
  width: 80px;
  font-family: "en", "jp", sans-serif;
}
.mod-newsList_cat {
  width: 50px;
  color: #707070;
}
.mod-newsList_title {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .mod-newsList_title {
    font-size: 1.6rem;
  }
}
.mod-titleWithSubtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-titleWithSubtitle h2 {
  font-family: "en", "jp", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 500px) {
  .mod-titleWithSubtitle h2 {
    font-size: 3rem;
  }
}
.mod-titleWithSubtitle + span {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .mod-titleWithSubtitle + span {
    font-size: 1.4rem;
  }
}
.mod-titleWithSubtitle ._en {
  font-family: "en", "jp", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 500px) {
  .mod-titleWithSubtitle ._en {
    font-size: 3rem;
  }
}
.mod-titleWithSubtitle ._jp {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .mod-titleWithSubtitle ._jp {
    font-size: 1.4rem;
  }
}
.mod-titleWithSubtitle.left {
  align-items: flex-start;
}
.mod-roomList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 60px;
  list-style: none;
}
.mod-roomList_item {
  width: calc((100% - 80px) / 3);
}
.mod-roomList_item.half {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 500px) {
  .mod-roomList_item.half {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mod-roomList_item {
    width: 100%;
  }
}
.mod-roomCard a {
  display: block;
  color: #000;
}
.mod-roomCard_upper {
  position: relative;
}
.mod-roomCard_image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-roomCard_newsLabel {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  padding: 5px 10px;
  background-color: #6EB92A;
  color: #FFF;
}
.mod-roomCard_catLabel {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  padding: 5px 10px;
  background-color: #FFF;
  border: 1px solid #707070;
  color: #707070;
}
.mod-roomCard_name {
  margin: 12px 0;
  font-size: 2rem;
}
.mod-roomCard_mid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mod-roomCard_address {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  gap: 12px;
  padding-right: 12px;
}
.mod-roomCard_access {
  font-size: 1.2rem;
}
.mod-roomCard_bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.mod-roomCard_bottom::before {
  content: "[";
}
.mod-roomCard_bottom::after {
  content: "]";
}
.mod-roomCard_madori {
  font-size: 1.2rem;
}
.mod-roomCard_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.mod-roomCard_price ._price {
  font-size: 1.2rem;
}
.mod-roomCard_price ._price span {
  font-size: 1.8rem;
}
.mod-roomCard_price ._common {
  font-size: 1.2rem;
}
.mod-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 80px;
  padding: 0 20px;
  border: 1px solid #3C3C3C;
  color: #000;
  font-size: 2.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .mod-button {
    font-size: 1.6rem;
    height: 60px;
  }
}
.mod-button:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
  opacity: 1;
}
.mod-floatNav {
  position: fixed;
  bottom: 100px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .mod-floatNav {
    display: none;
  }
}
.mod-floatNav_item {
  writing-mode: vertical-lr;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  letter-spacing: 0.2em;
}
.mod-floatNav_item.color {
  color: #6EB92A;
}
.mod-floatNav_item:last-of-type {
  border-bottom: none;
}
.mod-hamb {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  z-index: 1500;
}
@media screen and (max-width: 500px) {
  .mod-hamb {
    display: flex;
  }
}
.mod-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  z-index: 1200;
  padding: 0 50px;
  padding-top: 100px;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mod-drawer.active {
  opacity: 1;
  pointer-events: all;
}
.mod-drawer_logo {
  margin-bottom: 40px;
}
.mod-drawer_logo img {
  display: block;
  width: auto;
  height: 60px;
}
.mod-drawer_list {
  list-style: none;
}
.mod-drawer_list li {
  border-bottom: 1px solid #000;
}
.mod-drawer_list li a {
  display: block;
  color: #000;
  padding: 12px 0;
}
.mod-drawer_sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  list-style: none;
  gap: 20px;
}
.mod-drawer_sub a {
  color: #000;
  font-size: 1.4rem;
}
.mod-drawer_insta {
  margin-top: 40px;
}
.mod-borderTitle {
  margin: 60px 0;
  border-left: 6px solid #6EB92A;
  font-size: 2.4rem;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .mod-borderTitle {
    margin: 40px 0;
    font-size: 2rem;
  }
}
.mod-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  gap: 40px;
}
.mod-pagination_prev a img, .mod-pagination_prev span img, .mod-pagination_next a img, .mod-pagination_next span img {
  display: block;
}
.mod-pagination_prev span, .mod-pagination_next span {
  opacity: 0.5;
}
.mod-pagination_pages {
  font-size: 1.4rem;
}
.mod-form_ttl {
  margin: 12px 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .mod-form_ttl {
    font-size: 1.4rem;
  }
}
.mod-form_ttl ._label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1em;
}
.mod-form_ttl ._label.require {
  background-color: #000;
  color: #FFF;
}
.mod-form_body {
  margin: 12px 0;
  font-size: 1.4rem;
}
.mod-form_body ._text {
  font-size: 1.2rem;
  margin: 12px 0;
}
.mod-form_body ._field {
  margin: 12px 0;
}
.mod-form_body ._field input[type=text], .mod-form_body ._field input[type=email], .mod-form_body ._field input[type=tel], .mod-form_body ._field input[type=number], .mod-form_body ._field input[type=date], .mod-form_body ._field select {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  padding: 5px 10px;
}
.mod-form_body ._field textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
  padding: 10px;
}
.mod-form .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.mod-form .wpcf7-list-item {
  margin: 0;
}
.mod-form .wpcf7-not-valid-tip {
  margin: 4px 0;
}
.mod-confirm {
  margin: 20px 0;
  font-size: 1.4rem;
}
.mod-submit {
  text-align: center;
  margin: 40px 0;
}
.mod-submit input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  background-color: #000;
  color: #FFF;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fadeTxt span {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s ease;
}
.fadeTxt.anim span {
  opacity: 1;
  transform: translateX(0px);
}

.flash {
  position: relative;
}
.flash::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease;
  background-color: #6EB92A;
  z-index: 10;
}
.flash.anim::after {
  width: 0%;
}

.sec-header {
  background-color: #FFF;
  height: 150px;
  position: sticky;
  top: 0;
  z-index: 500;
  transition: height 0.3s ease;
}
@media screen and (max-width: 500px) {
  .sec-header {
    height: 100px;
    position: relative;
  }
}
.sec-header.scr {
  height: 100px;
}
.sec-header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 150px;
  margin: 0 auto;
  transition: height 0.3s ease;
}
@media screen and (max-width: 500px) {
  .sec-header_container {
    height: 100px;
  }
}
.sec-header_container.scr {
  height: 100px;
}
.sec-fv {
  position: relative;
  height: calc(100vh - 150px);
}
@media screen and (max-width: 500px) {
  .sec-fv {
    height: auto;
  }
}
.sec-fv_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 396px);
  min-width: 970px;
  height: calc(100vh - 170px);
}
@media screen and (max-width: 500px) {
  .sec-fv_slider {
    position: relative;
    width: 100%;
    padding-left: 60px;
    min-width: auto;
    height: calc(100vh - 200px);
  }
}
.sec-fv_copy {
  position: absolute;
  bottom: 240px;
  left: 146px;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .sec-fv_copy {
    bottom: auto;
    top: 200px;
    left: 30px;
  }
}
.sec-fv_info {
  position: absolute;
  bottom: 20px;
  left: 146px;
}
@media screen and (max-width: 500px) {
  .sec-fv_info {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
.sec-recentlyNews {
  padding: 40px 0;
}
.sec-introNav {
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .sec-introNav {
    padding: 40px 0;
  }
}
.sec-introNav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .sec-introNav_list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.sec-introNav_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 500px) {
  .sec-introNav_list a {
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
  }
}
.sec-introNav_list a:hover {
  opacity: 1;
  background-color: #6EB92A;
}
.sec-homeRooms {
  padding: 100px 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 500px) {
  .sec-homeRooms {
    padding: 60px 0;
  }
}
.sec-homeRooms_list {
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .sec-homeRooms_list {
    margin-top: 60px;
  }
}
.sec-homeRooms_bottom {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .sec-homeRooms_bottom {
    margin-top: 60px;
  }
}
.sec-homeRow {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 500px) {
  .sec-homeRow {
    padding: 60px 0;
    padding-bottom: 0;
  }
}
.sec-homeRow::before {
  content: "";
  display: block;
  width: 60%;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F4F4F4;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .sec-homeRow::before {
    width: 80%;
  }
}
.sec-homeRow.second::before {
  right: 0;
  left: auto;
}
.sec-homeRow_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  .sec-homeRow_inner {
    display: block;
  }
}
.sec-homeRow_left {
  width: 470px;
}
@media screen and (max-width: 500px) {
  .sec-homeRow_left {
    width: 90%;
    margin: 0 auto;
  }
}
.sec-homeRow_ttl {
  margin-bottom: 60px;
}
.sec-homeRow_intro {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .sec-homeRow_intro {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sec-homeRow_button1 {
    text-align: center;
  }
}
.sec-homeRow_text {
  font-size: 2rem;
  margin-bottom: 60px;
  line-height: 1.7em;
}
@media screen and (max-width: 500px) {
  .sec-homeRow_text {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.sec-homeRow_right {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-homeRow_right {
    width: 100%;
    margin-top: 40px;
  }
}
.sec-homeRow_right img {
  display: block;
  width: 100%;
}
.sec-homeNews {
  padding: 100px 0;
}
@media screen and (max-width: 500px) {
  .sec-homeNews {
    padding: 60px 0;
  }
}
.sec-homeNews_ttl {
  margin-bottom: 60px;
}
.sec-homeNews_button {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .sec-homeNews_button {
    text-align: center;
  }
}
.sec-homeTopics {
  padding: 100px 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 500px) {
  .sec-homeTopics {
    padding: 60px 0;
  }
}
.sec-homeTopics_ttl {
  margin-bottom: 60px;
}
.sec-homeTopics_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 500px) {
  .sec-homeTopics_list {
    flex-wrap: wrap;
  }
}
.sec-homeTopics_item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 500px) {
  .sec-homeTopics_item {
    width: 100%;
  }
}
.sec-homeTopics_item a {
  color: #000;
}
.sec-homeTopics_item ._img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-homeTopics_item ._date {
  font-size: 1.2rem;
  color: #707070;
  margin: 5px 0;
}
.sec-homeTopics_item ._ttl {
  font-size: 1.4rem;
}
.sec-homeTopics_button {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .sec-homeTopics_button {
    text-align: center;
  }
}
.sec-homeAccess {
  padding: 100px 0;
}
@media screen and (max-width: 500px) {
  .sec-homeAccess {
    padding: 60px 0;
  }
}
.sec-homeAccess_ttl {
  margin-bottom: 60px;
}
.sec-homeAccess_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_row {
    display: block;
  }
}
.sec-homeAccess_text {
  width: calc(50% - 20px);
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_text {
    width: 100%;
  }
}
.sec-homeAccess_text ._catch {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_text ._catch {
    font-size: 1.8rem;
  }
}
.sec-homeAccess_text ._name {
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_text ._name {
    font-size: 1.6rem;
  }
}
.sec-homeAccess_text ._info {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_text ._info {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_text ._button {
    text-align: center;
  }
}
.sec-homeAccess_map {
  width: calc(50% - 20px);
}
@media screen and (max-width: 500px) {
  .sec-homeAccess_map {
    width: 100%;
    margin-top: 40px;
  }
}
.sec-homeAccess_map ._map {
  margin-bottom: 12px;
}
.sec-homeAccess_map ._map iframe {
  aspect-ratio: 1;
  height: auto;
  width: 100%;
}
.sec-homeAccess_map ._text {
  font-size: 1.4rem;
}
.sec-footer {
  margin-top: 60px;
}
.sec-footer_nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .sec-footer_nav {
    padding: 0;
    border-bottom: none;
  }
}
.sec-footer_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-footer_menu {
    display: block;
    margin-bottom: 0;
  }
}
.sec-footer_menu li {
  position: relative;
}
@media screen and (max-width: 500px) {
  .sec-footer_menu li {
    padding: 12px 0;
    border-bottom: 1px solid #000;
  }
}
.sec-footer_menu li::after {
  content: "|";
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .sec-footer_menu li::after {
    display: none;
  }
}
.sec-footer_menu li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 500px) {
  .sec-footer_menu li:last-of-type::after {
    display: none;
  }
}
.sec-footer_menu a {
  color: #000;
}
.sec-footer_submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .sec-footer_submenu {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sec-footer_submenu li {
    padding: 12px 0;
    border-bottom: 1px solid #000;
  }
}
.sec-footer_submenu a {
  color: #000;
}
.sec-footer_lower {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 500px) {
  .sec-footer_lower {
    display: block;
  }
}
.sec-footer_logo {
  width: 179px;
}
@media screen and (max-width: 500px) {
  .sec-footer_logo {
    width: 158px;
    margin-bottom: 20px;
  }
}
.sec-footer_logo img {
  display: block;
  width: 100%;
}
.sec-footer_address ._name {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .sec-footer_address ._name {
    font-size: 1.8rem;
  }
}
.sec-footer_address ._address {
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .sec-footer_address ._address {
    font-size: 1.4rem;
  }
}
.sec-footer_tel ._top {
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .sec-footer_tel ._top {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.sec-footer_tel ._tel {
  display: block;
  font-family: "en", "jp", sans-serif;
  font-size: 3rem;
  color: #000;
  margin: 12px 0;
}
@media screen and (max-width: 500px) {
  .sec-footer_tel ._tel {
    font-size: 2.4rem;
  }
}
.sec-footer_copy {
  padding: 12px;
  text-align: center;
  font-size: 1.2rem;
}
.sec-pageHead {
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .sec-pageHead {
    margin: 40px 0;
  }
}
.sec-about_copy {
  margin: 60px 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .sec-about_copy {
    margin: 40px 0;
    font-size: 2rem;
  }
}
.sec-about_intor {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-about_intor {
    font-size: 1.4rem;
  }
}
.sec-about_border {
  margin-top: 60px;
  border-bottom: 1px solid #3C3C3C;
}
@media screen and (max-width: 500px) {
  .sec-about_border {
    margin-top: 40px;
  }
}
.sec-message_row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .sec-message_row {
    margin-bottom: 40px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.sec-message_row ._img {
  width: 400px;
}
@media screen and (max-width: 500px) {
  .sec-message_row ._img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.sec-message_row ._img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-message_row ._txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 100px;
}
@media screen and (max-width: 500px) {
  .sec-message_row ._txt {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.sec-message_row ._copy {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .sec-message_row ._copy {
    font-size: 2rem;
  }
}
.sec-message_row ._prof span {
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .sec-message_row ._prof span {
    font-size: 1.2rem;
  }
}
.sec-message_row ._prof p {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-message_row ._prof p {
    font-size: 1.4rem;
  }
}
.sec-message_body {
  line-height: 2em;
}
.sec-company_list {
  border-top: 1px solid #000;
}
.sec-company_list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .sec-company_list div {
    font-size: 1.2rem;
  }
}
.sec-company_list div dt {
  width: 100px;
}
@media screen and (max-width: 500px) {
  .sec-company_list div dt {
    width: 60px;
  }
}
.sec-company_list div dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 500px) {
  .sec-company_list div dd {
    width: calc(100% - 80px);
  }
}
.sec-staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .sec-staff_list {
    justify-content: center;
  }
}
.sec-staff_item {
  width: calc((100% - 40px) / 3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .sec-staff_item {
    width: 270px;
  }
}
.sec-staff_item ._img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-staff_item ._bottom {
  padding: 12px;
  background-color: #FFF;
}
.sec-staff_item ._position {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.sec-staff_item ._name {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sec-staff_item ._detail {
  font-size: 1.2rem;
}
.sec-access {
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .sec-access {
    margin: 40px 0;
  }
}
.sec-access_row1 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .sec-access_row1 {
    margin-top: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.sec-access_row1 ._img {
  width: 365px;
}
@media screen and (max-width: 500px) {
  .sec-access_row1 ._img {
    width: 100%;
  }
}
.sec-access_row1 ._img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-access_row1 ._name {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .sec-access_row1 ._name {
    font-size: 1.8rem;
  }
}
.sec-access_row1 ._sub {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-access_row1 ._sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.sec-access_row1 ._address {
  line-height: 2em;
}
@media screen and (max-width: 500px) {
  .sec-access_row1 ._address {
    font-size: 1.4rem;
  }
}
.sec-access_row2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .sec-access_row2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }
}
.sec-access_row2 ._img {
  width: 365px;
}
@media screen and (max-width: 500px) {
  .sec-access_row2 ._img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec-access_row2 ._img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-access_row2 ._texts {
  width: calc(100% - 400px);
}
@media screen and (max-width: 500px) {
  .sec-access_row2 ._texts {
    width: 100%;
  }
}
.sec-access_row2 ._texts p {
  line-height: 2em;
}
@media screen and (max-width: 500px) {
  .sec-access_row2 ._texts p {
    font-size: 1.4rem;
  }
}
.sec-access_row2 ._button {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-access_row2 ._button {
    text-align: center;
  }
}
.sec-vacanthouse_intro1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.sec-vacanthouse_intro1 span {
  display: inline-block;
  background-color: rgba(110, 185, 42, 0.5);
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_intro1 span {
    font-size: 1.6rem;
  }
}
.sec-vacanthouse_intro2 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_intro2 {
    font-size: 1.6rem;
  }
}
.sec-vacanthouse_intro3 {
  text-align: center;
  margin: 80px 0;
}
.sec-vacanthouse_intro3 img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_intro3 img {
    height: auto;
    width: 100%;
  }
}
.sec-vacanthouse_nayami1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_nayami1 {
    font-size: 1.6rem;
  }
}
.sec-vacanthouse_nayami2 {
  width: 460px;
  margin: 40px auto;
  padding: 0 40px;
  font-size: 2rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1.7em;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_nayami2 {
    font-size: 1.4rem;
    width: 100%;
  }
}
.sec-vacanthouse_nayami3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_nayami3 {
    font-size: 1.6rem;
  }
}
.sec-vacanthouse_salelend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 820px;
  margin: 60px auto;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_salelend {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
.sec-vacanthouse_salelend img {
  display: block;
  width: 390px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_salelend img {
    width: 100%;
  }
}
.sec-vacanthouse_methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 80px 0;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_methods {
    flex-wrap: wrap;
    gap: 40px;
    margin: 60px 0;
  }
}
.sec-vacanthouse_methods ._img1 {
  display: block;
  width: auto;
  height: 122px;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_methods ._img1 {
    width: 200px;
    height: auto;
  }
}
.sec-vacanthouse_methods ._img2 {
  display: block;
  width: 379px;
  height: 174px;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_methods ._img2 {
    width: 100%;
    height: auto;
  }
}
.sec-vacanthouse_caseHdg {
  font-size: 3rem;
  margin: 40px 0;
  margin-top: 100px;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_caseHdg {
    font-size: 2.4rem;
  }
}
.sec-vacanthouse_case {
  margin: 40px 0;
}
.sec-vacanthouse_case ._hdg {
  margin-bottom: 20px;
}
.sec-vacanthouse_case ._hdg img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_case ._hdg img {
    height: 40px;
  }
}
.sec-vacanthouse_case ._intro {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_case ._intro {
    font-size: 1.6rem;
  }
}
.sec-vacanthouse_case ._img {
  display: block;
  width: 100%;
  height: auto;
  margin: 60px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .sec-vacanthouse_case ._img {
    margin-bottom: 20px;
  }
}
.sec-vacanthouse_case ._body p {
  line-height: 2em;
  margin-bottom: 40px;
}
.sec-vacanthouse_case ._body p .color {
  color: #6EB92A;
}
.sec-vacanthouse_case ._body p .large {
  font-size: 2rem;
}
.sec-vacanthouse_case ._body ul {
  margin: 40px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-vacanthouse_case ._body ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-vacanthouse_case ._body ul li .color {
  color: #6EB92A;
}
.sec-vacantBottom_banner {
  display: block;
  margin: 80px 0;
}
@media screen and (max-width: 500px) {
  .sec-vacantBottom_banner {
    margin: 60px 0;
  }
}
.sec-vacantBottom_banner img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sec-vacantBottom_ttl {
  position: relative;
  text-align: center;
}
.sec-vacantBottom_ttl span {
  position: relative;
  font-size: 2rem;
  display: inline-block;
  padding: 0 20px;
  background-color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .sec-vacantBottom_ttl span {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.sec-vacantBottom_ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec-vacantBottom_text {
  font-weight: 2rem;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .sec-vacantBottom_text {
    margin: 20px 0;
    font-size: 1.6rem;
  }
}
.sec-vacantBottom_button {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #6EB92A;
  color: #FFF;
  font-size: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .sec-vacantBottom_button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.sec-owner_intro1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 500px;
}
@media screen and (max-width: 500px) {
  .sec-owner_intro1 {
    width: 100%;
  }
}
.sec-owner_intro1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  background-color: rgba(110, 185, 42, 0.5);
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-owner_intro1 span {
    font-size: 1.2rem;
    width: calc(50% - 6px);
  }
}
.sec-owner_intro2 {
  margin: 80px 0;
  text-align: center;
}
.sec-owner_intro2 img {
  height: 87px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sec-owner_intro2 img {
    height: auto;
    width: 100%;
  }
}
.sec-owner_intro3 {
  text-align: center;
  margin: 80px 0;
}
.sec-owner_intro3 img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sec-owner_intro3 img {
    height: auto;
    width: 100%;
  }
}
.sec-owner_intro4 {
  margin: 80px 0;
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 500px) {
  .sec-owner_intro4 {
    margin: 60px 0;
    font-size: 1.6rem;
  }
}
.sec-owner_boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 820px;
  margin: 60px auto;
}
@media screen and (max-width: 500px) {
  .sec-owner_boxes {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
.sec-owner_boxes img {
  display: block;
  width: 390px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .sec-owner_boxes img {
    width: 100%;
  }
}
.sec-propertySwitcher {
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .sec-propertySwitcher {
    margin: 40px 0;
  }
}
.sec-propertySwitcher_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  list-style: none;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 500px) {
  .sec-propertySwitcher_list {
    gap: 12px;
  }
}
.sec-propertySwitcher_list a, .sec-propertySwitcher_list span {
  position: relative;
  display: flex;
  width: 200px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  transform: translateY(1px);
  color: #000;
}
@media screen and (max-width: 500px) {
  .sec-propertySwitcher_list a, .sec-propertySwitcher_list span {
    font-size: 1.2rem;
    width: 140px;
    height: 40px;
  }
}
.sec-propertySwitcher_list span {
  border-bottom: 1px solid #FFF;
}
.sec-propertySwitcher_list span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6EB92A;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-propertySwitcher_list a {
  color: #707070;
}
.sec-propertiesWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .sec-propertiesWrap {
    display: block;
  }
}
.sec-properties {
  width: calc(100% - 360px);
}
@media screen and (max-width: 500px) {
  .sec-properties {
    width: 100%;
  }
}
.sec-properties_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sec-properties_top ._count {
  font-size: 1.2rem;
}
.sec-properties_top ._count span {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 4px;
}
.sec-properties_top ._sort select {
  display: block;
  width: 100px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #707070;
  padding: 4px 8px;
  font-size: 1.2rem;
  margin: 4px 0;
}
.sec-propertyMenu {
  width: 320px;
  background-color: #E6E6E6;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .sec-propertyMenu {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px;
    padding-top: 100px;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .sec-propertyMenu.active {
    opacity: 1;
    pointer-events: all;
  }
}
.sec-propertyMenu_inner {
  background-color: #FFF;
  padding: 20px;
}
.sec-propertyMenu dt {
  padding: 12px 0;
  font-size: 1.4rem;
}
.sec-propertyMenu dd {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
}
.sec-propertyMenu dd p {
  margin: 10px 0;
}
.sec-propertyMenu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sec-propertyMenu label {
  font-size: 1.4rem;
  position: relative;
}
.sec-propertyMenu label input[type=checkbox] {
  display: none;
}
.sec-propertyMenu label input[type=checkbox] + span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sec-propertyMenu label input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.sec-propertyMenu label input[type=checkbox] + span::after {
  display: none;
}
.sec-propertyMenu label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #6EB92A;
  position: absolute;
  left: 4px;
}
.sec-propertyMenu input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #707070;
  padding: 4px 8px;
  font-size: 1.4rem;
}
.sec-propertyMenu select {
  display: inline-block;
  width: calc(100% - 30px);
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #707070;
  padding: 4px 8px;
  font-size: 1.4rem;
  margin: 4px 0;
}
.sec-propertyMenu_bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.sec-propertyMenu_bottom button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #6EB92A;
  color: #FFF;
}
.sec-propertyMenu_reset {
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #000;
}
.sec-propertyMenu_close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  z-index: 2500;
}
@media screen and (max-width: 500px) {
  .sec-propertyMenu_close {
    display: flex;
  }
}
.sec-propertyMenuOpen {
  position: sticky;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 500px) {
  .sec-propertyMenuOpen {
    display: block;
    margin: 60px 0;
  }
}
.sec-propertyMenuOpen_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #000;
  background-image: url(../images/arrow-up.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
}
.sec-property {
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .sec-property {
    margin: 40px 0;
  }
}
.sec-property_ttl {
  font-size: 3rem;
}
@media screen and (max-width: 500px) {
  .sec-property_ttl {
    font-size: 2.4rem;
  }
}
.sec-property_access {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .sec-property_access {
    font-size: 1.4rem;
  }
}
.sec-property_access ._address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.sec-property_access ._access {
  padding-left: 10px;
  border-left: 1px solid #000;
}
.sec-property_wrap {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .sec-property_wrap {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sec-property_main {
  width: 600px;
}
@media screen and (max-width: 500px) {
  .sec-property_main {
    width: 100%;
  }
}
.sec-property_side {
  width: 320px;
}
@media screen and (max-width: 500px) {
  .sec-property_side {
    width: 100%;
  }
}
.sec-property_sliderWrap {
  position: relative;
  width: 100%;
}
.sec-property_sliderWrap ._prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .sec-property_sliderWrap ._prev {
    top: calc(50% - 15px);
    left: -15px;
  }
}
.sec-property_sliderWrap ._prev.swiper-button-disabled {
  opacity: 0.5;
}
.sec-property_sliderWrap ._prev img {
  display: block;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .sec-property_sliderWrap ._prev img {
    width: 30px;
  }
}
.sec-property_sliderWrap ._next {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .sec-property_sliderWrap ._next {
    top: calc(50% - 15px);
    right: -15px;
  }
}
.sec-property_sliderWrap ._next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-property_sliderWrap ._next img {
  display: block;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .sec-property_sliderWrap ._next img {
    width: 30px;
  }
}
.sec-property_slider {
  position: relative;
  width: 100%;
}
.sec-property_slider ._newsLabel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 12px;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #6EB92A;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .sec-property_slider ._newsLabel {
    font-size: 1.2rem;
  }
}
.sec-property_slider ._catLabel {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 1.4rem;
  color: #3C3C3C;
  background-color: #FFF;
  border: 1px solid #3C3C3C;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .sec-property_slider ._catLabel {
    font-size: 1.2rem;
  }
}
.sec-property_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-property_pagination {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.sec-property_thumb {
  width: calc((100% - 40px) / 5);
  opacity: 0.6;
}
.sec-property_thumb.active {
  opacity: 1;
}
.sec-property_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-property_body {
  margin: 40px 0;
}
@media screen and (max-width: 500px) {
  .sec-property_body {
    margin: 20px 0;
  }
}
.sec-property_body h1, .sec-property_body h2, .sec-property_body h3, .sec-property_body h4 {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .sec-property_body h1, .sec-property_body h2, .sec-property_body h3, .sec-property_body h4 {
    font-size: 1.8rem;
  }
}
.sec-property_body p {
  margin: 20px 0;
}
.sec-property_contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #6EB92A;
  color: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.sec-property_detail {
  background-color: #E6E6E6;
  padding: 20px;
}
.sec-property_detail ._top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.sec-property_detail ._top .main {
  width: 50%;
}
.sec-property_detail ._top .main dt {
  font-size: 1.4rem;
}
.sec-property_detail ._top .main dd {
  font-size: 2rem;
  text-align: center;
}
.sec-property_detail ._top .main dd span {
  font-size: 1.2rem;
}
.sec-property_detail ._top .sub {
  width: 50%;
}
.sec-property_detail ._top .sub dt {
  text-align: center;
  font-size: 1.2rem;
}
.sec-property_detail ._top .sub dd {
  font-size: 1.4rem;
  text-align: center;
}
.sec-property_detail .cols .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.sec-property_detail .cols .row .col {
  width: calc(50% - 2px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.sec-property_detail .cols .row .col dt {
  width: 50%;
  font-size: 1.1rem;
  border-right: 1px solid #000;
  padding-right: 6px;
}
.sec-property_detail .cols .row .col dd {
  width: 50%;
  font-size: 1.1rem;
  padding-left: 6px;
}
.sec-property_detail .cols .row .col.full {
  width: 100%;
}
.sec-property_detail .cols .row .col.full dt {
  width: calc(25% - 1px);
}
.sec-property_detail .cols .row .col.full dd {
  width: 75%;
}
.sec-property_detail .line dt {
  font-size: 1.1rem;
  padding: 6px 0;
}
.sec-property_detail .line dd {
  font-size: 1.1rem;
  padding: 6px 0;
  border-bottom: 1px solid #000;
}
.sec-blog_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 40px 0;
}
.sec-blog_nav span, .sec-blog_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 500px) {
  .sec-blog_nav span, .sec-blog_nav a {
    width: 80px;
  }
}
.sec-blog_nav span {
  background-color: #000;
  color: #FFF;
}
.sec-blog_articles {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 500px) {
  .sec-blog_articles {
    gap: 20px;
    row-gap: 40px;
  }
}
.sec-blog_card {
  display: block;
  width: calc((100% - 80px) / 3);
  color: #000;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .sec-blog_card {
    width: calc(50% - 10px);
  }
}
.sec-blog_card ._img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-blog_card ._txts {
  padding: 10px;
}
.sec-blog_card ._info {
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.sec-blog_card ._cat {
  color: #707070;
}
.sec-blog_card ._ttl {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sec-article {
  margin: 60px 0;
}
@media screen and (max-width: 500px) {
  .sec-article {
    margin: 40px 0;
  }
}
.sec-article_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .sec-article_head {
    font-size: 1.2rem;
  }
}
.sec-article_head ._cat {
  color: #707070;
  font-weight: bold;
}
.sec-article_title {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sec-article_title {
    font-size: 2.4rem;
  }
}
.sec-article_catch {
  margin: 40px 0;
}
.sec-article_catch img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-article_body {
  margin: 40px 0;
}
.sec-article_body h1, .sec-article_body h2, .sec-article_body h3, .sec-article_body h4 {
  font-size: 2.4rem;
  margin: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .sec-article_body h1, .sec-article_body h2, .sec-article_body h3, .sec-article_body h4 {
    font-size: 2rem;
  }
}
.sec-article_body p {
  margin: 20px 0;
}
.sec-article_body img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-article_bottom a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  gap: 12px;
}
.sec-entry {
  margin: 60px 0;
}
.sec-entry_hdg {
  text-align: center;
  padding: 12px 0;
  background-color: #E6E6E6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: normal;
}
.sec-entry_intro {
  text-align: center;
  margin: 40px 0;
  font-size: 1.4rem;
}
.sec-entry_bottom {
  margin: 60px 0;
}
.sec-entry_bottom h3 {
  font-size: 1.8rem;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .sec-entry_bottom h3 {
    font-size: 1.6rem;
  }
}
.sec-entry_bottom p {
  font-size: 1.4rem;
}
.sec-entry_bottom p a {
  color: #000;
  text-decoration: underline;
}
.sec-privacy_intro {
  margin: 40px 0;
  line-height: 1.7em;
}
.sec-privacy_list {
  margin: 40px 0;
}
.sec-privacy_list dt {
  margin: 40px 0;
}
.sec-privacy_list dd {
  font-size: 1.4rem;
  line-height: 2em;
}
.sec-privacy_bottom {
  font-size: 1.4rem;
  line-height: 2em;
}
.sec-noproperty {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.sec-noproperty h3 {
  margin-bottom: 30px;
}

.wpcf7-radio .wpcf7-list-item label {
  position: relative;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 1px solid #000;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #6EB92A;
  position: absolute;
  left: 4px;
}

.wpcf7-radio .wpcf7-list-item label {
  position: relative;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 1px solid #000;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] + span::after {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #6EB92A;
  position: absolute;
  left: 4px;
}

.wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  flex: none;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + span::after {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #6EB92A;
  position: absolute;
  left: 4px;
}

.wpcf7-spinner {
  display: none !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #000;
}/*# sourceMappingURL=main.css.map */</pre></body></html>