@media (min-width: 960px) {
  .-sidebar-on .l-content {
      display: block;
  }
}
#sidebar {
  display: none;
}

ul, li{
    list-style: none;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:nth-child(1):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:nth-child(2){
    color: #5E68AF;
}
.m-h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
}
.m-h2 span {
  display: inline-block;
  border-bottom: solid 2px #E75297;
  display: inline;
  padding: 0 0 3px 0;
}

/*companyInfo*/
.companyInfo {
  padding: 0 0 100px 0;
}
.companyText {
  display: flex;
  flex-direction: row-reverse;
  margin: 50px 0 0 0;
}

.textRight {
  width: calc(100% - 500px);
}

.textRight p {
  font-size: 20px;
  margin: 0 0 2rem 0;
}

.textLight {
  width: 500px;
  display: flex;
  justify-content: center;
}

.textLight img {
  width: 360px;
  height: fit-content;
  filter: drop-shadow(-60px 110px 0px #F3F8FB);
}

@media screen and (max-width:768px) {
  .companyText {
    display: block;
  }
  .textRight,
  .textLight {
    width: 100%;
  }
  .textRight p {
    font-size: inherit;
    padding: 0 10px;
  }
  .textLight {
    margin: 0 0 110px 0;
  }
  .textLight img {
    width: 240px;
  }
}

/*shopInfo*/
.shopInfo{
    margin-bottom: 100px;
}
.shopInfo table{
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}
.shopInfo table tr:nth-child(odd) .tdLeft{
    background-color: #bbc0e0;
}
.shopInfo table tr:nth-child(even) .tdLeft{
    background-color: #dee0f3;
}
.shopInfo table tr:nth-child(odd) .tdRight{
    background-color: #F2F2F2;
}
.shopInfo table tr:nth-child(even) .tdRight{
    background-color: #fdfbfb;
}
.tdLeft{
    font-weight: bold;
}
.tdLeft,
.tdRight{
    padding: 20px 25px;
}
.googleMap{
    max-width: 100% !important;
    margin-bottom: 100px;
}
.btnMore a span {
  display: inline-block;
}
