.saichoeyecatching{
    width: 100%;
    position: relative;
}

.saichoeyecatching img{
    width: 100%;
}

.saichoeyecatchingtitletop{
    color: #ffffff;
    text-shadow: 2px 2px 0 #111111;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10%;
    margin-left: 10%;
}

.saichoeyecatchingtitlebuttom{
    color: #ffffff;
    text-shadow: 2px 2px 0 #111111;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20%;
    margin-left: 10%;
}

.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 p{
    font-size: 14px;
    font-weight: 400;
}

.saichointroductionbody{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*レスポンシブ*/
    width: 806px;
    margin-bottom: 28px;
}

.saichointroductionbody img{
    /*レスポンシブ*/
    width: 300px;
}

.saichointroductionbody p{
    /*レスポンシブ*/
    width: 460px;
}

.saichomainstorynavi{
    background-color: #f0d49f;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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

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

.saichomainstorybody{
    /*レスポンシブ*/
    width: 806px;
    margin-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.saichomainstorybody a{
    text-decoration: none;
}

.tanakatwitterbuttun{
    display: flex;
    align-items: center;
    background-color: #111111;
    padding: 8px 8px;
    margin: 10px;
}

.tanakatwitterbuttun p{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

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

.aboutdetailbuttun{
    margin-top: 30px;
    margin-bottom: 30px;
}

.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: 8px;
}

.aboutdetailbuttuncontent p{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .saichoeyecatchingtitletop{
        font-size: 30px;
        width: 100%;
        margin-top: 10%;
        margin-left: 0;
        text-align: center;
    }
    
    .saichoeyecatchingtitlebuttom{
        text-shadow: 1px 1px 0 #111111;
        font-size: 15px;
        padding: 0 5%;
        width: 100%;
        margin-top: 20%;
        margin-left: 0;
        text-align: center;
    }
    
    .saichointroductionbody{
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .saichointroductionbody img{
        width: 230px;
        margin: 14px;
    }
    
    .saichointroductionbody p{
        width: 350px;
        margin: 10px;
    }

    .saichomainstorybody{
        width: 80%;
        justify-content: center;
    }    
}

@media screen and (max-width: 370px) {
    .saichoeyecatchingtitletop{
        font-size: 30px;
        width: 100%;
        margin-top: 10%;
        margin-left: 0;
        text-align: center;
    }
    
    .saichoeyecatchingtitlebuttom{
        display: none;
    }
    
    .saichointroductionbody img{
        width: 230px;
        margin: 14px 0;
    }
    
    .saichointroductionbody p{
        width: 300px;
        margin: 10px 0;
    }

    .saichomainstorybody{
        width: 300px;
        justify-content: flex-start;
    }    
}