* {
    font-family: 'Roboto', sans-serif;
    
  }
.tac {
    text-align: center;
  }
  
  .clinic-hours {
    width: 100%;
    max-width: 700px;
    margin: 30px;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.5;
    table-layout: fixed;
    text-align: center;
    overflow-x: auto;
    align-self:flex-end;
  }
  
  .clinic-hours th,
  .clinic-hours td {
    border: 1px solid #ccc;
    padding: 0.5em;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  
  }
  
  .clinic-hours th:first-child,
  .clinic-hours td:first-child {
    text-align: left;
    background-color: #f0f0f0;
    font-weight: bold;
    width: 120px;
  }
  
  .clinic-hours th:not(:first-child),
  .clinic-hours td:not(:first-child) {
    width: 40px;
    max-width: 40px;
    padding: 0.3em;
  }
  
  .clinic-hours td.multi-line {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  p.clinic-note {
    align-self: flex-end;
    margin-top: 0.5rem;
}
  /* ◯×のスタイル */
  .open {
    color: green;
    font-weight: bold;
  }
  .closed {
    color: red;
    font-weight: bold;
  }
  
 
  .custom-section-title {
    /* 空白の状態 */
  }
  
  .custom-section-label {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #999;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  
  .custom-section-title h2 {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
  }
  
  .highlight {
  color: #b84b56;
  font-weight: bold;
 
}
 
  span.highlightma {
  color: #b84b56;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffddbc 60%);
}
  
  [class*="w-"] {
    margin: auto;
  }
  .jcc{
    justify-content: center;
  }
  /* --- スマホ用 --- */
  @media screen and (max-width: 767px) {
   
     .w-70-sp { width: 70%; }
    .w-80-sp { width: 80%; }
    .w-90-sp { width: 90%; }
    .w-100-sp { width: 100%; }
  }
  
  /* --- PC用 --- */
  @media screen and (min-width: 768px) {
   
    .w-50-pc { width: 50%; }
     .w-60-pc { width: 60%; }
      .w-70-pc { width: 70%; }
    .w-80-pc { width: 80%; }
    .w-90-pc { width: 90%; }
    .w-100-pc { width: 100%; }
  }
  
  #toc_container,button#contactButton {
    display: none;
  }
  
  h2.bg-title {
    font-size: 2rem;
    color: #fff;
    background-color: #b84b56;
    padding: 0.5em 1em;
    width: 100%;
    text-align: center;
    font-weight: bolder;
  }
  
  /* スマホだけパディングをリセット */
  @media screen and (max-width: 768px) {
    h2.bg-title {
      padding: 0.1em;
    }
  }
  /**
  h3.sub-title {
    font-size: 1.5rem;
    color: #b84b56;
    margin: 1.5em 0 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em; /* 三角とテキストの間隔 
    border: none;
  }
  
  
  h3.sub-title::before {
    content: "▶︎";
    color: #b84b56;
    font-size: 1.2rem; 
    line-height: 1;
    display: inline-block;
  }*/
  
  .info-wrapper {
    display: flex;
    gap: 1em; /* 左右の間隔 */
    margin-top: 1em;
  }
  
  /* 各要素の枠付き */
  .info-box {
    padding: 0.5em 1em;
    border: 1px solid #b84b56; /* 枠の色 */
    background-color: #f9f9f9; /* 背景色 */
    border-radius: 5px; /* 角丸 */
    color: #333;
  }
  .custom-section-title-wrapper {
    position: relative;
    margin: 2em 0;
  }
  
  /* 背景ボックス */
  .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e7d4d6;
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.8s ease-out;
    z-index: 1;
  }
  
  /* 見出しテキスト */
  .text-slide {
    text-align: center; /* ここは中央揃えに変更 */
    margin-bottom: 0rem;
    position: relative;
    margin: 0;
    padding:0.5rem 0;
        font-size: 2rem;
    color: #090001;
    opacity: 1; /* ← 最初から表示 */
  transform: none; /* ← 動かさない */
  transition: none; /* ← アニメなし */
  z-index: 2;
  text-align: center;
  }
  .text-slide.self-introduction, .text-slide.question,.text-slide.access{
    font-size: 2rem;
   }
  
  /* 見出しの強調部分 */
  .text-slide .highlight {
    font-weight: bold;
  }
  
  /* 表示時のアニメーション */
  .custom-section-title-wrapper.show .bg-box {
    opacity: 1;
  }
  
  .custom-section-title-wrapper.show .text-slide {
    opacity: 1;
    transform: translateX(0);
  }
  
  /* 疑似要素のアニメーション */
  .text-slide::before {
    content: "";
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: #6c6067;
    position: absolute;
    top: -1.5em;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    white-space: nowrap; /* 折り返したくない場合 */
    transition:
      opacity 0.8s ease-out 0.4s,
      transform 0.8s ease-out 0.4s;
    z-index: 10;
  }
  
  /* 表示時に左から中央へ */
  .custom-section-title-wrapper.show .text-slide::before {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  
  
  .text-slide.show::before {
    opacity: 1;
    transform: translateX(0); /* ← 左端にぴたっと */
  }
  
  /* 特定のテキストに対応するクラス */
  .text-slide.therapy::before {
    content: "RISEの施術①";
  }
  
  .text-slide.case::before {
    content: "RISEの施術②";
  }
  
  .text-slide.Benefit::before {
    content: "RISEの施術③";
  }
  
  .text-slide.Approved::before {
    content: "Approved";
  }

  .text-slide.access::before {
    content: "access";
  }



  .text-slide.self-introduction::before{
  content:"自己紹介";
color: #b84b56;}

.text-slide.question::before{
  content:"ご来院前に";
color: #b84b56;}

  .bgw{
    background-color: white;
  }
  .bg-p{
    background-color: #e7d4d6;
  }
  .pd-5{
    padding-bottom: 5rem;
  }
  .box-shadow{
    box-shadow: #8a797a8a 3px 6px 8px 0px;
  }

  .headline {
    background-color: #b53c4a;
    color: #fff;
    padding: 1em;
    margin: 0;
    width: 100%;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 1;
}
  
  .headline::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #b53c4a;
}
  
  .headline .small,
  .headline .large {
    display: block;
    margin: 0;
    line-height: 1.2;
  }
  
  .headline .small {
    font-size: 1rem;
    font-weight: 500;
  }
  
  .headline .large {
    font-size: 2.2rem;
    font-weight: 900;
  }
  /* このセクションだけ gap 無しに */
.wp-container-core-group-is-layout-4b2eccd6 {
    gap: 0;
  }
  .bgg{
    background: linear-gradient(to bottom, rgb(231 212 214 / 61%), rgb(248 239 245 / 14%));
  }
 .profile-table {
  width: 100%;
  max-width: 600px; /* PC時にテーブルが広がりすぎるのを防ぐ */
  margin: 0 auto 3rem auto; /* 中央寄せ＋下に余白 */
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.4;
  table-layout: fixed;
  background-color: #f8f8f8;
}
  
  .profile-table th,
  .profile-table td {
    text-align: center;      /* 左右中央揃え */
    vertical-align: middle;  /* 上下中央揃え */
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    vertical-align: top;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .profile-table th {
    width: 30%;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #333;
  }
  
  .profile-table td {
    width: 70%;
    color: #333;
  }
  .profile-table td img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .profile-table td img {
    max-width: 300px; /* PCでは適度に小さく見せる */
  }
}
.cert-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

.cert-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cert-date {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

  /* モバイル向けのレスポンシブ対策（必要に応じて） */
  @media screen and (max-width: 480px) {
    .profile-table {
      font-size: 0.95rem;
    }
  
    .profile-table th,
    .profile-table td {
      white-space: normal;
      text-overflow: initial;
    }
  }

 .access-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
}

/* 表側（左カラム） */
.accessinfo {
  flex: 1 1 300px;
  max-width: 500px;
}

/* 地図側（右カラム） */
.access-map {
  flex: 1 1 300px;
  max-width: 500px;
}

/* 表（連絡先テーブル）のスタイル */
.contact-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 300px;
}

.contact-table th,
.contact-table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.contact-table th {
    white-space: nowrap;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f9f9f9;
    vertical-align: middle;
}

/* iframe 地図のスタイル */
.access-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* ←高さの揃えに関わる */
  gap: 40px;
  margin-top: 30px;
}

.access-map {
  display: flex;
  justify-content: center;
}

.access-map iframe {
  width: 100%;
  height: 300px;
  max-width: 100%;
  display: block;
  border: 0;
}

/* スマホ向け */
@media screen and (max-width: 767px) {
  .access-container {
    flex-direction: column;
    gap: 20px;
  }

  .accessinfo,
  .access-map {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .access-map {
    display: block;
    text-align: center;
    margin-top: 0;
  }

  .access-map iframe {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
  .l-content{
    padding-top: 0!important;
  }

  .shine-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 200px; 
  }
  
  .shine-img {
    width: 100%;
    display: block;
  }
  
  .shine-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine-move 2.5s infinite;
  }
  
  @keyframes shine-move {
    0% {
      left: -100%;
    }
    100% {
      left: 150%;
    }
  }
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
  #contactButton{
    display: none!important;
  }
  .alignfull>.wp-block-cover__inner-container>*, .alignfull>.wp-block-group__inner-container>*, .swell-block-fullWide__inner>*{
    margin-bottom: 0!important;
  }
  
 .b-ps {
    font-weight: 600;

    padding: 0.5rem 1rem;
    background-color: white;
    box-shadow: 1px 1px 6px 1px #00000059;


}
.b-ps3{
  font-weight: 600;

    padding: 0;
    background-color: white;
    box-shadow: 1px 1px 6px 1px #00000059;
}

  .text-tight {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.6;
     word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  }

@media screen and (max-width: 767px) {
  .flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.swell-block-fullWide__inner > h1#fullwidth {
  margin: 0!important;
  padding: 0.2em 0em;
  background-color: #ca5664;
  color: #fff;
  width: 100%!important;
  box-sizing: border-box;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 1rem;
  max-width: 100%;
  margin-bottom: 0!important;
}

@media (min-width: 1024px) {
  .swell-block-fullWide__inner > h1#fullwidth  {
    font-size: 2rem; /* PCでは大きく */
  }
}
.responsive-text {
  font-size: 1.2rem; /* スマホ・タブレットでの標準サイズ */
}

/* 画面幅1024px以上で文字サイズを大きく */
@media (min-width: 1024px) {
  .responsive-text {
    font-size: 2rem; /* PCでは2rem */
  }
}

.headline-catch {
 
  line-height: 1.4;
  margin-bottom: 2em; 
}

.headline-catch .headline-sub {
  font-size: 1.5rem;
  color: #c06a6a; 
  display: block;
  margin-bottom: 0.5em;
}

.headline-catch .headline-main {
  font-size: 1.5rem;
  color: #000000; 
  font-weight: bold;
}


h2.highlight-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #b53c4a 0%, #a7283a 100%);
  padding: 0.6em 1em;
  border-radius: 4px;
  margin: 1em 0 0.5em;
  letter-spacing: 0.03em;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.15); /* 下だけ光らせる */
  position: relative;
text-align: center;
}

.shadow-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 下方向にやさしい影 */
  border-radius: 8px;
  background: #fff;
  padding: 1em;
}
.clinic-hours-wrapper {
    display: flex
;
    flex-direction: column;
    width: 80%;}
 /* スマホで横スクロール */
  @media screen and (max-width: 600px) {
    .clinic-hours-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      width: 90%;
      margin: auto;
    }
    .clinic-hours {
      min-width: 400px;
      font-size: 0.95rem;
      width: 100%;
      margin: auto;
        }
    .clinic-hours th,
    .clinic-hours td {
      white-space: normal;
      overflow: visible;
      text-overflow: initial;
    }
  }

  .clinic-info {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.5;
    table-layout: fixed;
    text-align: left;
    border: 1px solid #ccc;
  }
  
  .clinic-info th,
  .clinic-info td {
    border: 1px solid #ccc;
    padding: 0.6em;
    vertical-align: top;
  }
  
  .clinic-info th {
    background-color: #f8f8f8;
    width: 140px;
    font-weight: bold;
  }
  
  .clinic-info td.multi-line {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }

.access-info {
  margin: 2em 0;
 
}

.access-info p {
  margin-bottom: 0em;
  position: relative;
  left: 1rem;
  width: 90%;
}

.access-info i {
  font-size: 1.3em;
  vertical-align: middle;
}
.access-info .access-label {
  font-size: 1.2em;  /* ←ここで1行目を大きく */
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.3em;
  color: #333;
}

.access-info>.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained>.wp-block-columns>.wp-block-column.bg-p{
  padding: 1rem 0.5rem 1rem 0.5rem;
}

.access-info i {
  color: #c0727b; /* アイコンの色（お好みで） */
  margin-right: 0.5em;
}
.slanted {
  display: inline-block;
  transform: rotate(-5deg);
  font-style: italic;
  background-color: #b84b56;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.25rem;
  position: relative;
  left:3rem;
  top: 0.5rem;
  margin-bottom: 0!important;
}
@media screen and (max-width: 820px) {
  div#content {
      
  padding-bottom: 0!important;
}}

.highlight-beforeafter-title {
  background: linear-gradient(90deg, #ffe9ec, #fff9f3);
  border-left: 6px solid #f56c6c;
  padding: 1em;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #b53c4a;
  text-align: center;
  margin-bottom: 2em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.green-sub-title {
  background: url('https://rise07.com/wp-content/uploads/2025/05/grennback-1.png') no-repeat center center;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 1em;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.m-0{
  margin: 0!important;
}
/* 各サブタイトル（小見出し）を整える */
.sub-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.5em;
 
  padding-left: 0.7em;
}

/* info-boxをちょっとカード風に */
.info-box {
  background: #fdf1f1;
  padding: 0.4em 0.8em;
  border-radius: 6px;
  margin-right: 0.5em;
  display: inline-block;
  font-weight: 500;
  color: #b53c4a;
}

/* figcaptionの文字を読みやすく */
.wp-element-caption {
  background: #fff4f4;
  padding: 1em;
  border-left: 4px solid #f56c6c;
  font-size: 1rem;
  color: #333;
  margin-top: 0.5em;
  border-radius: 4px;
}
.beforeafter-section-wrap {
  
  margin: 3em 0;
}

.speech-top {
  position: relative;
  background:#ffdf8614;
  border:2px solid lch(86.9% 45.62 83.97);
  border-radius: 12px;
  padding: 1em;
  max-width: 500px;
  margin: 3em auto;
  font-size: 1rem;
  color: #333;
}

/* 上向きのしっぽを中央に追加 */
.speech-top::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffdf8680;
}

/* しっぽにボーダーをつけたい場合（縁付き） */
.speech-top::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 18%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid #ffdf8680; /* ← 枠の色と同じにする */
  z-index: -1;
}
.highlight-beforeafter-title {
  background: linear-gradient(to right, #ffdbdb, #ffecec);
  border-left: 6px solid #b53c4a;
  border-bottom: 3px solid #f56c6c;
  color: #b53c4a;
  padding: 1em;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}


h3.sub-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-left: 1.2em;
  border-left:none,
}

.sub-title::before {
  content: "★";
  color: #b53c4a;
  position: absolute;
  left: 0;
  top: 0;
}
.otaku {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    color: #b84b56;
    text-align: center;
}
.br-sp {
  display: none;
}


.flex-switch {
  display: flex;
  flex-direction: row; /* ← PC・タブレットは横並び */
  gap: 1em;
}

/* スマホだけ縦並び＆逆順 */
@media screen and (max-width: 767px) {
  .flex-switch {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
p.big.yellow{
  font-size: 2rem;
  background-color: yellow;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

/* PCのみ表示（768px以上） */
.only-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.headline-double__large {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0em;
}

.headline-double__small {
  font-size: 1.4rem;
  display: block;
  color: #333;
}
.bgc{
  background-color: #f6ece1;
}

.shine-target {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine-target::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 4s infinite;
  pointer-events: none;
  z-index: 2;
}

/* 光を上に出すために画像の上にかぶせる */
.shine-target img {
  display: block;
  position: relative;
  z-index: 1;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

#lp-main {
 
  margin: 0 auto;
  padding: 0 ;
   background: linear-gradient(to bottom, rgb(231 212 214 / 61%), rgb(248 239 245 / 14%));}
   
@media screen and (min-width: 768px){



.green-sub-title{
  width: 90%;
}
}



/* スマホ表示（画面幅767px以下）のときはワイド100%に */
@media screen and (max-width: 767px) {
  #lp-main {
    max-width: 100% !important;
    padding: 0; /* スマホで左右に少し余白を */
  }
}
.w-100{
width:100%;
}
.pt-2{
  padding-top: 2rem;
}
body{
    background: linear-gradient(to bottom, rgb(231 212 214 / 61%), rgb(248 239 245 / 14%));
}
.ansin>figure>img{
  width: 80%;
}
.pc-f-1 {
  font-size: 1rem;
}

.pc-f-1-5 {
  font-size: 1.5rem;
}

.pc-f-2 {
  font-size: 2rem;
}

.pc-f-2-5 {
  font-size: 2.5rem;
}

.pc-f-3 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .pc-f-1 {
    font-size: 0.9rem;
  }

  .pc-f-1-5 {
    font-size: 1.2rem;
  }

  .pc-f-2 {
    font-size: 1.4rem;
  }

  .pc-f-2-5 {
    font-size: 1.6rem;
  }

  .pc-f-3 {
    font-size: 1.8rem;
  }
  .ansin>figure>img{
  width: 100%;
}
}

@media screen and (max-width: 767px) {
  .is-style-crease {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .speech-top {
    max-width: 900px;
  }
}




.tal{
  text-align: left;
}
.tar{
  text-align: left;
}
.mw1200{
  max-width: 1200px;
  margin: auto;
}
.custom-wide-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.custom-wide-image img {
  width: 100%;
  height: auto;
  max-width: none !important;
}
.suisen-img img{
 max-width: 100%;
  width: 800px; /* 全画像共通サイズに指定 */
  height: auto;
  display: block;
  margin: 0 auto;
}
