@charset "utf-8";


/* =======================
間取りafterのclickボタンおよび吹き出しの座標設定

.pin_click→clickボタンの座標
.box→吹き出しの座標
======================== */
.pin_click01 {
  top: 48%;
  left: 9%;
}

.pin_click02 {
  top: 48%;
  left: 20%;
}

.pin_click03 {
  top: 37%;
  left: 40%;
}

.pin_click04 {
  top: 45%;
  left: 50%;
}

.pin_click05 {
  top: 52%;
  left: 54%;
}
.pin_click06 {
  top: 58%;
  left: 42%;
}


/* =======================
スライダー部分のピン座標設定
======================== */
#thumbs01.slider_thumb>div:nth-child(1) {
  top: 25%;
  left: 35%;
}

#thumbs02.slider_thumb>div:nth-child(1) {
  top: 50%;
  left: 45%;
}

#thumbs02.slider_thumb>div:nth-child(2) {
  top: 54%;
  left: 25%;
}

.slide_main_stack {
  grid-template-rows: auto;
}



#detail_bg ul li {
  width: 100%;
}
#detail_bg ul li picture {
  display: block;
  max-width: 813px;
  margin: auto;
}

.column_l{
  width: 315px;
  margin: 0 auto;
}
.column_l img{
  width: 231px!important;
}

.column_r {
  width: 525px;


}
.column_r img{
  width: 70%!important;
  padding-top: 10px;
  margin-right: 168px!important;
}

.column_r p{
  text-align: left;
  
}


.column_r img{
  margin-top: 20px;
}
