@charset "UTF-8";

.themes_bg{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: -1;
background-position-x: center;
background-position-y: center;
background-size: cover;
background-color: rgb(0, 0, 0);
background-image:url(../../../img/themes/vacation/vacation_pc.png);
background-position:center;

	
}


.ID-name{
    color:#ffffff;
    
}
.sns-erea a{
    color:#ffffff;
    

}
.link-box{
    border: solid 1px #cbdbe3;
    color: #ffffff;
    border-radius: 50px;
    background: #3a312b69
}

.link-box:hover{
    color: #365865;
    background: #ffffffa1;
    border: solid 1px #ffffff;
    transition: 0.5s;
}


.footerLogo{
    height: 40px;
    background-image:  url(../../../img/logo/logo300.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}


/*********レスポンシブ***********/


@media screen and (max-width: 767px){
.themes_bg{

background-image:url(../../../img/themes/vacation/vacation_sp.png);
background-size:cover;
background-position:center;

}
}