@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
	color:#1B1B1B;
	font-family:"roboto" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}

a{
	text-decoration:none;
	color:#1B1B1B;
}

a:hover{
	text-decoration:none;
}

img{
	max-width:100%;
}




#main{
	width:100%;
	text-align:center;
}



/*-------- 自動挿入 ページTOPへ戻る ------*/

#page_top {
	position:fixed;
	bottom:68px;
	right: 0;
	float:left;
	clear:both;
	z-index:99999;
}

/*-------- スマホ非表示 ------*/
.sp{
	display:none !important;
}


@media only screen and (max-width: 789px) {  
	#page_top img{
		width:35px;
	}
}






.side_bottom{
	position:fixed;
	right:0;
	bottom:120px;
	z-index:9;
	text-align:center;
}

.side_bottom li{
	max-width:85px;
	display:block;
	margin-bottom:3px;
	background:#000;
	font-size:18px;
}

.side_bottom li img{
	width: 70%;
}

.side_bottom li a{
	color:#fff;
	padding:18px 5px;
	display:block;
}





@media only screen and (max-width: 580px) {  
.side_bottom li {
    max-width: 50px;
}

.side_bottom li a{
	padding:15px 5px;
}

/*.side_bottom{
	position:fixed;
	right:0;
	bottom:0;
	width:100%;
}

.side_bottom ol{
	display: flex;
	align-items: center;
	background: #000;
}

.side_bottom li:first-child{
	width: 20%;
	border-right: 1px solid #fff;
	margin-right: 15px;
}

.side_bottom li{
	margin-bottom:0;
	font-size:15px;
	letter-spacing:1px;
}

.side_bottom li a{
	padding:15px 0;
	position:relative;
}

.side_bottom li br{
	display:none;
}

.side_bottom li:nth-of-type(2) a:after{
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin: -6px 0 0 5px;

}*/


}






