.footerlink{width: 100%;padding: 13px 0;background-color: #e8d8c8;}
.footerlink ul{ display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;width: 100%;max-width: 960px;margin: auto;}
.footerlink ul li{ width: 25%;text-align: center;}
.footerlink ul li a{ color: #42210b;display: block;}
.footerlink ul li a:hover{text-decoration: underline;}
.footerlink ul li+li{border-left: solid 1px #42210b;}
footer{
  min-height:calc(500 /1280*100vw);
  background-image: url(../img/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:  calc( 97.78/1280*100vw) 0  calc( 28/1280*100vw) 0;
  position: relative;
}
.footer_div{
  display: flex;
  justify-content: space-between;
}
.footer_l{
  width: calc(460 /1280 *100vw);
  padding-left: calc(140.93 /1280 *100vw);
  height: fit-content;
}
.footer_logo_box {
  max-width: 278px;
  max-height: 55px;
  width: calc(278 /1280 *100vw);
}
.footer_logo_box img{
  /*object-fit: cover;
  width: 100%;
  height: 100%;*/
    display: block;
    width: 100%;
    max-width: 179px;
    height: auto;
}
.p_name{
  color: #FFFFFF;
  margin-bottom:  calc(16.58/1280*100vw);
  margin-top:  calc(29.44 /1280*100vw);
  line-height: 1.6;
  font-size: 13px;
}
.p_tel,.p_fax{
  font-family:YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #FFFFFF;
  margin-bottom:  calc(4/1280*100vw);
}
.footer_r{
  width: calc(820 /1280 *100vw);
  display: flex;
  flex-flow: row;
}
.ff_list ul{
  padding-left:calc(40 /1280*100vw);
  padding-right: calc(20/1280*100vw);
  border-left: solid 1px #FFFFFF;
  height:  calc(130/1280*100vw);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.ff_list ul li{
  font-size: 13px;
  line-height: calc(25 /1280*100vw);
  list-style: square;
  color: #F7AC3B;
}
.ff_list ul li a{
  color: #FFFFFF;
}
.ccp{
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  position: absolute;
  bottom:calc(28/1280*100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width:1050px){
	footer {min-height: calc(500 /1080*100vw);}
}
@media (max-width:883px){
	footer {min-height: calc(500 /1000*100vw);}
}
@media (max-width:770px) {
	.footer_logo_box img {max-width: none;}
  .footer_l{
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .footer_r{
    display: none;
  }
  .footer_logo_box{
    margin: 0 auto;
  }
  .p_tel,.p_name,.p_fax{
    text-align: center;
  }
  .ccp{
    font-size: 10px;
    bottom:calc(60/360*100vw);
  }
  .footer_logo_box {
    width: calc(142 /360 *100vw);
  }
  footer{
    min-height: 400px;
    padding:calc(81.2/360*100vw) 0 calc(80/360*100vw) 0;
  }
  .p_name{
    margin-bottom:  calc(15/360*100vw);
    margin-top:  calc(20/360*100vw);
  }
}
@media screen and (max-width: 767px) {
    .footerlink ul li a{ font-size: 1.0rem;}
}
@media (max-width:450px) {
	
}
@media screen and (max-width: 428px) {
    .footerlink ul li a{font-size: 0.6rem;}
}