/* 遷座百年祭ページ スマホ版 CSS */

.contentArea {
    width: 100%;
    padding: 20px 0;
    background-image: url('../img/sensahyakunen/wall.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contentArea .inner {
    padding: 0;
}

.mainContent {
    background-color: #ffffff;
    padding: 20px 15px;
    border-radius: 0;
    box-shadow: none;
}

.sectionTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #8b4513;
}

.contentWrapper {
    display: flex;
    flex-direction: column;
}

.textContent {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.textContent p {
    margin-bottom: 1.2em;
}

.textContent br {
    display: none;
}

.monumentImage {
    margin-top: 20px;
    text-align: center;
}

.monumentImage img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.monumentImage .pcImage {
    display: none;
}

.monumentImage .spImage {
    display: block;
}

.monumentSection {
    margin-top: 30px;
}

.monumentTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 2px solid #9B262E;
}

.monumentGallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.monumentItem img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.eventSection {
    margin-top: 40px;
}

.eventSubTitle {
    font-size: 18px;
    font-weight: bold;
    color: #9B262E;
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 4px solid #9B262E;
}

.eventContent {
    background-color: #f9f9f9;
    padding: 20px 15px;
    border-radius: 4px;
}

.eventItem {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.eventItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.eventLabel {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.eventValue {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.eventValue br {
    display: block;
    content: "";
    margin-top: 4px;
}
