@charset "UTF-8";
/*
 * base.css 全サイト共通
 */
html, body {
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
.sns_top {
	font-size: 1.5em;
	padding: 0px 5px;
}
.sns_top .fab {
	padding: 0px 5px;
}

.sns_icon {
	font-size: 3em;
	margin: 0px 0px 15px;
}

.sns_icon a{
	color: #FFFFFF; 
}

.sns_icon a:hover{
	color: #3b4e32; 
}


.sns_icon .fab {
	padding: 0px 10px;
}
