/* 全体のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5rem;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-size: contain;

}

h2 {
    margin-bottom: 40px;
    font-size: 3rem;
    font-family: serif;
    font-weight: bold;
    line-height: 6rem;
    color: #272727;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #272727;
    line-height: 2rem;
}
.Hleft {
}
.program-area > div h3{
    text-align: center;
    line-height: 2.4rem;
    margin-bottom: 40px;
}
section {
    width: 900px;
    padding: 120px 20px;
    text-align: center;
    margin: 0 auto;
    background:url(./images/wood-texture_00021.png);
}
/* メインビジュアル */
.mv_flex {
    display: flex;
    padding: 80px 0;
    justify-content: center;
}
.main-visual {
    width: 420px;
    background: url(./images/omusubi_logo.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    background-position: center;
    border-radius: 50px 0 0 50px;
}
.main-visual-content h1 {
    font-size: 2rem;
    color: #555;
}

.newsarea li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: left;
    padding-bottom: 20px;
}
.news_day{
    width: 6rem;
}
.news_text{
    width: 85%;
    overflow-wrap: break-word;
}
.newsarea ul{
    padding-top: 40px;
    width: 400px;
    margin: 0 auto;
}
/* イベント情報 */
.event-info {
    padding: 0;
    max-width: 330px;
    min-width: 300px;
    display: flex;
    align-items: center;
    background: unset;
    margin: 0;
}

.event-details {
    width: 330px;
    padding-left: 20px;
}

.event-details .event-description {
    line-height: 2rem;
}

.event-title-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.event-title-flex img {
    max-width: 400px;
    width: 100%;
}
.day_txt {
    margin-top: 20px;
}



.button {
    display: inline-block;
    padding: 10px 20px;
    background: #b5080f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background: #590307;
}
/* みどころ */
.obi {
    position: absolute;
    left: 0;
    right: 0;
    width: 940px;
    margin: 0 auto;
    margin-top: -10px;
}
.obi.secbottom{
    margin: 0 auto;
    width: 600px;
    margin-top: -5px;
}
.highlights {
    padding: 0 20px;
}

.highlight {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
    margin-left: 400px;
    height: 600px;
}
.highlights .highlights-text
 {
    text-align: left;
    margin-left: 20px;
    width: 450px;
}

.highlight-img {
    width: 400px;
    position: absolute;
    border-radius: 500px;
    height: 400px;
    background: url(./images/エネルギッシュな舞台で演奏する華麗なオーケストラ.png);
    background-size: cover;
    background-position: center;
    margin-left: -510px;
    z-index: 2;
    box-shadow: 0px 0px 15px -4px #292929;
}

.ph1 {
    background: url(./images/DSC04020.JPG);
    background-size: cover;
    background-position-x: -250px;
}
.ph2 {
    background: url(./images/DSC04227.JPG);
    background-size: cover;
    background-position-x: -87px;
}

.ph3 {
    background: url(./images/DSC04328.JPG);
    background-size: cover;
    background-position-x: -45px;
}
.ph4 {
    background: url(./images/4066588_l.png);
    background-size: cover;
    background-position-x: -45px;
}
.ph6 {
    background: url(./images/f071d3ca9fb1696966908f5b546913c0_t.jpeg);
    background-size: cover;
    background-position-x: -45px;
}
.ph7 {
    background: url(./images/DSC04144.JPG);
    background-size: cover;
    background-position-x: -135px;
}.ph8 {
    background: url(./images/DSC04121.JPG);
    background-size: cover;
    background-position-x: -45px;
}.ph9 {
    background: url(./images/DSC03867.JPG);
    background-size: cover;
    background-position-x: -45px;
}
.highlight2 {
    width: 200px;
    height: 200px;
    margin-left: -200px;
    z-index: 1;
    margin-top: 30px;

}
.highlight3 {
    width: 100px;
    height: 100px;
    margin-left: -190px;
    z-index: 1;
    margin-top: 310px;
}
.second {
    margin: 0;
}
.second .highlight-img.highlight2{
    margin-left: 500px;
}
.second .highlight-img{
    margin-left: 600px;
}

.highlight.third{
    padding-bottom: 600px;
}

.second .highlights-text {
    margin-left: 0;
    margin-right: 20px;
}

/* プログラム */
.program {
    text-align: center;
}

.program h2 {
}

.program-date {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 2rem;
}
.sub_program{
    font-weight: normal;    
}

.program-area {
    display: flex;
    width: 850px;
    margin: 0 auto;
}

.program-area > div {
    border: solid 2px #e3e3e3;
    margin: 1px;
    background: #fff;
    padding: 20px;
}

.program-time {
    width: 10rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.prof-area {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.prof-text {
    padding-left: 10px;
    text-align: left;
}

.prof-artist{
    background-color: #333;
    width: 350px;
}

.program-description{
    width: 100%;
    text-align: left;
}


.prof-area {
    display: flex;
    margin-bottom: 60px;
    align-items: flex-start;
}
.prof-sns {
    display: flex;
}

.prof-sns img {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    background-color: #333;
}
.prof-team {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 2rem;
}
.program-description > h3 + p{
    margin-bottom: 20px;
}
.program-description .button {
        display: block;
        width: 21rem;
        margin-bottom: 10px;
    }

    .cast_area {
        max-width: 850px;
        margin: auto;
        padding: 40px;
        border-radius: 10px;
    }
/* チケット */
.ticket .ticket-prices {
    margin-bottom: 60px;
}

.fr{
    width: 500px;
    height: auto;
}

/* アクセス */

.map {
    width: 100%;
    height: 300px;
    background: #ccc;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 20px;
}

/* フッター */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

footer a{
    color: #fff;
}
.access_logo {
    width: 200px;
    margin: 20px 0;
}
.sp {
    display: none;
}

@media (max-width: 1000px) {
    .mv_flex {
        display: unset;
        padding: 0;
        
        max-width: 100%;
    }
    .main-visual , .event-info ,.event-details {
        width: 100%;
        min-width: unset;
    }
    .event-info {
        padding: 40px 20px 120px 20px;
        min-width: 100%;
    }
    .event-title-flex {
        align-items: center;
        justify-content: space-around
    }
    .event-title-flex img {
        width: 45%;
    }

}
@media (max-width: 890px) {
    .obi {
        width: 95%;
    }
    .obi.secbottom {
    width: 250px;
    }
    section{
        width: 90%;
    }
    .sub_program{
        font-size: 1rem; 
    }.prof-team {
        margin: 20px 0;
    }
    h3 {
        font-size: 1.4rem;
    }
    body {
        background-size: 340%;
        background-position-y: 380px;
    }
    .main-visual {
        border-radius: 0;
        height: 350px;
        background-size: 90%;
        margin-top: 60px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .event-title-flex img , .event-description{

        width: 95%;
    }
    .event-description{
        margin-top: 20px;
    }
    .highlight {
        flex-wrap: wrap;
        margin: 0;
        height: auto;
        padding: 30px 0;
    }.highlights {
        padding: 0px;
    }
    .ph1 {
    background-position-x: -80px;
    }
    .ph4 {
    background-position-x: 0px;
}
    .highlights .highlights-text {
        width: 95%;
        margin: 20px auto;
    }
    .highlight-img , .second .highlight-img {
        width: 95%;
        position: unset;
        margin: 0 auto;
        border-radius: 0;
        height: 250px;
        
        box-shadow: 0px 0px 0px;
    }
    .highlight.third {
     padding-bottom: 120px;
    }
    .fr{
        width: 300px;
        height: auto;
    }    
    .program-area > div {
        width: 100%;
        border: unset;
        margin: 0;
    }
    .program-area {
        width: 95%;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .prof-artist {
        width: 100%;
    }
    section {
        padding: 80px 0px;
    }
    .program-area .program-time{
        background-color: #9f4e4e;
        color: #fff;
    }
    .program-description h3 {
        text-align: center;
    }
    .prof-area {
        flex-wrap: wrap;
    }
    .event-title-flex p {
        max-width: unset;
    }
    .third .highlight-img {
        background-position: bottom;
    }
    h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .program-description .button {
        padding: 10px 10px;
        width: 100%;
        font-size: 14px;
    }
    .map {
        width: 95%;
    }
    .newsarea {
        width: 95%;
        padding: 40px 10px;
    }
    .news_day {
        width: 7rem;
    }
    .newsarea ul{
        padding-top: 20px;
        width: 95%;
        margin: 0 auto;
    }
    .program-area > div h3{
        text-align: center;
        line-height: 1.8rem;
    }
    .prof-team{
        text-align: center;
    }
    .cast_area{
        width: 95%;
        padding:20px  10px ;
    }
    

.event-details {
    padding-left: 0px;
}
}