body {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.top {
    background-image: url(images/ono-b.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px 62px 48px;
}
.top .title {
    max-width: 251px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.top-1 {
    max-width: 251px;
    width: 100%;
    margin: 15px auto 0;
}
.top .day {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}
.day .text {
    background-color: aliceblue;
    opacity: 0.6;
    text-align: center;
    padding: 5px;
    font-size: 18px;
}
.day .text2 {
    background-color: aliceblue;
    opacity: 0.6;
    text-align: center;
    padding: 5px;
    font-size: 18px;
}
.content {
    background-color: #D3F8BD;
    padding: 10px 18px;
}
.frame {
    background-color: aliceblue;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.content-1,.content-2,.content-3,.content-4,.content-5 {
    display: flex;
    padding: 25px 14px 0 ;
}
.content .day {
    font-size: 25px;
    font-weight: bolder;
    padding: 10px 0 25px 10px;
}
.content .time {
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    margin-right: 50px;
}
.content .time1 {
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    margin-right: 64px;
}
.contentwrapper {
    width: 100%;
}
.contentwrapper .about {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.content .place {
    font-size: 15px;
    margin-bottom: 5px;
}
.content .url {
    word-break: break-word;
    font-size: 15px;
}
.content-5 .about {
    font-size: 15px;
    font-weight: bold;
    width: 95px;
    margin-right: 41px;
}
h2 span {
    color: crimson;
}
.content-5 .place {
    font-size: 15px;
    word-break: break-word;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-5 .url {
    font-size: 15px;
    margin-bottom: 10px;
}
.page2 .content-5 .about {
    font-size: 18px;
    width: 126px;
}
.page2 .content-5 .place {
    font-weight: normal;
    font-size: 15px;
}
.page2 .content-6 {
    align-items: center;
    justify-content: center;
    padding: 25px 14px 10px ;
}
.page2 .content-6 .contentwrapper {
    margin-top: 10px;
}
.page2 .content .time {
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    margin-right: 30px;
}
.page2 .content-5 .url {
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 1px;
}
.page2 .arrow {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}
