@charset "utf-8";


/* フェード設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.9s;
}

img.fadein_2 {
    animation-name: fadein;
    animation-duration: 1.5s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


#SP { display: none !important; }




#sakagura_2019winter { 
      max-width: 100%; 
}





.PC_head {
      height: 550px;
      background-image: url(../img/bg_sake.jpg),url(../img/vip_flag.png);
      background-size: 45%, 20%;
      background-repeat: no-repeat;
      background-position: right top,left top;
}




.PC_head img{
      width: 500px;
      height: auto;
      margin: 230px auto auto 60px;
}


.PC_intro {
     text-align: center;
}


.PC_intro img {
      width: 600px;
      margin: 100px;
}




.PC_point-price img, .PC_knowledge img { 
      width: 940px;
      height: auto;
      padding-bottom: 50px;
 }



.PC_links {
      padding: 70px 0 90px 0;
}


.PC_links img {
      width: 100%;
}

.PC_links a:hover img {
      opacity: .7;
}


img.hyogo {
      float: left;
      width: 450px;
}

img.chiba {
      float: right;
      width: 450px;
}

.float_end {
      clear: both;
}



