<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col2Content,
.colContent {
	max-width: inherit;
}
.col2Content .main {
	width: 100%;
	margin-right: 0;
}
.bnr {
	max-width: inherit!important;
}


/* all */

#showroom .inr_wrapper {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
#showroom .small {
	font-size: 12px;
}
#showroom sup {
	font-size: 70%;
	vertical-align: super;
}

/* header */
#showroom .bnr &gt; .pc {
	margin-bottom: 0;
}
#showroom .lead {
	/* background-color: #F7F7F7; */
	margin-bottom: 10px;
  padding: 10px 30px 15px;
	text-align: center;
}

/* 繧ｿ繝門�繧頑崛縺� */
#showroom .content_area {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}
#showroom .content-container {
	padding: 10px 0 20px;
	background-color: #f7f7f7;
	margin-bottom: 100px;
}
#showroom .tab-container {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#showroom .tab {
  text-align:center;
  background-color: #999999;
  cursor: pointer;
	color: #fff;
	width: 19%;
	border-radius: 5px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;

}
#showroom .tab:hover {
	opacity: 0.8;
}
#showroom .tab.active {
  background-color: #3B8444;
	position: relative;
}
#showroom .tab.active:after {
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3B8444;
}
#showroom .tab.active:hover {
	opacity: 1.0;
	cursor: default;
}
#showroom .content {
  display: none;
	margin-top: 0;
}
#showroom .content.show {
  display: block;
}
#showroom .content .content-lead {
	margin-bottom: 40px;
}
#showroom .content div h6 {
	font-size: 20px;
	color: #fff;
	background-color: #333;
	text-align: center;
	font-weight: normal;
	padding: 20px 0;
	margin-bottom: 40px;
}

/* slick(繧ｹ繝ｩ繧､繝繝ｼ) */
#showroom .slick-container {
	margin: 0px 0 20px 0;
  width: 100%;
  max-width: 100%;

}
#showroom .slick-container img {
  height: auto;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
	margin: 0 auto;
	
    object-fit: cover;
}

#showroom .slick-container .thumbnail-img img {
	width: 100%;
	max-height: 88px;

}
#showroom .slick-list {
	/* margin-bottom: 20px; */
}
#showroom .slick-prev,
#showroom .slick-next {
	text-indent: 0;
	background: #3B8444 !important;
}
#showroom .slick-prev:before {
	content: url('../images/img003.png');
	display: inline-block;
	transform: rotate(90deg);
  
}
#showroom .slick-next:before {
	content: url('../images/img004.png');
	display: inline-block;
	transform: rotate(90deg);
  
}


/* 繧ｷ繝ｧ繝ｼ繝ｫ繝ｼ繝�繝槭ャ繝� */
#showroom .showroom_map {
	margin-bottom: 40px;
}
#showroom .showroom_map .item {
	width: 48%;
}
#showroom .showroom_map .item h6 {
	font-size: 20px;
	background-color: transparent;
	text-align: left;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 0;
}
#showroom .showroom_map .item h6:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
	margin-left: 20px;
}
#showroom .showroom_map .flex {
	margin-top: 20px;
	justify-content: space-between;
}
/* 蜊ｰ蛻ｷ繝懊ち繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ謾ｹ蝟� */
#showroom .showroom_map .flex p.print a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  color: #fff;
  background-color: #3B8444;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

#showroom .showroom_map .flex p.print a:hover {
  background-color: #2d6934;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#showroom .showroom_map .flex p.print a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#showroom .showroom_map .flex p.print a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 蜊ｰ蛻ｷ繝懊ち繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ謾ｹ蝟� */
#showroom .showroom_map .flex p.print a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  color: #fff;
  background-color: #3B8444;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

#showroom .showroom_map .flex p.print a:hover {
  background-color: #2d6934;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#showroom .showroom_map .flex p.print a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#showroom .showroom_map .flex p.print a span {
  display: inline-block;
  text-align: center;
  position: relative;
}

/* 縲悟魂蛻ｷ縺吶ｋ縲阪ユ繧ｭ繧ｹ繝医�蠕後↓遏｢蜊ｰ繧定ｿｽ蜉� */
#showroom .showroom_map .flex p.print a span::after {
  content: " 竊�";
  display: inline-block;
  margin-left: 3px;
  transition: all 0.3s ease;
}

#showroom .showroom_map .flex p.print a:hover span::after {
  margin-left: 6px;
}

#showroom .showroom_map .flex p.print a img {
  margin-bottom: 5px;
  width: 24px;
  height: auto;
}

#showroom .showroom_map .flex p.print a img {
  margin-bottom: 5px;
  width: 24px;
  height: auto;
}
#showroom .showroom_map .flex p:last-child a:hover {
	opacity: 0.8;
}

/* 陦ｨ */
#showroom .white-bg {
	background-color: #fff;
	border-left: 5px solid #3B8444;
	padding: 0 40px;
}
#showroom dl:last-child {
	border-bottom: 0;
}
#showroom dl dt {
	font-weight: bold;
}

/* cta-btn */
/* 繧ｷ繝ｳ繝励Ν縺ｧ繧ｹ繧ｿ繧､繝ｪ繝�す繝･縺ｪCTA繝懊ち繝ｳ */
#showroom .cta-btn {
	margin-bottom: 50px;
  }
  
  #showroom .cta-btn p {
	text-align: center;
	margin-bottom: 10px;
  }
  
  #showroom .cta-btn p a {
	display: inline-block;
	background-color: #3B8444;
	color: #fff;
	width: 80%;
	max-width: 500px;
	padding: 18px 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: none;
  }
  
  #showroom .cta-btn p a:hover {
	background-color: #2D6934;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }
  
  #showroom .cta-btn p a:active {
	transform: translateY(1px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  #showroom .cta-btn p a::after {
    content: "竊�";
    position: absolute;
    right: 15px;
    transition: all 0.3s ease;
    opacity: 0.8;
    top: 37%;
  }
  
  #showroom .cta-btn p a:hover::after {
	right: 20px;
	opacity: 1;
  }
  
  #showroom .cta-btn p.small {
	font-size: 12px;
	color: #666;
	max-width: ;
	margin: 10px auto;
  }

  .thumbnail-img.custom-active {
  /* Add your styling here, for example: */
  border: 2px solid #e60012;
  opacity: 1;
}

.thumbnail-img {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
	#showroom .inr_wrapper {
		width: 92%;
	}
	#showroom p.sp img {
		width: 100%;
		margin-bottom: 20px;
	}
	#showroom .lead {
		padding: 0;
		background-color: transparent;
		text-align: left;
	}
	#showroom .tab {
		height: 50px;
		line-height: 50px;

	}
	#showroom .tab.active:after {
		bottom: -8px;
	}
	#showroom .showroom_map {
		display: block;
	}
	#showroom .showroom_map .item h6 {
		font-weight: bold;
	}
	#showroom .showroom_map .item {
		width: 100%;
	}
	#showroom .showroom_map .flex p:last-child {
		display: none;
	}
	#showroom .slick-prev {
		left: -10px;
	}
	#showroom .slick-next {
		right: -10px;
	}
	#showroom .slick-container img {
		width: 100%;
	}
	#showroom dl {
		display: flex;
  	flex-direction: inherit;
		border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
	}
	#showroom dl dt {
		width: 70px;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	#showroom dl dd {
		width: 100%;
		margin-left: 10px;
	}
	#showroom dl:last-child dt {
		display: block;
	}
	#showroom .cta-btn p a {
		width: 90%;
		font-size: 16px;
		padding: 15px 0;
	  }
	  
	  #showroom .cta-btn p a::after {
		right: 15px;
	  }
	  
	  #showroom .cta-btn p a:hover::after {
		right: 10px;
	  }
	  
	  #showroom .cta-btn p.small {
		text-align: center;
		width: 90%;
	  }
}

/*  */
/* ============================================
  蜈ｱ騾壹せ繧ｿ繧､繝ｫ
============================================ */
#showroom a,
#showroom .tab,
#showroom button {
  transition: all 0.3s ease;
  cursor: pointer;
}

/* ============================================
  繧ｿ繝悶ョ繧ｶ繧､繝ｳ
============================================ */
#showroom .tab {
  position: relative;
  width: 19%;
  height: 55px;
  padding: 5px;
  font-size: 18px;
  background-color: #999;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 2px solid transparent;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#showroom .tab:hover {
  background-color: #777;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#showroom .tab.active {
  background-color: #3B8444;
  box-shadow: 0 4px 8px rgba(135, 135, 135, 0.4);
}

#showroom .tab.active:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3B8444;
}

/* ============================================
  CTA繝懊ち繝ｳ
============================================ */
#showroom .cta-btn p a {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(0deg, #2D99BD 0%, #2992A4 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease;
}

#showroom .cta-btn p a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

#showroom .cta-btn p a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ============================================
  繝励Μ繝ｳ繝医�繧ｿ繝ｳ
============================================ */
#showroom .showroom_map .flex p.print a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 5px;
  background-color: #3B8444;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#showroom .showroom_map .flex p.print a:hover {
  background-color: #2d6934;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  border: 2px solid rgba(255,255,255,0.2);
}

#showroom .showroom_map .flex p.print a:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* ============================================
  繧ｳ繝ｳ繝�Φ繝�ち繧､繝医Ν��h6��
============================================ */
#showroom .content div h6 {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2D2D2D;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  font-family: 'Noto Sans JP', sans-serif;
  cursor: default;
  text-align: left;
}

#showroom .content div h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #3B8444, #2D99BD);
  border-radius: 4px 0 0 4px;
}

/* ============================================
  蟆剰ｦ句�縺暦ｼ亥慍蝗ｳ鬆�岼縺ｪ縺ｩ��
============================================ */
#showroom .showroom_map .item h6 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 10px 30px;
  background: transparent;
  margin-bottom: 10px;
  white-space: nowrap;
  position: relative;
}

#showroom .showroom_map .item h6:after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #3B8444, transparent);
  margin-left: 15px;
}

/* ============================================
  繧ｹ繝ｩ繧､繝繝ｼ蝓ｺ譛ｬ險ｭ螳�
============================================ */
.slick-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.slick-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2; /* 蜈��豈皮紫繧堤ｶｭ謖� */
	object-fit: contain; /* 蜈ｨ菴楢｡ｨ遉ｺ繝ｻ蛻�ｊ謚懊°縺壼庶縺ｾ繧九ｈ縺�↓ */
  }

.slick-slide:focus {
  outline: none;
}

.thumbnail-img:focus {
  outline: 2px solid #3B8444;
}

/* ============================================
  Slick遏｢蜊ｰ�医Γ繧､繝ｳ��
============================================ */
#showroom .slick-prev,
#showroom .slick-next {
  text-indent: 0;
  background: #3B8444 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 1;
  top:0;
}

#showroom .slick-prev:hover,
#showroom .slick-next:hover {
  background: #2d6934 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* ============================================
  繧ｵ繝�繝阪う繝ｫ蜈ｱ騾�
============================================ */
.slick-container .thumbnail .thumbnail-img {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  border: 2px solid transparent;
  overflow: hidden;
}

.slick-container .thumbnail .thumbnail-img:hover {
  opacity: 0.6;
  transform: translateX(-2px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.slick-container .thumbnail .slick-current .thumbnail-img {
  border: 2px solid #3B8444;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



/* ============================================
  繝｡繝�ぅ繧｢繧ｯ繧ｨ繝ｪ�壹せ繝槭�蜷代￠
============================================ */

/* 769窶�960px 蟆ら畑 */
@media (min-width:769px) and (max-width:960px) {

  #showroom .content.show {
    padding: 0 10px;
    }

  /* ---- 繧ｹ繝ｩ繧､繝繝ｼ譛ｬ菴� ---- */
  #showroom .slider{
    position: relative;                 /* 竊舌ヵ繧ｩ繝ｼ繝ｫ繝舌ャ繧ｯ縺ｧ蠢��� */
    flex: 1 1 auto;
    max-width: calc(100% - 180px);
    aspect-ratio: 3 / 2;                /* 繝｢繝繝ｳ繝悶Λ繧ｦ繧ｶ逕ｨ */

    /* 笆ｼ 荳九� 3 陦後′繝輔か繝ｼ繝ｫ繝舌ャ繧ｯ�磯ｫ倥＆ 3:2 = 66.666%�� */
    --ratio: 66.666%;
  }
  #showroom .slider::before{
    content:"";
    display:block;
    padding-top: var(--ratio);          /* 譛ｪ蟇ｾ蠢懊ヶ繝ｩ繧ｦ繧ｶ縺ｯ縺薙％縺ｧ鬮倥＆遒ｺ菫� */
  }

  /* ---- slick-list / slick-track 繧呈棧縺�▲縺ｱ縺�↓雋ｼ繧贋ｻ倥￠ ---- */
  #showroom .slider .slick-list,
  #showroom .slider .slick-track{
    position:absolute;
    inset:0;                            /* top:0 right:0 bottom:0 left:0 */
    display:flex !important;
    align-items:center;                 /* 邵ｦ荳ｭ螟ｮ */
    margin:0;
  }

  /* ---- 繧ｹ繝ｩ繧､繝� 1 譫夲ｼ�100% 縺ｧ遲牙ｹ�喧 ---- */
  #showroom .slider .slick-slide{
    width:100% !important;
  }

  /* ---- 逕ｻ蜒上ｒ譫�蜀�↓繝輔ぅ繝�ヨ ---- */
  #showroom .slider img{
    width:100%;
    height:100%;
    object-fit:contain;                 /* cover 縺ｫ縺吶ｌ縺ｰ繝医Μ繝溘Φ繧ｰ */
    display:block;
  }
 /* slick-track 蜀�〒繧ｹ繝ｩ繧､繝峨ｒ邵ｦ讓ｪ荳ｭ螟ｮ蟇�○ */
 #showroom .slider .slick-slide{
  height:100% !important;        /* 竊� track 縺ｨ蜷後§鬮倥＆繧呈戟縺溘○繧� */
  display:flex !important;       /* 竊� Slick 縺� inline窶礎lock 繧剃ｻ倥￠繧九�縺ｧ !important */
  align-items:center;            /* 邵ｦ荳ｭ螟ｮ */
  justify-content:center;        /* 讓ｪ荳ｭ螟ｮ�医♀螂ｽ縺ｿ縺ｧ��*/
}

/* 逕ｻ蜒上Λ繝�ヱ繝ｼ��.slick-img�峨ｂ鬮倥＆100%縺ｧ邯呎価 */
#showroom .slider .slick-img{
  height:100%;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 逕ｻ蜒上◎縺ｮ繧ゅ�縺ｯ閾ｪ辟ｶ縺ｪ螟ｧ縺阪＆�倶ｽ咏區譎ゅ�荳ｭ螟ｮ驟咲ｽｮ */
#showroom .slider .slick-img img{
  max-width:100%;
  max-height:100%;
  width:auto !important;         /* 莉･蜑阪� width:100% 繧剃ｸ頑嶌縺� */
  height:auto !important;        /* 莉･蜑阪� height:100% 繧剃ｸ頑嶌縺� */
  object-fit:contain;            /* 縺ｯ縺ｿ蜃ｺ縺輔★菴咏區縺ｯ letterbox */
}
  
}

@media screen and (max-width: 768px) {
  .slick-container {
    margin-bottom: 40px;
  }

  .slick-container .thumbnail {
    margin-top: 10px;
  }

  .slick-container .thumbnail .thumbnail-img {
    margin: 0 5px;
  }

  .slick-container .thumbnail .slick-arrow {
    display: none !important;
  }
  .slider {
    height: auto; /* 閾ｪ蜍暮ｫ倥＆縺ｫ縺励※ */
    min-height: 200px; /* 譛菴朱剞縺ｮ鬮倥＆繧堤｢ｺ菫昴＠縺ｦ slick-track 縺梧ｽｰ繧後ｋ縺ｮ繧帝亟豁｢ */
  }

  .slick-img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slick-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }
  .slick-track {
    display: flex !important; /* 鬮倥＆縺悟渚譏�縺輔ｌ繧九ｈ縺�↓隱ｿ謨ｴ */
    align-items: center;
  }

  #showroom .slick-container .thumbnail-img img {
    max-height: auto;
  
  }
}


/* ============================================
  繝｡繝�ぅ繧｢繧ｯ繧ｨ繝ｪ�啀C蜷代￠邵ｦ蝙九せ繝ｩ繧､繝繝ｼ
============================================ */
@media screen and (min-width: 769px) {
  .slick-container {
    display: flex;
    gap: 30px;
    /* align-items: flex-start; */
  }

  .slider {
    max-width: 750px;
    position: relative;
  }

  .thumbnail {
    width: 150px;
    position: relative;
    min-height: 400px;
  }

  .thumbnail .thumbnail-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .thumbnail .slick-slide {
    margin-bottom: 10px;
  }

  .main-arrow {
    background: #3B8444;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .slider .slick-prev.main-arrow {
    left: -40px;
  }

  .slider .slick-next.main-arrow {
    right: -40px;
  }

  .thumb-arrow {
    background: #3B8444;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .thumbnail .slick-next.thumb-arrow {
	top: auto !important;
	bottom: -10px !important;
  }
  .thumbnail .slick-prev.thumb-arrow {
	top: -20px !important;
  }
}
</pre></body></html>