/* CSS Document */

/* sp View   ～768px  ----------------------------------------------------------------------------------------------*/
#message .title{
    font-size: xx-large;
    color:#79b530;
}
.greeting{
    display: flex;
    flex-direction: column-reverse;
}
.greeting_photo{
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 0;
}
.greeting_photo img{
    border-radius: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.home-news {
    background: rgba(247, 250, 80,0.2);
    padding: 1em;
    border-radius: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.home-news-title {
    margin-bottom: 1.312em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #231815;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-transform: uppercase;
    border-bottom: #79b530 1px solid;        
}
.home-news .new-list {
    width: 100%;
}

.yt_message * {
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #00a0f0 !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 6px;
} 
.yt_sub_message * {
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-size: 13px !important;
    font-weight: bold;
    color: #FFB600 !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 0 !important;
    bottom: 0px;
} 
.n2-ss-section-main-content{
    /* padding-bottom: 300px !important; */
}

#n2-ss-2item1{
    margin-top: -170px;
}
#n2-ss-2item2{
    margin-top: -145px;
}
.n2-ss-slider .n2-ss-layer{
    /* margin-bottom: -120px !important; */
}
/*--- Tablet View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
    #message{
        width:960px;
        margin: 60px auto;
        display: flex;
        /* flex-wrap: wrap; */
    }
    #message img{
        width: 200px;
        object-fit: contain;
    }
    #message>div{
        margin: 2em;
    }
    .greeting{
        display: flex;
        flex-direction: row;
    }
    
    #info{
        width:960px;
        margin: 20px auto;
    }
    #info .title{
        color: #79b530;
        text-align: center;
        font-size: 36px;
        border-bottom: #79b530 3px dashed;
    }
    #info .content ul{
        padding: 1em;
    }
    #info .content li{
        display: flex;
        border-bottom: #79b530 1px dashed;
        padding: 0.5em;
        align-items: center;
    }
    #info .content li >div{
        margin-right:2em ;
    }
    #info .content li >div:nth-child(2){
        background-color: #79b530;
        padding: 0.5em;
        color: #fff;
        border-radius: 6px;
    }
    #n2-ss-2item1{
        margin-top: 0;
    }
    #n2-ss-2item2{
        margin-top: 0;
    }
    
    .yt_message * {
        font-size: 48px !important;
    } 
    .yt_sub_message * {
        font-size: 24px !important;
    } 
    
}
/*--- Desktop View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
}
