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

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

.btn_contact {
    position: fixed;
    top: 0%;
    Right: 0px;
    z-index: 9999;
    margin-top: 90px;
}
.btn_contact:hover {
	opacity: 0.8;	
}














/* <picture> はレイアウトに影響させない */
picture { display: contents; }
