/* 遷座百年祭ページ PC版 CSS */

.contentArea {
    width: 100%;
    padding: 40px 0;
    background-image: url('../img/sensahyakunen/wall.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contentArea .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.mainContent {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sectionTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8b4513;
}

.contentWrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.textContent {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.textContent p {
    margin-bottom: 1em;
}

.monumentImage {
    flex: 0 0 350px;
    width: 350px;
}

.monumentImage img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.monumentImage .pcImage {
    display: block;
}

.monumentImage .spImage {
    display: none;
}

.monumentSection {
    margin-top: 40px;
}

.monumentTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #9B262E;
}

.monumentGallery {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.monumentItem {
    flex: 0 0 400px;
    width: 400px;
}

.monumentItem img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.eventSection {
    margin-top: 50px;
}

.eventSubTitle {
    font-size: 20px;
    font-weight: bold;
    color: #9B262E;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 4px solid #9B262E;
}

.eventContent {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
}

.eventItem {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.eventItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.eventItemFlow {
    flex-direction: column;
}

.eventLabel {
    flex: 0 0 180px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.eventItemFlow .eventLabel {
    flex: none;
    margin-bottom: 8px;
}

.eventValue {
    flex: 1;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.eventItemFlow .eventValue {
    flex: none;
}

.eventValue br {
    display: block;
    content: "";
    margin-top: 2px;
}
