@charset "UTF-8";

/*----------------------------------------------------*/
/* 固定ボタン（PC）*/
/*----------------------------------------------------*/

/* TOPページへ */

.fixedButtonTop {
	position: fixed;
	z-index: 300;
	width: 80px;
	margin: 0;
	right: 10px;
	bottom: 20px;
}

/* 固定ボタン */
.fixedButton {
	z-index: 200;
	position: fixed;
	bottom: 110px;
	right: 0;
	width: 100px;
    height: 221px;

	filter: alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
	background-image: url(../img_03/common/fixed_bg.png);
}

.fixedButtonTel ,
.fixedButtonFaq ,
.fixedButtonLine ,
.fixedButtonPrice{
	position: absolute;
	line-height: 0;
	width: 80px;
	right: 10px;
    height: 60px;
}

.fixedButtonFaq {
    top: 10px;
}
.fixedButtonLine {
    top: 80px;
    margin: auto 0;
}

.fixedButtonPrice {
    bottom: 10px;
}


/*----------------------------------------------------*/
/* 固定ボタン（SP） */
@media (max-width: 767px) {
/*----------------------------------------------------*/

/* TOPページへ */

.fixedButtonTop {
	width: 80px;
	bottom: 110px;
}

/* 固定ボタン */

.fixedButton {
	background-image: url(../s/img/common/fixed_bg_sp.png) !important;
	width: 100%;
	bottom: 0;
    height: 100px;
}

.fixedButtonTel ,
.fixedButtonLine ,
.fixedButtonPrice {
	width: 29%;
    height: auto;
}

.fixedButtonTel {
	left: 4%;
	bottom: 20px;
}
.fixedButtonLine {
    top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

.fixedButtonPrice {
	right: 4%;
	bottom: 20px;
}


/*----------------------------------------------------*/
}
/*----------------------------------------------------*/
