@charset "UTF-8";

#seo_c +section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 五感にやさしい家づくり リンク */
html{
  scroll-behavior:smooth;
}
.inner_item_img { 
  position: relative; 
}
.gokan-link {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 35%;
  aspect-ratio: 1/1;
  z-index: 2;
  /* 確認用 */
  /* background: rgba(0,128,255,.3); */
}

.gokan-link:nth-child(2) /* 上 */{
  left:50%;
  top: 18%;
}  
.gokan-link:nth-child(3) /* 右上 */{
  left: 83%;
  top: 43%;
} 
.gokan-link:nth-child(4) /* 右下 */{
  left: 71%;
  top: 82%;
}  
.gokan-link:nth-child(5) /* 左下 */{
  left:30%;
  top: 82%;
}  
.gokan-link:nth-child(6) /* 左上 */{
  left: 17%;
  top: 42%;
}  