<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&amp;display=swap');

/* abord-ttl
------------------------------------------------------------ */
#abord-ttl {
  display: flex;
	flex-direction: column;
	font-family: 'Noto Serif JP', serif;
  width: 100%;
  height: 610px;
  background-image: url(../img/abord/main.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
  background-size: cover;
	margin-top: 59px;
}
#abord-ttl .abord-ttl_new {
  width: 230px;
	margin: 104px auto 18px;
	line-height: 1;
}
#abord-ttl .abord-ttl_new span {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: 0.06em;
	background-color: #d10034;
	padding: 0px 10px 1px;
}
_::-webkit-full-page-media, _:future, :root #abord-ttl .abord-ttl_new span {
	padding: 3px 10px 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #abord-ttl .abord-ttl_new span { {
		padding: 3px 10px 1px;
	}
}
.abord-ttl_logo {
  width: 230px;
	margin: 0 auto 24px;
}
#abord-ttl .abord-ttl_txt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
@media only screen and (max-width:768px) {
  #abord-ttl {
    height: 534px;
    background-image: url(../img/abord/main_sp.jpg);
	  background-size: cover;
  }
  #abord-ttl .abord-ttl_new {
    width: 172px;
	  margin: 75px auto 15px;
  }
	#abord-ttl .abord-ttl_new span {
		font-size: 11px;
		padding: 3px 5px 0;
	}
	  #abord-ttl .abord-ttl_logo {
    width: 172px;
  }
	#abord-ttl .abord-ttl_txt {
		font-size: 13px;
	}
}
/* nav-abord
------------------------------------------------------------ */
#nav-abord {
  background-color: #D5D7D9;
}
#nav-abord {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#nav-abord dt {
  display: none;
}
#nav-abord dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#nav-abord dd ul li {
  border-right: 1px solid #9B9898;
}
#nav-abord dd ul li:first-child {
  border-left: 1px solid #9B9898;
}
#nav-abord dd ul li a {
  display: block;
  padding: 2px 35px;
	font-family: 'Sawarabi Mincho', serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#nav-abord dd ul li a:hover {
  opacity: 0.6;
}
#nav-abord dd .home {
  display: none;
}

/* content-body
------------------------------------------------------------ */
#content-body {
  padding-top: 40px;
}
#content-body h1 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	max-width: 92%;
	margin: 0 auto;
}


#concept {
	background-color: #E5DEDB;
	margin: 80px 0 0 0;
	padding: 140px 0 80px;
}
#concept .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#concept .img {
	flex-basis: 60%;
	max-width: 60%;
}
#concept .box {
	flex-basis: 34%;
	max-width: 34%;
	font-family : "Kozuka Mincho Pro", "Kozuka Mincho Std", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-left: 6%;
}
#concept .box h2 {
	width: 230px;
}
#concept .box .lead {
	font-size: 24px;
	line-height: 1.8;
	margin: 60px 0 0; 
}
#concept .box .text p {
	font-size: 14px;
	line-height: 2.4;
	margin-top: 35px;
}
#concept .box .logo img {
	width: 68px;
	padding-right: 3px;
}
@media only screen and (max-width:768px) {
	#concept {
		margin: 40px 0 0 0;
		padding: 40px 4%;
	}
	#concept .content {
		display: block;
	}
	#concept .img {
		flex-basis: 100%;
		max-width: 100%;
	}
	#concept .box {
		flex-basis: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	#concept .box h2 {
		width: 174px;
		margin: 0 auto;
		padding: 45px 0 0 0;
	}
	#concept .box .lead {
		font-size: 18px;
		text-align: center;
		line-height: 1.8;
		margin: 35px 0 0; 
	}
	#concept .box .text p {
		font-size: 13px;
		text-align: center;
		line-height: 2.4;
		margin-top: 30px;
	}
	#concept .box .logo img {
		width: 68px;
	}
}


#products,
#scene {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* #products h2 {
  color: #787878;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
  text-align: center;
} */
#products h2,
#scene h2 {
	color: #666;
	font-size: 3.2rem;
	font-weight: 300;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	padding-bottom: .4em;
	background-image: linear-gradient(90deg, transparent 0% 30%, #666 30% 70%, transparent 70%);
	background-repeat: no-repeat;
	background-size: 10% 0.2rem;
	background-position: bottom;
	padding-top: 100px;
}
@media only screen and (max-width: 768px) {
	#products h2,
	#scene h2 {
    font-size: 3rem;
	}
}
#products ul.products-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
/*   margin-top: 42px; */
max-width: 1000px;
	margin: 25px auto 30px;
	text-align: center;
}
#products ul.products-nav li {
/*   margin: 0 40px;
  text-align: center; */
       flex-basis: 12%;
	max-width: 12%;
}
#products ul.products-nav li a {
  display: block;
}
#products ul.products-nav li a:hover {
  opacity: 0.6;
}
#products ul.products-nav li a i {
  display: block;
  margin-top: 25px;
	font-family: 'Sawarabi Mincho', serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#products ul.products-nav li a img {
	transition: all .3s ease-out;
}
/* #products ul li.chair a img {
  width: 40px;
}
#products ul li.sofa a img {
  width: 112px;
}
#products ul li.table a img {
  width: 137px;
}
#products ul li.outdoor a img {
  width: 64px;
} */
#products ul.products-nav li a:hover img {
  transform: scale(1.2);
}
#products .all-btn {
  margin-top: 50px;
  text-align: center;
}
#products .all-btn a {
  display: inline-block;
  width: 92px;
  padding: 7px;
	font-family: 'Sawarabi Mincho', serif;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border: 1px solid #BEBEBE;
  box-sizing: border-box;
}
#products .all-btn a:hover {
  color: #fff;
  background-color: #BEBEBE;
}
#products .all-btn a::after {
  content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: solid 1px #BEBEBE;
    border-right: solid 1px #BEBEBE;
    transform: rotate(45deg);
}
#products .all-btn a:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
@media only screen and (max-width:768px) {
  #products,
  #scene {
    width: 100%;
    margin: 80px auto 0;
  }
/*   #products h2 {
    font-size: 1.7rem;
  } */
  #products ul.products-nav {
	  justify-content: center;
    flex-wrap: wrap;
/*     max-width: 336px; */
    margin: 35px auto 0;
  }
  #products ul.products-nav li {
	  flex-basis: 24%;
    max-width: 24%;
    margin: 0 4% 40px;
    text-align: center;
  }
  #products ul.products-nav li a:hover {
    opacity: 1;
  }
  #products ul.products-nav li a i {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #products ul.products-nav li a:hover img {
    transform: scale(1);
  }
  #products .all-btn {
    margin-top: 10px;
    text-align: center;
  }
  #products .all-btn a {
    display: inline-block;
    width: 92px;
    padding: 7px;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
  }
  #products .all-btn a:hover {
    color: #fff;
    background-color: #BEBEBE;
  }
  #products .all-btn a::after {
    content: "";
      display: inline-block;
      width: 9px;
      height: 9px;
      margin-left: 10px;
      border-top: solid 1px #BEBEBE;
      border-right: solid 1px #BEBEBE;
      transform: rotate(45deg);
  }
  #products .all-btn a:hover::after {
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
  }
}

/* #lobbyentrance,
#restaurantbar,
#banquetroom,
#coworkingspace,
#outdoor {
	margin-top: -50px;
	padding-top: 50px;
} */

.pickup-ttl {
	color: #46505a;
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding-top: 80px;
}
@media only screen and (max-width: 768px) {
.pickup-ttl {
    font-size: 2rem;
}
}
.pickup-subttl {
	border-top: 1px solid #46505a;
	border-bottom: 1px solid #46505a;
	color: #46505a;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin: 40px auto 0;
	padding: 12px 0;
	width: 675px;
}
.pickup-stl {
	font-size: 2.2rem;
	font-weight: 300;
	color: #46505a;
	letter-spacing: 0.1em;
	margin-top: 80px;
}

.pickup-txt {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	margin: 20px auto 0;
}
.pickup-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 40px auto 0;
	text-align: left;
}
.pickup-nav li {
	font-size: 1.3rem;
	font-weight: 100;
	flex-basis: 20%;
	max-width: 20%;
	margin: 0 2.5%;
}
.pickup-nav .number {
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}
.pickup-nav .number + p {
	min-height: 5em;
}
.pickup-nav li a {
	display: block;
}
.pickup-nav li a:hover {
	opacity: 1;
}
#content-body .pickup-nav .btn-a {
	width: 100%;
	font-size: 1.4rem;
	margin-left: 0;
	margin-right: 0;
}
#content-body .pickup-nav .btn-a::after {
	position: absolute;
	top: 42%;
	right: 15px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}
#content-body .pickup-nav .btn-a span {
	padding: 12px 20px;
}
@media only screen and (max-width:768px) {
	.pickup-ttl {
		font-size: 2rem;
	}
	.pickup-stl {
		font-size: 1.8rem;
	}
	.pickup-subttl {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 15px auto 0;
		width: 90%;
		box-sizing: border-box;
	}
	.pickup-txt {
		font-size: 1.4rem;
		width: 90%;
		margin: 20px auto 0;
		text-align: left;
	}
	.pickup-nav {
		justify-content: space-between;
		margin-top: 0;
		padding: 0 15px;
	}
	.pickup-nav li {
		flex-basis: 48%;
		max-width: 48%;
		font-size: 1.3rem;
		margin: 30px 0;
	}
}











.content-list {
  margin-top: 5px;
}
.content-list .content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 520px;
  margin: 0 auto;
}
.content-list .content &gt; .text {
  width: 290px;
  padding: 0 40px;
  box-sizing: border-box;
}
.content-list .content &gt; .text h3 {
  font-size: 1.4rem;
	font-family: 'Sawarabi Mincho', serif;
  color: #787878;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.content-list .content &gt; .text h3 .icon-book {
  width: 22px;
}
.content-list .content &gt; .text .lead {
  margin-top: 46px;
  font-size: 2.5rem;
	font-family: 'Sawarabi Mincho', serif;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.7;
}
.content-list .content &gt; .text .text {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.7;
}
.content-list .content &gt; .text .more {
  margin-top: 50px;
}
.content-list .content &gt; .text .more a {
  position: relative;
  padding-bottom: 7px;
  font-size: 1.2rem;
	font-family: 'Sawarabi Mincho', serif;
  color: #000;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.content-list .content &gt; .text .more a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left:-5px;
  display: block;
  width: 0;
  height: 6px;
  border-bottom: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  transform: skewX(45deg);
  opacity: 0;
	transition: all .3s ease-out;
}
.content-list .content &gt; .text .more a:hover::before {
  width: 70px;
  opacity: 1;
}
.content-list#concept {
  margin-top: 80px;
}
.content-list#concept .img {
  position: absolute;
  top: 0;
  right: 290px;
  width: calc(50vw + 210px);
  height: 520px;
  background: url(../img/abord/abord1.jpg) no-repeat center right;
  background-size: cover;
}
.content-list#works .content  {
  justify-content: flex-start;
}
.content-list#works .img {
  position: absolute;
  top: 0;
  left: 290px;
  width: calc(50vw + 210px);
  height: 520px;
  background: url(../img/abord/abord2.jpg) no-repeat center right;
  background-size: cover;
}
.content-list#catalog .img {
  position: absolute;
  top: 0;
  right: 290px;
  width: calc(50vw + 210px);
  height: 520px;
  background: url(../img/abord/abord3.jpg) no-repeat center right;
  background-size: cover;
}

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

  /* header
  ------------------------------------------------------------ */
  header {
    height: auto;
    padding-top: 0;
  }
  header .header-inner {
    position: fixed;
 ﾂ� ﾂ�top: 0;
    transition: all 0.5s ease-out;
  }

}

@media only screen and (max-width:768px) {
  
  /* nav-abord
  ------------------------------------------------------------ */
  #nav-abord {
    position: relative;
    display: block;
    height: auto;
    background-color: #E2E4E6;
  }
  #nav-abord dt {
    display: block;
  }
  #nav-abord dt .btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 35px;
    font-family: 'Sawarabi Mincho', serif;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid #DDDDDE;
    background-color: #E2E4E6;
    box-sizing: border-box;
  }
  #nav-abord dt .btn::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right:2px solid #000;
    transform: rotate(45deg);
    transition: all .3s ease-out;
  }
  #nav-abord dt .btn.open::before {
    transform: rotate(225deg);
  }
  #nav-abord dd {
    display: none;
    width: 100%;
  }
  #nav-abord dd ul {
    display: block;
    height: auto;
    background-color: #E2E4E6;
  }
  #nav-abord dd ul li {
    border-right: none;
    border-bottom: 1px solid #DDDDDE;
  }
  #nav-abord dd ul li:first-child {
    border-left: none;
  }
  #nav-abord dd ul li a {
    padding: 15px 35px;
    font-size: 1.4rem;
    text-align: center;
  }
  #nav-abord dd ul li a:hover {
    opacity: 0.6;
  }
  #nav-abord dd .home {
    display: block;
  }
  #nav-abord dd .home a {
    display: block;
    width: 100%;
    padding: 18px 35px;
    font-family: 'Sawarabi Mincho', serif;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    border: none;
    background-color: #D5D7D9;
    box-sizing: border-box;
  }
  
  /* contenrgb(54, 42, 42)dy
  ------------------------------------------------------------ */
  #content-body {
    padding-bottom: 120px;
  }
  

  
  .content-list {
    margin-top: 60px;
  }
  .content-list .content {
    display: block;
    height: auto;
    padding-top: 260px;
  }
  .content-list .content &gt; .text {
    width: 100%;
    padding: 25px 20px 0;
  }
  .content-list .content &gt; .text h3 {
    font-size: 1.7rem;
    text-align: center;
  }
  .content-list .content &gt; .text h3 .icon-book {
    width: 25px;
  }
  .content-list .content &gt; .text .lead {
    margin-top: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
  .content-list .content &gt; .text .text {
    margin-top: 23px;
    text-align: center;
  }
  .content-list .content &gt; .text .more {
    margin-top: 30px;
    text-align: center;
  }
  .content-list .content &gt; .text .more a {
    font-size: 1.4rem;
  }
  .content-list .content &gt; .text .more a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left:-18px;
    display: block;
    width: 70px;
    height: 6px;
    opacity: 1;
  }
  .content-list .content &gt; .text .more a:hover::before {
    width: 70px;
    opacity: 1;
  }
  .content-list#concept {
    margin-top: 40px;
  }
  .content-list#concept .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 260px;
    background: url(../img/abord/abord1_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .content-list#works .content  {
    justify-content: flex-start;
  }
  .content-list#works .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: url(../img/abord/abord2_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .content-list#catalog .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 260px;
    background: url(../img/abord/abord3_sp.jpg) no-repeat center right;
    background-size: cover;
  }

}


#content-body .pickup-btn {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#content-body .btn-a.webcatalogue span {
	background:url(../img/icon_webcatalogue_w.svg) no-repeat left 32px center;
	background-size: 24px;
	font-size: 1.6rem;
	padding: 18px 12px 18px 36px;
}
#content-body .btn-a.catalogue span {
	background:url(../img/icon_catalogue_w.svg) no-repeat left 32px center;
	background-size: 24px;
	font-size: 1.6rem;
	padding: 18px 12px 18px 36px;
}
#content-body .btn-a.contact span {
	background:url(../img/icon_contact_w.svg) no-repeat left 32px center;
	background-size: 24px;
	font-size: 1.6rem;
	padding: 18px 12px 18px 36px;
}

@media only screen and (max-width:768px) {
	#content-body .pickup-btn {
		display: block;
		margin-top: 30px;
	}
	#content-body .btn-a.catalogue span {
		font-size: 1.4rem;
	}
	#content-body .btn-a.contact span {
		font-size: 1.4rem;
	}
}


.anchor {
	display: flex;
	justify-content: center;
	font-family: 'Lexend', sans-serif;
	font-size: 1.6rem;
	margin-top: 30px;
}
.anchor li {
	border-right: 1px solid #666;
	padding: 0 30px;
}
.anchor li:last-child {
	border-right: none;
}
.anchor li a {
	color: #46505a;
}
.anchor li a :hover {
	text-decoration: underline;
}
</pre></body></html>