body {
    font-size: 16px;
    font-family: "Noto Sans Japanese", “游ゴシック“, “Yu Gothic”, YuGothic, “Hiragino Kaku Gothic ProN”, “Hiragino Kaku Gothic Pro”, “メイリオ“, Meiryo, “ＭＳ ゴシック“, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    min-width: 320px;
    background: #ffffff;
}

.none-padding {
    padding: 0;
}

.img-2x {
    width: 50%;
}

.link-button {
    display: inline-block;
}

a {
    color: #000000;
    text-decoration: none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
}

a.btn-bp07:hover,
a.link-img:hover {
    opacity: .8;
}

.brand-link {
    color: #b91a1f !important;
}

a.link-img {
    display: block;
}

.color-red {
    color: #b91a1f;
}

.site-map-caret {
    width: 18px;
    margin-top: -5px;
    margin-right: 3px;
}

.link-img img {
    width: 100%;
    max-height: 100%;
}

.title-img img.visible-xs {
    width: 100%;
}

.page {
    /*margin: 0 auto;*/
}

.page .container {
    max-width: 930px;
}

.header {
    margin-bottom: 30px;
}

.header-left {
    float: left;
    padding-top: 21px;
    padding-bottom: 21px;
}

.header-left > a.logo > img {
    max-height: 72px;
}

.header-right {
    float: right;
    padding-top: 42px;
}

.header .social,
.language {
    float: right;
    margin-left: 10px;
}

.header .social ul > li {
    float: left;
    margin-left: 10px;
}

.language {
    margin-top: 4px;
}

.header button.navbar-toggle {
    padding: 0;
    margin: 0;
    margin-top: 28px;
}

.header button.navbar-toggle img {
    height: 64px;
    width: 64px;
}

.header .nav {
    width: 100%;
}

.header .nav.navbar-nav {
    margin: 0;
}

.header .nav > li {
    width: 25%;
}

.header .nav > li > a {
    padding: 0;
    border-right: 2px solid #ccc;
    color: #A9A9A9;
    font-weight: bold;
    text-align: center;
}

.header .nav > li:first-child > a {
    border-left: 2px solid #ccc;
}

.header .nav > li > a > img {
    width: auto;
    height: 40px;
}

.notice-panel {
    margin-bottom: 20px;
}

.notice-panel .content {
    position: relative;
    border: 2px solid #B81A1F;
    padding-left: 145px;
    line-height: 36px;
}

.notice-panel .content span {
    position: absolute;
    left: 0;
    top: 0;
    background: #B81A1F;
    border: 1px solid #B81A1F;
    color: #ffffff;
    width: 130px;
    text-align: center;
    display: inline-block;
}

.notice-panel .content span a {
    color: #ffffff;
}

.slider,
.find-shop,
.food-menu {
    margin-bottom: 40px;
}

.slider .carousel-indicators {
    bottom: -40px;
}

.video-block {
    margin-bottom: 30px;
}

.video-block .wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-block .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider .carousel-indicators li {
    margin: 5px;
}

.slider .carousel-indicators li {
    background-color: #cbcbcb;
}

.slider .carousel-indicators .active {
    height: 10px;
    width: 10px;
    margin: 5px;
    background-color: #9FCC28 !important;
}

.bp-01-2 .slider .carousel-indicators .active {
    background-color: #ffa300 !important;
}

.food-menu .row {
    margin-right: -14px;
    margin-left: -14px;
}

.food-menu .row > [class^="col-"], .food-menu .row > [class^=" col-"] {
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 28px;
}

.news-section {
    padding-top: 30px;
    background: #A9A9A9;
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

.news-section a {
    color: #ffffff;
}

.bp-01-2 .news-section {
    background: #f1f1f1;
    color: #000000;
}

.news-section .open-info-news:before,
.news-section .open-info-news:after {
    content: '';
    display: block;
}

.news-section .open-info-news:before {
    border-top: 2px solid #fff;
    padding-top: 30px;
}

.news-section .open-info-news:after {
    border-bottom: 2px solid #fff;
    padding-bottom: 50px;
}

.news-section .open-info-news .title-img img.hidden-xs {
    max-height: 58px;
    max-width: 100%;
}

.news-section .news-item {
    display: inline-block;
    margin-bottom: 15px;
}

.news-section .what-news .news-item .date,
.news-section .what-news .news-item .description {
    width: 100%;
}

.news-section .open-info-news .news-item {
    display: block;
    clear: both;
}

.news-section .open-info-news .news-item .description {
    float: left;
    margin-left: 25px;
    font-size: 20px;
}

.news-section .open-info-news .news-item .date,
.news-section .open-info-news .news-item .title {
    float: left;
}

.news-section .open-info-news .news-item .title {
    margin-left: 25px;
    font-size: 14px;
}

.news-section .what-news {
    margin-bottom: 30px;
    max-width: 402px;
    width: 45%;
}

.news-section .what-news .title-img {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.news-section .what-news.left {
    float: left;
}

.news-section .what-news.right {
    float: right;
}

.news-section .what-news .content {
    text-align: justify;
}

.btn-news {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 40px;
    background: #99C628;
    text-align: center;
}

.btn-news:hover {
    opacity: .8;
}

.bp-01-2 .btn-news {
    background: #ffa300;
}

.bp-01-2 .btn-news img {
    max-height: 21px;
}

.colla-info {
    background: #646464;
}

.our-supporter,
.about-us {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 26px;
    border-bottom: 2px solid #ccc;
}

.our-supporter .title-img,
.about-us .title-img {
    margin-bottom: 30px;
}

.choices-menu .title-img img.hidden-xs,
.content-s1 .title-img img.hidden-xs,
.our-supporter .title-img img.hidden-xs,
.about-us .title-img img.hidden-xs {
    max-height: 35px;
}

#suppoter-slider,
#about-slider,
#suppoter-carousel,
#about-carousel {
    margin-left: -34px;
    margin-right: -34px;
}

#suppoter-slider .carousel-control,
#about-slider .carousel-control {
    background: transparent;
    color: #A9A9A9;
    top: 50%;
    margin-top: -49px;
    height: 49px;
    width: 25px;
}

#suppoter-slider .carousel-control.left,
#about-slider .carousel-control.left {
    left: -60px;
    right: auto;
}

#suppoter-slider .carousel-control.right,
#about-slider .carousel-control.right {
    left: auto;
    right: -60px;
}

.our-supporter .row,
.about-us .row {
    margin-right: -12px;
    margin-left: -12px;
}

.our-supporter .row > [class^="col-"], .our-supporter .row > [class^=" col-"],
.about-us .row > [class^="col-"], .about-us .row > [class^=" col-"] {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px;
}

.bp-content .footer {
    border-top: 2px solid #9fcc28;
}

.footer {
    padding-bottom: 50px;
}

.footer .hidden-xs {
    padding-top: 25px;
}

.footer .hidden-xs .logo {
    width: 160px;
    float: left;
}

.footer .hidden-xs .logo a img {
    width: 160px;
}

.footer .hidden-xs .logo .social {
    text-align: right;
    margin-top: 8px;
}

.footer .hidden-xs .footer-nav {
    float: left;
    width: 720px;
    margin-left: 20px;
}

.footer .hidden-xs .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .hidden-xs .footer-nav ul li {
    float: left;
    border-right: 1px solid #8c8c8c;
    padding: 0 15px;
}

.footer .hidden-xs .footer-nav a {
    color: #221714;
}

.footer .hidden-xs .footer-nav .main {
    height: 28px;
    line-height: 28px;
}

.footer .hidden-xs .footer-nav .sub {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.footer .hidden-xs .footer-nav ul.sub li {
    border-right: none;
    padding: 0 8px;
}

.footer .hidden-xs .footer-nav ul li:first-child {
    padding-left: 0;
}

.footer .hidden-xs .footer-nav ul li:last-child {
    border-right: none;
}

.footer .hidden-xs .footer-nav .copyright {
    font-size: 12px;
    line-height: 12px;
    margin-top: 18px;
}

.search-shop-side {
    position: fixed;
    top: 50%;
    margin-top: -90px;
    right: 0;
    z-index: 111;
}

.search-shop-side img {
    max-height: 100%;
    width: 90px;
}

.p-menu .row {
    margin-right: -2px;
    margin-left: -2px;
}

.p-menu .row > [class^="col-"],
.p-menu .row > [class^=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

.p-menu .menu-item {
    margin-bottom: 4px;
    text-align: center;
    background: #ffffff;
    padding: 10px;
}

.list-menu .p-menu .menu-item,
.grid-content.p-menu .menu-item {
    background: transparent;
    padding: 0;
}

.p-menu .food-item .title,
.p-menu .menu-item .title,
.p-menu .food-item p,
.p-menu .menu-item p {
    overflow: hidden;
    height: 44px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.p-menu .food-item .title-container,
.p-menu .menu-item .title-container {
    display: table;
    width: 100%;
}

.breadcrumb-page .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    color: #000 !important;
    font-weight: bold !important;
}

.breadcrumb-page .breadcrumb > li > a {
    color: #000000;
}

.breadcrumb-page .breadcrumb > li + li:before {
    content: "\003e";
}

.bp-05 .slider .carousel-inner > .item > img {
    margin: auto;
}

.list-menu {
    /*margin-bottom: 30px;*/
}

.choices-menu,
.list-menu {
    padding-bottom: 36px;
}

.choices-menu .title-img,
.list-menu .title-img {
    line-height: 80px;
}

.title-img img.hidden-xs {
    max-height: 80px;
}

.what-news .title-img img.hidden-xs,
.colla-info .title-img > img,
.banner .title-img > img {
    width: 100%;
    max-height: 100%;
}

.banner .title-img-news > img {
    width: 100%;
    /*max-height: 100%;*/
}

.list-menu,
.food-detail,
.food-categories,
.food-page-title {
    background-color: #F3F3F3;
}

.food-detail .title-detail {
    line-height: 80px;
}

.food-detail .img-detail {
    background: #fff;
    text-align: center;
    max-width: 538px;
    width: 60%;
    float: left;
    height: 538px;
}

.food-detail .img-detail img {
    width: 100%;
    max-height: 100%;
}

.bp-161 .food-detail .img-detail h1,
.bp-142 .food-detail .img-detail h1 {
    margin-top: 0;
}

.bp-63 .p-menu .menu-item,
.bp-62 .p-menu .menu-item {
    padding: 5px;
}

.bp-63 .p-menu .menu-item .title,
.bp-62 .p-menu .menu-item .title,
.bp-63 .p-menu .menu-item p,
.bp-62 .p-menu .menu-item p {
    height: 56px;
    font-size: 13px;
    line-height: 15px;
    /*display: table-cell;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
}

.food-detail .content-detail {
    float: right;
    width: 40%;
    max-width: 358px;
}

.food-detail .content-detail a.link-img {
    display: block;
    margin-bottom: 4px;
}

.food-detail .content-detail a.link-img.last {
    margin-bottom: 0;
}

.food-detail .footer-detail {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.food-categories {
    padding-bottom: 16px;
}

.food-cat {
    margin-bottom: 20px;
}

.food-cat .food-item {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    background: #ffffff;
    padding: 10px 10px 7px;
}

.bp-59 .choices-menu,
.bp-60 .choices-menu,
.bp-61 .choices-menu,
.bp-62 .choices-menu,
.bp-63 .choices-menu {
    background-color: #F3F3F3;
}

.banner {
    margin-bottom: 50px;
}

.banner .title-img img {
    max-height: 100%;
}

.banner .title-img-news img {
    /*max-height: 100%;*/
}

.bp-12 .banner {
    margin-top: 50px;
    margin-bottom: 30px;
}

.grid-content {
    background-color: #F3F3F3;
    padding-top: 50px;
    padding-bottom: 46px;
}

.page-title,
.page-title-img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bp-02 .page-title-img img {
    max-height: 80px;
}

.page-title h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.bp-22 .page-title h1 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bp-06 .page-title {
    margin-bottom: 30px;
}

.date {
    font-weight: bold;
}

.list-content {
    margin-bottom: 50px;
}

.list-content a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.list-content li > a:hover {
    opacity: .9;
    background: #FAFAFA;
}

.list-content ul {
    margin-bottom: 0;
}

.list-content ul > li {
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-content ul > li:first-child {
    margin-top: 0;
}

.list-content ul > li:last-child {
    margin-bottom: 0;
}

.list-content ul > li:nth-child(odd) {
    background-color: #FFFFFF;
}

.list-content ul > li:nth-child(even) {
    background-color: #F8F7FA;
}

.list-content .list-item > .thumbnail-item {
    width: 19%;
    display: inline-block;
}

.list-content .list-item > .thumbnail-item > img {
    width: 100%;
    max-width: 177px;
}

.list-content .list-item > .content-item {
    display: inline-block;
    width: 79%;
    padding-left: 15px;
    padding-right: 10px;
}

.list-content .list-item > * {
    vertical-align: middle;
}

.green-text {
    color: #A0CD28;
}

.main-content .img-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-content .text-center.img-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-content .text-center > img {
    display: block;
    margin: 0 auto;
    max-width: 64%;
}

.main-content {
    margin-bottom: 50px;
}

.main-content .title,
.grid-content .title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-content .title.style2 {
    margin-top: 30px;
}

.main-content .title.text-center {
    text-align: center;
}

.main-content .title.blue {
    color: #78b0ba;
}

.main-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.main-content .p-indent {
    text-indent: 20px;
}

.main-content p {
    /*text-align: justify;*/
}

.main-content .expand-paragraph {
    position: relative;
    height: 190px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}

.main-content .expand-paragraph.open {
}

.main-content .expand-paragraph.open a:before {
    content: '-';
}

.main-content .expand-paragraph a:before {
    content: '+';
}

.main-content .expand-paragraph a {
    position: absolute;
    right: 3px;
    bottom: 3px;
    border: 1px solid #ff0000;
    color: #ff0000;
    background: #fff;
    z-index: 111;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    text-decoration: none;
}

.content-s1 {
    margin-top: 30px;
}

.page-title .social-link {
    margin-top: 15px;
}

.page-title .social-link > .fb-like,
.page-title .social-link > .tt-btn {
    float: left;
}

.page-title .social-link > .tt-btn {
    margin-left: 10px;
    padding-top: 4px;
}

.content-s1 h5 {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.content-s1 h5.none-border {
    border: none;
}

.content-s1 .title-img {
    margin-bottom: 15px;
}

.content-s1 .block {
    margin-top: 25px;
}

.content-s1 .block h5 {
    border: none;
    text-align: left;
    font-weight: bold;
}

.content-s1 .block ul {
    padding-left: 20px;
}

.content-s1 .block ul li {
    margin-bottom: 10px;
}

.bp-0000 .main-content {
    padding-top: 46px;
    padding-bottom: 50px;
    margin-bottom: 0;
    background: #c9c9c9;
}

.bp-06 .main-content {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bp-0000 .banner,
.bp-00 .banner {
    margin-bottom: 0px;
}

.desc-info {
    margin-bottom: 20px;
    text-align: right;
}

.desc-info p {
    text-align: right;
}

.bp-00 .main-content .title-img {
    position: relative;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.bp-00 .main-content .title-img:before {
    content: '';
    border-top: 2px solid #9CC928;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.bp-00 .main-content .title-img img {
    position: relative;
    z-index: 100;
}

.main-content .step-block {
    margin-bottom: 40px;
}

.main-content .step-block:nth-last-child(1) {
    margin-bottom: 0;
}

.main-content .step-block .content {
    line-height: 30px;
    border-left: 2px solid #ccc;
    padding-left: 20px;
}

.bp-02 .nav-tabs-block {
    margin-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #AAAAAA;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.bp-02 .nav-tabs-block > li > a > img {
    opacity: 0.3;
}

.bp-02 .nav-tabs-block > li.active > a > img {
    opacity: 1;
}

.question-list li {
    margin-bottom: 20px;
}

.question-list li:last-child {
    margin-bottom: 0;
}

.question-list li > a:hover > .question-item {
    opacity: 0.9;
    background: #FAFAFA;
}

.question-list .question-item {
    position: relative;
    background: #ffffff;
    padding-left: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.question-list .question-item img.icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
}

.question-list .question-item .title-item,
.question-list .question-item .description-item {
    display: table-cell;
    vertical-align: middle;
}

.question-list .question-item .title-item {
    width: 200px;
    padding-right: 30px;
    font-weight: bold;
}

.question-list .question-item .more {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 12px;
    margin-top: -6px;
}

a.btn-bp07 {
    display: inline-block;
}

.collapse-content-block .btn-title {
    display: block;
    padding-left: 39px;
    height: 50px;
    border-top: 1px solid #a0cd28;
    width: 100%;
    color: #a0cd28;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
}

.collapse-content-block .btn-title[aria-expanded=false] {
    background-image: url("/images/brand/bp-07-img-09-close.png");
    background-size: 14px 22px;
    background-position: 10px 14px;
    background-repeat: no-repeat;
}

.collapse-content-block .btn-title[aria-expanded=true] {
    background-image: url("/images/brand/bp-07-img-09-open.png");
    background-size: 22px 14px;
    background-position: 10px 18px;
    background-repeat: no-repeat;
}

.collapse-content-block:last-child .btn-title[aria-expanded=false],
.collapse-content-block .btn-title[aria-expanded=true] {
    border-bottom: 1px solid #a0cd28;
}

.collapse-content-block .content {
    padding-top: 16px;
    margin-bottom: 50px;
}

.main-content .row-flex {
    display: flex;
    margin-bottom: 16px;
}

.main-content .row-flex:last-child {
    margin-bottom: 0;
}

.main-content .item-flex {
    flex-basis: 82px;
    margin-left: 16px;
}

.main-content .item-flex.title-item {
    display: flex;
    flex-grow: 1;
    margin-left: 0;
    background: #f2f8e2;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 82px;
    padding: 5px;
}

.main-content .title-item.none {
    background: transparent;
}

.main-content .item-flex img {
    float: right;
}

.main-content .item-flex img.hidden-xs {
    height: 82px;
}

.main-content .item-flex img.visible-xs {
    width: 100%;
}

.main-content .item-flex .square-box {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

.main-content .item-flex .square-box:before,
.main-content .item-flex .square-box.checked:after {
    content: '';
    position: absolute;
    display: block;

}

.main-content .item-flex .square-box:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
}

.main-content .item-flex .square-box.checked:after {
    width: 40%;
    padding-top: 40%;
    top: 50%;
    left: 50%;
    margin-top: -20%;
    margin-left: -20%;
    background: #c8c8c8;
    border-radius: 100px;
}

.bp-08 .main-content .row-flex {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.main-content .item-flex .square-box.bg-color1:before,
.main-content .item-flex .square-box.bg-color2:before {
    border: none;
}

.main-content .item-flex .square-box.bg-color1 {
    background: #a0cd28;
    color: #ffffff;
}

.main-content .item-flex .square-box.bg-color2 {
    background: #68c400;
    color: #ffffff;
}

.main-content .item-flex .square-box span {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 5px;
    text-align: center;
}

.bp-10 .row {
    margin-right: -25px;
    margin-left: -25px;
}

.bp-10 .row > [class^="col-"],
.bp-10 .row > [class^=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.bp-10 .main-content .title {
    margin-bottom: 50px;
}

.bp-10 .main-content .block1,
.bp-10 .main-content .block2 {
    margin-bottom: 100px;
}

.bp-10 .main-content .block1 p {
    margin-top: 30px;
}

.bp-10 .main-content .block3 {
    margin-bottom: 30px;
}

.bp-10 .main-content .block4 {
    background: #f2f2f2;
    padding: 30px;
}

.fixed-left-space {
    margin-left: -9px;
}

.bp-10 .main-content .title-img img {
    width: 100%;
    max-height: none;
}

.main-content .question-answer-list .question-answer-item {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.main-content .question-answer-list .question-answer-item:first-child {
    padding-top: 0;
}

.main-content .question-answer-list .question-answer-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.main-content .question-answer-list .question-answer-item .quest,
.main-content .question-answer-list .question-answer-item .ans {
    padding-left: 50px;
    background-size: 34px;
    background-repeat: no-repeat;
}

.main-content .question-answer-list .question-answer-item .quest {
    background-image: url("/images/brand/bp-64-img-01.png");
    color: #99c434;
    line-height: 34px;
    font-size: 20px;
    margin-bottom: 20px;
}

.main-content .question-answer-list .question-answer-item .ans {
    background-image: url("/images/brand/bp-64-img-02.png");
    min-height: 34px;
}

.main-content .question-answer-list .question-answer-item p,
.main-content .question-answer-list .question-answer-item .img-panel {
    margin-bottom: 30px;
}

.main-content .question-answer-list .question-answer-item p:last-child {
    margin-bottom: 0;
}

.main-content .question-answer-list .question-answer-item p:first-child {
    margin-bottom: 30px;
}

.main-content .question-answer-list .question-answer-item .img-panel {
    margin-top: 0;
}

.main-content .question-answer-list .question-answer-item .btn-detail,
.main-content .btn-link {
    display: block;
    position: relative;
    height: 35px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30px;
    color: #ffffff;
    background-color: rgba(179, 179, 179, 1);
}

.btn-detail a {
    color: #ffffff;
}

.main-content .question-answer-list .question-answer-item .btn-detail:after,
.main-content .btn-link:after {
    content: '';
    display: block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 10px;
    right: 15px;
    background-image: url(/images/brand/bp-64-img-04.png);
    background-size: 9px;
    background-repeat: no-repeat;
}

.main-content .question-answer-list .question-answer-item .btn-detail:hover,
.main-content .btn-link:hover {
    background: rgba(179, 179, 179, 0.8);
}

.bp-71 .main-content.block2,
.bp-72 .main-content.block2 {
    background: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.bp-71 .main-content.block2 .content-s1,
.bp-72 .main-content.block2 .content-s1 {
    margin-top: 0;
}

.bp-71 .grid-content,
.bp-72 .grid-content {
    background: transparent;
}

.bp-71 .about-us,
.bp-72 .about-us {
    border: none;
}

.bp-72 .main-content .list-block .item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc
}

.bp-72 .main-content .list-block .item:last-child {
    border: none;
}

.bp-72 .main-content .list-block .item img {
    height: 40px;
    margin-top: 25px;
}

.bp-72 .main-content .list-block .item .content {
    line-height: 90px;
    font-size: 18px;
}

.bp-72 .main-content .img-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tree-block {
    position: relative;
    margin-bottom: 50px;
}

.tree-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 116px;
    background: #96c033;
    width: 4px;
    margin-left: -2px;
}

.tree-block .start-node,
.tree-block .end-node {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: bold;
    font-size: 30px;
    background: #96c033;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.tree-block .start-node {
    margin-bottom: 50px;
    line-height: 100px;
}

.tree-block .end-node {
    padding-top: 12px;
    line-height: 35px;
    position: relative;
}

.tree-block .end-node:before {
    content: '';
    position: absolute;
    background-image: url(/images/brand/bp-74-img-09.png);
    background-repeat: no-repeat;
    top: -30px;
    left: 50%;
    height: 26px;
    width: 26px;
    margin-left: -13px;
    background-size: 26px;
}

.tree-block .extend-nodes {
    position: relative;
    margin-bottom: 100px;
}

.tree-block .extend-nodes button {
    display: block;
    margin: 0 auto;
    padding: 15px 70px;
    background: #99C628;
    text-align: center;
    border: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}

.tree-block .nodes {
    display: inline-block;
}

.tree-block .nodes .left-nodes,
.tree-block .nodes .right-nodes {
    width: 50%;
}

.tree-block .nodes .left-nodes {
    float: left;
}

.tree-block .nodes .right-nodes {
    float: right;
}

.tree-block .nodes .node {
    margin-bottom: 50px;
}

.tree-block .nodes .node .img {
    position: relative;
}

.tree-block .nodes .left-nodes .img,
.tree-block .nodes .left-nodes h3,
.tree-block .nodes .left-nodes .content {
    padding-right: 20%;
}

.tree-block .nodes .right-nodes .img,
.tree-block .nodes .right-nodes h3,
.tree-block .nodes .right-nodes .content {
    padding-left: 20%;
}

.tree-block .nodes .node .img:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 20%;
    background: #96c033;
}

.tree-block .nodes .left-nodes .img:before {
    left: 80%;
}

.tree-block .nodes .right-nodes .img:before {
    left: 0;
}

.tree-block .nodes .node .img:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #96c033;
}

.tree-block .nodes .left-nodes .img:after {
    left: 100%;
}

.tree-block .nodes .right-nodes .img:after {
    left: 0;
}

.tree-block .nodes .node h3 span {
    position: relative;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    line-height: 30px;
    font-size: 20px;
}

.tree-block .nodes .node h3 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #A0CD28;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.bp-74 .main-content {
    background: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.bp-74 .main-content .list-block .item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc
}

.bp-74 .main-content .list-block .item:last-child {
    border: none;
}

.bp-74 .main-content .list-block .item img.hidden-xs {
    height: 40px;
}

.bp-74 .main-content .list-block .item .content {
    margin-top: 10px;
    margin-left: 55px;
}

.bp-74 .grid-content {
    background: transparent;
}

.bp-75 .main-content .content {
    position: relative;
    z-index: 11;
}

.bp-75 .main-content .img-bg {
    z-index: 1;
    margin-top: -45px;
}

.bp-75 .main-content .img-block {
    columns: 2;
    column-gap: 8px;
}

.address-block {
    /*padding-top: 30px;*/
    padding-bottom: 20px;
    background: #f5f5f5;
}

.address-block .content {
    background: #ffffff;
    padding: 0 80px 60px;
}

.address-block .content h1,
.main-content .content.address h1 {
    line-height: 80px;
    border-bottom: 1px solid #afafaf;
}

.address-block .content h1 span,
.main-content .content.address h1 span {
    font-size: 16px;
}

.address-block .content .address {
    margin-bottom: 30px;
}

.address-block .content .address .left,
.main-content .content.address .left {
    float: left;
    padding-left: 30px;
}

.address-block .content .address .right,
.main-content .content.address .right {
    float: right;
}

.address-block .content .address .right img,
.main-content .content.address .right img {
    height: 60px;
}

.address-block .content .address .right img[class="big-image"],
.main-content .content.address .right img[class="big-image"] {
    width: 75px;
    height: auto;
}

.address-block .map iframe {
    width: 100%;
    height: 540px;
}

.address-block .footer-block {
    margin-top: 10px;
}

.address-block .footer-block h5 {
    color: #ae1e23;
}

.bp-76 .store-info {
    padding-bottom: 50px;
}

.bp-76 .store-info h1,
.bp-76 .food-categories h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bp-166 .page-title {
    margin-bottom: 0;
}

.main-content .content-s1 .line-title {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
}

.main-content .content-s1 .line-title span {
    position: relative;
    padding: 0 30px;
    background: #fff;
    z-index: 11;
}

.main-content .content-s1 .line-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 2px;
    background: #99c434;
}

.bp-166 .main-content .content-s1 .green-text {
    font-weight: bold;
}

.bp-166 .main-content .content-s1 .block-1 .row {
    margin-bottom: 10px;
}

.bp-nn01 .img-block2 {
    margin: 50px 0;
    padding: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.bp-nn01 .img-block2 img {
    height: 106px;
}

.bp-nn01 .store-info,
.bp-nn02 .store-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bp-nn02 .img-block2 {
    margin: 50px 0;
}

.bp-nn01 .img-excellent {
    margin: 50px 0;
}

.bp-nn01 .img-ikinaristeak {
    margin: 50px 0;
}

.img-banner-center {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.pj-blocks .pj-block {
    margin-bottom: 50px;
}

.pj-blocks .pj-block:nth-child(odd) .info,
.pj-blocks .pj-block:nth-child(even) .detail,
.pj-blocks.invert .pj-block:nth-child(even) .info,
.pj-blocks.invert .pj-block:nth-child(odd) .detail {
    float: right;
}

.pj-blocks .pj-block:nth-child(even) .info,
.pj-blocks .pj-block:nth-child(odd) .detail,
.pj-blocks.invert .pj-block:nth-child(odd) .info,
.pj-blocks.invert .pj-block:nth-child(even) .detail {
    float: left;
}

.pj-blocks .pj-block .detail h3 {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    color: #d5d5d5;
}

.pj-blocks .pj-block .detail img {
    margin-bottom: 20px;
}

.pj-blocks .pj-block .detail .content {
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.pj-blocks .pj-block .detail .content .copyright-text {
    font-size: 10px;
}

.main-content .content-s1 .title.style2 {
    padding-bottom: 20px;
    color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}

.main-content .content-s1 .title.style2.blue {
    color: #78b0ba;
}

.bp-14 .banner .content {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bp-04 .main-content,
.bp-24 .main-content {
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 50px;
}

.bp-04 .main-content .block {
    display: inline-block;
    width: 100%;
}

.bp-04 .main-content .content .info-main {
    padding: 49px 34px;
    color: #9ecb28;
    background: #fff;
}

.bp-04 .main-content .content .info-main .i1 {
    margin-bottom: 10px;
}

.bp-04 .main-content .content .info-main .i2 {
    font-size: 3.5em;
}

.bp-04 .main-content .content .info-main .i2 span {
    font-size: 20px;
    margin-left: 5px;
}

.bp-04 .main-content .content .info-main .i3 {
    font-size: 14px;
    text-align: right;
}

.bp-04 .main-content .content .info {
    background: #fff;
    margin-bottom: 4px;
    padding: 10px;
}

.bp-04 .main-content .content .info .i1 {
    font-size: 13.5px;
    font-weight: bold;
    color: #9ecb28;
}

.bp-04 .main-content .content .info .i2 {
    font-size: 12px;
    font-weight: bold;
    color: #9ecb28;
}

.bp-04 .main-content .content .info .i1 {
    float: left;
    margin-right: 10px;
}

.bp-04 .main-content .content .info .i3 {
    font-size: 18px;
    height: 48px;
    /*text-align: right;*/
    margin-top: 4px;
}

.bp-04 .main-content .content .col {
    width: 25%;
    padding: 2px;
    float: left;
}

.bp-04 .main-content .search-by-store .content {
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.bp-04 .main-content .search-by-store .content p {
    margin-top: 25px;
    text-align: center;
}

.bp-04 .main-content .search-by-store .content .btn {
    color: #ffffff;
    background-color: #000000;
}

.bp-24 .main-content .block-1 ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.bp-24 .main-content .block-1 ul li {
    float: left;
    margin-right: 3px;
}

.bp-24 .main-content .block-1 ul li.active {

}

.bp-24 .main-content .block-1 ul li a {
    background: #fff;
    color: #aeaeae;
    text-decoration: none;
    width: 99px;
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
}

.bp-24 .main-content .block-1 ul li.active a {
    background: #aeaeae;
    color: #fff;
}

.bp-24 .main-content .store-list-block {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
}

.bp-24 .main-content .store-list-block .store-block {
    float: left;
    margin-right: 5px;
}

.bp-24 .main-content .store-list-block .store-block img {
    width: 56px;
    margin-right: 5px;
}

.bp-24 .main-content .store-list-block .store-block img[class="big-image"] {
    width: 120px;
    margin-top: 10px;
}

.main-content .content-s1 .title.style3 {
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block;
    background: #ccc;
    padding: 10px 30px;
}

.main-content .content.address {
    background: #ffffff;
    padding: 0px 80px 30px;
    margin-bottom: 5px;
}

.main-content .content.address h1 {
    margin-top: 0;
}

.address-block .content .address .right {
    margin-top: 12px;
}

.bp-nn .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.bp-nn .page-title,
.bp-nn .main-content {
    background: #f5f5f5;
}

.bp-nn .main-content {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.bp-nn .address-block .content {
    padding: 60px 80px;
}

.bp-nn03 .main-content p.text-center {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.bp-nn03 .footer {
    border: none;
}

.bp-nn03 .footer .copyright {
    text-align: center;
}

.bp-nn03 .footer .nav-footer {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.bp-nn03 .footer .nav-footer li {
    float: left;
    margin-right: 15px;
}

.bp-nn03 .main-content .img-block img {
    height: 271px;
}

.bp-nn .page-title .pull-right span {
    float: left;
    margin-right: 5px;
}

.bp-nn .page-title .pull-right .wrapper-text {
    float: right;
}

.bp-nn .page-title .pull-right input {
    width: 100%;
}

.main-content .content-s2 h4 {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}

.main-content .content-s2 h4 .left-line,
.main-content .content-s2 h4 .right-line {
    width: 35px;
    height: 1px;
    background: #000000;
    display: block;
    position: absolute;
    top: 50%;
}

.main-content .content-s2 h4 .left-line {
    left: -50px;
}

.main-content .content-s2 h4 .right-line {
    right: -50px;
}

.main-content .content-s2 .content {
    width: 60%;
    margin: 0 auto;
}

.main-content .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.bp-nn04 .main-content .img-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bp-nn04 .main-content .img-block.style2 {
    padding-left: 50px;
    padding-right: 50px;
}

.bp-163 .step-block .wrapper {
    position: relative;
    columns: 3;
    column-gap: 50px;
}

.bp-163 .step-block .step {
    position: relative;
    background: #e6e6e6;
}

.bp-163 .border-cha {
    position: absolute;
    columns: 2;
    column-gap: 0;
    top: 50%;
    left: 15%;
    right: 15%;
    margin-top: -12px;
}

.bp-163 .border-cha div {
    text-align: center;
    color: #e6e6e6;
}

.bp-163 .step-block .step.active {
    background: #99c434;
}

.bp-163 .main-content .control-label {
    padding-top: 0;
    text-align: left;

}

.bp-163 .main-content .control-label span {
    display: block;
    height: 40px;
    line-height: 38px;
    color: #99c434;
    background: #ffffff;
    border: 1px solid #99c434;
    padding-left: 15px;
    padding-right: 15px;
}

.bp-163 .main-content .form-control {
    height: 40px;
    border-radius: 0;
}

.bp-163 .main-content .button-block {
    text-align: center;
}

.bp-163 .main-content .button-block button {
    position: relative;
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 0;
}

.bp-163 .main-content .button-block button.btn-back {
    background: #cccccc;
}

.bp-163 .main-content .button-block button.btn-send {
    background: #99c434;
}

.bp-163 .main-content .button-block button.btn-back img,
.bp-163 .main-content .button-block button.btn-send img {
    position: absolute;
    top: 50%;
    height: 14px;
    margin-top: -7px;
}

.bp-163 .main-content .button-block button.btn-back img {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    left: 15px;
}

.bp-163 .main-content .button-block button.btn-send img {
    right: 15px;
}

.bp-163 .main-content {
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.bp-163 .main-content .center-block {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.bp-02 .page-title img.hidden-xs,
.bp-169 .page-title img.hidden-xs {
    height: 35px;
}

.bp-02 .main-content.style2 {
    padding-top: 50px;
}

#suppoter-carousel,
#about-carousel {
    positiion: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    z-index: 10;
}

.owl-theme .owl-nav {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -33px !important;
    left: -60px;
    right: -60px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.main-content .content-s1 .pj-row {
    border-bottom: 1px solid #ababab;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.main-content .content-s1 .pj-row .pj-title {
    color: #ababab;
}

.main-content .content-s1 .pj-row .pj-title span {
    font-weight: 100;
    font-family: arial;
    font-size: 40px;
    position: absolute;
    margin-left: 10px;
}

.main-content .content-s1 .pj-row .pj-title.style2 {
    padding-left: 45px;
}

.main-content .content-s1 .pj-row .pj-title.style2 span {
    font-weight: 100;
    font-family: arial;
    font-size: 40px;
    position: absolute;
    left: 15px;
    margin-left: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bp-14 .main-content .content-s1 .title.style2 {
    margin-bottom: 0;
}

.main-content .content-s1 .title.style4 {
    text-align: center;
    line-height: 32px;
    color: #CA0F1A;
}

.main-content .content-s1 .title.style4 span {
    font-size: 18px;
}

.bp-0000 .main-content .sub-title {
    color: #000000;
    font-weight: bold;
}

.food-detail .footer-detail .left-block {
    float: left;
}

.food-detail .footer-detail .right-block {
    float: right;
}

.food-detail .footer-detail .right-block li {
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}

.food-detail .footer-detail .right-block a {
    display: block;
    background-image: url("/images/brand/prod-detail-01.png");
    background-size: 21px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 24px;
}

/*------------------------- start custom carousel ----------------------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*------------------------- end custom carousel --------------------*/

.site-map {
    margin-bottom: 100px;
}

.site-map ul {
    list-style: none;
    padding: 0;
}

.site-map ul > li {
    position: relative;
    margin-bottom: 15px;
}

.site-map ul > li > a {
    display: block;
    padding: 5px 0px 5px 35px;
    background: rgba(243, 243, 243, 1);
    font-weight: bold;
}

.site-map ul > li > a:hover {
    background: rgba(243, 243, 243, 0.5);
}

.site-map ul > li > a:before {
    content: '';
    background: transparent url(/images/brand/site-map-caret.png) no-repeat;
    background-size: 18px;
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    top: 8px;
    left: 10px;
}

.site-map ul > li > ul {
    padding: 0;
}

.site-map ul > li > ul > li {
    margin-bottom: 0;
    padding-left: 35px;
    border-bottom: 1px solid #f0f0f0;
}

.site-map ul > li > ul > li:last-child {
    border: none;
    margin-bottom: 10px;
}

.site-map ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 35px;
    background: transparent;
    font-weight: normal;
}

.site-map ul > li > ul > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.site-map ul > li > ul > li > a:before {
    content: "▶";
    background: none;
    height: 12px;
    width: 8px;
    margin-top: 3px;
    color: #b91a1f;
}

.site-map-page .footer {
    border-top: 2px solid #a7a7a7;
}

.bp-coming-soon .our-supporter {
    padding-top: 0;
}

.coming-soon img {
    display: block;
    max-height: 76px;
    max-width: 50%;
    margin: 150px auto;
}

.bp-various .main-content .title.blue {
    color: rgba(49, 129, 196, 1);
}

.bp-various .banner .btn-block {
    margin-top: -35px;
}

.bp-various .banner .btn-block a {
    border: 3px solid #3181c4;
    color: rgba(49, 129, 196, 1);
    font-weight: bold;
    padding: 10px 40px;
    background: #fff;
    border-radius: 8px;
}

.bp-various .banner .btn-block a:hover {
    color: rgba(49, 129, 196, 0.9);
    border-color: rgba(49, 129, 196, 0.8);
}

#colla-slider .owl-controls {
    position: relative;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

#colla-slider:hover .owl-controls {
    opacity: 1;
}

#colla-slider .owl-controls .btn-prev,
#colla-slider .owl-controls .btn-next {
    position: absolute;
    z-index: 110;
    top: -95px;
}

#colla-slider .owl-controls .btn-prev {
    left: 15px;
}

#colla-slider .owl-controls .btn-next {
    right: 15px;
}

@media only screen and (max-width: 1199px) {

    .owl-theme .owl-nav {
        top: -74px;
        left: auto;
        right: 0;
        margin-top: 0 !important;
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        background: #f1f1f1 !important;
    }

    #colla-slider .owl-carousel .owl-nav .owl-next,
    #colla-slider .owl-carousel .owl-nav .owl-prev {
        background: transparent !important;
    }

    .owl-carousel .owl-nav .owl-next img,
    .owl-carousel .owl-nav .owl-prev img {
        height: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .header .nav > li > a {
        font-size: 14px;
    }

    .btn-news img {
        height: 18px;
    }

    #suppoter-slider,
    #about-slider,
    #suppoter-carousel,
    #about-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }

    #suppoter-slider .carousel-control.left,
    #about-slider .carousel-control.left {
        /*left: -40px;*/
        display: none;
    }

    #suppoter-slider .carousel-control.right,
    #about-slider .carousel-control.right {
        /*right: -40px;*/
        display: none;
    }

    .food-detail .img-detail {
        padding-right: 2px;
        height: 431px;
    }

    .food-detail .content-detail {
        padding-left: 2px;
    }

    .bp-05 .slider .carousel-indicators {
        bottom: 5%;
    }

    .footer .hidden-xs .logo,
    .footer .hidden-xs .logo a img {
        width: 120px;
    }

    .footer .hidden-xs .footer-nav {
        width: 580px;
    }

    .footer .hidden-xs .footer-nav .sub {
        line-height: 16px;
    }

    .footer .hidden-xs .footer-nav .copyright {
        margin-top: 8px;
    }

    .footer .hidden-xs .footer-nav ul.sub li {
        padding-left: 0;
        padding-right: 16px;
    }

    .p-menu .food-item .title,
    .p-menu .menu-item .title,
    .p-menu .food-item p,
    .p-menu .menu-item p {
        height: 37px;
        font-size: 12px;
        line-height: 16px;
    }

    .bp-02 .nav-tabs-block > li > a > img {
        width: 100%;
        height: auto;
    }

    .p-menu .food-item,
    .p-menu .menu-item {
        padding: 5px;
    }

    .bp-63 .p-menu .menu-item .title,
    .bp-62 .p-menu .menu-item .title,
    .bp-63 .p-menu .menu-item p,
    .bp-62 .p-menu .menu-item p {
        height: 48px;
        font-size: 10px;
    }

    .question-list .question-item .title-item,
    .question-list .question-item .description-item {
        font-size: 13px;
    }

    .main-content .row-flex {
        margin-bottom: 8px;
    }

    .main-content .item-flex {
        margin-left: 8px;
        flex-basis: 65px;
    }

    .main-content .item-flex img.hidden-xs {
        height: 65px;
    }

    .main-content .item-flex.title-item {
        height: 65px;
    }

    .bp-08 .main-content .row-flex {
        width: auto;
    }

    .main-content .item-flex .square-box span {
        font-size: 14px;
    }

    .bp-04 .main-content .content .info-main {
        padding: 40px 12px;
    }

    .bp-04 .main-content .content .info {
        padding: 5px;
    }

    .bp-04 .main-content .content .info .i3 {
        font-size: 14px;
    }

    .bp-24 .main-content .store-list-block {
        padding: 10px 15px;
    }

    .bp-24 .main-content .store-list-block .store-block {
        /*margin-right: 15px;*/
        margin-right: 5px;
    }

    .bp-24 .main-content .store-list-block .store-block img {
        width: 41px;
        margin-right: 10px;
    }

    .bp-24 .main-content .store-list-block .store-block img[class="big-image"] {
        width: 120px;
        margin-left: 10px;
        margin-top: 0px;
    }

    #colla-slider .owl-controls .btn-prev,
    #colla-slider .owl-controls .btn-next {
        top: -81px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .container.padding-xs {
        padding-left: 38px;
        padding-right: 38px;
    }

    .img-2x {
        width: 100%;
    }

    .header > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-section,
    .food-menu {
        overflow: hidden;
    }

    .slider,
    .find-shop,
    .food-menu {
        margin-bottom: 30px;
    }

    .header,
    .notice-panel,
    .slider,
    .colla-info {
        margin-bottom: 30px;
    }

    .header .nav > li {
        width: auto;
    }

    .header .nav > li:first-child > a,
    .header .nav > li > a {
        border: none;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .nav > li > a > img {
        width: auto;
    }

    .header-menu {
        padding-left: 38px;
        padding-right: 38px;
    }

    .notice-panel .content {
        padding-left: 110px;
        line-height: 30px;
    }

    .notice-panel .content span {
        width: 100px;
    }

    .food-menu .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .food-menu .row > [class^="col-"], .food-menu .row > [class^=" col-"] {
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 16px;
    }

    .news-section {
        padding-top: 20px;
    }

    .news-section .open-info-news:before {
        padding-top: 15px;
    }

    .news-section .open-info-news:after {
        padding-bottom: 15px;
    }

    .news-section .open-info-news .title-img {
        margin-bottom: 15px;
    }

    .news-section .what-news .news-item .date,
    .news-section .what-news .news-item .description {
        float: left;
    }

    .news-section .what-news .news-item .date,
    .news-section .open-info-news .news-item .date {
        width: 20%;
    }

    .news-section .what-news .news-item .description {
        width: 80%;
    }

    .news-section .open-info-news .news-item {
        width: 100%;
    }

    .news-section .open-info-news .news-item .title {
        margin-left: 0;
    }

    .news-section .what-news {
        margin-bottom: 50px;
    }

    .news-section .what-news .title-img {
        margin-bottom: 15px;
        border: none;
        padding-bottom: 0;
    }

    .news-section .news-item {
        margin-bottom: 30px;
    }

    .btn-news img {
        height: auto;
    }

    .news-section .open-info-news .news-item .description {

    }

    .news-section .what-news {
        max-width: none;
        width: 100%;
    }

    #suppoter-slider,
    #about-slider {
        margin-left: auto;
        margin-right: auto;
    }

    .our-supporter .carousel,
    .about-us .carousel {
        padding-left: 50px;
        padding-right: 50px;
    }

    .our-supporter .title-img:before,
    .our-supporter .title-img:after,
    .about-us .title-img:before,
    .about-us .title-img:after,
    .news-section .what-news:after,
    .news-section .open-info-news:after {
        content: ' ';
        display: block;
        margin-left: -38px;
        margin-right: -38px;
    }

    .our-supporter .title-img:before,
    .about-us .title-img:before {
        border-top: 1px solid #9fcc28;
    }

    .our-supporter .title-img:after,
    .about-us .title-img:after {
        border-bottom: 1px solid #9fcc28;
    }

    .our-supporter,
    .about-us {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 10px;
        border-bottom: none;
    }

    .footer,
    .bp-content .footer {
        border-top: 1px solid #9fcc28;
    }

    .footer .visible-xs {
        display: block;
        padding-left: 38px;
        padding-right: 38px;
    }

    .footer .visible-xs ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer .visible-xs ul.main > li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .footer .visible-xs ul li a {
        color: #000000;
    }

    .footer .visible-xs ul.sub {
        margin-top: 5px;
        font-size: 14px;
    }

    .footer .visible-xs ul.sub > li {
        float: left;
        margin-right: 15px;
    }

    .footer .visible-xs .copyright {
        font-size: 8px;
    }

    .footer .visible-xs .logo {
        text-align: center;
    }

    .footer .visible-xs .logo img {
        width: 50%;
        max-width: 255px;
        max-height: 78px;
    }

    .p-menu .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .p-menu .row > [class^="col-"],
    .p-menu .row > [class^=" col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .p-menu .food-item,
    .p-menu .menu-item {
        margin-bottom: 16px;
    }

    .breadcrumb-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bp-05 .slider {
        padding-bottom: 50px;
    }

    .bp-05 .slider .carousel-indicators {
        bottom: -47px;
    }

    .bp-05 .slider .carousel-indicators li {
        background-color: #DCDCDC;
    }

    .choices-menu,
    .list-menu {
        padding-bottom: 35px;
    }

    .choices-menu {
        background-color: #F3F3F3;
    }

    .list-menu {
        background-color: transparent;
    }

    .choices-menu .title-img,
    .list-menu .title-img {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .list-menu {
        margin-bottom: 0;
    }

    .food-detail .img-detail,
    .food-detail .content-detail {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .food-detail .img-detail {
        margin-bottom: 16px;
        height: auto;
    }

    .food-detail .img-detail h1 {
        font-size: 24px;
    }

    .food-detail .content-detail a.link-img {
        margin-bottom: 10px;
    }

    .food-categories {
        padding-bottom: 0;
    }

    .food-cat {
        margin-bottom: 5px;
    }

    .food-cat .title {
        display: block;
        margin-bottom: 20px;
    }

    .about-us.style2 {
        padding-top: 0;
    }

    .our-supporter.style2 .title-img:before,
    .about-us.style2 .title-img:before {
        border: none;
    }

    .bp-12 .grid-content {
        padding-bottom: 34px;
    }

    .page-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bp-22 .page-title h1 {
        font-size: 28px;
    }

    .page-title-img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-title img,
    .page-title-img img {
        max-height: 100%;
        width: 100%;
    }

    .banner {
        margin-bottom: 30px;
    }

    .bp-12 .banner {
        margin-top: 0;
    }

    .bp-13 .main-content .title,
    .main-content .text-center.img-block {
        margin-bottom: 30px;
    }

    .main-content .description {
        margin-top: 30px;
    }

    .desc-info h5 {
        margin-top: 0;
    }

    .desc-info,
    .desc-info p {
        text-align: left;
    }

    .bp-00 .banner {
        margin-top: 30px;
    }

    .bp-00 .main-content .title-img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bp-00 .main-content .title-img img {
        width: 40%;
        height: auto;
    }

    .main-content .step-block {
        margin-bottom: 50px;
    }

    .main-content .step-block .content {
        border: 0;
    }

    .main-content .step-block .title {
        margin: 0 auto 35px auto;
    }

    .main-content .step-block .content {
        padding-left: 0;
    }

    .main-content .step-block .content .block-xs {
        display: block;
    }

    .bp-02 .nav-tabs-block {
        border-bottom: 0;
        padding: 0;
    }

    .bp-02 .nav-tabs-block > li > a {
        display: inline-block;
        border: 1px solid #99C628;
    }

    .bp-02 .nav-tabs-block > li.active > a {
        border: 0;
        margin: 1px;
    }

    .question-list .question-item {
        height: 96px;
        padding-left: 84px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 25px;
    }

    .question-list .question-item img.icon {
        top: 16px;
        left: 10px;
        height: 64px;
    }

    .question-list .question-item span {
        line-height: 24px;
    }

    .question-list .question-item .title-item {
        font-size: 16px;
        padding-right: 0;
        width: 100%;
    }

    .question-list .question-item .description-item {
        display: inline-block;
    }

    .question-list .question-item .more {
        height: 22px;
        margin-top: -11px;
    }

    .question-list.style2 .question-item {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bp-07 .main-content .item-flex {
        flex-basis: 45px;
    }

    .bp-07 .main-content .item-flex.title-item {
        height: 45px;
        line-height: 14px;
        font-size: 12px;
    }

    .bp-08 .main-content .item-flex.title-item {
        line-height: 14px;
        font-size: 12px;
    }

    .bp-10 .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .bp-10 .row > [class^="col-"],
    .bp-10 .row > [class^=" col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .bp-10 .main-content .title {
        margin-bottom: 30px;
    }

    .bp-10 .main-content .block1 p {
        margin-bottom: 50px;
    }

    .bp-10 .main-content .block1,
    .bp-10 .main-content .block2 {
        margin-bottom: 0;
    }

    .bp-10 .main-content .block2 p {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .main-content .question-answer-list .question-answer-item {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .main-content .question-answer-list .question-answer-item p,
    .main-content .question-answer-list .question-answer-item .img-block {
        margin-bottom: 28px;
    }

    .main-content .question-answer-list .question-answer-item .btn-detail,
    .main-content .btn-link {
        width: 100%;
        border-radius: 0;
        font-size: 16px;
        height: 72px;
        padding: 0;
        text-align: center;
    }

    .main-content .question-answer-list .question-answer-item .btn-detail:after,
    .main-content .btn-link:after {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 26px;
        background-size: 13px;
    }

    .bp-72 .main-content .list-block .item img {
        margin-top: 0;
    }

    .bp-72 .main-content .list-block .item .content {
        line-height: normal;
        margin-top: 20px;
    }

    .tree-block:before {
        bottom: 90px;
    }

    .tree-block .start-node,
    .tree-block .end-node {
        height: 70px;
        width: 70px;
        font-size: 20px;
    }

    .tree-block .start-node {
        line-height: 70px;
    }

    .tree-block .end-node {
        line-height: 22px;
    }

    .bp-74 .main-content .list-block .item .content {
        margin-left: 0;
    }

    .bp-75 .main-content .img-bg {
        margin-top: 10px;
    }

    .bp-75 .main-content .img-block {
        column-gap: 16px;
    }

    .address-block .content,
    .main-content .content.address {
        padding: 0 20px 20px;
    }

    .bp-nn .address-block .content {
        padding: 0 20px;
    }

    .address-block .map {
        margin-left: -20px;
        margin-right: -20px;
    }

    .address-block .map iframe {
        height: 350px;
    }

    .store-info .img-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-content .content-s1 .line-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .video-block {
        /*margin-top: 50px;*/
        /*margin-bottom: 50px;*/
    }

    .bp-nn01 .img-block2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pj-blocks .pj-block .detail h3 {
        border-top: none;
        position: relative;
        padding-left: 50px;
        text-align: left;
        font-size: 18px;
        color: #000000;
    }

    .pj-blocks .pj-block .detail h3 img {
        margin-bottom: 0;
        position: absolute;
        height: 39px;
        top: 50%;
        margin-top: -20px;
        left: 2%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .pj-blocks .pj-block .detail h3.style2 {
        padding-left: 130px;
    }

    .pj-blocks .pj-block .detail .content {
        border-bottom: none;
    }

    .bp-04 .main-content .content .col {
        width: 100%;
    }

    .bp-04 .main-content .content .info-main {
        padding: 10px;
    }

    .bp-04 .main-content .content .info-main .i1 {
        margin-bottom: 10px;
        float: left;
        margin-left: 25%;
        margin-right: 10px;
    }

    .bp-04 .main-content .content .info-main .i2 {
        font-size: 30px;
        font-weight: bold;
        float: left;
    }

    .bp-04 .main-content .content .info .i1,
    .bp-04 .main-content .content .info .i2 {
        float: none;
    }

    .bp-04 .main-content .content .info .i3 {
        text-align: left;
    }

    .bp-04 .main-content .content .info .r1 {
        float: left;
        width: 30%;
    }

    .bp-24 .main-content .store-list-block {
        /*padding: 15px;*/
        padding: 15px 0px;
    }

    .bp-24 .main-content .store-list-block .store-block {
        margin-right: auto;
        width: 20%;
        text-align: center;
    }

    .bp-24 .main-content .store-list-block .store-block img {
        width: 36px;
        margin-right: auto;
    }

    .bp-24 .main-content .store-list-block .store-block img[class="big-image"] {
        width: 55px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .bp-24 .main-content .store-list-block .store-block span {
        display: block;
        font-size: 11px;
    }

    .main-content .content-s1 .title.style3 {
        margin-bottom: 5px;
    }

    .bp-24 .main-content .content-s1 {
        margin-top: 10px;
    }

    .address-block .content h1,
    .main-content .content.address h1 {
        margin-top: 0;
        padding-top: 5px;
        line-height: normal;
        font-size: 26px;
        padding-bottom: 5px;
    }

    .address-block .content h1 span,
    .main-content .content.address h1 span {
        font-size: 12px;
        display: block;
    }

    .bp-nn .page-title .pull-right {
        width: 100%;
    }

    .bp-nn .page-title .pull-right input {
        width: 100%;
    }

    .bp-nn03 .header {
        display: inline-block;
        margin-bottom: 0;
    }

    .bp-nn03 .main-content .img-block img {
        height: 150px;
    }

    .bp-nn03 .footer {
        padding-top: 20px;
        border-top: 1px solid #c8c8c8;
    }

    .bp-nn03 .footer .copyright {
        text-align: left;
        font-size: 12px;
    }

    .bp-nn03 .main-content p.text-center {
        font-size: 20px;
    }

    .bp-nn .page-title .pull-right .wrapper-text {
        width: 80%;
    }

    .main-content .content-s2 h4 {
        width: 60%;
    }

    .main-content .content-s2 h4 .left-line,
    .main-content .content-s2 h4 .right-line {
        display: none;
    }

    .bp-nn04 .main-content {
        margin-bottom: 0;
    }

    .bp-163 .main-content .control-label span {
        height: 24px;
        line-height: 24px;
        border: none;
        padding: 0;
    }

    .bp-163 .main-content .button-block {
        margin-left: -15px;
        margin-right: -15px;
    }

    .bp-163 .main-content .button-block button {
        width: 100%;
        margin-top: 10px;
        height: 40px;
    }

    .our-supporter.style3 {
        margin-top: 30px;
    }

    .bp-163 .border-cha {
        column-gap: normal;
    }

    .bp-0000 .main-content {
        padding-top: 20px;
    }

    .bp-0000 .avat {
        margin-bottom: 20px;
    }

    .bp-0000 .main-content .sub-title {
        color: #99c333;
    }

    .bp-0000 h4.title {
        line-height: 26px;
    }

    .food-detail .footer-detail {
        margin-top: 0;
    }

    .food-detail .footer-detail .right-block {
        float: left;
        margin-left: 5vw;
    }

    .food-detail .footer-detail .right-block a {
        background-size: 5vw;
        padding-left: 7vw;
        line-height: 6vw;
        font-size: 3.5vw;
        font-weight: bold;
    }

    .site-map .padding-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site-map ul > li {
        margin-bottom: 0;
        border-bottom: none;
    }

    .site-map ul > li > a {
        padding: 10px 0px 10px 35px;
        background: transparent;
        border-bottom: 1px solid #f0f0f0;
    }

    .site-map ul > li:last-child > a {
        border: none;
    }

    .site-map ul > li > a:before {
        top: 13px;
    }

    .site-map ul > li > ul > li > a {
        border: none;
    }

    .site-map ul > li > ul > li > a:before {
        top: 7px;
    }

    .site-map ul > li > ul > li:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .site-map {
        margin-bottom: 50px;
    }

    .site-map-page .footer {
        border-color: #9fcc28;
    }

    .coming-soon img {
        margin: 100px auto;
    }

    .bp-various .banner .btn-block {
        margin-top: 35px;
    }

    #colla-slider .owl-nav {
        margin-top: -18px;
        left: 3%;
        margin-left: 0;
        width: 94%;
    }

    #colla-slider .owl-controls {
        opacity: 1;
    }

    #colla-slider .owl-controls .btn-prev,
    #colla-slider .owl-controls .btn-next {
        top: -135px;
    }

    #colla-slider .owl-controls .btn-prev img,
    #colla-slider .owl-controls .btn-next img {
        height: 40px;
    }
}

@media only screen and (max-width: 559px) {
    .container.padding-xs,
    .footer .visible-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-left {
        float: none;
        position: absolute;
        left: 15px;
        top: 10px;
        padding: 0;
    }

    .header-right {
        float: left;
        padding-top: 40px;
        left: 0;
    }

    .header .social, .language {
        margin-left: 0;
    }

    .header-left > a.logo {
        display: block;
        width: 80px;
    }

    .header-left > a.logo > img {
        width: 100%;
    }

    .header button.navbar-toggle {
        margin-top: 9px;
    }

    .header .header-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .news-section .what-news .news-item .date,
    .news-section .open-info-news .news-item .date {
        width: 30%;
    }

    .news-section .what-news .news-item .description {
        width: 70%;
    }

    .news-section .open-info-news .news-item .description {
        margin-left: 30%;
    }

    .news-section .open-info-news .news-item .title {
        width: 70%;
    }

    .btn-news img {
        height: 16px;
    }

    .our-supporter .carousel,
    .about-us .carousel {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-supporter .title-img:before,
    .our-supporter .title-img:after,
    .about-us .title-img:before,
    .about-us .title-img:after,
    .news-section .what-news:after,
    .news-section .open-info-news:after {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .list-content ul > li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .list-content .list-item > .thumbnail-item {
        width: 25%;
    }

    .list-content .list-item > .content-item {
        width: 72%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .content-s1 .small-text {
        font-size: 3.2vw;
    }

    .p-menu .food-item .title,
    .p-menu .menu-item .title,
    .p-menu .food-item p,
    .p-menu .menu-item p {
        height: 28px;
        font-size: 2vw;
        line-height: 2.5vh;
    }

    .question-list .question-item {
        padding-left: 80px;
        padding-right: 20px;
    }

    .bp-00 .main-content .title-img img {
        width: 60%;
    }

    .question-list .question-item .description-item {
        font-size: 11px;
    }

    .question-list .question-item .more {
        height: 16px;
        right: 5px;
        margin-top: -8px;
    }

    .bp-63 .p-menu .menu-item .title,
    .bp-62 .p-menu .menu-item .title,
    .bp-63 .p-menu .menu-item p,
    .bp-62 .p-menu .menu-item p {
        height: 80px;
    }

    .bp-07 .main-content .row-flex {
        margin-bottom: 4px;
    }

    .bp-07 .main-content .item-flex {
        flex-basis: 25px;
        margin-left: 4px;
    }

    .bp-07 .main-content .item-flex.title-item {
        height: 25px;
        line-height: 8px;
        font-size: 7px;
    }

    .bp-08 .main-content .row-flex {
        margin-bottom: 4px;
    }

    .bp-08 .main-content .item-flex {
        flex-basis: 40px;
        margin-left: 4px;
    }

    .bp-08 .main-content .item-flex.title-item {
        height: 40px;
    }

    .bp-08 .main-content .item-flex.title-item,
    .main-content .item-flex .square-box span {
        font-size: 7px;
        line-height: 8px;
    }

    .main-content .question-answer-list .question-answer-item .btn-detail,
    .main-content .btn-link {
        height: 50px;
        font-size: 2.8vw;
    }

    .main-content .question-answer-list .question-answer-item .btn-detail:after,
    .main-content .btn-link:after {
        height: 13px;
        width: 13px;
        background-size: 9px;
        top: 18px;
        right: 10px;
    }

    .tree-block .nodes .node h3 {
        font-size: 18px;
    }

    .tree-block .nodes .node h3 span {
        font-size: 12px;
        line-height: 20px;
        width: 20px;
    }

    .tree-block .nodes .node h3 span:before {
        height: 20px;
        width: 20px;
    }

    .address-block .content .address .left,
    .main-content .content.address .left {
        padding-left: 0;
    }

    .bp-04 .main-content .content .info-main .i1 {
        margin-left: 15%;
    }

    .bp-04 .main-content .content .info .r1 {
        width: 40%;
    }

    .bp-24 .main-content .block-1 ul li a {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .address-block .content .address .left,
    .main-content .content.address .left {
        font-size: 11px;
    }

    .address-block .content .address .right {
        margin-top: 45px;
    }

    .address-block .content .address .right img,
    .main-content .content.address .right img {
        height: 24px;
    }

    .address-block .content .address .right img[class="big-image"],
    .main-content .content.address .right img[class="big-image"] {
        width: 45px;
        height: auto;
    }

    .address-block .content h1,
    .main-content .content.address h1 {
        font-size: 22px;
    }

    .bp-nn03 .footer .nav-footer {
        font-size: 11px;
    }

    .bp-nn03 .footer .copyright {
        font-size: 9px;
    }

    .bp-nn03 .header {
        height: 44px;
    }

    .bp-nn .page-title .pull-right .wrapper-text {
        width: 65%;
    }

    .site-map .padding-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

    #colla-slider .owl-controls .btn-prev,
    #colla-slider .owl-controls .btn-next {
        top: -100px;
    }
}

.pR-5 {
    padding-right: 5px;
}

.pR-10 {
    padding-right: 10px;
}

.pR-15 {
    padding-right: 15px;
}

#store-map img, #current-map img {
    max-width: none;
}

.social .sns-1 {
    fill: #727171;
}

.social .sns-1-2 {
}

.social .sns-2-1 {
    fill: #1da1f2;
}

.social .sns-3-1 {
    fill: #4267b2;
}

.social .sns-2-2,
.social .sns-3-2 {
    fill: #fff;
}

.footer .social a {
    display: inline-flex;
}

/*----------------- app-info --------------------*/

.bp-app-info .mnc a:hover,
.bp-app-info a:hover .hover {
    opacity: 0.8 !important;
}

.bp-app-info .mnc .title-img:before {
    border-top-color: #c70001 !important;
}

.bp-app-info .mnc-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bp-app-info .mnc-block .box {
    width: calc(50% - 15px);
    margin-bottom: 20px;
    border: 10px solid #f0f0f0;
    box-sizing: border-box;
    padding: 20px;
}

.bp-app-info .mnc-block .box img {
    width: 100%;
    border-bottom: 1px solid #c70001;
}

.bp-app-info .mnc-block .box p {
}

.bp-app-info .mnc-block .box p span {
    display: block;
    font-size: 13px;
}

.bp-app-info .mnc-block .box .ttl {
    text-align: center;
    color: #c70001;
    font-weight: bold;
    font-size: 23px;
    padding-top: 15px;
}

.bp-app-info .dl_area {
    background: #f0f0f0;
    padding: 60px 0;
}

.bp-app-info .dl_area .sub_ttl {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.bp-app-info .dl_area .mnc-block {
    width: 480px;
    margin: 0 auto;
}

.bp-app-info .dl_area .mnc-block div {
    text-align: center;
    width: 50%;
}

.bp-app-info .dl_area .mnc-block p {
    font-size: 14px;
    padding-top: 10px;
}

@media only screen and (max-width: 559px) {
    .bp-app-info .title-img.mnc img {
        width: 80% !important;
    }

    .bp-app-info .mnc-block {
        display: block;
    }

    .bp-app-info .mnc-block .box {
        width: 100%;
        padding: 15px;
    }

    .bp-app-info .dl_area .mnc-block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }

    .bp-app-info .dl_area .mnc-block img {
        width: 80%;
    }

    .bp-app-info .dl_area .mnc-block p {
        font-size: 12px;
    }
}

/*----------------- //app-info --------------------*/

.bp-190716 {
    margin-bottom: 40px;
}

.slider {
    margin-bottom: 30px;
}

.margin-t-15 {
    margin-top: 15px;
}

/*--------------------- karayama-akakara ------------------------*/
.area-list-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    background: #ffffff;
}

.area-list-block .store-block {
    display: flex;
    align-items: center;
    margin: 5px;
}

.area-list-block .store-block .img-wrap {
    height: 56px;
    width: 56px;
    margin-right: 5px;
}

.area-list-block .store-block .img-wrap img {
    max-width: 100%;
}

.area-list-block .store-block span {

}

.area-list-block .store-block.big-image .img-wrap {
    width: auto;
    line-height: 56px;
}

.area-list-block .store-block.big-image img {
    width: 120px;
}

@media only screen and (max-width: 991px) {
    .area-list-block .store-block .img-wrap {
        height: 41px;
        width: 41px;
    }

    .area-list-block .store-block.big-image .img-wrap {
        line-height: 41px;
    }
}

@media only screen and (max-width: 767px) {
    .area-list-block {
        padding: 10px 5px;
    }

    .area-list-block .store-block {
        align-self: start;
        flex-direction: column;
        margin: 0;
        width: 20%;
    }

    .area-list-block .store-block.big-image {
        width: 120px;
    }

    .area-list-block .store-block .img-wrap {
        height: 36px;
        width: 36px;
    }

    .area-list-block .store-block.big-image .img-wrap {
        line-height: 36px;
    }

    .area-list-block .store-block span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}
/*-------------------- //karayama-akakara -----------------------*/

.food-menu .food-menu__title {
    text-align: center;
    color: #B81A1F;
    border-bottom: 3px solid #B81A1F;
    padding-bottom: 14px;
    margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
    .food-menu .food-menu__title {
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
}
