.carousel-caption {
  background-color: rgba(30,30,30,0.50);
  padding-top: 10px;
  padding-bottom: 5px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.btn-info {
  color: #fff;
}

.card-header-tieup {
    border-left: 4px solid #222222;
    line-height: 1.4;
    font-weight: bold;
    background: #f9f4e0;
}

.overview {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}


.header .global-nav {
    background: #f9f4e0;
    margin-bottom: 1.5rem!important;
}

.header .global-nav .global-nav-list {
    width: 100%;
    padding: 2.0vw 0;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .global-nav .global-nav-list__item {
    border-right: 1px solid #4f342d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .global-nav .global-nav-list__item:last-child {
          border-right: none;
}

.header .global-nav .global-nav-list__item a {
    display: block;
    padding: 0 5.0vw;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}



.footer .about-foodist {
    padding: 68px 0;
}

.footer .about-foodist {
    padding: 2.0vw 0;
    background: #fafafa;
}

.footer .about-foodist .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .about-foodist__title {
    display: inline-block;
    margin: 0 0 12px 0;
    font-size: 1.0rem;
}

.footer .about-foodist__title {
    margin-bottom: 1.0vw;
    font-weight: 700;
}

.footer .about-foodist__logo {
    margin: 0 20px 0 0;
    width: 250px;
}

.footer .about-foodist__logo {
    margin-bottom: 1.4vw;
    width: 44.8vw;
    height: auto;
}

.footer .about-foodist .about-foodist-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3rem;
}

.footer .about-foodist .about-foodist-list {
    margin-bottom: 1.4vw;
    padding-left: 0;
    font-size: 0.8rem;
}

.footer .about-foodist .about-foodist-list-item:first-child {
    border-left: none;
}

.footer .about-foodist .about-foodist-list-item {
    width: 50%;
    margin: 0;
    padding: 0 16px;
    border-left: 1px solid #999;
}
.footer .about-foodist .about-foodist-list-item {
    margin: 0 1.0vw 0.2vw 0;
}

.footer .about-foodist .foofist-logo {
    display: none !important;
}

.footer .about-foodist .foofist-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4.26667vw;
    border-top: 1px solid #4f342d;
    font-family: "Rubik", sans-serif;
    font-size: 4.26667vw;
    font-weight: 700;
    font-style: italic;
}


.footer .foodist-service {
    padding: 48px 0;
    font-size: 1.5rem;
}

.footer .foodist-service {
    padding: 1.5vw 0;
    font-size: 3.5vw;
}

.footer .foodist-service__title {
    margin-bottom: 0.2vw;
    font-weight: 700;
}


.footer .foodist-service .foodist-service-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 840px;
}

.footer .foodist-service .foodist-service-list-item {
    margin: 0 16px 32px;
}

.footer .foodist-service .foodist-service-list-item {
    margin: 0 1.5vw 0.2vw 0;
}


.footer .foodist-service .foodist-service-list-item img {
    height: 30px;
    width: auto;
    transition: 0.2s;
}


.footer .footer-copyright {
    padding: 24px 20px 32px;
    max-width: 1200px;
    margin: 0 auto 80px;
}

.footer .footer-copyright {
    margin-bottom: 10.66667vw;
    color: #444;
}

.footer .footer-company-about {
    display: block;
    padding-bottom: 40px;
    font-size: 0.8rem;
    line-height: 1.8;
    text-align: center;
}

.footer .footer-copyright__text {
    padding: 8px;
    font-size: 1.0rem;
}

.footer .footer-copyright__text:last-child {
    border-top: 1px solid #d94647;
}





@media only screen and (min-width: 768px) {
.header .global-nav .global-nav-list {
    width: 100%;
    padding: 2.0vw 0;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .global-nav .global-nav-list__item a {
    display: block;
    padding: 0 4.5vw;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
}

