@charset "UTF-8";

#key + .composite_box01 .wrapper_item{
  justify-content: space-between;
  padding-top: 3rem;
}

#key + .composite_box01 .inner_item_img img{
  max-height:300px;
  object-fit:contain;
}

#key + .composite_box01.block_images_1 a+.inner_item_txt{
  color:white;
}
@media screen and (max-width: 700px){
  #key + .composite_box01 .inner_item{
   width:30% !important;
}

#key + .composite_box01 .inner_item_img img{
  max-height:30vw;
}
}

@media screen and (max-width: 480px){
  #key + .composite_box01 .inner_item{
   width:100% !important;
}

#key + .composite_box01 .inner_item_img img{
  max-height:auto !important;
}

#key + .composite_box01.block_images_1 a+.inner_item_txt{
  text-align:center;
}
}


#rental_img_sp +section {
    display: none;
}

@media screen and (max-width: 900px) {
#rental_img_pc + section {
    display: none;
}

#rental_img_sp +section {
    display: block;
}
}

/*------------------------写真中央寄せ---------------------------*/
#rent_img + div.composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(1) {
    display: none;
}

#rent_img + div.composite_box01 .wrapper_item {
       justify-content: center;
}