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

img {
    image-rendering: -webkit-optimize-contrast;
}

.sp_on{ display: none; }
.sp_off{ display: block; }
@media screen and (max-width: 760px) {
    .sp_on{ display: block; }
    .sp_off{ display: none; }
}

/*------------------------------------------------
FLOAT
------------------------------------------------*/
.float-rt {
	float: right;
}
.float-lt {
	float: left;
}

.aln-rt {
	text-align: right;
}
.aln-cr {
	text-align: center;
}

/*------------------------------------------------
CLEAR
------------------------------------------------*/

.clearFix{
}

.clearFix:after{
    content: "";
    display: block;
    clear: both;
}

.clear{
	clear:both;
}

/*------------------------------------------------
LINK STYLE
------------------------------------------------*/
a{
	color:#0071BC;
	text-decoration: none;
	transition: all .3s !important;
}
a img{
	transition: all .3s !important;
}
a:visited{
	color:#0071BC;
	text-decoration: none;
}
a:hover{
	color:#B28146;
	outline:none;
	text-decoration: none;
}
a:active{
}
@media screen and (min-width: 767px) {
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

}
/* ==========================================================================
シェアボタン
========================================================================== */
.addtoany_shortcode {
	position: fixed;
	bottom: 90px;
	right: 12px;
	z-index:9999;
	background:#FFF;
	width:55px;
	border-radius: 5px;
	}
.addtoany_shortcode .addtoany_list a{
	display:block;
	width:32px;
	height:32px;
	margin:10px auto!important;
    padding: 0!important;
	}
@media screen and (max-width:767px){
	
}

/*------------------------------------------------
PAGE TOP
------------------------------------------------*/
#page-top01 {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index:999;
}
#page-top01 a {
	background: #FFF;
	border: 2px solid #00A8C6;
	color: #00A8C6;
	text-decoration: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	padding: 3px 0 0 0;
	text-align: center;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3em;
    position: relative;
    padding-top: 24px;
}
#page-top01 a:hover {
	text-decoration: none;
	background: #00A8C6;
	color: #FFF;
    border: 2px solid #00A8C6;
}
#page-top01 a:after{
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: url("../images/common/icon/arrow_top_blue.svg");
    width: 18px;
    height: 18px;
    line-height: 1em;
}
#page-top01 a:hover:after{
	content: url("../images/common/icon/arrow_top_white.svg");
}


@media screen and (max-width:767px){
    #page-top01 { bottom: 55px; }
}

@media screen and (max-width:767px){

/* ==========================================================================
シェアボタン
========================================================================== */
	.share_btn{display: none;}
	.addtoany_shortcode {
		position:static;
		bottom: auto;
		right: auto;
		z-index:9999;
		width:100%;
		border-left: none;
		border-bottom:none;
		}
	.addtoany_shortcode .addtoany_list{
		display:block !important;
		text-align:center;
		width:100%;
		margin:0 auto;
		}
	.addtoany_shortcode .addtoany_list a{
		display: inline-block;
		width:32px;
		height:32px;
		margin: 0 2px!important;
		}	
}