<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/******************************

 * style
 *
 * 1. import
 * 2. html, body
 * 3. tag
 * 4. Layout
 * 5. popup

******************************/
/*****
 * 1. import
*****/
@import url(import/reset.css);
@import url(import/util.css);
/*****
 * 2. html, body
*****/
body {
  background-color: #fff; }

.page {
  min-width: 1000px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.10em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif; }

@media only screen and (max-width: 736px) {
  .page {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; } }

/*****
 * 3. tag
*****/
/* anchor */
a {
  color: #1a1a1a;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover {
  text-decoration: none;
  background-position: bottom right; }

/* cap */
.cap,
.caption {
  color: #666;
  font-size: 10px;
  line-height: 1.5;
  background: none; }

.cap {
  padding-top: 5px; }

.cap[data-color='white'],
.caption[data-color='white'] {
  color: #ffffff; }

.cap[data-color='black'],
.caption[data-color='black'] {
  color: #000000; }

.cap[data-color='sdw-wh'],
.caption[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px; }

.cap[data-color='sdw-bl'],
.caption[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px; }

/* imageCap */
.imageCap {
  position: relative; }

.imageCap .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.imageCap .caption.color-white {
  text-shadow: 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000; }

/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* pc sp */
img.sp,
br.sp {
  display: none; }

@media only screen and (max-width: 736px) {
  img.sp,
  br.sp {
    display: inline-block; }
  img.pc,
  br.pc {
    display: none; } }

/* telephone */
.telephone {
  pointer-events: none; }

@media only screen and (max-width: 736px) {
  .telephone {
    pointer-events: visible; } }

/*****
 * 4. Layout
*****/
/* .wrap */
.wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 736px) {
  .wrap {
    width: auto; } }

/* Header */
.globalHeader {
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  width: 100%; }
  .globalHeader .siteLogo {
    display: block;
    text-align: center; }

.headerSub {
  position: absolute;
  top: 30px;
  right: 30px; }
  @media only screen and (max-width: 736px) {
    .headerSub {
      display: none; } }

.primaryNav {
  position: absolute;
  top: 24px;
  left: 29px; }

/* gNav */
#gNav .off a {
  pointer-events: none; }

@media only screen and (max-width: 736px) {
  #gNav {
    display: none; }
  #gNav.is-active {
    display: block; } }

/* pNav */
/* spNav */
#spNav,
#spMenu {
  display: none; }

@media only screen and (max-width: 736px) {
  #spNav,
  #spMenu {
    display: block; } }

/* Container */
#container {
  color: #1c1c1c;
  text-align: left;
  background-color: transparent; }

.bottomCV {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  padding: 60px 20px 50px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 736px) {
    .bottomCV {
      padding: calc(100vw/750*100) calc(40vw/750*100);
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .bottomCV__inner {
    margin: 0 auto;
    max-width: 860px;
    width: 100%; }
  .bottomCV__headline {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 1.111111111;
    line-height: calc(20/18); }
    @media only screen and (max-width: 736px) {
      .bottomCV__headline {
        font-size: calc(30vw/750*100); } }
  .bottomCV__text {
    font-size: 16px;
    letter-spacing: .09em;
    line-height: 1.75;
    line-height: calc(28/16);
    margin-top: 24px; }
    @media only screen and (max-width: 736px) {
      .bottomCV__text {
        font-size: calc(24vw/750*100);
        margin-top: calc(30vw/750*100); } }
  .bottomCV .enquateBtn {
    height: 50px;
    width: 340px;
    margin: 40px auto 0; }
    @media only screen and (max-width: 736px) {
      .bottomCV .enquateBtn {
        font-size: calc(24vw/750*100);
        margin-top: calc(50vw/750*100);
        height: calc(80vw/750*100);
        width: 100%; } }
    .bottomCV .enquateBtn__link {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #a4a4a4;
      background-color: #a4a4a4;
      color: #fff;
      border-radius: 25px;
      font-size: 14px;
      letter-spacing: .15em;
      line-height: 1.571428571;
      line-height: calc(22/14);
      height: 100%;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media only screen and (min-width: 736px) {
        .bottomCV .enquateBtn__link:hover {
          background-color: #fff;
          color: #a4a4a4; } }

.pageTop {
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 0;
  right: 30px;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  opacity: 0;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 999; }
  @media only screen and (max-width: 736px) {
    .pageTop {
      right: calc(40vw/750*100);
      -webkit-transform: translate(0, calc(-60vw/750*100));
      -ms-transform: translate(0, calc(-60vw/750*100));
      transform: translate(0, calc(-60vw/750*100));
      width: calc(80vw/750*100); } }
  .pageTop__image {
    width: 100%; }
  .pageTop.is-start {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .pageTop.is-end {
    position: absolute;
    bottom: inherit;
    bottom: unset;
    top: 0; }

.globalFooter {
  position: relative; }

.footerContact {
  border-top: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%; }
  @media only screen and (max-width: 736px) {
    .footerContact {
      padding: calc(80vw/750*100) calc(40vw/750*100) calc(90vw/750*100); } }
  .footerContact__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: calc(24/14);
    line-height: 1.714285714;
    margin-bottom: 15px; }
  .footerContact__schedule {
    margin-top: 25px;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: calc(20/12); }
  .footerContact .mailBtn {
    font-size: 16px;
    font-weight: 700;
    margin: 25px auto 0;
    }
    @media only screen and (max-width: 736px) {
      .footerContact .mailBtn {
        width: 100%; } }
    .footerContact .mailBtn__link {
      border-bottom: 1px solid #000;
      font-size: 16px;
      line-height: 1.2;
       }
    @media only screen and (min-width: 736px) {
      .footerContact .mailBtn:hover .mailBtn__link {
        background-color: #fff;
        color: #a7a7a7; } }

@media only screen and (min-width: 736px) {
  .footerTel:not(:last-of-type) {
    margin-top: 40px; } }

@media only screen and (max-width: 736px) {
  .footerTel:not(:last-of-type) {
    margin-top: calc(40vw/750*100); } }

.footerTel__link {
  color: #1a1a1a;
  font-size: 20px;
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3; }

.footerTel--noFreedial .footerTel__link {
  font-size: 20px; }

.footerEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px 115px;
  width: 100%; }
  @media only screen and (max-width: 736px) {
    .footerEnd {
      padding: calc(60vw/750*100) calc(40vw/750*100) calc(260vw/750*100); } }

.copyright {
  color: #666;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .09em; }
  @media only screen and (max-width: 736px) {
    .copyright {
      margin-top: calc(30vw/750*100); } }

/* Footer */
/* contact */
/* pagetop */
/*****
 * 5. parts
*****/
.mResidenceLogo {
  width: 198px; }
  .mResidenceLogo__image {
    width: 100%; }

  .footerContact__box {
    max-width: 440px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
  }
  .footerContact__box .footerContact__text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.66;
  }
</pre></body></html>