body {
  font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff0f5;
}

h1 {
  color: #FFA500;
  text-align: center;
  margin-bottom: 20px;
}

.content-wrapper {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.gallery {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery img {
  width: 60%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 auto;
  display: block;
}

.text-content {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

p {
  margin-bottom: 15px;
  font-size: 16px;
}

.section-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c3e50;
}

.content-section {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.content-section ul {
  list-style-type: none;
  padding: 0;
}

.content-section li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.content-section li:before {
  content: '•';
  color: #2c3e50;
  position: absolute;
  left: 0;
}

.pavilion-list {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pavilion-item {
  margin-bottom: 10px;
}

.pavilion-item:before {
  content: '✅';
  color: #4CAF50;
  margin-right: 8px;
}

.special-note {
  color: #666;
  font-size: 0.9em;
  margin-top: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}
