/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Twenty Twenty-Five の子テーマ
Author: soda
Template: twentytwentyfive
Version: 1.0
*/

/* 親テーマのCSSを上書きしたい場合はここに記述 */
body {
  background-color: #f8f8f8;
}

.rental-form {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  max-width: 600px;
}
.rental-form p {
  margin-bottom: 1em;
}
.rental-form input, .rental-form select {
  padding: 6px 10px;
  width: 100%;
  max-width: 400px;
}