﻿/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
#franchise .u-mainv {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: url("/assets/images/bg_franchise_brazil.jpg") no-repeat center center/cover;
  padding: 72px 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .u-mainv {
    padding: 80px 30px;
  }
}

#franchise .u-mainv .mainv-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#franchise .u-mainv .mainv-wrap {
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .u-mainv .mainv-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#franchise .u-mainv .mainv-wrap .m-btn-common {
  margin: 24px auto 0;
  max-width: 200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #franchise .u-mainv .mainv-wrap .m-btn-common {
    margin: 32px auto 0;
  }
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .u-mainv .mainv-wrap .m-btn-common {
    margin: 0 auto;
    min-width: 200px;
  }
}

#franchise .u-mainv .mainv-wrap > img {
  width: 100%;
  height: auto;
  max-height: calc(var(--vh, 1vh) * 100 - 160px);
  display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #franchise .u-mainv .mainv-wrap > img {
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .u-mainv .mainv-wrap > img {
    width: calc(100% - 300px);
  }
}

#franchise .m-modal .u-model {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 100vh;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#franchise .m-modal .u-model .model-left {
  line-height: 1.5;
}

#franchise .m-modal .u-model .model-left h3 {
  font-size: 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-left h3 {
    font-size: 22px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  #franchise .m-modal .u-model .model-left img {
    margin-top: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #franchise .m-modal .u-model .model-left img {
    max-width: 500px;
  }
}

#franchise .m-modal .u-model .model-right {
  line-height: 1.5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-right {
    display: block;
    margin-left: 40px;
  }
}

#franchise .m-modal .u-model .model-right .graph-wrap {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #franchise .m-modal .u-model .model-right .graph-wrap {
    width: 40%;
  }
}

#franchise .m-modal .u-model .model-right h3 {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-right h3 {
    font-size: 22px;
    height: 80px;
    margin-top: 0;
  }
}

#franchise .m-modal .u-model .model-right h3 span {
  display: block;
  font-size: 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-right h3 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #franchise .m-modal .u-model .model-right img {
    margin-top: 10px;
    margin-right: 20px;
  }
}

#franchise .m-modal .u-model .model-right .txt-wrap {
  margin-top: 0;
  font-size: 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-right .txt-wrap {
    font-size: 14px;
    margin-top: 40px;
  }
}

#franchise .m-modal .u-model .model-right .txt-wrap .tel {
  font-size: 10px;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #franchise .m-modal .u-model .model-right .txt-wrap .tel {
    font-size: 18px;
    margin-top: 32px;
  }
}
