@charset "UTF-8";
/*-----------------------
common
------------------------*/
#wrap #center {
  background: url(../images/bg.jpg) top right no-repeat;
  background-size: auto auto;
  background-attachment: fixed;
}
@media screen and (max-width: 620px) {
  #wrap #center {
    background: none;
  }
}

/*-------------------------
footer
-------------------------*/
footer {
  background: linear-gradient(#CC420E 0%, #E23219 27%, #B51313 100%);
}

/*-------------------------
下層ページ用
-------------------------*/
#wrap #center h1 .sp ul li b {
  color: #BC2B1C;
}
#wrap #center .breadcrumb ul li:nth-child(1) {
  background-color: #D93915;
}
#wrap #center .breadcrumb ul li:nth-child(1)::before {
  display: block;
  content: "";
  width: 60px;
  height: 50px;
  background: url(../../common/images/logo_cafe_white.svg) top center no-repeat;
}
#wrap #center .breadcrumb ul li:nth-child(2) {
  background: #B81513;
}
#wrap #center .breadcrumb ul li:nth-child(2)::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #D93915;
  border-bottom: 0;
  margin-bottom: 20px;
}

#page_ttl p b {
  color: #BC2B1C;
}

#intro {
  background: linear-gradient(#CC420E 0%, #E23219 27%, #B51313 100%);
}/*# sourceMappingURL=common_cafe.css.map */