#program {
width: 1000px;
margin: 0 auto;
margin-bottom: 100px;
padding-top: 80px;
padding-bottom: 100px;
background: #fff;
}
.program-wrapper {
display: flex;
justify-content: center;
}
.program-number {
width: 120px;
}
.program-treat {
margin-top: 50px;
}
.program-treat span {
font-size: 80px;
color: #666;
}
.program-subtitle {
margin-top: 130px;
}
.program-subtitle span {
color: #666;
font-size: 16px;
font-weight: 600;
}
#program .title {
width: max-content;
max-width: 95%;
margin: 0 auto;
padding: 10px 20px;
border: solid 2px #E4E1D9;
text-align: center;
}
#program .title h2 {
font-size: 20px;
color: #666;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.program-movie-wrapper {
margin-top: 60px;
}
iframe {
width: 100%; background: #000;
}
#kv {
display: none;
}
@media screen and (max-width:1100px) {
#program {
width: 100%;
}
}
@media screen and (max-width:750px) {
#program {
margin-bottom: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
.program-number {
width: 100px;
}
.program-subtitle {
margin-top: 100px;
}
.program-subtitle span {
font-size: 14px;
}
.program-treat {
margin-top: 40px;
}
.program-treat span {
font-size: 70px;
}
#program .title {
margin-top: 30px;
}
#program .title h2 {
font-size: 16px;
}
.program-movie-wrapper {
margin-top: 40px;
}
}