@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  フッターCSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*--------------------------
全体
---------------------------*/

.fs-l-footer {
    position: relative;
    border-top: none;
    background-color: #FFF;
    margin-top: 80px;
    /* padding-top: 36px; */
}
.fs-l-footer__contents > * {
    padding: 0 8px;
    max-width: 1000px;
}
/*--------------------------
ブランド
---------------------------*/
.footer-brand-ara{
    background-color: #E0BCA0;
    padding: 34px 0 14px;
}
.footer-brand-ara .brand-list {
    margin: 0 auto;
}
@media screen and (max-width:790px){
.footer-brand-ara .brand-block {
    width: 97%;
    margin: 0 auto;
}
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .footer-brand-ara{
        padding: 30px 0 15px;
    }
    .footer-brand-ara .brand-list {
        padding: 0 15px;
    }  
}

/*--------------------------
告知バナー
---------------------------*/
.fs-p-bannerGroup{
    margin: 24px auto 30px;
}
.fs-p-banner {
    border: none;
    border-radius: 50px;
    font-size: 1.7rem;
    position: relative;
    display: block;
}
.fs-p-banner--postage .fs-p-banner__link,.fs-p-banner--registration .fs-p-banner__link {
    color: #654929;
    display: flex;
    font-weight: bold;
}
.fs-p-banner img{
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-p-banner--registration{
    background-color: #FE9437;
    margin-right: 10px;
}
.fs-p-banner--registration img{
    height: 30px;
}
.fs-p-banner--postage{
    background-color: #FE9437;
}
.fs-p-banner--postage img{
    height: 30px;
}
@media screen and (max-width:850px){
    .fs-p-banner--registration img,.fs-p-banner--postage img{
        height: 20px;
    }
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .fs-l-footer__contents > * {
        padding: 0 15px;
    }
    .fs-p-bannerGroup {
        display: flex;
    }
    .fs-p-bannerGroup .fs-p-banner{
        width: 50%;
        border-radius: 20px;
        display: flex;
        align-items: center;
    }
    .fs-p-banner--postage .fs-p-banner__link, .fs-p-banner--registration .fs-p-banner__link{
        display: block;
        font-size: 1.4rem;
    }
    .fs-p-banner--registration img, .fs-p-banner--postage img{
        position: static;
        height: 30px;
        margin-bottom: 10px;
    }
    .fs-p-bannerGroup .fs-p-banner__label{
        text-align: center;
    }
}
/*--------------------------
メインコンテンツ
---------------------------*/
#bipet-footer {
    margin: 0 auto;
}
.footer-content-topic {
    width: 50%;
}
.footer-content01{
    padding-right: 20px; 
}

/* フッターメニュ */
.footer-menu01{
    margin-bottom: 33px;
}
.footer-menu01 li{
    margin-right: 10px;
}
.footer-menu01 li a{
    position: relative;
    padding-left: 20px;
}
.footer-menu01 li a {
    font-size: 1.3rem;
}
.footer-menu01 li:last-child{
    margin-right: 0;
}
.footer-menu01 li a::after {
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color:  transparent transparent #71AC4E #71AC4E;
    border-color:  transparent transparent var(--green-color) var(--green-color);
    transform: rotate(225deg);
    content:"";
    display: inline-block;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .footer-menu02-title {
    font-weight: bold;
    color: #654929;
    border-color: #654929;
    border-bottom: 2px dashed;
    padding: 5px 0px 5px;
    margin-bottom: 20px;
}
.footer-menu02{
    display: flex;
    flex-wrap: wrap;
}
.footer-menu02 li{
    width: 33%;
    margin-bottom: 9px;
}
.footer-menu02 li a {
    font-size: 1.4rem;
}

/* 電話番号・メール */
.contactnumber-wrap {
    justify-content: center;
    align-items: center;
}
.contactnumber{
    background-color: #E0BCA0;
    padding: 17px 20px; 
    min-width: 470px;
}
.telicon img{
    height: 50px;
    padding-right: 10px;
    padding-top: 10px;
}
.telinfo {
    text-align: center;
    border-color: #654929;
    border-bottom: 2px dashed;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #654929;
}
.telnumber {
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 1.8px;
}
.teltext-note {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 13px;
}
.fs-p-banner.fs-p-banner--contact{
    border: 2px solid;
    border-radius: 50px;
    background-color: #FFF;
    border-color: #654929;
}
.fs-p-banner.fs-p-banner--contact img{
    height: 35px;

}
/* フッターメニュ02 */
.footer-content-wrap02 {
    margin: 10px auto 10px;
    justify-content: space-between;
}
.footer-menu03 {
    align-items: center;
}
.footer-menu03 a{
    font-size: 1.4rem;
    margin-right: 30px;
}
.footer-content-wrap02 i{
    font-size: 3.2rem;
    color: #654929;
}


@media screen and (max-width:1000px){
.footer-menu01{
    flex-wrap: wrap;
}
.footer-menu01 li{
    margin-bottom: 10px;
}
.footer-menu02 li{
    width: 50%;
}
.contactnumber{
    min-width: 0px;
}
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .footer-content-wrap {
        display: block;
    }
    .footer-content-topic{
        width: 100%;
    }
    .footer-menu01 {
        flex-wrap: wrap;
    }
    .footer-menu01 li {
        width: 48%;
        margin-right: 3px;
        margin-bottom: 20px;
    }
    .footer-content01{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-menu02-wrap{
        margin-bottom: 30px;
    }
    .footer-menu02 li {
        width: 49%;
        margin-bottom: 9px;
    }
    .contactnumber{
        min-width: 0;
        padding: 10px 10px;
    }  
    .telicon{
        display: none;
    }
    .fs-p-banner__label{
        font-size: 1.4rem;
    }
    .fs-p-banner.fs-p-banner--contact img {
        height: 25px;
    }
    .footer-content-wrap02{
        flex-direction: column-reverse;
    }
    .footer-menu03{
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .footer-menu03 a{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:320px){
    .fs-p-banner__label {
        font-size: 1.2rem;
    }
    .footer-menu03 a {
        font-size: 1.2rem;
        margin-right: 25px;
    }
}
/*--------------------------
上に戻る
---------------------------*/
.fs-p-footerPageTop__link{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 20;
}
.fs-p-footerPageTop__link::before{
    line-height: 2;
}
/*--------------------------
コピーライト
---------------------------*/
.fs-p-footerCopyright{
    background-color: #654929;
    font-size: 1.2rem;
}
