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

@media only screen and (min-width: 0px) and (max-width: 1260px) {

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header {
    width: 95.23809523809523%;
}

/* ────────────────────── *
 *                                              *
 * グロナビ                                     *
 *                                              *
 * ────────────────────── */

#gnavi {
    width: 95.23809523809523%;
}
#gnavi ul li {
    width: 20%;
}

/* ────────────────────── *
 *                                              *
 * フッターナビ                                 *
 *                                              *
 * ────────────────────── */

#fnavi ul {
    width: 95.23809523809523%;
}

/* ────────────────────── *
 *                                              *
 * フッター                                     *
 *                                              *
 * ────────────────────── */

#footer {
    padding: 4.761904761904762% 0;
}
#footer ul#banner {
    width: 95.23809523809523%;
}
#footer ul#banner li:nth-child(1) {
    width: 18.5%;
}
#footer ul#banner li:nth-child(2) {
    width: 28.749999999999996%;
}
#footer ul#banner li:nth-child(3) {
    width: 28.749999999999996%;
}
#footer ul#banner li:nth-child(4) {
    width: 21.666666666666668%;
}

/* ────────────────────── *
 *                                              *
 * 事業主                                       *
 *                                              *
 * ────────────────────── */

#developer {
    padding: 4.761904761904762% 0 3.1746031746031744%;
}
#developer .inner {
    width: 95.23809523809523%;
}
#developer .inner p#btn-pagetop {
    right: 3.1746031746031744%;
    bottom: 3.1746031746031744vw;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ基本枠                             *
 *                                              *
 * ────────────────────── */

.contents {
    width: 95.23809523809523%;
    padding: 10.317460317460316% 0;
}

/* ────────────────────── *
 *                                              *
 * パンくずリスト                               *
 *                                              *
 * ────────────────────── */

#breadcrumbs ol {
    width: 95.23809523809523%;
}
#breadcrumbs ol li {
    font-size: 12px;
}

/* ────────────────────── *
 *                                              *
 * インフォメーション                           *
 *                                              *
 * ────────────────────── */

#information {
    width: 95.23809523809523%;
    padding: 6.349206349206349% 0 5.555555555555555%;
}
#information h2 {
    width: 85%;
    margin: 0 auto 5%;
}
#information ul#btn-information-request {
    width: 82.5%;
    margin: 0 auto 2.916666666666667%;
}
#information p#contact {
    width: 89.28571428571429%;
}

/* ────────────────────── *
 *                                              *
 * 注釈                                         *
 *                                              *
 * ────────────────────── */

#notice {
    padding: 3.968253968253968% 0;
}
#notice ul {
    width: 95.23809523809523%;
}

}


@media only screen and (min-width: 0px) and (max-width: 1140px) {

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header h1 {
    display: none;
    margin-bottom: 10px;
}
#header p#logo {
    width: 30.175438596491226vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header #header-button {
    height: 7.017543859649122vw;
}
#header #header-button li {
    width: 100px;
}
#header #header-button li a {
    height: 7.017543859649122vw;
}
#header #header-tel {
    width: 18.947368421052634vw;
    right: 320px;
    top: 1.6666666666666667vw;
}

/* ────────────────────── *
 *                                              *
 * 事業主                                       *
 *                                              *
 * ────────────────────── */

#developer .inner small {
    font-size: 11px;
}

}

@media only screen and (min-width: 0px) and (max-width: 640px) {

html {
    font-size: 1.5625vw;
}
body {
    padding-top: 65px;
    padding-bottom: 70px;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header {
    background: #fff;
    width: 100%;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}
#header h1 {
    font-size: 10px;
    display: block;
    width: 125%;
    padding-top: 0;
    margin-bottom: 10px;
    transform-origin: left;
    transform: scale(0.8);
}
#header p#logo {
    font-size: 0;
    width: auto;
    height: 24px;
    position: static;
    transform: none;
}
#header p#logo img {
    height: 100%;
}
#header #header-button {
    display: none;
}
#header #header-tel {
    display: none;
}

/* ハンバーガーメニュー */
#btn-menu {
    font-size: 0;
    display: block;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-5px);
}
#btn-menu a {
    outline: none;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .1s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 30px;
    height: 24px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 10px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

/* ────────────────────── *
 *                                              *
 * グロナビ                                     *
 *                                              *
 * ────────────────────── */

#gnavi {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
}
#gnavi ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgba(106, 82, 23, 0.5);
}
#gnavi.rent ul li img {
    width: auto;
}
#gnavi ul li:before {
    content: none;
}
#gnavi ul li:nth-child(5):after {
    content: none;
}
#gnavi ul li:nth-child(6) {
    background: #9fa0a0;
}
#gnavi ul li:nth-child(7) {
    background: #9fa0a0;
}
#gnavi ul li:nth-child(8) {
background: #680000;
}
#gnavi ul li.sp {
    font-size: 13px;
    line-height: 36px;
    color: #fff;
}
#gnavi ul li.sp a {
    color: #fff;
}
#gnavi ul li a,
#gnavi ul li span {
    display: block;
}

/* ────────────────────── *
 *                                              *
 * フッターナビ                                 *
 *                                              *
 * ────────────────────── */

#fnavi {
    padding: 3.0rem 2.0rem;
}
#fnavi ul {
    margin-bottom: -2.0rem;
}
#fnavi ul li {
    font-size: 2.6rem;
    padding: 0 2.0rem;
    margin-bottom: 2.0rem;
}

/* ────────────────────── *
 *                                              *
 * フッター                                     *
 *                                              *
 * ────────────────────── */

#footer {
    padding: 3.0rem 0;
}
#footer ul#banner {
    display: block;
    width: 60.0rem;
}
#footer ul#banner li {
    text-align: center;
    margin-bottom: 2.0rem;
}
#footer ul#banner li:nth-child(1) {
    width: auto;
}
#footer ul#banner li:nth-child(2) {
    width: auto;
}
#footer ul#banner li:nth-child(3) {
    width: auto;
}
#footer ul#banner li:nth-child(4) {
    width: auto;
    margin-bottom: 0;
}

/* ────────────────────── *
 *                                              *
 * 事業主                                       *
 *                                              *
 * ────────────────────── */

#developer {
    padding: 4.0rem 0;
}
#developer .inner {
    width: 60.0rem;
}
#developer .inner p#btn-pagetop {
    width: 30px;
    right: 15px;
    bottom: 85px;
}
#developer .inner ul {
    width: auto;
    justify-content: center;
    margin-bottom: 3.0rem;
}
#developer .inner ul li {
    width: 100%;
    max-width: 200px;
    margin: 0 1.0rem;
}
#developer .inner ul li a:last-of-type {
    padding-left: 0;
}
#developer .inner ul li:nth-child(1) {
    width: 100%;
    margin: 0 1.0rem 20px;
}
#developer .inner small {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    display: block;
    position: static;
}

    /* ────────────────────── *
     *                                              *
     * パンくずリスト                               *
     *                                              *
     * ────────────────────── */

    #breadcrumbs {
        padding: 5px 0;
        border-top: 1px solid #6a5217;
    }
    #breadcrumbs ol {
        width: 93.75%;
    }
    #breadcrumbs ol li {
        font-size: 10px;
        line-height: 1.3;
        display: inline;
        margin-left: 5px;
    }
    #breadcrumbs ol li:before {
        margin-right: 5px;
    }

/* ────────────────────── *
 *                                              *
 * インフォメーション                           *
 *                                              *
 * ────────────────────── */

#information {
    width: 56.0rem;
    padding: 6.0rem 0;
}
#information h2 {
    width: 100%;
    margin: 0 auto 4.0rem;
}
#information ul#btn-information-request {
    width: 100%;
    margin: 0 auto 5.0rem;
    display: block;
}
#information ul#btn-information-request li {
    width: 49.6rem;
    margin: 0 auto 2.0rem;
}
#information ul#tel-online {
    width: 100%;
}
#information ul#tel-online li {
    width: 100%;
    margin: 0 0 2.6785714285714284%;
}

/* ────────────────────── *
 *                                              *
 * 注釈                                         *
 *                                              *
 * ────────────────────── */

#notice {
    padding: 0;
}
#notice ul {
    width: 60.0rem;
    padding: 2.0rem 0;
}

/* ────────────────────── *
 *                                              *
 * スマホ固定バナー                             *
 *                                              *
 * ────────────────────── */

ul#sp-fixed {
    font-size: 13px;
    background: #b4923b;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul#sp-fixed li {
    text-align: center;
    width: 50%;
    height: 70px;
    position: relative;
}
ul#sp-fixed li:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
ul#sp-fixed li:last-child:after {
    content: none;
}
ul#sp-fixed li a {
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    width: 320px;
    height: 65px;
    padding-bottom: 5px;
}
ul#sp-fixed li a:before {
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
ul#sp-fixed li:nth-child(1) a:before {
    background: url("../image/common/icon-fixed-01.png") no-repeat center center / cover;
}
ul#sp-fixed li:nth-child(2) a:before {
    background: url("../image/common/icon-fixed-02.png") no-repeat center center / cover;
}
ul#sp-fixed li:nth-child(3) a:before {
    background: url("../image/common/icon-fixed-03.png") no-repeat center center / cover;
}
ul#sp-fixed li:nth-child(4) a:before {
    background: url("../image/common/icon-fixed-04.png") no-repeat center center / cover;
}

}
</pre></body></html>