@charset "UTF-8";
/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
footer {
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 0 0;
}
.footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kujira_link {
    display: block;
    border: 1px #1b1b1b solid;
    width: 160px;
    margin: 0 20px 0 0;
    padding: 8px 0;
    border-radius: 100px;
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: 0;
    color: #1b1b1b;
}
.insta i {
    font-size: 3rem;
    color: #1b1b1b;
}
.kujira_link:hover {
	background-color: #4a3122;
	color: #fff;
}
.access {
    font-size: 1.1rem;
    line-height: 30px;
    margin: 15px auto 0;
    letter-spacing: 0;
    color: #1b1b1b;
}
.contact_wrap {
    margin: 0 auto;
}
.contact_wrap a {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 7px;
    color: #1b1b1b;
    letter-spacing: 0;
}
.contact_wrap a i {
    margin: 0 8px 0 0px;
}
.contract {
	margin: 10px auto 0;
}
.contract a {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1;
	margin: 0 7px;
	letter-spacing: 0;
	color: #1b1b1b;
}
.page_top {
	display: none;
}
small {
	display: block;
	font-size: 1rem;
	color: #fff;
	margin: 20px auto 0;
	letter-spacing: 0;
	background: #1b1b1b;
	padding: 10px 0;
}
.cta_btn {
	display: none;
}
/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
footer {
    padding: 30px 0 70px;
}	
.cta_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 98%;
	margin: 0 1% 1.5%;
	position: fixed;
	z-index: 9999;
	bottom: -80px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.cta_btn a {
	width: 32.5%;
}
.cta_btn > .tel, .cta_btn > .contact, .cta_btn > .line {
	text-align: center;
	color: #1b1b1b;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	z-index: 99999;
	border: 1px solid #1b1b1b;
	border-radius: 2px;
	align-items: center;
}
.cta_btn > .tel {
	background-color: #fff;
}
.cta_btn > .contact {
	background-color: #fff;
}
.cta_btn > .line {
	background-color: #fff;
}	
.cta_btn_change {
    bottom: 0;
}
.cta_btn > .line span {
    width: 20px;
    margin-right: 5px;
}
}
