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

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual {
    clear: both;
    width: 100%;
    position: relative;
}
#mainvisual img {
    width: 100%;
    max-width: none;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    padding: 120px 0 0;
}

/* ────────────────────── *
 *                                              *
 * ページネーション                             *
 *                                              *
 * ────────────────────── */

.contents ul#pagination {
    margin: 0 auto 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents ul#pagination li {
    width: 49.166666666666664%;
}
.contents ul#pagination li a {
    background: #c9caca;
    display: block;
    transition: all .2s;
}
.contents ul#pagination li a:hover {
    background: rgb(177,149,79);
    background: -moz-linear-gradient(left,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(to right,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
}

/* ────────────────────── *
 *                                              *
 * 特徴                                         *
 *                                              *
 * ────────────────────── */

.contents ul.character {
    margin: 0 auto 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contents ul.character li {
    width: 32.083333333333336%;
    margin-bottom: 20px;
}

/* ────────────────────── *
 *                                              *
 * 見出し                                       *
 *                                              *
 * ────────────────────── */

.contents h2 {
    text-align: center;
    margin: 0 auto 70px;
}
.contents h3,
.contents p#subtitle-all {
    background: rgb(177,149,79);
    background: -moz-linear-gradient(left,  rgba(177,149,79,1) 0%, rgba(114,78,39,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    background: linear-gradient(to right,  rgba(177,149,79,1) 0%,rgba(114,78,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1954f', endColorstr='#724e27',GradientType=1 );
    padding: 5px 0;
    margin: 0 auto 15px;
}
.contents p#subtitle-all {
    text-align: center;
}
.contents h3.subtitle-amenity {
    margin: 0 auto 40px;
}
.contents h3 span,
.contents p#subtitle-all span {
    background: rgb(114,78,39);
    background: -moz-linear-gradient(left,  rgba(114,78,39,1) 0%, rgba(177,149,79,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    background: linear-gradient(to right,  rgba(114,78,39,1) 0%,rgba(177,149,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#724e27', endColorstr='#b1954f',GradientType=1 );
    display: block;
}
.contents h4 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.contents p.section-copy {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 50px;
}
.contents p.txt {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 auto 15px;
}

/* ────────────────────── *
 *                                              *
 * 画像                                         *
 *                                              *
 * ────────────────────── */

.contents figure#triple {
    margin: 0 auto 30px;
}
.contents figure#triple figcaption {
    font-size: 10px;
    line-height: 1;
    text-align: right;
    padding-top: 10px;
}

/* ────────────────────── *
 *                                              *
 * セキュリティ                                 *
 *                                              *
 * ────────────────────── */

.contents #security-key {
    background: #efefef;
    padding: 30px;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #security-key p {
    width: 474px;
    flex-shrink: 0;
}
.contents #security-key dl {
    width: 630px;
    align-self: center;
}
.contents #security-key dl dt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-align: justify;
    margin-bottom: 20px;
}
.contents #security-key dl dd {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.contents #iot {
    background: #efefef;
    padding: 30px 30px 30px 140px;
    margin: 0 auto 100px;
    position: relative;
}
.contents #iot p#icon-iot {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.contents #iot dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #iot dl dt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-align: justify;
    width: 230px;
}
.contents #iot dl dd {
    width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #iot dl dd ul {
    font-size: 20px;
    font-weight: 600;
    width: 540px;
    border-top: 1px solid #000;
}
.contents #iot dl dd ul li {
    padding: 8px;
    border-bottom: 1px solid #000;
}



.contents #safety-24 {
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #safety-24 p {
    font-size: 20px;
    line-height: 1.75;
    width: 265px;
}
.contents #safety-24 figure {
    width: 890px;
}

.contents #emergency {
    background: #efefef;
    padding: 30px;
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #emergency .flexitem {
    width: 544px;
    margin-right: 30px;
}
.contents #emergency .flexitem:nth-of-type(2) {
    margin-right: 0;
}
.contents #emergency .flexitem p {
    margin-bottom: 20px;
}
.contents #emergency .flexitem:nth-of-type(2) p {
    width: 572px;
    height: 165px;
    max-width: none;
}
.contents #emergency .flexitem dl dt {
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    color: #695a14;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #695a14;
}
.contents #emergency .flexitem dl dd {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
}

/* ────────────────────── *
 *                                              *
 * Flexbox                                      *
 *                                              *
 * ────────────────────── */

.contents .flexbox {
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .flexbox.end {
    margin: 0 auto 150px;
}
.contents .flexbox ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    flex-shrink: 0;
}
.contents .flexbox ul li {
    text-align: center;
    width: 262px;
}
.contents .flexbox ul.column3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contents .flexbox ul.column3 li {
    width: 366px;
    margin-left: 51px;
}
.contents .flexbox ul.column3 li:nth-child(3n+1) {
    margin-left: 0;
}
.contents .flexbox ul.column3 li:nth-child(n+4) {
    margin-top: 50px;
}
.contents .flexbox ul li:nth-child(n+5) {
    margin-top: 30px;
}
.contents .flexbox ul li dl dt {
    font-size: 26px;
    font-weight: 600;
    color: #695a14;
    font-feature-settings: "palt";
    margin: 0 auto 5px;
}
.contents .flexbox ul li dl dt span.small {
    font-size: 14px;
}
.contents .flexbox ul li dl dd {
    font-size: 16px;
}
.contents .flexbox ul li dl dd span.small {
    font-size: 10px;
    display: block;
}
.contents .flexbox ul li p {
    margin-bottom: 15px;
}
</pre></body></html>