<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slide_placeholder {
  width: 100%;
  overflow-x:hidden;
  overflow-y:hidden;
  position: relative;
}
.Mobile .slide_placeholder,
.SmartpPhone .slide_placeholder {
  overflow-x:auto;
  -webkit-overflow-scrolling: touch
}

.slide_placeholder ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position:absolute;
}
.slide_placeholder ul li {
  width: 310px;
  margin-right:34.5px;
}
.slide_placeholder ul li:last-child {
  margin-right:0;
}

/**** äº‹ä¾‹ ****/
#renove_gallery {
  margin-bottom: 50px;
}
#renove_gallery h2 {
  text-align:center;
}
#renove_gallery h2 img {
  width: 100%;
  max-width: 622px;
}
#renove_gallery .gallery_intro {
  padding-bottom: 25px;
  text-align:center;
}
#renove_gallery .slide_placeholder {
  height: 316px;
}
#renove_gallery li a {
  text-decoration:none;
  display:block;
}
#renove_gallery li a:before {
  content: "";
  display:block;
  height: 230px;
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  transition: border .05s;
  box-sizing:border-box;
}
#renove_gallery li:hover a:before {
  border: 3px solid #000;
}
#renove_gallery li p {
  padding-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing:0.1em;

}
/* ã‚‚ã£ã¨ã¿ã‚‹ */
#renove_gallery nav {
  width: 100%;
  max-width:680px;
  margin:0 auto;
}
#renove_gallery nav a {
  display:table;
  width:100%;
  color: black;
  text-decoration:none;
}
#renove_gallery nav span {
  display: table-cell;
  vertical-align:middle;
  text-align:center;

  font-weight:bold;
  height: 30px;
  border: 1px solid #000;
  transition: border .1s;
  box-sizing:border-box;
}

#renove_gallery nav a:hover span {
  border-width: 3px;
}

/************* ONE STOP SEARVICE *************/
#OSS {
  background-image: url(/items/index/s161222/bg_reasons.jpg);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom: 86px;
}
#OSS .container {
  padding: 45px 0;
}
#OSS h2 {
  color:#fff;
  text-align:center;
  font-size:38px;
  letter-spacing:0.08em;
  line-height:1;
  padding-bottom: 13px;
}
.oss_intro {
  text-align:center;
  color:white;
  padding-bottom: 36px;
}
.oss_items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  width: 100%;
}
.oss_items dl {
  width: 31%;
  padding-top: 101px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 91px;
  color: white;
  text-align:center;
}
#oss_01 {
  background-image:url(/items/index/s161222/oss_01.png);
}
#oss_02 {
  background-image:url(/items/index/s161222/oss_02.png);
}
#oss_03 {
  background-image:url(/items/index/s161222/oss_03.png);
}
.oss_items dt {
  margin: 0 auto 13px;
  line-height:1;
  
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 66.32%,rgba(235,0,0,1.00) 66.32%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 66.32%,rgba(235,0,0,1.00) 66.32%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 66.32%,rgba(235,0,0,1.00) 66.32%);
  background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 66.32%,rgba(235,0,0,1.00) 66.32%);

}
.oss_items dt&gt;* {
  display: inline-block;
}
.oss_items dt strong {
  font-size: 25px;
  padding-right: 4px;
}
.oss_items dt span {
  font-size:15px;
  font-weight: bold;
}
#oss_01 dt {
  width: 233px;
}
#oss_02 dt {
  width: 246px;
}
#oss_03 dt {
  width: 193px;
}
.oss_items dd p {
  min-height: 6.4em;
  font-size:12px;
}
.oss_items dd p span {
  display:inline-block;
}
.oss_items dd a {
  display:table;
  width: 100%;
  max-width: 150px;
  margin:0 auto;
  color:white;
  text-decoration:none;
}
.oss_items dd a span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  font-weight:bold;
  height: 18px;
  border: 1px solid #fff;
  transition:background .3s;
}
.oss_items dd a:hover span {
  background-color:rgba(255,255,255,0.3);
}
@media only screen and (max-width: 767px) {
  .oss_items {
    display:block;
    width: 80%;
    max-width: 320px;
    margin:0 auto;
  }
  .oss_items dl {
    width: 100%;
  }
  #oss_02 {
    margin: 30px auto;
  }
  
}
/********* æ¨ªä¸¦ã³ãƒ˜ãƒƒãƒ€ãƒ¼ ***********/
.hol_head {
  display:table;
  width: 100%;
  margin-bottom: 16px;
}
.hol_head .left,
.hol_head .right{
  display:table-cell;
  vertical-align:bottom;
}
.hol_head .ttl {
  letter-spacing:0.08em;
  font-size: 23px;
  line-height:1;
  padding-right: 16px;
  display:inline-block;
}
.hol_head .txt {
  display:inline-block;
  line-height:1;
  font-size: 15px;
}
.hol_head .right a {
  display:table;
  width: 200px;
  margin-left:auto;
  color: white;
  text-decoration:none;
}
.hol_head .right a span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  height: 25px;
  font-weight:bold;
  letter-spacing:0.14em;
  font-size:12px;
  background-color: #000;
  transition:background .3s
}
.hol_head .right a:hover span {
  background-color: #646464;
}
@media only screen and (max-width: 566px) {
  .hol_head,
  .hol_head .left,
  .hol_head .right {
    display:block;
    text-align:center;

  }
  .hol_head .ttl,
  .hol_head .txt {
    margin:0;
    line-height:1.4;
  }
  .hol_head .txt {
    padding: 8px 0;
  }
  .hol_head .right a {
    margin-right: auto;
  }
}
/******** å…±é€šäº‹é&nbsp;… *********/
.under_line {
  border-bottom: 1px solid #6b6b6b;
  margin-bottom: 35px;
}
a.photo {
  display:block;
  position:relative;
  text-decoration:none;
  padding-top:230px;
  margin-bottom:12px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-color: #ccc;
  color: black;
}
 a.photo:hover {
   opacity: 0.7;
 }
.info {
  display:table;
  width:100%;
}
.info&gt;div {
  display:table-cell;
  vertical-align:middle;
}
.info&gt;div:after {
  content:"";
  display:block;
  clear:both;
}
.info&gt;div&gt;div {
  float:left;
  margin-right: 6px;
}

.info .box,
.info .yellow {
  display:table;
}
.info .box span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding: 0 12px;
  height:20px;
  border: 1px solid #000;
  font-weight: bold;
  line-height: 1;
  font-size:12px;
  box-sizing:border-box;
}

.info .yellow span{
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  font-weight: bold;
  line-height: 1;
  font-size:12px;
  height: 20px;
  padding: 0 12px;
  background-color:#fabe00;
}
.info .red span {
  background-color:#eb0000;
  color: white;
}

/********************** ç‰©ä»¶ ********************/
#estates .slide_placeholder {
  height: 336px;
}
#estates .icon {
  position: absolute;
  top:0;
  left:0;
}
#estates .icon span {
  background-color:#fabe00;
  display:inline-block;
  line-height:1;
  padding: 6px 24px;
  font-weight:bold;
  font-size: 16px;
}
#estates .icon .pricedown {
  background-color: #ff0004;
  color: white;
}
#estates dt {
  font-weight:bold;
  letter-spacing:0.1em;
  height: 3.2em;
  overflow:hidden;
}
#estates dd .addr {
  font-size: 12px;
  padding-bottom: 4px;
}
#estates dd .price {
  text-align:right;
  font-weight: bold;
  font-size: 18px;
  float:none;
  margin-right:0;
}
#estates dd .price small {
  font-size:13px;
}
/********************** ã‚¤ãƒ™ãƒ³ãƒˆ ******************/
#events .slide_placeholder {
  height: 336px;
}
#events .info .box {
  margin-left:auto;
  float:none;
  margin-right:0;
}
#events dt {
  font-weight:bold;
  letter-spacing:0.1em;
  padding-bottom: 5px;
}
/********** ã‚³ãƒ©ãƒ&nbsp; **************/
#COLUMN .slide_placeholder {
  height: 336px;
}
#COLUMN .info .box {
  margin-left:auto;
  float:none;
  margin-right:0;
}
#COLUMN dt {
  font-weight:bold;
  letter-spacing:0.1em;
  padding-bottom: 5px;
}
#COLUMN dd {
    text-align:right;
    font-size: 12px;
}
/*********** ãŠçŸ¥ã‚‰ã› *************/
#NEWS_BANNER .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  margin-bottom: 30px;
}
#NEWS_BANNER .container&gt;section {
  width: 48%;
}
#news h2 {
  padding-bottom: 23px;
}
#news .ttl {
  font-size: 23px;
  display:block;
  line-height:1;
}
#news .txt {
  font-size: 12px;
}
#news ul {
  margin-bottom: 21px;
  overflow-x:hidden;
}
#news li {
  border-bottom: 1px dotted #777;
}
#news li a {
  text-decoration:none;
  color: black;
}
#news li div {
  display:table;
  width: 100%;
  transition:background .3s;
}
#news li a:hover div {
  background-color: #d2d2d2;
}
#news li time {
  display:table-cell;
  width: 90px;
  vertical-align:bottom;
  line-height:1;
  font-size:13px;
  font-weight:bold;
  padding-bottom:6px;
  padding-right: 15px;
}
#news li cite {
  font-size: 12px;
  line-height:1;
  display:table-cell;
  height: 43px;
  white-space:normal;
  padding-bottom :6px;
  box-sizing:border-box;
  vertical-align:bottom;
}
#news li cite p {
  overflow:hidden;
  white-space:nowrap;
}
#news nav {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#news nav a {
  display:table;
  width:100%;
  color: white;
  text-decoration:none;
}
#news nav span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  background-color:#000;
  height: 25px;
  transition: background .3s;
}
#news nav a:hover span {
  background-color:#646464;
}

/***** facebook(for art renove) *****/
.fb-container {
  width: 48%;
  text-align: center;
}
/***** ãƒãƒŠãƒ¼ ****/
#banners {
  margin-bottom: 0;
}
#banners ul {
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
}
#banners li {
  width: 22.6%;
  margin-bottom:10px;
}
@media only screen and (max-width: 467px)
{
    #banners li {
        width:48.8%;
    }
}
#banners li img {
  width: 100%;
  transition: opacity .3s;
    -webkit-backface-visibility: hidden; /* è¿½åŠ&nbsp; */
    backface-visibility: hidden; /* è¿½åŠ&nbsp; */
}

#banners li a:hover img {
  opacity: 0.7;
}


#catalogue img {
  width: 100%;
  transition:opacity .3s;
}
#catalogue img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #NEWS_BANNER .container {
    display:block;
  }
  #NEWS_BANNER .container&gt;section {
    width: 100%;
  }
  #catalogue {
    margin-top: 40px;
  }

  .fb-container {
    width: 100%;
    text-align: center;
  }
}


#COLUMN .category {
    background-color:#dedede;
    padding: 1px 3px;
}</pre></body></html>