@charset "UTF-8";

.inbox {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/*simulation
------------------------------------------*/
/*カラーシュミレーション
======================================*/
.simu_main {
  width: 100%;
  height: 53vw;
  background: url(../images/simulation/house_img.jpg) no-repeat 0 0/contain;
  margin-bottom: 0;
  position: relative;
}

.simu_main img {
  height: auto;
}

.simu_ttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 4px solid #dcd7b9;
}

.simu_ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #efd000;
  display: inline-block;
  margin-right: 10px;
}

.simu_ttl:after {
  content: "";
  width: 295px;
  height: 6px;
  background: #efd000;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/**/
#colorImg01 {
  width: 95%;
  height: 33vw;
  position: absolute;
  top: 20%;
  left: 0;
}

#colorImg02 {
  width: 95%;
  height: 35vw;
  position: absolute;
  top: 17%;
  left: 0;
}

#colorImg03 {
  width: 95%;
  height: 33vw;
  position: absolute;
  top: 20%;
  left: 0;
}

#colorImg04 {
  width: 85.5%;
  height: 32vw;
  position: absolute;
  top: 21%;
  left: 1.3%;
}

.appearance {
  margin-bottom: 40px;
}

.type_ttl {
  background-color: #f7f2cf;
  color: #4e4a33;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  margin-bottom: 20px;
}

.simu_box {
  width: 100%;
  border-right: 1px solid #f7f2cf;
  margin-bottom: 10%;
}

.simu_box:nth-last-of-type(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.simu_type ul {
  -js-display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 5px;
}

.simu_type li {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
}

.simu_type li:nth-child(6n) {
  margin-right: 0;
}

.appearance li a,
.simu_type li a {
  display: block;
  width: 12vw;
  height: 12vw;
  text-indent: -9999px;
}

/*カラーリスト*/
#a_cl01 {
  background-color: #f0f0f0;
}

#a_cl02 {
  background-color: #9c9c9c;
}

#a_cl03 {
  background-color: #7e8080;
}

#a_cl04 {
  background-color: #e6be9f;
}

#a_cl05 {
  background-color: #212121;
}

#a_cl06 {
  background-color: #ef810f;
}

#a_cl07 {
  background-color: #8b0000;
}

#a_cl08 {
  background-color: #6d4c33;
}

#a_cl09 {
  background-color: #d38027;
}

#a_cl10 {
  background-color: #2a7762;
}

#a_cl11 {
  background-color: #009a57;
}

#a_cl12 {
  background-color: #204537;
}

#a_cl13 {
  background-color: #285294;
}

#a_cl14 {
  background-color: #1d3156;
}

#r_cl01 {
  background-color: #f0f0f0;
}

#r_cl02 {
  background-color: #9c9c9c;
}

#r_cl03 {
  background-color: #212121;
}

#r_cl04 {
  background-color: #6d4c33;
}

#v_cl01 {
  background-color: #f0f0f0;
}

#v_cl02 {
  background-color: #9c9c9c;
}

#v_cl03 {
  background-color: #212121;
}

#v_cl04 {
  background-color: #6d4c33;
}

#d_cl01 {
  background-color: #f0f0f0;
}

#d_cl02 {
  background-color: #9c9c9c;
}

#d_cl03 {
  background-color: #212121;
}

#d_cl04 {
  background-color: #6d4c33;
}
