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

/* ────────────────────── *
 *                                              *
 * 基本設定                                     *
 *                                              *
 * ────────────────────── */

body {
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
.sp {
    display: none;
}

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

#header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#header h1 {
    font-size: 10px;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 15px;
}
#header #header-button {
    font-size: 13px;
    line-height: 1.5;
    float: right;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header #header-button li {
    width: 140px;
}
#header #header-button li a {
    color: #fff;
    background: #9fa0a0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 140px;
    height: 80px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#header #header-button li a:hover {
    background: #6a5217;
}
#header #header-button li:nth-child(3) a {
    background: #680000;
}
#header #header-button li a span {
    letter-spacing: 0.5em;
}
#btn-menu {
    display: none;
}
#header #header-tel {
    position: absolute;
    right: 440px;
    top: 19px;
}

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

#gnavi {
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
}
#gnavi ul {
    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;
}
#gnavi ul li {
    background: #fff;
    text-align: center;
    width: 240px;
    position: relative;
}
#gnavi ul li.disabled img {
    opacity: 0.3;
}
#gnavi ul li:before {
    content: "";
    background: #6a5217;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#gnavi ul li:nth-child(5):after {
    content: "";
    background: #6a5217;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#gnavi ul li.active,
#gnavi ul 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 );
}
#gnavi ul li a {
    display: block;
}
#gnavi ul li a .new {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

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

#fnavi {
    padding: 15px 0;
    border-top: 1px solid #6a5217;
    border-bottom: 1px solid #6a5217;
}
#fnavi ul {
    line-height: 1;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto -10px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#fnavi ul li {
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 10px;
    margin-left: -1px;
    border-left: 1px solid #6a5217;
    border-right: 1px solid #6a5217;
}
#fnavi ul li.disabled {
    color: rgba(106, 82, 23, 0.3);
}
#fnavi ul li:last-child {
    border-right: 1px solid #6a5217;
}
#fnavi ul li a {
    color: #6a5217;
}
#fnavi ul li a:hover {
    text-decoration: underline;
}

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

#footer {
    padding: 60px 0;
    margin: 0 auto;
    border-bottom: 1px solid #6a5217;
}
#footer ul#banner {
    width: 1200px;
    margin: 0 auto;
    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;
}
#footer ul#banner li:nth-child(1) {
    width: 222px;
}
#footer ul#banner li:nth-child(2) {
    width: 345px;
}
#footer ul#banner li:nth-child(3) {
    width: 345px;
}
#footer ul#banner li:nth-child(4) {
    width: 260px;
}

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

#developer {
    background: #fff;
    clear: both;
    width: 100%;
    padding: 60px 0 40px;
}
#developer .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#developer .inner p#btn-pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
    opacity: 0.8;
}
#developer .inner ul {
    display: flex;
}
#developer .inner ul li {
    font-size: 10px;
    line-height: 1;
}
#developer .inner ul li a {
    color: #000;
    display: block;
}
#developer .inner ul li a:first-of-type {
    margin-bottom: 10px;
}
#developer .inner ul li a:last-of-type {
    padding-left: 40px;
}
#developer .inner ul li:nth-child(1) {
    width: 190px;
    margin-right: 45px;
}
#developer .inner small {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

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

.contents {
    width: 1200px;
    padding: 130px 0;
    margin: 0 auto;
}

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

#breadcrumbs {
    clear: both;
    padding: 15px 0;
    border-bottom: 1px solid #6a5217;
}
#breadcrumbs ol {
    font-size: 0;
    line-height: 1;
    -ms-word-break: break-all;
    word-break: break-all;
    width: 1200px;
    margin: 0 auto;
}
#breadcrumbs ol li {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
#breadcrumbs ol li:first-child {
    margin-left: 0;
}
#breadcrumbs ol li:before {
    content: "&gt;";
    margin-right: 10px;
}
#breadcrumbs ol li:first-child:before {
    content: none;
    margin-right: 0;
}
#breadcrumbs ol li a {
    color: #000;
}
#breadcrumbs ol li a:hover {
    text-decoration: underline;
}

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

#information {
    width: 1200px;
    padding: 80px 0 70px;
    margin: 0 auto;
    position: relative;
}
#information h2 {
    text-align: center;
    margin: 0 auto 35px;
}
#information ul#btn-information-request {
    width: 990px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: center;
}
#information ul#btn-information-request li {
    width: 48.48484848484848%;
}
#information p#contact {
    text-align: center;
    margin: 0 auto;
}

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

#notice {
    padding: 50px 0;
    border-top: 1px solid #6a5217;
}
#notice ul {
    font-size: 10px;
    line-height: 1.5;
    width: 1200px;
    margin: 0 auto;
}
#notice ul li {
    margin-bottom: 5px;
}
#notice ul li:last-child {
    margin-bottom: 0;
}

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

ul#sp-fixed {
    display: none;
}

/* ────────────────────── *
 *                                              *
 * アニメーション                               *
 *                                              *
 * ────────────────────── */

.hide {
    opacity: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}
.showin {
    opacity: 1;
}
</pre></body></html>