<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

@media screen and (max-width: 1024px) {
  .header_container {
    padding: 1rem 5%; }
    .header_container .sub-nav {
      right: 5%; } }
@media screen and (max-width: 600px) {
  .header_container {
    padding: 0rem 0% !important;
    padding: 8px 0 0 !important; } }

@media screen and (max-width: 1024px) {
  h1 {
    display: none !important; } }

@media screen and (max-width: 600px) {
  footer .navigation {
    display: block; } }

.section-contents {
  padding-top: 3rem; }

.breadcrumbs {
  border-bottom: 1px solid #ccc; }

.subwin-ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #AA8420;
  padding-bottom: 2rem; }

.subwin-cap {
  padding-bottom: 3rem;
  margin: auto;
  max-width: 800px;
  width: 90%; }
  .subwin-cap.plan-cap {
    padding-top: 3rem;
    padding-bottom: 0rem; }

.subwin-btn {
  padding: 4rem 0; }
  .subwin-btn ul {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
    .subwin-btn ul * {
      min-height: 0%; }
    .subwin-btn ul li {
      width: 47%;
      max-width: 220px;
      margin: 1rem 1% 0 1%; }
      .subwin-btn ul li a {
        display: block;
        background: #777;
        width: 100%;
        font-size: 1rem;
        padding: .75rem 0;
        position: relative;
        color: #fff;
        text-align: center;
        transition: .3s; }
        .subwin-btn ul li a:hover {
          opacity: .8; }
        .subwin-btn ul li a::before {
          content: "";
          display: none;
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          border: thin solid #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 600px) {
    .subwin-btn ul li {
      width: 100%; }
      .subwin-btn ul li.print {
        display: none; } }

body#outline .ol-box {
  font-family: "Noto Sans JP","Roboto","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-feature-settings: 'palt';
  max-width: 750px;
  margin: 0 auto; }
  body#outline .ol-box .ol-ttl {
    color: #7f6e60;
    line-height: 1.4;
    font-weight: bold; }
  body#outline .ol-box table {
    margin-top: 1rem;
    border: solid 1px #ccc;
    border-collapse: collapse; }
    body#outline .ol-box table th, body#outline .ol-box table td {
      padding: 1rem 1.25rem;
      font-size: .8125rem;
      line-height: 1.6;
      vertical-align: top;
      border: solid 1px #ccc; }
    body#outline .ol-box table th {
      width: 28%;
      font-weight: normal;
      background: #eee; }
    body#outline .ol-box table td {
      width: 72%; }
  body#outline .ol-box + .ol-box {
    margin-top: 4rem; }
body#outline .ol-data {
  font-family: "Noto Sans JP","Roboto","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-feature-settings: 'palt';
  max-width: 750px;
  margin: 2rem auto 0 auto;
  text-align: right;
  font-size: .8125rem;
  line-height: 1.6; }
body#outline .pre_ad {
  /*margin-top: 1rem;*/
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 200;
  font-style: normal;
  font-feature-settings: 'palt';
  text-align: left;
  line-height: 1.44; }
  body#outline .pre_ad .font-l {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.125rem; }
  body#outline .pre_ad .font-s {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: 0.5rem; }
@media screen and (max-width: 600px) {
  body#outline .ol-box table {
    border: none;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc; }
    body#outline .ol-box table th, body#outline .ol-box table td {
      display: block;
      border: none;
      border-bottom: solid 1px #ccc;
      width: 100%; }
    body#outline .ol-box table tr:first-of-type th {
      border-top: solid 1px #ccc; }
  body#outline .pre_ad .font-l {
    font-size: 1.285714285714286rem; }
  body#outline .pre_ad .font-s {
    font-size: 1em; } }

body#map .inner02 {
  width: 100%; }
body#map .map-copy {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 2rem; }
body#map .map-box {
  width: 46.1538461538%;
  margin: 0 auto; }
  body#map .map-box .map-ttl {
    font-family: "Noto Sans JP","Roboto","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-feature-settings: 'palt';
    color: #4d97b7;
    line-height: 1.4;
    font-weight: bold;
    text-align: center; }
  body#map .map-box .img {
    border: solid 1px #ccc; }
  body#map .map-box + .map-box {
    margin-top: 4rem; }
body#map .map-img {
  max-width: 800px;
  margin: auto; }
body#map .subwin-btn {
  padding: 3rem 0; }
@media screen and (max-width: 600px) {
  body#map .map-box {
    width: 100%;
    max-width: 100%; }
  body#map .route {
    width: 100%;
    margin-top: 1rem; } }

@media print {
  body {
    width: 90%;
    margin: 0 auto; }

  header {
    display: none; }

  .contents {
    padding: 0;
    margin-top: 0; }
    .contents .subwin-btn, .contents .conversion {
      display: none; }

  section, .section-contents {
    padding-top: 1rem; }

  footer .navigation, footer .laurel-banners, footer .other-property-list, footer .corp-logo {
    display: none; } }
.video-box {
  width: 100%;
  margin: 0 auto 5rem; }
@keyframes moviefadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .video-box .video-inner {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 2px #ad853d;
    position: relative;
    padding-bottom: 56.25%; }
    .video-box .video-inner video, .video-box .video-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    .video-box .video-inner .video-tag {
      position: absolute;
      top: 0;
      left: 0; }
    .video-box .video-inner .video-play {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      cursor: pointer; }
      .video-box .video-inner .video-play.fadeOut {
        pointer-events: none;
        animation: moviefadeOut 0.5s linear 0s forwards; }
      .video-box .video-inner .video-play::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../video/lc-kawaguchi-zeh_poster.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.2; }
      .video-box .video-inner .video-play::after {
        content: "";
        display: block;
        width: 120px;
        padding-bottom: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../video/movie_assets_play.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
  @media screen and (max-width: 600px) {
    .video-box .video-inner .video-play::after {
      width: 80px;
      padding-bottom: 80px; } }

/******************************************************

faq

******************************************************/
#faq .faq-head {
  background: #dfd8d2;
  max-width: 1400px;
  border-top: 1px solid #ccc;
  margin: auto;
  padding: 3rem 0; }
#faq .map-en {
  text-align: center;
  font-size: 2.4rem; }
#faq .text-kana {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem; }
#faq .accordion {
  border-bottom: 1px solid #ccc;
  margin: auto;
  max-width: 90rem;
  margin-top: 5rem;
  margin-bottom: 5rem; }
#faq .toggle {
  display: none; }
#faq .Label {
  /*タイトル*/
  padding: 1.8rem 5rem 1.8rem 6rem;
  margin-top: 0.5rem;
  display: block;
  color: #000;
  background: #dfd8d2;
  font-size: 1.2rem !important;
  line-height: 1.7;
  position: relative; }
  #faq .Label b {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    color: #111;
    font-weight: lighter;
    transform: translateY(-50%);
    font-size: 1.8rem; }
#faq .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 2rem;
  height: 2px;
  background: #111;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg); }
#faq .Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 2rem;
  height: 2px;
  background: #111;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg); }
#faq .Label,
#faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  font-size: 1.2rem !important;
  line-height: 1.7; }
#faq .content {
  /*本文*/
  height: 0;
  padding: 0 5% 0 6rem;
  overflow: hidden;
  position: relative; }
  #faq .content b {
    position: absolute;
    left: 1.5rem;
    top: 1.35rem;
    color: #111;
    font-weight: lighter;
    font-size: 1.8rem; }
  #faq .content a {
    word-break: break-all; }
#faq .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 2rem 2rem 2rem 6rem;
  transition: all .3s; }
#faq .toggle:checked + .Label {
  background: #dfd8d2; }
#faq .toggle:checked + .Label::after {
  display: none; }
#faq .conversion {
  width: 90%; }
</pre></body></html>