<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 
* (c) FOURDIGIT Inc.
*
* 1. import
* 2. html, body
* 3. HTMLtag, siteCommonClass
* 4. Layout
* 5. EachPageStyle
*
*/
/**
* 1. import
*/
@import "import/reset.css";
@import "import/util.css";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
* 2. html, body
*/
body {
  background-color: #fff;
  background-image: url(../imgs/space.gif);
  background-repeat: repeat-x;
  background-position: center top;
}

.page {
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/**
* 3. HTMLtag, siteCommonClass
*/
/* anchor */
a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
}

a:hover {
  color: #ff0000;
  background-position: bottom right;
  text-decoration: underline;
}

a:active {
}

/* heading */
.siteTitle {
/*dont use &lt;h1&gt; selector*/
}

.contentTitle {
/*dont use &lt;h2&gt; selector*/
}

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

.cap {
  padding-top: 5px;
}

/**
* 4. Layout
*/
.page {
  display: none;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

#container {
  background-color: transparent;
  background-image: url(../imgs/space.gif);
  background-repeat: repeat-y;
  background-position: center top;
  text-align: left;
}

.wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.pop .wrap {
  max-width: 660px;
}

#gHeader {
  position: relative;
}

#gHeader .wrap {
  position: relative;
}

#gHeader .siteTitle {
  width: 268px;
  padding: 36px 0 26px;
}

#gHeader .shldrTxt {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #999;
  font-size: 10px;
  line-height: 15px;
}

#gHeader .ci {
  position: absolute;
  top: 21px;
  right: 10px;
}

#pNav {
  position: absolute;
  top: 72px;
  right: 10px;
  text-align: right;
}

#pNav li {
  display: inline-block;
}

#pNav .outline,
#pNav .map {
  margin: 0 0 0 15px;
}

#pNav .request {
  margin: 0 0 0 20px;
}

#pNav .reserve {
  display: none;
  margin: 0 0 0 5px;
}

#pNav .menu,
#pNav .phone {
  display: none;
}

#gNav {
  background: url(../imgs/bg-nav01.png) 0 0 repeat;
}

#gNav .wrap {
  padding: 0;
}

#gNav li {
  position: relative;
  box-sizing: border-box;
  width: 11.1%;
  padding: 3px 4px;
  background: url(../imgs/bg-nav02.png) 100% 0 no-repeat;
  float: left;
}

#gNav li span.new {
  position: absolute;
  top: 3px;
  right: 4px;
}

#gNav .top {
  width: 9.8%;
  position: relative;
}

#gNav .top:before {
  content: url(../imgs/bg-nav02.png);
  position: absolute;
  top: 0;
  left: 0;
}

#gNav .stylehouse {
  width: 12.9%;
}

#gNav .location {
  width: 11.4%;
}

#gNav .access {
  width: 11.4%;
}

#gNav .design {
  width: 10.4%;
}

#gNav .plan {
  width: 8.9%;
}

#gNav .conceptroom {
  width: 14.7%;
}

#gNav .equipment {
  width: 11.2%;
}

#gNav .brand {
  width: 9.3%;
}

#gNav a,
#gNav strong,
#gNav .off {
  display: block;
  text-align: center;
}

#gNav a:hover,
#gNav strong {
  background: url(../imgs/bg-nav03.png) 0 0 repeat;
}

#gNav .off img {
  -ms-filter: "alpha(opacity=30)";
  opacity: .3;
}

.pop #gHeader {
  border-bottom: 1px solid #c7b45b;
}

.pop #gHeader .siteTitle {
  padding: 22px 0 21px;
}

.pop #pNav {
  top: 29px;
}

@media only screen and (max-width:900px) {

#gNav li {
  width: 20% !important;
}

#gNav .top:before {
  content: normal;
}
}

@media only screen and (min-width:641px) {

#gNav {
  display: block !important;
}

#gNav ul {
  margin: 0 auto !important;
}

#spRequestMenu {
  display: none !important;
}
}

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

#gHeader {
  display: table;
  width: 100%;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(255,255,255,.9);
}

#gHeader&gt;.wrap {
  display: table-row;
  height: 74px;
  padding: 0;
}

#gHeader .siteTitle {
  display: table-cell;
  width: auto;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}

#gHeader .shldrTxt,
#gHeader .ci {
  display: none;
}

#pNav {
  width: 60px;
  display: table-cell;
  position: static;
  vertical-align: middle;
}

#pNav li {
  display: none;
}

#pNav li.menu {
  display: block;
}

#pNav li.request {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
}

#pNav li.request a {
  display: block;
  background: #807047;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

#pNav li.request span.sp {
  display: inline;
}

#pNav li.request span.sp + img {
  display: none;
}

#gNav {
  display: none;
  width: 100%;
  border-top: 1px solid #856416;
  border-bottom: 1px solid #856416;
  position: fixed;
  top: 74px;
  left: 0;
  background: rgba(255,255,255,.9);
}

#gNav li {
  box-sizing: border-box;
  width: 50% !important;
  border-bottom: 1px solid #856416;
  padding: 2px;
  background: none;
  font-size: 12px;
  height: 61px;
}

#gNav li:nth-child(odd) {
  border-right: 1px solid #856416;
}

#gNav li:last-child {
  margin-bottom: -1px;
}

#gNav .top:before {
  content: normal;
}

#gNav li.sp {
  display: block;
}

#gNav a,
#gNav strong,
#gNav .off {
  display: block;
  padding: 20px 10px 18px 10px;
  color: #333;
  text-decoration: none;
  text-align: center;
}

#gNav .gallery a {
  padding: 10px;
}

#gNav a:hover {
  background: none;
}

#gNav strong {
  background: #856416;
  color: #fff;
}

#gNav span.sp {
  display: inline;
}

#gNav span.sp + img {
  display: none;
}

#gNav .off span {
  opacity: .3;
}

#spRequestMenu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.8);
}

#spRequestMenu .close {
  display: block;
  width: 25%;
  margin: 0 0 0 75%;
}

#spRequestMenu li {
  padding: 10px 10px 0;
  text-align: center;
}

#spRequestMenu li img {
  vertical-align: top;
}

.pop #gHeader {
  position: static;
  border-bottom: none;
}

.pop #gHeader .siteTitle {
  padding: 0 10px;
}
}

@media only screen and (max-width:512px) {
}

@media only print {

.pop #gHeader {
  display: none;
}
}

#mainContent {
  color: #333;
}

#breadCrumb {
  padding: 8px 10px;
  font-size: 10px;
  line-height: 14px;
}

#breadCrumb li {
  display: inline;
}

#breadCrumb a {
  color: #856416;
}

#breadCrumb li:after {
  content: '　&gt;　';
}

#breadCrumb .last:after {
  content: normal;
}

#contentHeader {
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}

#contentTitle {
  margin: 0 0 -16px;
  position: relative;
  text-align: right;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pop #mainContent {
  border-top: 1px solid #947d2b;
}

@media only screen and (max-width:1320px) {

#contentTitle {
  padding: 0 10px 0 0;
}
}

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

#mainContent {
  margin: 0 0 0;
}

#breadCrumb {
  display: none;
}

#contentTitle {
  padding: 30px 10px 0;
  text-align: center;
}

.titleA .sp {
  display: inline;
  font-size: 24px;
}

.titleA .sp~img {
  display: none;
}

.titleB .sp {
  display: inline;
  font-size: 18px;
}

.titleB .sp~img {
  display: none;
}

.cv img.sp {
  display: inline-block;
}

.cv img.sp + img {
  display: none;
}

.pop #mainContent {
  margin: 0;
  border-top: none;
}
}

@media only screen and (max-width:512px) {
}

@media only print {

.pop #mainContent .wrap {
  padding: 0;
}

.pop #mainContent .btn {
  display: none;
}
}

/* fNav */
#fNav {
  margin: 0 0 25px;
  padding: 6px 0;
  background: #7d6922;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

#fNav li {
  display: inline;
}

#fNav li:before {
  content: ' │ ';
}

#fNav .first:before {
  content: normal;
}

#fNav a {
  color: #fff;
  text-decoration: none;
}

#fNav strong {
  font-weight: normal;
  text-decoration: underline;
}

#fNav .off {
  -ms-filter: "alpha(opacity=30)";
  opacity: .3;
}

#gFooter .contact {
  float: right;
  text-align: right;
}

#gFooter .contact img {
  vertical-align: top;
}

#gFooter .contact .tel {
  white-space: nowrap;
}

#gFooter .contact .tel img {
  margin: 0 0 0 15px;
}

#gFooter .contact .tel img:first-child {
  margin: 0;
}

#gFooter .ci {
  float: left;
  position:static;
}

#gFooter .fLink {
  margin: 10px 0;
  font-size: 12px;
}

#gFooter .fLink li {
  float: left;
}

#gFooter .fLink li:before {
  content: '&gt;';
  font-size: 10px;
}

#gFooter .fLink .col01 {
  width: 360px;
}

#gFooter .fLink .col02 {
  width: 250px;
}

#gFooter .fLink .col03 {
  width: 350px;
}

#gFooter .fLink a {
  color: #000;
}

#copyright {
  padding: 0 0 10px;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}

#pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity .5s;
}

#pageTop.active {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.pop #gFooter .contact {
  margin: 0 0 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0 15px;
  float: none;
  text-align: center;
}

.pop #gFooter .ci {
  margin: 0 0 15px;
  float: none;
}

@media only screen and (max-width:1000px) {

#pageTop {
  display: none;
}
}

@media only screen and (max-width:960px) {

#gFooter .fLink .col01,
#gFooter .fLink .col02,
#gFooter .fLink .col03 {
  width: 50%;
}
}

@media only screen and (max-width:800px) {

#gFooter .contact {
  margin: 0 0 20px;
  float: none;
  text-align: center;
}

#gFooter .ci {
  margin: 0 0 10px;
  float: none;
  text-align: center;
}
}

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

#fNav {
  display: none;
}

#gFooter .contact .tel img,
#gFooter .contact .tel img:first-child {
  display: block;
  margin: 0 auto 10px;
}

#gFooter .contact .tel .sp~img {
  display: none;
}

#gFooter .contact .tel a {
  display: block;
  color: #b28e00;
  font-size: 28px;
  text-decoration: none;
}

#gFooter .fLink {
  margin: 10px -10px;
  border-bottom: 1px solid #ccc;
  background: #eee;
}

#gFooter .fLink .col01,
#gFooter .fLink .col02,
#gFooter .fLink .col03 {
  width: 100%;
  border-top: 1px solid #ccc;
}

#gFooter .fLink li:before {
  content: normal;
}

#gFooter .fLink a {
  display: block;
  padding: 5px 10px;
}

#copyright {
  text-align: center;
}

.pop #gFooter .note {
  font-size: 12px;
  text-align: center;
}

.pop #gFooter .ci {
  text-align: center;
}

.pop #copyright {
  padding: 0 10px;
}
}

@media only print {

.pop #gFooter .contact {
  margin: 0;
}

.pop #gFooter .ci,
.pop #copyright {
  display: none;
}
}
</pre></body></html>