@charset "shift_jis";

/* section showroom
----------------------------------------*/

.section-top-text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: center;
}

.section-top-text-s {
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: center;
  margin-top: 10px;
}

.section-top {
  margin: 60px 0 0;
}
@media (max-width: 640px) {
  .section-top {
    margin: 40px 0 0;
    padding: 0 20px;
  }
}
.section-top * {
  box-sizing: border-box;
}

.section-top .text-lead {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .section-top .text-lead {
    font-size: 14px;
  }
}

.section-top .text-lead.text-center {
  text-align: center;
}

/* section b
----------------------------------------*/

/* area list for desktop */
.section-top .bList-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 640px) {
  .section-top .bList-desktop {
    display: none;
  }
}

.section-top .bList-desktop > li {
  position: relative;
  display: block;
  width: calc(33.3% - (60px / 4));
}

.section-top .bList-desktop .areaItem {
  overflow: hidden;
  position: relative;
  background-color: #f2f0ef;
  /* border-radius: 5px; */
  z-index: 0;
  box-shadow: 1px 1px 3px 0px rgba(204, 202, 200, 1);
}
.section-top .bList-desktop .areaItem > a {
  position: relative;
  display: block;
  padding: 35px 40px ;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #4c4c4c;
  text-decoration: none;
  background-color: #f2f0ef;
  transition: background-color 0.3s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-top .bList-desktop .areaItem > a:hover {
  color: #4c4c4c;
  background-color: #f7f6f5;
}
.section-top > a .t-icon {
  position: absolute;
  top: calc(50% - (15px / 2));
  right: 20px;
  width: 15px;
  height: 15px;
  fill: #4c4c4c;
  transition: transform 0.3s ease;
}
.section-top .bList-desktop .areaItem > a.active {
  color: #4c4c4c;
  background-color: #eee;
}
.section-top .bList-desktop .areaItem > a.active .t-icon {
  transform: rotate(180deg);
}

.t-icon ::after {
	content: "";
	position: absolute;
	font-size: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
	fill: #4c4c4c;
	transition: transform 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(/images/c-museum-arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
}


/* area list for mobile */

@media (min-width: 641px) {
.section-top .bList-mobile {
    display: none;
	width: 90%;
  }
		}
@media (max-width: 640px) {
	
.section-top-text {
  font-size: 13px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: center;
}

.section-top-text-s {
  font-size: 11px;
 font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  text-align: center;
	/*margin-top: 20px;*/
}
	
.section-top .bList-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 40px 0 0;
  padding: 0;
}
	
.section-top .bList-mobile > li {
  position: relative;
  display: block;
  width: 100%;
}

.section-top .bList-mobile > li .areaGroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
	padding: 0 15 0;
}

.section-top .bList-mobile .areaItem {
  overflow: hidden;
  position: relative;
  background-color: #f2f0ef;
  z-index: 0;
  padding: 20px 15px;
  box-shadow: 1px 1px 3px 0px rgba(204, 202, 200, 1);
}
.section-top .bList-mobile .areaItem > a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New",sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #4c4c4c;
  text-decoration: none;
  background-color: #f2f0ef;
  transition: background-color 0.3s ease;
}

.section-top .bList-mobile .areaItem > a.active {
  color: #4c4c4c;
  background-color: #eee;
}
.section-top .bList-mobile .areaItem > a.active .t-icon {
  transform: rotate(180deg);
}
/*.t-icon ::after {
  content: ">";
  width: 30px;
  height: 30px;
  font-size: 20px;
  position: absolute;
  fill: #4c4c4c;
  transition: transform 0.3s ease;
  top:23%;
}*/
	  }


@media all and (min-width: 768px) {
  .sp-on{
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc-on {
    display: none !important;
  }
}
