.common-header_about {
  background-image: url(../img/about/header.jpg);
  background-position: center;
  background-size: cover;
}
.greeting_contents {
  display: flex;
}
.greeting_contents-text {
  padding-right: 20px;
}
.greeting_contents-text .signature {
  text-align: right;
}
.greeting_contents-text img {
  width: 150px;
}
.greeting_contents-img img {
  width: 300px;
}
@media screen and (max-width: 840px) {
  .greeting_contents {
    flex-wrap: wrap;
  }
  .greeting_contents-text {
    padding-right: 0;
  }
  .greeting_contents-text p {
    padding-bottom: 0;
  }
  .greeting_contents-img img {
    width: 100%;
  }
  .greeting_contents-img {
    padding-top: 30px;
  }
}

.shop-info_contents {
  display: flex;
}
.shop-info_contents .left-column,
.shop-info_contents .right-column {
  width: 50%;
}
.shop-info_contents .right-column img {
  width: 450px;
}
.shop-info_contents .left-column h3 {
  font-size: 24px;
  padding-bottom: 5px;
}
.shop-info_contents .left-column ul {
  padding-top: 20px;
}
.shop-info_list {
  display: flex;
  padding-bottom: 10px;
}
.shop-info_list .head {
  background-color: #585858;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}
.shop-info_list .head img {
  position: absolute;
  top: 3px;
  left: 4px;
}
.shop-info_list .body p {
  font-size: 18px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 110%;
  padding-bottom: 0;
}
.shop-info_list_tel .body p,
.shop-info_list_mail .body p {
  font-size: 28px;
  padding-top: 8px;
  word-break: break-all;
}
.shop-info_contents {
  padding-bottom: 60px;
}
.shop-info_contents:last-child {
  padding-bottom: 0;
}
.shop-info_contents .shop-map {
  padding-top: 7px;
}
.shop-info_contents .shop-map iframe {
  width: 430px;
  height: 280px;
}
@media screen and (max-width: 840px) {
  .shop-info_contents {
    flex-wrap: wrap;
  }
  .shop-info_contents .left-column,
  .shop-info_contents .right-column {
    width: 100%;
  }
  .shop-info_contents .left-column h3 {
    font-size: 18px;
  }
  .shop-info_list .body p {
    font-size: 16px;
    padding-top: 6px;
  }
  .shop-info_list_tel .body p,
  .shop-info_list_mail .body p {
    font-size: 20px;
    padding-top: 13px;
  }
  .shop-info_contents .shop-map iframe {
    width: 100%;
  }
  .shop-info_contents .right-column img {
    width: 100%;
  }
  .shop-info_contents .right-column {
    padding-top: 20px;
  }
}

/* 20250526追加部分 */
.shop-info-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
}

.shop-groups {
  display: grid;
  gap: 40px;
}

.shop-group {
  flex: 1 1 300px;
}

.shop-info-heading {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.shop-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.shop-item {
  margin-bottom: 20px;
}

.shop-text {
  min-height: 62px; /* 長い方に合わせて調整 */
}

.shop-item h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #111;
  font-weight: bold;
  /* ← 追加 */
}

.shop-item p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 20px;
  padding-bottom: 0;
}

.shop-info-heading {
  background-color: #4E4114;
  /* 茶色 */
  color: #fff;
  /* 白文字 */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.brand-name {
  font-size: 14px;
  display: inline-block;
  vertical-align: 0.05rem;
}

/* 0530追加文 */

.dotted-line {
  border: none;
  border-top: 1px dashed #aaa;
  margin: 24px 0 16px 0;
}


/* 電話とインスタの横並び */
.shop-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.list-tel-info{
  display: grid;
  gap: 10px;
}
.tel-info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.tel-icon-wrap {
  background-color: #585858;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.tel-icon-wrap img {
  width: 25px;
  height: 25px;
}

.tel-label {
  color: #333;
  margin-left: 8px;
  margin-right: 15px;
  font-size: 16px;
  white-space: nowrap;
  
}

.tel-number {
  color: black;
  font-size: 20px;
  white-space: nowrap;
  font-weight: bold;
  /* 改行させない */
}

.instagram-icon {
  width: 40px;
  height: 40px;
}

.instagram-link {
  display: flex;
  align-items: center;
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  .shop-groups {
    flex-direction: column;
  }

  .shop-group {
    flex: 1 1 auto;
  }
  .shop-info-section {
    padding: 40px 20px;
  }
  .shop-contact {
    justify-content: center;
  }
  .shop-text {
  min-height: auto;
}

}

/* 250730追加 */
.shop-box-inner{
  display: flex;
  gap: 20px 50px;
}
.shop-group .shop-image{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.shop-group .shop-image img{
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .shop-box-inner{
  flex-direction: column;
}
}