header {
margin-top:40px;}

header p {
	margin:10px;
}

body {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.linkbtn {
	color:#555555;
	text-decoration: underline;
	margin: 10px 0px;
	display: inline-block;
}



.bkbox h2 {
	font-size: 140%;
}
.bkbox h3 {
	font-size: 120%;
}
.bkbox p {
	text-align: left;
	font-size: 90%;
}

.bkbox {
	color:#555;
	margin-top: 10px;
	text-align: center;
}

.bkbox button.btn-web {
	border:1px solid #555;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}

.bkbox button.btn-web a {
	color: #555;
	display: block;
	width:100%;
	height: 100%;
	padding: 5px 10px;
	}

.bkbox button.btn-web a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 600;
margin-right: 5px;
}

.btn-close {
	background:none;
	border: none;
}

#banabox_r > div {
	margin-bottom: 20px;
}

/*各リンク、マウスオーバー時の挙動*/
/*992以上（PC）*/
@media screen and (min-width: 992px) { 
.w_box {
	position: relative;
}
.w_box:hover {
	background-color: black;  /* カラーフィルタ効果の色を指定 */
}
.w_box .collapse {display: block;}
.w_box:hover img {
	opacity: 0.5;
}
.bkbox {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color:#555;
	color:#FFF;
	padding:10px;
	position:absolute;
	top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
	width:100%;
	
}

#hbtbox,#redfinbox,#pinkbox {
	opacity: 0;
	}
#hbtbox:hover,#redfinbox:hover,#pinkbox:hover {
	opacity: 1;
}

.bkbox button.btn-web {
	border:1px solid #FFF;
	}
.bkbox button.btn-web a {
	color: #FFF;

	}



.bkbox button.btn-web a:hover {
	background:#FFF;
	color:#555;
}

}



/* ページトップ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
	margin: 0;
}
.pagetop a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding:10px;
	height: 100%;

}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}