/*
Custom Css
*/
/*
Custom Css
*/
a:focus{ 
  outline:none !important; 
}

.offcanvas-body div a {
  color: black !important;
}

.header-main-margin {
  margin-top: 100px;
}

.header-main-color {
  background-color: black;
}

.header-sub-color {
  background-color: rgba(27, 36, 41, 0.9);
}

.cursor_pointer {
  cursor: pointer;
}

.sub-menu div a {
  color: white;
}


.col-center {
  float: none; 
  margin: 0 auto;  
}

.sns-font {
  font-weight: 700;
}

.sns-bgcolor-01 {
  background-color: rgb(217, 226, 234);
}

.sns-bgcolor-02 {
  background-color: rgb(211, 213, 215);
}

.footer-text-color {
  color: #f5cb34 !important;
}

.footer-text-size {
  font-size: 15px !important;
}

.footer-brand {
  width: 170px;
  border-radius: 0;
  color:white;
  background-color: rgba(10, 26, 36, 0.9);
}

.footer-brand-menu {
  background-color: rgba(10, 26, 36, 0.9) !important;
}

.btn-map {
  background-color: #f5cb34;
  border-radius: 30px;
  font-weight: 600;
}

.btn-search {
  background-color: #f5cb34;
  border-radius: 0;
  font-weight: 600;
}

.store-card {
  background-color: #efede0;
}

.store-card .card-footer {
  border: 0;
  background-color: #efede0;
}

.sub-05-m {
  background-image: url('/assets/img/sub05/tab01-backimg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center center;*/
}

.sub-04-m {
  background-image: url('/assets/img/sub04/ctab03-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-04-m4 {
  background-image: url('/assets/img/sub04/ctab03_back1.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
}









