@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;
}

.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}

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

.clearFix{
}

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

.clear{
	clear:both;
}

/*------------------------------------------------
LINK STYLE
------------------------------------------------*/
a{
	color:#1a76b6;
	text-decoration: none;
	transition: all .3s !important;
}
a img{
	transition: all .3s !important;
}
a:visited{
	color:#1a76b6;
	text-decoration: none;
}
a:hover{
	color:#B28146;
	outline:none;
	text-decoration: none;
}
a:active{
}
@media screen and (min-width: 760px) {
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;
	}	
/*------------------------------------------------
PAGE TOP
------------------------------------------------*/
#page-top01 {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index:9999;
}
#page-top01 a {
	border: 2px solid #d1b457;
	color: #d1b457;
	text-decoration: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	padding: 20px 0 0 0;
	text-align: center;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3em;
    background-image: url("../images/icon/arrow-up_yellow.svg");
	background-color: #FFF;
    background-position: top 5px center;
    background-repeat: no-repeat;
    background-size: 30%;
}
#page-top01 a:hover {
	text-decoration: none;
    background-image: url("../images/icon/arrow-up_white.svg");
	background-color:#d1b457;
	color: #FFF;
    border: 2px solid #FFF;
}
@media screen and (max-width:760px){
    #page-top01 { bottom: 55px; }
}

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

/* ==========================================================================
シェアボタン
========================================================================== */
.addtoany_shortcode {
	position:static;
	bottom: auto;
	right: auto;
	z-index:9999;
	width:100%;
    margin-bottom: 10px;
	}
.addtoany_shortcode .addtoany_list{
	display:block !important;
	text-align:right;
	width:100%;
	margin:0 auto;
	}
.addtoany_shortcode .addtoany_list a{
	display: inline-block;
	margin:0 3px!important;
	}	
}