@charset "utf-8";
.ContentPageH1 {
    background-image: url(https://sepila.jp/studio/image/studios.webp);
}
h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #5e5757;
    margin: 45px 0 25px 0;
    position: relative;
}
h2::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 2px;
    background-color: rgba(94, 87, 87, 0.3);
}
h3{
	font-size: 1.7rem;
    font-weight: bold;
}
.documentArea{
    padding-bottom: 10px;
}
.studioArea {
    padding: 0 0 3px 0;
    margin: 0 2%;
}
.studioItem {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 50px;
}
.studioKinshicho{
    background-image: url(https://sepila.jp/common/image/kinshichoStudioImag.webp);
}
.studioToyocho{
    background-image: url(https://sepila.jp/common/image/soonStudioImag.webp);
}
.studioItem a{
    color:#fff;
}
.studioItem h3{
    margin: 0 0 5px 0;
}
.studioLeftItem {
    margin: 0 0 10px 0;
    filter: drop-shadow(0 4px 8px rgba(68, 68, 68, 0.3));
}
.studioItem p{
    overflow-wrap: break-word;
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
