@charset "UTF-8";
#modal-content{
  display : none;
}


.site_map_content ul.site_map {
  margin: 0 0 50px 0;
  padding: 0 0 10px 0;
}

.site_map_content li:first-child {
  margin: 0 0 5px 0;
  padding: 20px 0 0 0;
  border-bottom: 2px solid #b49d6d;
}

.site_map_content li.site_map {
  width: 290px;
  margin: 10px 10px;
}

.site_map_content ul.wedding_site_map {
  margin: 0 0 50px 0;
  padding: 0 0 10px 0;

}

/*========  メディアクエリ ========*/
@media(max-width:970px){
  .dresstux_plan{
    width : 30%;
    min-height :520px;
  }
}
@media(max-width:640px){
  .dresstux_plan{
    float : none;
    width : 93%;
    min-height :auto;
    padding : 20px;
  }
  .rental_plan{
    width : 46%;
    min-height : 610px;
  }
}
@media(max-width:540px){
  .rental_plan{
    width : 96%;
    min-height : 400px;
    text-align : center;
  }
  .rental_plan img{
    width : auto;
  }
  .rental_plan p{
    text-align : left;
  }
}