@charset "utf-8";

/* TOPバナー */
.cover {
  margin-top: 65px;
  margin-bottom: 50px;
  padding: 90px;
  background: #5eacd2;
  color: #fff;
  text-align: center;
}

.template_section {
  width: var(--content-width);
  margin: auto;
}

/* 形成美容外科とは? */
.template_section:not(:last-child) {
  margin-bottom: var(--common-clearance);
}

.template_section:first-child {
  margin-top: 50px;
}


.template_section:last-child {
  margin-bottom: 80px;
}

.example_list {
  display: flex;
  gap: 3em;
  justify-content: center;
  margin-top: 1em;
}

.example_list li {
  list-style: auto;
}

/* 料金について */
.price table {

  border-collapse: collapse;
  width: 100%;
}

.price table,
.price th,
.price td {
  border: 1px solid #333;
  padding: 1em
}

.price th {
  width: 50%;
}

.price thead tr {
  background: #f2f2f2;
}

.price h2.wp-block-heading {
  margin-bottom: .5em;
  padding-bottom: .1em;
  text-indent: 1.2em;
  position: relative;
  border-bottom: 2px solid #4977b1;
}

.price h3.wp-block-heading {
  margin-top: 30px;
  margin-bottom: .25em;
}

.price h2.wp-block-heading:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #4977b1;
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(.8) translateY(30%);
  border-radius: 50vw;
}

.price p {
  line-height: 1.5;
}


.price-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
  padding: 20px;
  background: #f2f2f2;
}

.price-li {
  width: fit-content;
  text-align: center;
  border-radius: 50vw;
  background-color: #fff;
  padding: .4em 1em;
}

.price_tax{
  margin-top:50px;
}

/* アクセス */
.parking_map img {
    width:100%;
}

.credit-card {
    margin-top:50px;
    text-align:center;
}
.credit-card img{
    width:100%;
    max-width:600px;
}

.payment_txt{
text-align: center;
}

/* お知らせ */
.news .ttl-02{
    margin: 0 0 var(--common-clearance);
}

@media screen and (max-width:768px) {
  .template_section {
    padding: 0 20px;
  }
/* 形成美容外科とは？ */
.example_list{
    flex-direction: column;
    gap:1em;
    padding:0 20px;
}}

/* 料金について */
.template_section_price {
  padding: 0;
}