@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@300;400;600;700&family=Roboto:wght@400;500&display=swap");
@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
/* ----------------------------------------------------------------------- 
	settings
----------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 801px) {
  a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -ms-filter: "alpha(opacity=$opacity)";
  }
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

div ul p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*-------------------------------------------------------------------
  common setting
-------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 800px) {
  .spOnly {
    display: block;
  }
}

.contentIn, .footerIn, .bgIn {
  margin: 0 auto;
  width: 1280px;
}
.contentIn:after, .footerIn:after, .bgIn:after {
  content: "";
  display: table;
  clear: both;
}
@media print, screen and (max-width: 1279px) {
  .contentIn, .footerIn, .bgIn {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .contentIn, .footerIn, .bgIn {
    width: 100%;
    padding: 0 2%;
  }
}

.ttlBlock01 {
  text-align: center;
}

.imgWapper01 {
  text-align: center;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*-------------------------------------------------------------------
  top
-------------------------------------------------------------------*/
.wrapper {
  position: relative;
}

#mainVisualSec {
  width: 100%;
  background-image: url(../images/img_main_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #mainVisualSec {
    background-image: url(../images/img_main_sp.jpg);
  }
}
#mainVisualSec .shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #673B84;
  z-index: 99;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards;
}
#mainVisualSec .logo {
  position: absolute;
  width: 270px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
#mainVisualSec header {
  width: 100%;
  z-index: 10;
}
#mainVisualSec header .headerIn {
  height: 142px;
  margin: 0 auto;
  padding: 40px 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -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;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #mainVisualSec header .headerIn {
    width: 100%;
    padding: 20px 20px 0;
  }
}
#mainVisualSec header .headerIn .hLogo img {
  width: 50px;
}
#mainVisualSec header .headerIn ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -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;
  flex-flow: row wrap;
}
#mainVisualSec header .headerIn ul li {
  margin: 0 10px;
}
#mainVisualSec header .headerIn ul li img {
  height: 28px;
}
#mainVisualSec .contentIn {
  text-align: center;
  margin-top: -71px;
}
@media print, screen and (min-width: 1280px) {
  #mainVisualSec .contentIn {
    width: 100%;
  }
}
#mainVisualSec .contentIn img {
  -webkit-animation: fadeIn 8s forwards;
  animation: fadeIn 8s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#aboutSec {
  width: 100%;
  margin-top: -100px;
  padding: 190px 0 178px;
  background-color: #786BA9;
  background: -moz-linear-gradient(top, rgba(120, 107, 169, 0) 0, #786ba9 100px, #786ba9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(120, 107, 169, 0) 0, #786ba9 100px, #786ba9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(120, 107, 169, 0) 0, #786ba9 100px, #786ba9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00786ba9', endColorstr='#786ba9',GradientType=0 );
  /* IE6-9 */
}
@media screen and (max-width: 800px) {
  #aboutSec {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 800px) {
  #aboutSec .contentIn {
    padding: 0;
  }
}
#aboutSec .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  flex-flow: row wrap;
}
#aboutSec .flexWapper.rvs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  flex-flow: row-reverse;
}
@media screen and (max-width: 800px) {
  #aboutSec .flexWapper.rvs {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -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;
    flex-flow: row wrap;
  }
}
#aboutSec .imgBlock02 {
  background-image: url(../images/bg_diamond.png);
  background-repeat: no-repeat;
  background-position: 0 25px;
}
@media screen and (max-width: 800px) {
  #aboutSec .imgBlock02 {
    width: 100%;
    background-size: 80%;
  }
}
#aboutSec .imgBlock02 .aboutImage01 {
  margin-left: 67px;
}
@media screen and (max-width: 800px) {
  #aboutSec .imgBlock02 .aboutImage01 {
    width: 90%;
    margin: 0 5%;
  }
}
#aboutSec .imgBlock02 .aboutImage02 {
  width: 250px;
  margin-top: -77px;
  margin-left: 362px;
}
@media screen and (max-width: 800px) {
  #aboutSec .imgBlock02 .aboutImage02 {
    width: 60%;
    margin-left: 40%;
  }
}
#aboutSec .infoText {
  margin-right: 135px;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText {
    margin-right: 0;
    padding: 60px 5%;
  }
}
#aboutSec .infoText .Ttl {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText .Ttl {
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}
#aboutSec .infoText .Txt {
  margin-top: 40px;
  line-height: 2em;
  letter-spacing: 0.03em;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  #aboutSec .infoText .Txt {
    font-size: 15px;
    line-height: 1.6em;
  }
}

#lineupSec {
  width: 100%;
  background-color: #857AB1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#lineupSec .contentIn {
  padding-top: 39px;
}
#lineupSec ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -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;
  flex-flow: row wrap;
}
@media print, screen and (max-width: 1279px) {
  #lineupSec ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }
}
#lineupSec ul li {
  text-align: center;
}
#lineupSec .teaCoktailBlock .ttlBlock01 {
  margin-top: -77px;
  padding-top: 30px;
  background-image: url(../images/bg_lineup_top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock .ttlBlock01 {
    margin-top: -87px;
    background-image: none;
  }
}
#lineupSec .teaCoktailBlock ul {
  width: 1080px;
  margin: 100px auto;
}
@media print, screen and (max-width: 1279px) {
  #lineupSec .teaCoktailBlock ul {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul {
    margin: 50px auto;
  }
}
#lineupSec .teaCoktailBlock ul li {
  margin-bottom: 85px;
}
@media print, screen and (max-width: 1279px) {
  #lineupSec .teaCoktailBlock ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuTitle {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuTitle {
    font-size: 13px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuText {
  margin-top: 10px;
  font-size: 12px;
  padding: 2px 12px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuText {
    margin-top: 5px;
    font-size: 9px;
    border-radius: 17px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuPrice {
  margin-top: 15px;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuPrice {
    margin-top: 10px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuPrice span {
  vertical-align: baseline;
}
#lineupSec .teaCoktailBlock ul li .menuPrice span.yen {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuPrice span.yen {
    font-size: 16px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuPrice span.price {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuPrice span.price {
    font-size: 18px;
  }
}
#lineupSec .teaCoktailBlock ul li .menuPrice span.tax {
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaCoktailBlock ul li .menuPrice span.tax {
    font-size: 10px;
  }
}
#lineupSec .teaSodaBlock {
  width: 1080px;
  margin: 60px auto 95px;
}
@media print, screen and (max-width: 1279px) {
  #lineupSec .teaSodaBlock {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock {
    width: 96%;
    margin: 30px auto;
  }
}
#lineupSec .teaSodaBlock ul {
  margin: 55px auto;
}
#lineupSec .teaSodaBlock ul li {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li {
    width: 100%;
    margin-bottom: 0 auto 40px;
  }
}
#lineupSec .teaSodaBlock ul li img {
  width: 65%;
}
#lineupSec .teaSodaBlock ul li .menuInfo {
  margin-top: 15px;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuInfo {
    margin-top: 5px;
  }
}
#lineupSec .teaSodaBlock ul li .menuInfo span {
  vertical-align: baseline;
}
#lineupSec .teaSodaBlock ul li .menuInfo span.title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuInfo span.title {
    font-size: 14px;
    line-height: 2.4em;
  }
}
#lineupSec .teaSodaBlock ul li .menuInfo span.yen {
  font-size: 23px;
  font-weight: bold;
  padding-left: 25px;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuInfo span.yen {
    font-size: 16px;
    padding-left: 0;
  }
}
#lineupSec .teaSodaBlock ul li .menuInfo span.price {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuInfo span.price {
    font-size: 18px;
  }
}
#lineupSec .teaSodaBlock ul li .menuInfo span.tax {
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuInfo span.tax {
    font-size: 10px;
  }
}
#lineupSec .teaSodaBlock ul li .menuText {
  margin-top: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .menuText {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6em;
  }
}
#lineupSec .teaSodaBlock ul li .menuText span {
  text-decoration: underline;
}
#lineupSec .teaSodaBlock ul li .addInfo {
  width: 430px;
  border: 1px solid #FFFFFF;
  margin: 45px auto 0;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .addInfo {
    width: 90%;
    margin: 30px auto 0;
  }
}
#lineupSec .teaSodaBlock ul li .addInfo .ttl {
  margin-top: -10px;
  text-align: center;
}
#lineupSec .teaSodaBlock ul li .addInfo .ttl span {
  background-color: #857AB1;
  background-image: url(../images/bg_addinfo_title.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 5px 25px;
}
#lineupSec .teaSodaBlock ul li .addInfo .txt {
  padding: 12px 0 22px;
  font-size: 13px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .addInfo .txt {
    padding: 8px 0 15px;
    font-size: 12px;
  }
}
#lineupSec .teaSodaBlock ul li .addInfo .menuListBlock {
  padding: 12px 0 22px;
}
#lineupSec .teaSodaBlock ul li .addInfo .menuList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  font-size: 13px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .addInfo .menuList {
    font-size: 12px;
  }
}
#lineupSec .teaSodaBlock ul li .addInfo .menuList .type {
  width: 185px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .addInfo .menuList .type {
    width: 85px;
  }
}
#lineupSec .teaSodaBlock ul li .addInfo .menuList .type:after {
  content: "";
  flex-grow: 1;
  border-top: 2px dotted #FFFFFF;
  display: block;
  margin-left: .4em;
}
#lineupSec .teaSodaBlock ul li .addInfo .menuList .desc {
  padding-left: .4em;
}
@media screen and (max-width: 800px) {
  #lineupSec .teaSodaBlock ul li .addInfo .menuList .spNone {
    display: none;
  }
}

#masicShowSec {
  width: 100%;
  background-image: url(../images/bg_diamond_bk.png);
}
#masicShowSec .bgBlock01 {
  background: linear-gradient(to left, #857ab1 0, #857ab1 30%, rgba(133, 122, 177, 0) 31%, rgba(133, 122, 177, 0) 70%, #857ab1 71%, #857ab1 100%);
}
@media screen and (max-width: 800px) {
  #masicShowSec .bgBlock01 .bgIn {
    padding: 0;
  }
}
@media print, screen and (max-width: 1279px) {
  #masicShowSec .bgBlock01 {
    background: rgba(133, 122, 177, 0);
  }
}
#masicShowSec .contentIn {
  background-image: url(../images/bg_magic_show.png);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 479px;
}
@media screen and (max-width: 800px) {
  #masicShowSec .contentIn {
    padding: 0;
    background-image: none;
  }
}
@media screen and (max-width: 800px) {
  #masicShowSec .ttlBlock01 {
    padding: 0 2%;
  }
}
#masicShowSec .ttlBlock01 img {
  margin-top: -5px;
}
#masicShowSec .infoText {
  margin-top: 95px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #masicShowSec .infoText {
    margin-top: 40px;
  }
}
#masicShowSec .infoText .Ttl {
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  #masicShowSec .infoText .Ttl {
    margin-top: 12px;
    font-size: 20px;
  }
}
#masicShowSec .infoText .Txt {
  margin-top: 40px;
  line-height: 2em;
  letter-spacing: 0.03em;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  #masicShowSec .infoText .Txt {
    font-size: 15px;
    line-height: 1.6em;
  }
}

#accessSec {
  width: 100%;
  text-align: center;
  padding: 85px 0 75px;
  background-color: #B5A6D2;
  color: #673B84;
}
@media screen and (max-width: 800px) {
  #accessSec {
    padding: 45px 0 35px;
  }
}
@media screen and (max-width: 800px) {
  #accessSec .contentIn {
    padding: 0 8%;
  }
}
#accessSec .ttlBlock01 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.09em;
  padding-bottom: 55px;
}
@media screen and (max-width: 800px) {
  #accessSec .ttlBlock01 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
#accessSec .infoBlock p {
  padding-top: 45px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 17px;
  line-height: 1.8em;
}
@media screen and (max-width: 800px) {
  #accessSec .infoBlock p {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 25px;
  opacity: 1;
  z-index: 101;
}
@media screen and (max-width: 800px) {
  .pageTop {
    width: 40px;
    right: 0;
    bottom: 15px;
  }
}
.pageTop a {
  display: inline-block;
}
.pageTop img {
  width: 28px;
}

#footer {
  padding: 56px 0 40px;
  position: relative;
  background-color: #673B84;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
@media screen and (max-width: 800px) {
  #footer {
    padding: 10% 0;
  }
}
#footer .contentIn {
  width: 1010px;
}
@media screen and (max-width: 800px) {
  #footer .contentIn {
    width: 92%;
    margin: 0 auto;
  }
}
#footer .iconList {
  width: 60px;
  height: 18px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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;
  flex-flow: row wrap;
}
#footer .linkIcon04 {
  width: 17.67px;
  height: 16.52px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/cmn_navi_ico01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon05 {
  width: 8.38px;
  height: 16.14px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/cmn_navi_ico02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .linkIcon06 {
  width: 15.28px;
  height: 15.28px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/cmn_navi_ico03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .contactTxt {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footer .contactTxt {
    margin-top: 10px;
    font-size: 11px;
  }
}
#footer .contactTxt a {
  display: inline-block;
  margin-right: 2.0em;
}
#footer .companyLocation {
  padding-top: 20px;
  line-height: 1.6;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footer .companyLocation {
    padding-top: 15px;
  }
}
#footer .fLogo {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footer .fLogo {
    padding-top: 8%;
  }
}
#footer .fLogo img {
  width: 202px;
}
