/*メインクラスに対する指定*/
.SNSpage{
    text-align: center;

}

/*見出し*/
h1{
    background: #0bd;
    color: #fff;
    display: inline-block;
    padding: 6rem 3rem;
    border-radius: 50%;
}

/*年・月選択*/

.choose-contents{
    background-color:  ivory;
    border-style:solid;

}

#SNScontents{
    background: black;
    color: #fff;
}




h3{
    text-align: center;
}




.SNS-area{
    display: flex;
    flex-wrap: wrap;


    justify-content: center;
    align-items: center;

}


.item-area-SNS{
    border-width: medium;
    border-style: solid;
    border-color: black;

    background-color: ivory;

    width: 150px;
    height: fit-content;
    margin: 10px;

    align-content: baseline;
    justify-content: center;
    
    display: flex;
    flex-wrap: wrap;
}


/*画像の調整*/


/*リンク部分*/
.mainchannelthumnail,.subchannelthumnail{
    
    display: flex;
    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    width: 100px;
    height: 50px;
    margin: 10px;  
}

.Instagramthumnail,.Xthumnail,.facebookthimnail,.notethumnail
{
    align-items: center;
    justify-content: center;

    width: 100px;
    height: 50px;
    margin: 10px;  
}




/*矢印*/
.ticket-arrow{
    display: flex;
    justify-content: center;
}
.ticket-arrow-item{
    background: navy;
    margin: 10px;
    font-size: large;
}

.ticket-arrow-item a{
    color: white;
}

