@charset "UTF-8";
#child_mv h2 {
  background: url(../companyprofile_img/soka_mv.png) no-repeat;
}
.greeting h3 , .shopinfo h3{
  font-family: "M PLUS Rounded 1c" !important;
  font-size: 34px;
  text-align: center;
  line-height: 5rem;
  font-weight: bold;
  color: 
  #363636;
  background: url(/app/uploads/sites/1115/2024/02/line.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 2rem;
}

.company .greeting {
  padding: 80px 0 60px 0;
  text-align: center;
}

.company .greeting p {
    text-align: center;
    line-height: 2rem;
    font-size: 16px;
    padding: 20px 0 40px;
}

.company .shopinfo {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.company .shopinfo table {
  width: 100%;
  margin-bottom: 40px;
}

.company .shopinfo table th {
  width: 210px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  background: #ebe9ea;
  font-weight: normal;
  border: 1px solid #c8c8c8;
  line-height: 1.4;
}

.company .shopinfo table td {
  font-size: 14px;
  padding: 20px;
  border: 1px solid #c8c8c8;
  line-height: 1.4;
}

.company .shopinfo iframe {
  width: 100%;
  height: 460px;
}

.company .shopinfo .access {
  background: #444951;
  padding: 0 12px;
  display: flex;
  height: 60px;
  align-items: center;
  color: #fff;
}

.company .shopinfo .access h4 {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  width: 140px;
}

.company .shopinfo .access p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}


@media (max-width: 768px) {
  #child_mv h2 {
    background: url(../companyprofile_img/soka_mv.png) no-repeat center center;
    background-size: 100%;
  }
  .company .greeting {
    padding-left: 10px;
    padding-right: 10px;
  }
  .company .greeting p {
      text-align: left;
      font-size: 14px;
      padding: 10px 0 20px;
      line-height: 1.6rem;
  }
  .company .shopinfo {
    width: auto;
    padding: 0 10px;
  }
  .greeting h3 , .shopinfo h3{
    font-size: 22px;
    line-height: 4rem;
}
  .company .shopinfo table {
    border-bottom: 1px solid #c8c8c8;
  }
  .company .shopinfo table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: none;
  }
  .company .shopinfo table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    border-bottom: none;
  }
  .company .shopinfo iframe {
    height: 200px;
  }
  .company .shopinfo .access {
    display: block;
    padding: 15px;
    height: auto;
  }
  .company .shopinfo .access h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .company .shopinfo .access p {
    margin-bottom: 0;
    font-size: 12px;
  }

}
#shop h2 {
  line-height: 6rem;
  font-family: "M PLUS Rounded 1c"!important;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  color: #363636;
  background: url(/app/uploads/sites/1115/2024/02/line.png) no-repeat 50% 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px){
#shop h2 {
    line-height: 4rem;
    font-size: 22px;
}
}

  
  #shop {
    padding: 25px 0 0 0;
  }
  #shop .flex {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    padding: 0% 2%;
    box-sizing: content-box;
  }
  
  #shop .flex .shop {
    flex: 0 0 23%;
    padding-bottom: 30px;
    text-align: left;
  }
  #shop .flex .shop img{
    width: 100%;
  }
  #shop .flex .shop h3 {
    margin-bottom: 0;
    text-align: center;
    line-height: 2rem;
    font-size: 18px;
    font-weight: bold;
    border-top: 5px solid #528aba;
    padding: 7px 0;
  }
  
  #shop .flex .shop h3 a {
    color: inherit;
    text-decoration: none;
    font-size: 0.86em;
  }
  
  #shop .flex .shop .tel {
    font-weight: bold;
    padding: 10px 0 5px 0;
  }
  
  #shop .flex .shop .time {
    padding: 5px 0 10px 0;
    font-size: 12px;
    line-height: 1.25;
  }
  
  #shop .flex .shop .comment {
    background: url(/app/uploads/sites/1115/2024/02/icon_baloon.png) no-repeat 6px 6px #528aba;
    color: #fff;
    padding: 6px 6px 6px 35px;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
  }
  
  #shop .inner {
    width: 1000px;
    margin: auto;
  }
  
  #shop .inner p {
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
  
  
  @media (max-width: 768px) {
    #shop {
      padding: 25px 0 50px;
      min-width: auto;
      box-sizing: content-box;
    }
    #shop .inner {
      width: auto;
    }
    #shop h2 {
      width: calc(100vw - 20px);
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      font-size: 22px;
      /* line-height: 0; */
    }
    #shop h2 span {
      background: #528abb;
    }
    #shop .flex {
      width: 100%;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 10px;
      box-sizing: border-box;
    }
  
    #shop .flex .shop h3 {
      font-size: 18px;
      font-weight: bold;
      border-top: 5px solid #528aba;
      padding: 7px 0;
    }
    #shop .flex .shop h3 + img {
      display: block;
      margin: auto;
    }
    #shop .flex .shop .tel {
      font-weight: bold;
      padding: 10px 0 5px 0;
    }
    #shop .flex .shop .tel a {
      color: inherit;
    }
    #shop .flex .shop .time {
      padding: 5px 0 10px 0;
      font-size: 12px;
    }
    #shop .flex .shop .comment {
      background: url(/app/uploads/sites/1115/2024/02/icon_baloon.png) no-repeat 6px 6px #528aba;
      color: #fff;
      padding: 6px 6px 6px 35px;
      font-size: 10px;
      line-height: 1.2;
    }
    #shop .inner {
      width: 100%;
      margin: auto;
      padding: 0 10px;
      box-sizing: border-box;
    }
    #shop .inner p {
      font-size: 12px;
      margin-bottom: 30px;
    }
    #shop .inner a {
      display: block;
      width: 48%;
      text-align: center;
      margin-bottom: 10px;
    }
  }
  