.float__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
}
.float__btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
		margin:0;
}
.float__btn-list-item{
	padding:0!important;
	margin-bottom:0!important;
}
.float__btn-list-item:before{
	content:none!important;
}
.float__btn-list-item--tel {
    flex: 0 0;
}
.float__btn-link--tel {
    font-size: .625rem;
    line-height: 2;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 5px;
    color: #e6002d;
    font-family: "Cardo",serif;
    text-align: center;
}
.float__btn-icon-wrapper {
    font-size: 0;
    line-height: 0;
}
.float__btn-list-item--reserve, .float__btn-list-item--inquiry {
    flex: 1;
}
.float__btn-link--tel {
    font-size: .625rem;
    line-height: 2;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 10px 5px;
    color: #e6002d;
    font-family: "Cardo",serif;
    text-align: center;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	  font-size: 1.4rem!important;
	  line-height:2rem;
}
@media screen and (min-width: 375px){
.float__btn-link--reserve {
    font-size: .875rem;
    line-height: 1.4285714286;
    background-size: 18px,18px;
    padding: 17px 35px;
}
}

@media screen and (min-width: 320px){
.float__btn-link--reserve {
    font-size: .75rem;
    line-height: 1.6666666667;
    background-size: 15px,15px;
}
}
.float__btn-link--reserve {
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    padding: 17px 30px;
    background-color: #e6002d;
    background-image: url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-reserve-white.svg),url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-link-arrow-white.svg);
    background-position: center left 10px,center right 10px;
    letter-spacing: -.1em;
    background-repeat:no-repeat;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 375px){
.float__btn-link--inquiry {
    font-size: .875rem;
    line-height: 1.4285714286;
    background-size: 18px,18px;
    padding: 17px 35px;
}
}
@media screen and (min-width: 320px){
.float__btn-link--inquiry {
    font-size: .75rem;
    line-height: 1.6666666667;
    background-size: 15px,15px;
}
}
.float__btn-link--inquiry {
    font-size: .875rem;
    line-height: 1.4285714286;
    color: #fff;
    padding: 17px 30px;
    background-color: #ba0002;
    background-image: url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-inquiry-white.svg),url(//www.mpartners.jp/wp-content/themes/mpartners/assets/css/../images/common/icon-link-arrow-white.svg);
    background-position: center left 10px,center right 10px;
    background-repeat:no-repeat;
}
.float__btn-link {
    display: block;
    width: 100%;
    height: 100%;
	  font-weight: bold;
}
@media screen and (min-width: 768px){
.float__btn {
    display:none;
}
}