@charset "UTF-8";
/* CSS Document */

.page {
  width: 100%;
  margin: 0 auto;
  background-color: #efeeea;
}

.page-inner {
  padding: 150px 140px 0;
}

.page h2 {
  font-size: 3.2rem;
  letter-spacing:  0.08em;
  text-align: center;
  padding-top: 30px;
  line-height: 4.0rem;
  font-weight: 700;
}

.page p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.08em;
    color: #333;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 0 50px;
    text-align: justify;
}

.shop_bubble img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

@media (max-width:768px) {
  .page {
    width: 100%;
    margin: 0 auto;
  }

  .page-inner {
    padding: 100px 25px 20px;
  }

  .page h2 {
    font-size: 1.8rem;
    letter-spacing:  0.08em;
    text-align: center;
    padding: 20px 0 10px;
    line-height: 2.5rem;
  }

  .page p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing:  0.08em;
    color: #333;
    font-weight: 500;
    max-width: 325px;
    margin: 0 auto;
    padding: 20px 0 0px;
  }
}

.shop {
  width: 100%;
  margin: 0 auto;
  background-color: #efeeea;
}

.shop-inner {
  padding: 0px 140px;
}

.shop-bubble img {
  width: 100px;
  display: block;
}

.shop h2 {
  font-size: 3.2rem;
  letter-spacing:  0.08em;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 700;
}

.shop_bubbele_title figure img {
  width: 200px;
  display: block;
}

.shop_bubbele_title figure {
  display: flex;
  justify-content: center;
  margin-left: 320px;
  padding-bottom: 30px;
}

.shop-box {
  padding: 80px 0 0;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 1160px;
}

.shop-left {
  width: 100%;
  max-width: 300px;
  text-align: center;
  flex: 0 0 40%;
}

.building {
  padding-bottom: 10px;
  max-width: 300px;
}

.building img {
  width: 100%;
  display: block;
}

.staff {
  max-width: 300px;
  display: flex;
  justify-content: center;
}

.staff img {
  width: 100%;
  display: block;
}

.staff-a {
  max-width: 300px;
  display: flex;
  justify-content: center;
}

.staff-a img {
  width: 100%;
  display: block;
}

.staff-t {
  max-width: 300px;
  display: flex;
  justify-content: center;
}

.staff-t img {
  width: 60%;
  display: block;
}

.shop-right {
  padding-left: 40px;
  flex: 0 0 60%;
}

.shop-title {
  align-items: flex-start; 
  gap: 10px; 
  padding-bottom: 30px; 
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.shop-title p {
  background-color: #00a9e3;
  border-radius: 8px; 
  padding: 5px 10px; 
  display: inline-block;   
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.shop-title p:nth-of-type(2) {
  margin-left: 15px;
}

.shop h3 {
  font-size: 2.4rem;
  letter-spacing:  0.08em;
  font-weight: 700;
}

.shop-right p {
  font-size: 1.8rem;
  letter-spacing:  0.08em;
  font-weight: 500;
}

.access {
  padding-bottom: 30px;
}

.shop-time {
  display: flex;
  align-items: flex-start; 
  gap: 20px; 
  padding-bottom: 30px; 
}

.link a {
  display: block;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
  padding-bottom: 30px;
}

.link-box {
  display: flex;
  gap: 100px;
}

.link-box-tam {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
}

.badge {
  background-color: #fff;
  border-radius: 8px; 
  padding: 5px 10px; 
  display: inline-block;   
  color: #333;
  font-weight: 700;
  margin-top: -5px;
  width: 100px;
  text-align: center;
  flex-shrink:0;
}

.tel-badge {
  background-color: #00a9e3;
  border-radius: 50px; 
  display: inline-block;   
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: -5px;
  width: 300px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.tel-badge a {
  text-decoration: none !important;
}

.shop-btn {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.tel-bubble {
  font-size: 1.4rem;
  font-weight: 700;
}

p.shop-bold {
  font-weight: 700;
}

p.badge {
  font-weight: 700;
}

@media (max-width:1060px) {
.shop-inner {
    padding: 0px 30px;
  }
}

@media (max-width:768px) {
  .shop {
    width: 100%;
    margin: 0 auto;
    background-color: #efeeea;
  }

  .shop-inner {
    padding: 0px 25px;
  }

  .shop h2 {
    font-size: 1.8rem;
    letter-spacing:  0.08em;
    text-align: center;
    padding-bottom: 10px;
  }

  .shop_bubbele_title figure img {
    width: 120px;
    display: block;
  }

  .shop_bubbele_title figure {
    display: flex;
    justify-content: center;
    margin-left: 250px;
    padding-bottom: 15px;
  }

  .shop-box {
    padding: 20px 0;
    display: block;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
  }

  .shop-right {
    padding-left: 0px;
  }

  .shop-title {
    align-items: flex-start; 
    gap: 10px; 
    padding-bottom: 15px; 
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .shop-title p {
    background-color: #00a9e3;
    border-radius: 5px; 
    padding: 0px 8px; 
    display: inline-block;   
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .shop-title p:nth-child(2) {
    margin-left: 10px;
  }

  .shop-content {
    max-width: 325px;
    width: 100%;
  }

  .shop h3 {
    font-size: 1.6rem;
    letter-spacing:  0.08em;
    padding-top: 0px;
  }

  .shop-right p {
    font-size: 1.4rem;
    letter-spacing:  0.08em;
    line-height: 2.2rem;
  }

  .access {
    padding-bottom: 15px;
  }

  .shop-time {
    display: block;
    align-items: flex-start; 
    gap: 10px; 
    padding-bottom: 15px; 
  }

  .shop-time .cont {
    transform: translateY(-3px);
  }

  .link a {
    display: block;
    color: #333;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 1.4rem;
  }

  .link-box {
    display: block;
    gap: 20px;
  }

  .building {
    max-width: 325px;
  }

  .building img {
    width: 100%;
    display: block;
  }

  .staff-a {
    max-width: 325px;
  }

  .staff-a img {
    width: 100%;
    display: block;
  }

  .staff-t {
    max-width: 325px;
  }

  .staff-t img {
    width: 60%;
    display: block;
  }

  .staff img {
    width: 250px;
    display: block;
  }

  .badge {
    background-color: #fff;
    border-radius: 5px; 
    padding: 0px 8px; 
    display: inline-block;   
    color: #333;
    font-weight: 700;
    margin-top: -5px;
    width: 80px;
    text-align: center;
    margin-bottom: 10px;
  }

  .tel-badge {
    background-color: #00a9e3;
    border-radius: 50px; 
    display: inline-block;   
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: -5px;
    width: 200px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .shop-btn {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  .tel-bubble {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .shop-left {
    max-width: 325px;
  }
}

@media (max-width:400px) {
  .shop_bubbele_title figure img {
    width: 120px;
    display: block;
  }

  .shop_bubbele_title figure {
    display: flex;
    justify-content: center;
    margin-left: 150px;
  }
}

/* もどるボタン */
.back-btn a { 
    width: 300px;
    height: 85px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 50px; 
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 0 auto; 
    display: block; 
    text-align: center; 
    font-family: "Noto Sans Japanese", Arial, sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .back-btn a:hover {
    background-color: #e0e0e0; 
  }

  .back-btn {
    padding: 100px 0 90px;
  }
  
  @media (max-width:768px) {
    .back-btn a {
      width: 200px;
      height: 60px;
      background-color: #fff;
      color: #333;
      border: none;
      border-radius: 50px; 
      cursor: pointer;
      transition: background-color 0.3s;
      margin: 0 auto;
      display: block;
      text-align: center; 
      line-height: 60px; 
      letter-spacing: 0.16em;
      font-weight: 700;
      font-size: 1.8rem;
      text-decoration: none;
    }

    .back-btn {
      padding: 100px 0 40px;
    }
  }

  /* 小顔矯正要相談 */
  p.kogao_memo {
    color: red;
    font-weight: 700;
    padding-bottom: 10px;
  }