@charset "utf-8";

.room_txt {
  font-size: 120%;
  line-height: 2;
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 45px 30px;
  background: #fff
}

.ame_img {
  background: url(../images/room_bg.png) 80% 90% no-repeat;
  background-size: 140px auto
}

@media only screen and (max-width: 960px) {
  .ame_img {
    background: url(../images/room_bg.png) 100% 70% no-repeat;
    background-size: 120px auto
  }
}
@media only screen and (max-width: 768px) {
  .room_txt {
    font-size: 110%;
    margin-top: 5px;
    padding: 20px 30px;
  }
  .ame_img {
    background: url(../images/room_bg.png) 80% 80% no-repeat;
    background-size: 120px auto;
  }
}

@media only screen and (max-width: 480px) {     
  .ame_img {
    background: url(../images/room_bg.png) 90% 80% no-repeat;
    background-size: 120px auto
  }   
  .room_txt {
    font-size: 100%;
    margin-top: 0;
    padding: 20px
  }
}