/*
theme name:original-theme
*/

/* 固定ページの背景画像 */
.front-page-content {
  background-image: url('http://eatsleepjoy.net/wp-content/uploads/2025/07/img_0000_0000_0001.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 20px;
  min-height: 400px;
  color: black;
  text-align: center;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  display: inline-block;
}

.wp-block-table table th:first-child,
.wp-block-table table td:first-child {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  word-wrap: break-word; /* 長いテキストの折り返し用 */
}

.wp-block-table table {
  width: auto;  /* 幅を自動調整 */
  max-width: 50%; /* 横幅の最大値 */
}

.wp-block-table table {
  margin-left: 20px; /* 左に20pxの余白を作る */
}
