@charset "utf-8";


.bird_cage-wrap {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


/* torikago */
/* @media screen and (min-width: 961px) {
	.sp-only {
		display: none;
	}
} */
 .att {
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .bird_cage-wrap {
    width: 100%;
		overflow-x: scroll;
  }
  .bird_cage {
    width: 1042px;
    white-space: nowrap;
  }
  .att {
	margin-bottom: 10px;
  margin-top: 6%;
}
}

.bird_cage ul {
  display: flex;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
.bird_cage .floor {
  background: #333;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
.bird_cage li:not(.floor) {
  width: calc((100% - 30px)/17);
  min-height: 83px;
}
.bird_cage a {
  position: relative;
  display: block;
  height: 100%;
  color: #000;
  
  padding: 4px 5px 5px;
	font-size: 14px;
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.15s;
}
.bird_cage li:not(.hidden) a {border: 1px solid #aaa;}
.bird_cage a.link {
  pointer-events: auto;
	background-color: #CBFC6A;
	background-size: cover;
	opacity: 1;
}
.bird_cage a.link:hover {
  background: #FFF;
}
/* .bird_cage a.emp {
  height: 100%;
  background: #ddd;
} */
 .bird_cage a.emp::before {
  content: '';
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  background-color: #111;
 }
.bird_cage a.emp.syukai::before {
  content: '集会室';
}
.bird_cage a.emp.guest::before {
  content: 'ゲストルーム';
}
.bird_cage a.emp.kanri::before {
  content: '管理室';
}
.bird_cage a.emp.ent::before {
  content: 'エントランス';
}
.bird_cage a.emp.cycle::before {
  content: '駐輪場';
}
.bird_cage a.emp.fukinuke::before {
  content: '吹抜け';
}
.bird_cage a.sold::before{
  /* content: '成約済み';
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #F5FEE1;
  color: #000;
  font-size: 10px;
  text-align: center;
  font-weight: 600; */
  background-color: #fff;
}
.bird_cage a.more::before{
  /* content: '未供給';
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f9c0c0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 600; */
  background-color: #fff;
}
.bird_cage dl {
  text-align: center;
}
.bird_cage dt {
  color: #000;
	font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding: 3px 0 6px;
  margin-bottom: 2px;
  font-weight: 600;
}
.bird_cage dd {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.bird_cage dt span {
  font-size: 0.5rem;
}
.bird_cage dd span {
  /* font-size: 0.8rem; */
  font-weight: 600;
}
.bird_cage dd sup {
  font-size: .8rem;
  vertical-align: 3px;
}
.bird_cage dd .price {
  margin-top: 2px;
  padding-top: 5px;
  border-top: 1px solid #222;
  font-weight: 600;
}
.bird_cage dd .price span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
}

/* group_ttl */
.group_ttl {
	width: 930px;
	margin-left: 30px;
}
.group_ttl ul {
	display: flex;
	text-align: center;
}
.group_ttl ul li {
	padding: 5px 0 2px;
	background-color: #222;
	border: 1px solid rgba(255,255,255,1);
}
.group_ttl ul li span {
	color: #fff;
}
.group_ttl ul li:nth-child(1) {
	width: calc((100%/13)*5);
}
.group_ttl ul li:nth-child(2) {
	width: calc((100%/13)*4);
}
.group_ttl ul li:nth-child(3) {
	width: calc((100%/13)*4);
}

@media screen and (max-width: 960px) {
  .bird_cage dt {
    color: #000;
    font-size: 13px;
    line-height: 1;
    border-bottom: 1px solid #000;
    padding: 2px 0 3px;
    margin-bottom: 0;
    font-weight: 600;
}
.bird_cage dd {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding-top: 2px;
}
.bird_cage li:not(.floor) {
    width: calc((100% - 30px) / 17);
    min-height: 60px;
}
}