@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/

/* PC（幅 769px 以上） */
.btn_contact {
    position: fixed;
    top: 65%;
    left: 0px;
    z-index: 9999;
    margin-top: -250px;
}

/* スマホ（幅 768px 以下） */
@media screen and (max-width: 768px) {
  .btn_contact {
    position: fixed;
    top: 65%;
    left: 0px;
    z-index: 9999;
    margin-top: -75px;
  }
}

.btn_contact:hover {
	opacity: 0.8;	
}

.btn_contact2 {
    position: fixed;
    top: 65%;
    left: 0px;
    z-index: 9999;
    margin-top: 100px;
}
.btn_contact2:hover {
	opacity: 0.8;	
}













