/*モバイルリッジメニュー変更*/
.mobile-menu-buttons {
	background:rgba(0, 0, 0,0.8);/*フッターメニューの背景を半透明化*/
	box-shadow:0 -5px 6px rgba(0,0,0,0.2);
}
.mobile-menu-buttons .menu-icon::before {
	font-size: 1.15em;/*フッターメニューのフォントアロウズの大きさを変更*/
	color:#FEAD0C;/*フッターメニューのフォントアロウズの色を変更*/
}
.mobile-menu-buttons .menu-caption {
	color:#FEAD0C;/*フッターメニューのフォントの色を変更*/
}
/**SNSシェアボタン**/
.button-caption{
display: none;
}
.sns-share-buttons a {
height: 35px; /*ボタンの高さ*/
border-radius: 50%; /*丸み*/
margin: 2px; /*ボタン同士の間隔*/
}
#main .sns-share a {
width: 2.5em; /*ボタンの幅*/
margin-bottom: 0.5em;
}
.sns-share-buttons {
justify-content: center;
}
.social-icon {
font-size: 17px;
}
.slicknav_menu {
	background-color:#7A2000;/*ヘッダーメニューの背景色を変更*/
}

.slicknav_menu .slicknav_menutxt {
	color:#496278;/*ヘッダーメニューボタンのフォントの色を変更*/
	text-shadow:none;/*ヘッダーメニューボタンのテキストの影を非表示*/
}

.slicknav_btn {
	background-color:#FFFFFF;/*ヘッダーメニューボタンの背景色を変更*/
	box-shadow:0 3px 6px rgba(0,0,0,0.2)/*ヘッダーメニューボタンに影をつける*/
}
/*シェアボタン
===================================*/
.sns-share-message{
    font-weight: bold;
    color: #499eda;
}
.sns-share-buttons {
    justify-content: center;
}
.sns-share-buttons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 8px;
}
.button-caption{
    display:none;
}
/**SNSフォローボタン**/
.button-caption{
display: none;
}
.sns-follow-buttons a {
height: 35px; /*ボタンの高さ*/
border-radius: 50%; /*丸み*/
margin: 2px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
width: 1.2em; /*ボタンの幅*/
margin-bottom: 0.5em;
}
.sns-follow-buttons {
justify-content: center;
}
.social-icon {
font-size: 17px;
}