.saichoeyecatchingsub{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url("../img/saicho.jpg");
    background-size: cover;
}

.saichoeyecatchingsubtitle{
    color: #ffffff;
    text-shadow: 2px 2px 0 #111111;
    font-size: 40px;
}

.saichointroductionnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saichointroductionnaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.saichointroductionnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 17px;
}

.saichointroductionnavidescription h1{
    font-size: 32px;
    font-weight: 600;
}

.saichointroductionnavidescription h1 br{
    display: none;
}

.saichointroductionnavidescription p{
    font-size: 14px;
    font-weight: 400;
}

.saichointroductionbody{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 28px;
}

.saichointroductionbody img{
    width: 300px;
}

.saichointroductionbody p{
    width: 460px;
}

.saichointroductionbody p a{
    word-break: break-all;
}

.saichomovienavi{
    background-color: #f0d49f;
    width: 100%;
    display: flex;
    justify-content: center;
}

.saichomovienavibody{
    width: 1000px;
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
}

.saichomovieinfobox{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saichomovieintro{
    width: 300px;
    margin: 10px;
    background-color: #ffffff;
}

.saichomovieintro a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saichomovieday{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.saichomovieday p{
    color: #ffffff;
    font-size: 14px;
} 

.red{
    background-color: #ff0000;
}

.orange{
    background-color: #ff9500;
}

.blue{
    background-color: #0b03ff;
}

.pink{
    background-color: #ff00ff;
}

.lightblue{
    background-color: #00ffff;
}

.purple{
    background-color: #9800ff;
}

.black{
    background-color: #111111;
}

.lightblue-purple{
    background-image: url('../img/lightblue-purple.png');
    background-size:cover;
}

.saichomoviethumbnail{
    width: 100%;
}

.saichomoviethumbnail img{
    width: 100%;
}

.saichomovietitle p{
    word-wrap:break-word;
    height: 50px;  
}

.saichorouteintro{
    margin: 10px;
    width: 180px;
    /* 要レスポンシブ */
    background-color: #111111;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.saichorouteintro p{
    color: #ffffff;
    margin: 5px;
}

.aboutnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutdetailbuttun{
    margin-top: 10px;
    margin-bottom: 20px;
}

.aboutdetailbuttun a{
    text-decoration: none;
}

.aboutdetailbuttuncontent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 285px;
    background:  #111111;
}

.aboutdetailbuttuncontent img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.aboutdetailbuttuncontent p{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {    
    .saichoeyecatchingsubtitle{
        color: #ffffff;
        text-shadow: 2px 2px 0 #111111;
        /*レスポンシブ*/
        font-size: 40px;
    }
    
    .saichointroductionbody{
        /*レスポンシブ*/
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .saichointroductionbody img{
        /*レスポンシブ*/
        width: 230px;
        margin: 14px;
    }
    
    .saichointroductionbody p{
        /*レスポンシブ*/
        width: 350px;
        margin: 10px;
    }
    
    .saichomovienavibody{
        width: auto;
        justify-content: center;
    }
    
    .saichomovieintro{
        /*レスポンシブ*/
        width: 300px;
        margin: 10px;
        background-color: #ffffff;
    }
    
    .saichorouteintro{
        margin: 10px;
        width: 180px;
        /* 要レスポンシブ */
        background-color: #111111;
        display: flex;
        justify-content: center;
    } 
}

@media screen and (max-width: 370px) {
    .saichointroductionbody img{
        width: 230px;
        margin: 14px 0;
    }
    
    .saichointroductionbody p{
        width: 300px;
        margin: 10px 0;
    }

    .saichoeyecatchingsubtitle{
        font-size: 35px;
    }

    .saichointroductionnavidescription h1{
        font-size: 26px;
    }
}